| Package | Description |
|---|---|
| org.sodeac.common.jdbc | |
| org.sodeac.common.model.dbschema |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
IDBSchemaUtilsDriver.isValidIndex(Connection connection,
BranchNode<?,DBSchemaNodeType> schema,
BranchNode<?,TableNodeType> table,
BranchNode<?,IndexNodeType> index,
Map<String,Object> indexProperties)
check valid index setup
|
default void |
IDBSchemaUtilsDriver.setValidIndex(Connection connection,
BranchNode<?,DBSchemaNodeType> schema,
BranchNode<?,TableNodeType> table,
BranchNode<?,IndexNodeType> index,
Map<String,Object> indexProperties)
setup valid index by
indexSpec |
| Modifier and Type | Field and Description |
|---|---|
static LeafNodeType<IndexNodeType,String> |
IndexNodeType.dbmsSchemaName |
static BranchNodeListType<TableNodeType,IndexNodeType> |
TableNodeType.indices |
static BranchNodeListType<IndexNodeType,IndexColumnNodeType> |
IndexNodeType.members |
static LeafNodeType<IndexNodeType,String> |
IndexNodeType.name |
static LeafNodeType<IndexNodeType,Boolean> |
IndexNodeType.quotedName |
static LeafNodeType<IndexNodeType,String> |
IndexNodeType.tableSpace |
static LeafNodeType<IndexNodeType,Boolean> |
IndexNodeType.unique |
| Modifier and Type | Method and Description |
|---|---|
static BranchNode<TableNodeType,IndexNodeType> |
TableNodeType.createIndex(BranchNode<?,TableNodeType> table,
boolean unique,
String keyName,
String... columnNames) |
Copyright © 2020. All rights reserved.