Uses of Interface
org.aoju.bus.shade.screw.metadata.PrimaryKey
Packages that use PrimaryKey
Package
Description
数据库查询
CacheDB
DB2
H2
Mariadb
MySQL
Oracle
PostgreSql
SqlServer
-
Uses of PrimaryKey in org.aoju.bus.shade.screw.dialect
Methods in org.aoju.bus.shade.screw.dialect that return types with arguments of type PrimaryKeyModifier and TypeMethodDescriptionList<? extends PrimaryKey>AbstractDatabaseQuery.getPrimaryKeys()根据表名获取主键List<? extends PrimaryKey>DatabaseQuery.getPrimaryKeys()获取主键List<? extends PrimaryKey>DatabaseQuery.getPrimaryKeys(String table) 根据表名获取主键List<? extends PrimaryKey>OtherDataBaseQuery.getPrimaryKeys(String table) 根据表名获取主键 -
Uses of PrimaryKey in org.aoju.bus.shade.screw.dialect.cachedb
Classes in org.aoju.bus.shade.screw.dialect.cachedb that implement PrimaryKeyMethods in org.aoju.bus.shade.screw.dialect.cachedb that return types with arguments of type PrimaryKeyModifier and TypeMethodDescriptionList<? extends PrimaryKey>CacheDbDataBaseQuery.getPrimaryKeys()根据表名获取主键信息List<? extends PrimaryKey>CacheDbDataBaseQuery.getPrimaryKeys(String table) 根据表名获取主键 -
Uses of PrimaryKey in org.aoju.bus.shade.screw.dialect.db2
Methods in org.aoju.bus.shade.screw.dialect.db2 that return types with arguments of type PrimaryKeyModifier and TypeMethodDescriptionList<? extends PrimaryKey>Db2DataBaseQuery.getPrimaryKeys(String table) 根据表名获取主键 -
Uses of PrimaryKey in org.aoju.bus.shade.screw.dialect.h2
Methods in org.aoju.bus.shade.screw.dialect.h2 that return types with arguments of type PrimaryKeyModifier and TypeMethodDescriptionList<? extends PrimaryKey>H2DataBaseQuery.getPrimaryKeys(String table) 根据表名获取主键 -
Uses of PrimaryKey in org.aoju.bus.shade.screw.dialect.mariadb
Classes in org.aoju.bus.shade.screw.dialect.mariadb that implement PrimaryKeyMethods in org.aoju.bus.shade.screw.dialect.mariadb that return types with arguments of type PrimaryKeyModifier and TypeMethodDescriptionList<? extends PrimaryKey>MariaDbDataBaseQuery.getPrimaryKeys()根据表名获取主键List<? extends PrimaryKey>MariaDbDataBaseQuery.getPrimaryKeys(String table) 根据表名获取主键 -
Uses of PrimaryKey in org.aoju.bus.shade.screw.dialect.mysql
Classes in org.aoju.bus.shade.screw.dialect.mysql that implement PrimaryKeyMethods in org.aoju.bus.shade.screw.dialect.mysql that return types with arguments of type PrimaryKeyModifier and TypeMethodDescriptionList<? extends PrimaryKey>MySqlDataBaseQuery.getPrimaryKeys()根据表名获取主键信息List<? extends PrimaryKey>MySqlDataBaseQuery.getPrimaryKeys(String table) 根据表名获取主键 -
Uses of PrimaryKey in org.aoju.bus.shade.screw.dialect.oracle
Classes in org.aoju.bus.shade.screw.dialect.oracle that implement PrimaryKeyMethods in org.aoju.bus.shade.screw.dialect.oracle that return types with arguments of type PrimaryKeyModifier and TypeMethodDescriptionList<? extends PrimaryKey>OracleDataBaseQuery.getPrimaryKeys()根据表名获取主键List<? extends PrimaryKey>OracleDataBaseQuery.getPrimaryKeys(String table) 根据表名获取主键 -
Uses of PrimaryKey in org.aoju.bus.shade.screw.dialect.postgresql
Classes in org.aoju.bus.shade.screw.dialect.postgresql that implement PrimaryKeyMethods in org.aoju.bus.shade.screw.dialect.postgresql that return types with arguments of type PrimaryKeyModifier and TypeMethodDescriptionList<? extends PrimaryKey>PostgreSqlDataBaseQuery.getPrimaryKeys()根据表名获取主键List<? extends PrimaryKey>PostgreSqlDataBaseQuery.getPrimaryKeys(String table) 根据表名获取主键 -
Uses of PrimaryKey in org.aoju.bus.shade.screw.dialect.sqlserver
Classes in org.aoju.bus.shade.screw.dialect.sqlserver that implement PrimaryKeyMethods in org.aoju.bus.shade.screw.dialect.sqlserver that return types with arguments of type PrimaryKeyModifier and TypeMethodDescriptionList<? extends PrimaryKey>SqlServerDataBaseQuery.getPrimaryKeys()根据表名获取主键List<? extends PrimaryKey>SqlServerDataBaseQuery.getPrimaryKeys(String table) 根据表名获取主键