@TypedTreeModel(modelClass=DBSchemaTreeModel.class) public class DBSchemaNodeType extends BranchNodeMetaModel
| Modifier and Type | Field and Description |
|---|---|
static BranchNodeListType<DBSchemaNodeType,EventConsumerNodeType> |
consumers |
static LeafNodeType<DBSchemaNodeType,String> |
dbmsSchemaName |
static LeafNodeType<DBSchemaNodeType,Boolean> |
logUpdates |
static LeafNodeType<DBSchemaNodeType,String> |
name |
static LeafNodeType<DBSchemaNodeType,Boolean> |
skipChecks |
static BranchNodeListType<DBSchemaNodeType,TableNodeType> |
tables |
static LeafNodeType<DBSchemaNodeType,String> |
tableSpaceData |
static LeafNodeType<DBSchemaNodeType,String> |
tableSpaceIndex |
| Constructor and Description |
|---|
DBSchemaNodeType() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addConsumer(BranchNode<?,DBSchemaNodeType> schema,
ExceptionConsumer<DBSchemaUtils.DBSchemaEvent> consumer) |
getBranchNodeListTypeList, getBranchNodeTypeList, getLeafNodeTypeList, getNodeTypeIndexByClass, getNodeTypeIndexByName, getNodeTypeList, getNodeTypeNamespublic static volatile LeafNodeType<DBSchemaNodeType,String> name
public static volatile LeafNodeType<DBSchemaNodeType,String> dbmsSchemaName
public static volatile LeafNodeType<DBSchemaNodeType,String> tableSpaceData
public static volatile LeafNodeType<DBSchemaNodeType,String> tableSpaceIndex
public static volatile LeafNodeType<DBSchemaNodeType,Boolean> skipChecks
public static volatile LeafNodeType<DBSchemaNodeType,Boolean> logUpdates
public static volatile BranchNodeListType<DBSchemaNodeType,TableNodeType> tables
public static volatile BranchNodeListType<DBSchemaNodeType,EventConsumerNodeType> consumers
public static void addConsumer(BranchNode<?,DBSchemaNodeType> schema, ExceptionConsumer<DBSchemaUtils.DBSchemaEvent> consumer)
Copyright © 2020. All rights reserved.