| Package | Description |
|---|---|
| org.aoju.bus.shade.screw.dialect |
数据库查询
|
| org.aoju.bus.shade.screw.dialect.cachedb |
CacheDB
|
| org.aoju.bus.shade.screw.dialect.db2 |
DB2
|
| org.aoju.bus.shade.screw.dialect.h2 |
H2
|
| org.aoju.bus.shade.screw.dialect.mariadb |
Mariadb
|
| org.aoju.bus.shade.screw.dialect.mysql |
MySQL
|
| org.aoju.bus.shade.screw.dialect.oracle |
Oracle
|
| org.aoju.bus.shade.screw.dialect.postgresql |
PostgreSql
|
| org.aoju.bus.shade.screw.dialect.sqlserver |
SqlServer
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends PrimaryKey> |
DatabaseQuery.getPrimaryKeys()
获取主键
|
List<? extends PrimaryKey> |
AbstractDatabaseQuery.getPrimaryKeys()
根据表名获取主键
|
List<? extends PrimaryKey> |
OtherDataBaseQuery.getPrimaryKeys(String table)
根据表名获取主键
|
List<? extends PrimaryKey> |
DatabaseQuery.getPrimaryKeys(String table)
根据表名获取主键
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheDbPrimaryKey
表主键
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends PrimaryKey> |
CacheDbDataBaseQuery.getPrimaryKeys()
根据表名获取主键信息
|
List<? extends PrimaryKey> |
CacheDbDataBaseQuery.getPrimaryKeys(String table)
根据表名获取主键
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends PrimaryKey> |
Db2DataBaseQuery.getPrimaryKeys(String table)
根据表名获取主键
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends PrimaryKey> |
H2DataBaseQuery.getPrimaryKeys(String table)
根据表名获取主键
|
| Modifier and Type | Class and Description |
|---|---|
class |
MariadbPrimaryKey
表主键
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends PrimaryKey> |
MariaDbDataBaseQuery.getPrimaryKeys()
根据表名获取主键
|
List<? extends PrimaryKey> |
MariaDbDataBaseQuery.getPrimaryKeys(String table)
根据表名获取主键
|
| Modifier and Type | Class and Description |
|---|---|
class |
MySqlPrimaryKey
表主键
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends PrimaryKey> |
MySqlDataBaseQuery.getPrimaryKeys()
根据表名获取主键信息
|
List<? extends PrimaryKey> |
MySqlDataBaseQuery.getPrimaryKeys(String table)
根据表名获取主键
|
| Modifier and Type | Class and Description |
|---|---|
class |
OraclePrimaryKey
Oracle table primary
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends PrimaryKey> |
OracleDataBaseQuery.getPrimaryKeys()
根据表名获取主键
|
List<? extends PrimaryKey> |
OracleDataBaseQuery.getPrimaryKeys(String table)
根据表名获取主键
|
| Modifier and Type | Class and Description |
|---|---|
class |
PostgreSqlPrimaryKey
表主键
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends PrimaryKey> |
PostgreSqlDataBaseQuery.getPrimaryKeys()
根据表名获取主键
|
List<? extends PrimaryKey> |
PostgreSqlDataBaseQuery.getPrimaryKeys(String table)
根据表名获取主键
|
| Modifier and Type | Class and Description |
|---|---|
class |
SqlServerPrimaryKey
sqlserver table primary
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends PrimaryKey> |
SqlServerDataBaseQuery.getPrimaryKeys()
根据表名获取主键
|
List<? extends PrimaryKey> |
SqlServerDataBaseQuery.getPrimaryKeys(String table)
根据表名获取主键
|
Copyright © 2022. All rights reserved.