| Package | Description |
|---|---|
| org.sodeac.common.jdbc |
| Modifier and Type | Method and Description |
|---|---|
static DBSchemaUtils.ColumnTracker |
DBSchemaUtils.ColumnProcessor.checkColumnDefinition(DBSchemaUtils dbSchemaUtils,
Connection connection,
IDBSchemaUtilsDriver driver,
BranchNode<?,DBSchemaNodeType> schema,
BranchNode<DBSchemaNodeType,TableNodeType> table,
BranchNode<TableNodeType,ColumnNodeType> column,
Map<String,Object> tableProperties,
DBSchemaUtils.CheckProperties checkProperties) |
| Modifier and Type | Method and Description |
|---|---|
List<DBSchemaUtils.ColumnTracker> |
DBSchemaUtils.TableTracker.getColumnTrackerList() |
| Modifier and Type | Method and Description |
|---|---|
static void |
DBSchemaUtils.ColumnProcessor.checkColumnProperties(DBSchemaUtils dbSchemaUtils,
Connection connection,
IDBSchemaUtilsDriver driver,
BranchNode<?,DBSchemaNodeType> schema,
BranchNode<?,TableNodeType> table,
BranchNode<?,ColumnNodeType> column,
DBSchemaUtils.ColumnTracker columnTracker,
Map<String,Object> columnProperties,
DBSchemaUtils.CheckProperties checkProperties) |
static void |
DBSchemaUtils.ColumnProcessor.createColumnKeys(DBSchemaUtils dbSchemaUtils,
Connection connection,
IDBSchemaUtilsDriver driver,
BranchNode<?,DBSchemaNodeType> schema,
BranchNode<?,TableNodeType> table,
DBSchemaUtils.ColumnTracker columnTracker,
DBSchemaUtils.CheckProperties checkProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DBSchemaUtils.TableTracker.setColumnTrackerList(List<DBSchemaUtils.ColumnTracker> columnTrackerList) |
Copyright © 2020. All rights reserved.