public class DbSchema extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DbCatalog |
catalog |
protected WeakReference<Connection> |
connectionRef |
protected String |
schemaName |
| Constructor and Description |
|---|
DbSchema() |
DbSchema(Connection conn,
DbCatalog cat,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static List<DbSchema> |
fetch(DbCatalog cat) |
DbCatalog |
getCatalog() |
Connection |
getConnection() |
String |
getSchemaName() |
void |
setCatalog(DbCatalog catalog) |
void |
setConnection(Connection conn) |
void |
setSchemaName(String schemaName) |
String |
toString() |
protected DbCatalog catalog
protected String schemaName
protected volatile WeakReference<Connection> connectionRef
public DbSchema()
public DbSchema(Connection conn, DbCatalog cat, String name)
public static List<DbSchema> fetch(DbCatalog cat) throws SQLException
SQLExceptionpublic DbCatalog getCatalog()
public void setCatalog(DbCatalog catalog)
public String getSchemaName()
public void setSchemaName(String schemaName)
public Connection getConnection()
public void setConnection(Connection conn)
Copyright © 2018. All rights reserved.