|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Database
Database and connection information.
| Method Summary | |
|---|---|
Catalog |
getCatalog(String catalogName)
Gets a catalog by name. |
Catalog[] |
getCatalogs()
Gets the schemas. |
DatabaseInfo |
getDatabaseInfo()
|
JdbcDriverInfo |
getJdbcDriverInfo()
|
SchemaCrawlerInfo |
getSchemaCrawlerInfo()
|
ColumnDataType |
getSystemColumnDataType(String name)
Gets the column data types defined by the RDBMS system, by name. |
ColumnDataType[] |
getSystemColumnDataTypes()
Gets the column data types defined by the RDBMS system. |
| Methods inherited from interface schemacrawler.schema.NamedObject |
|---|
getAttribute, getAttributes, getFullName, getName, getRemarks, setAttribute |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
Catalog getCatalog(String catalogName)
name - Name
Catalog[] getCatalogs()
DatabaseInfo getDatabaseInfo()
JdbcDriverInfo getJdbcDriverInfo()
SchemaCrawlerInfo getSchemaCrawlerInfo()
ColumnDataType getSystemColumnDataType(String name)
ColumnDataType[] getSystemColumnDataTypes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||