public class Catalog extends Object implements Retrievable
| Constructor and Description |
|---|
Catalog() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Schema> |
getSchemas() |
String |
getTableCat() |
void |
retrieve(DatabaseMetaData databaseMetaData) |
void |
setTableCat(String tableCat) |
public static final Catalog UNNAMED
public void retrieve(DatabaseMetaData databaseMetaData) throws SQLException
retrieve in interface RetrievableSQLExceptionpublic String getTableCat()
public void setTableCat(String tableCat)
Copyright © 2011-2013. All Rights Reserved.