|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.agimatec.sql.meta.oracle.OracleJdbcSqlMetaFactory
public class OracleJdbcSqlMetaFactory
Description:
Builds a CatalogDescription by reading the Schema-Catalog tables of an oracle database.
| Constructor Summary | |
|---|---|
OracleJdbcSqlMetaFactory(JdbcDatabase aDatabase)
create an instance |
|
| Method Summary | |
|---|---|
CatalogDescription |
buildCatalog()
load the catalog for ALL USER_TABLES! |
CatalogDescription |
buildCatalog(String[] tables)
create a CatalogDescription |
JdbcDatabase |
getDatabase()
|
boolean |
isColumns()
|
boolean |
isComments()
|
boolean |
isForeignKeys()
|
boolean |
isIndices()
|
boolean |
isPrimaryKeys()
|
boolean |
isSequences()
|
void |
setColumns(boolean aColumns)
|
void |
setComments(boolean aComments)
|
void |
setForeignKeys(boolean aForeignKeys)
|
void |
setIndices(boolean aIndices)
|
void |
setPrimaryKeys(boolean aPrimaryKeys)
|
void |
setSequences(boolean aSequences)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OracleJdbcSqlMetaFactory(JdbcDatabase aDatabase)
aDatabase - - to get the database connection from (no mappings required)| Method Detail |
|---|
public boolean isSequences()
public void setSequences(boolean aSequences)
public boolean isIndices()
public void setIndices(boolean aIndices)
public boolean isPrimaryKeys()
public void setPrimaryKeys(boolean aPrimaryKeys)
public boolean isColumns()
public void setColumns(boolean aColumns)
public boolean isForeignKeys()
public void setForeignKeys(boolean aForeignKeys)
public boolean isComments()
public void setComments(boolean aComments)
public CatalogDescription buildCatalog()
throws SQLException,
IOException,
SAXException
SQLException
IOException
SAXException
public CatalogDescription buildCatalog(String[] tables)
throws SQLException,
IOException
SQLException
IOExceptionpublic JdbcDatabase getDatabase()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||