Uses of Interface
org.aoju.bus.shade.screw.metadata.Column
Packages that use Column
Package
Description
数据库查询
CacheDB
DB2
H2
Mariadb
MySQL
Oracle
PostgreSql
SqlServer
-
Uses of Column in org.aoju.bus.shade.screw.dialect
Fields in org.aoju.bus.shade.screw.dialect with type parameters of type ColumnMethods in org.aoju.bus.shade.screw.dialect that return types with arguments of type ColumnModifier and TypeMethodDescriptionDatabaseQuery.getTableColumns()获取所有列信息DatabaseQuery.getTableColumns(String table) 获取列信息OtherDataBaseQuery.getTableColumns()获取所有列信息OtherDataBaseQuery.getTableColumns(String table) 获取列信息 -
Uses of Column in org.aoju.bus.shade.screw.dialect.cachedb
Classes in org.aoju.bus.shade.screw.dialect.cachedb that implement ColumnMethods in org.aoju.bus.shade.screw.dialect.cachedb that return types with arguments of type ColumnModifier and TypeMethodDescriptionCacheDbDataBaseQuery.getTableColumns()获取所有列信息CacheDbDataBaseQuery.getTableColumns(String table) 获取列信息 -
Uses of Column in org.aoju.bus.shade.screw.dialect.db2
Methods in org.aoju.bus.shade.screw.dialect.db2 that return types with arguments of type ColumnModifier and TypeMethodDescriptionDb2DataBaseQuery.getTableColumns()获取所有列信息Db2DataBaseQuery.getTableColumns(String table) 获取列信息 -
Uses of Column in org.aoju.bus.shade.screw.dialect.h2
Methods in org.aoju.bus.shade.screw.dialect.h2 that return types with arguments of type ColumnModifier and TypeMethodDescriptionH2DataBaseQuery.getTableColumns()获取所有列信息H2DataBaseQuery.getTableColumns(String table) 获取列信息 -
Uses of Column in org.aoju.bus.shade.screw.dialect.mariadb
Classes in org.aoju.bus.shade.screw.dialect.mariadb that implement ColumnMethods in org.aoju.bus.shade.screw.dialect.mariadb that return types with arguments of type Column -
Uses of Column in org.aoju.bus.shade.screw.dialect.mysql
Classes in org.aoju.bus.shade.screw.dialect.mysql that implement ColumnMethods in org.aoju.bus.shade.screw.dialect.mysql that return types with arguments of type Column -
Uses of Column in org.aoju.bus.shade.screw.dialect.oracle
Classes in org.aoju.bus.shade.screw.dialect.oracle that implement ColumnMethods in org.aoju.bus.shade.screw.dialect.oracle that return types with arguments of type Column -
Uses of Column in org.aoju.bus.shade.screw.dialect.postgresql
Classes in org.aoju.bus.shade.screw.dialect.postgresql that implement ColumnMethods in org.aoju.bus.shade.screw.dialect.postgresql that return types with arguments of type Column -
Uses of Column in org.aoju.bus.shade.screw.dialect.sqlserver
Classes in org.aoju.bus.shade.screw.dialect.sqlserver that implement ColumnMethods in org.aoju.bus.shade.screw.dialect.sqlserver that return types with arguments of type Column