Uses of Class
com.gengoai.sql.object.Index
-
Packages that use Index Package Description com.gengoai.sql com.gengoai.sql.object -
-
Uses of Index in com.gengoai.sql
Methods in com.gengoai.sql that return types with arguments of type Index Modifier and Type Method Description List<Index>
SQLProber. getTableIndices(@NonNull Table table)
Retrieves the indices on tableList<Index>
SQLProber. getTableIndices(@NonNull String table)
Retrieves the indices on table -
Uses of Index in com.gengoai.sql.object
Methods in com.gengoai.sql.object that return Index Modifier and Type Method Description Index
IndexBuilder. nonUnique(@NonNull SQLElement... columns)
Index
IndexBuilder. nonUnique(@NonNull String... columns)
Index
IndexBuilder. nonUnique(@NonNull List<SQLElement> columns)
Index
IndexBuilder. unique(@NonNull SQLElement... columns)
Index
IndexBuilder. unique(@NonNull String... columns)
Index
IndexBuilder. unique(@NonNull List<SQLElement> columns)
-