public class NodeHelper.TableNode extends Object
| Constructor and Description |
|---|
TableNode() |
public String getTableName()
public String getTableCatalog()
public String getTableSchema()
public boolean isTableReadable()
public boolean isTableInsertable()
public boolean isTableUpdatable()
public LeafNodeType getPrimaryKeyLeafNode()
public String getPrimaryKeyName()
public boolean isPrimaryKeyNullable()
public SQLColumn.SQLColumnType getPrimaryKeyType()
public int getPrimaryKeyLength()
public boolean isPrimaryKeyReadable()
public boolean isPrimaryKeyInsertable()
public boolean isPrimaryKeyUpdatable()
public String getPrimaryKeyStaticDefaultValue()
public String getPrimaryKeyFunctionalDefaultValue()
public Class<? extends BiConsumer<Node<? extends BranchNodeMetaModel,?>,Map<String,?>>> getPrimaryKeyOnInsert()
public Class<? extends BiConsumer<Node<? extends BranchNodeMetaModel,?>,Map<String,?>>> getPrimaryKeyOnUpdate()
public Class<? extends BiConsumer<Node<? extends BranchNodeMetaModel,?>,Map<String,?>>> getPrimaryKeyOnUpsert()
public Class<? extends BiConsumer<Node<? extends BranchNodeMetaModel,?>,ConplierBean<?>>> getPrimaryKeyNode2JDBC()
public Class<? extends BiConsumer<ConplierBean<?>,Node<? extends BranchNodeMetaModel,?>>> getPrimaryKeyJDBC2Node()
public String getPrimaryKeySequence()
public boolean isPrimaryKeyAutoGenerated()
Copyright © 2020. All rights reserved.