public class DbTable extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
catalogName |
protected WeakReference<Connection> |
connectionRef |
protected String |
generationRef |
protected String |
idColumnName |
protected String |
remarks |
protected DbSchema |
schema |
protected String |
schemaName |
protected String |
tableName |
protected String |
tableType |
protected String |
typeCatalog |
protected String |
typeName |
protected String |
typeSchema |
| Constructor and Description |
|---|
DbTable() |
DbTable(Connection conn) |
DbTable(Connection conn,
String name) |
protected DbSchema schema
protected String tableName
protected String catalogName
protected String schemaName
protected String tableType
protected String remarks
protected String typeCatalog
protected String typeSchema
protected String typeName
protected String idColumnName
protected String generationRef
protected transient volatile WeakReference<Connection> connectionRef
public DbTable()
public DbTable(Connection conn)
public DbTable(Connection conn, String name)
public static List<DbTable> fetch(DbSchema schem) throws SQLException
SQLExceptionpublic static List<DbTable> fetch(DbCatalog cat) throws SQLException
SQLExceptionpublic static List<DbTable> fetch(ResultSet rs, boolean closeRs, Connection conn) throws SQLException
SQLExceptionpublic DbSchema getSchema()
public void setSchema(DbSchema schema)
public String getTableName()
public void setTableName(String tableName)
public String getCatalogName()
public void setCatalogName(String catalogName)
public String getSchemaName()
public void setSchemaName(String schemaName)
public String getTableType()
public void setTableType(String tableType)
public String getRemarks()
public void setRemarks(String remarks)
public String getTypeCatalog()
public void setTypeCatalog(String typeCatalog)
public String getTypeSchema()
public void setTypeSchema(String typeSchema)
public String getTypeName()
public void setTypeName(String typeName)
public String getIdColumnName()
public void setIdColumnName(String idColumnName)
public String getGenerationRef()
public void setGenerationRef(String generationRef)
public Connection getConnection()
public void setConnection(Connection conn)
public static void buildContext(SqlService ss, ObjectBrowser ob)
Copyright © 2018. All rights reserved.