| 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 © 2021. All rights reserved.