DBMetaTableNode(java.sql.DatabaseMetaData pdbMeta, DatabaseMetaDataTreeModel pdbMetaTreeModel, DBMetaSchemaNode pschemaNode, String pstrTableName) Creates a new instance of DBMetaSchemaNode
Parameters: pdbMeta - DatabaseMetaData implementation where this node gets its data from. Parameters: pdbMetaTreeModel - The TreeModel this node is associated to. Parameters: pschemaNode - The parent node for this node. Parameters: pstrTableName - The name of the table this node is representing.
Method Summary
protected boolean
_load() Loads the columns for this table into the alChildren list.
Creates a new instance of DBMetaSchemaNode
Parameters: pdbMeta - DatabaseMetaData implementation where this node gets its data from. Parameters: pdbMetaTreeModel - The TreeModel this node is associated to. Parameters: pschemaNode - The parent node for this node. Parameters: pstrTableName - The name of the table this node is representing.