|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.cfg.reveng.dialect.AbstractMetaDataDialect
org.hibernate.cfg.reveng.dialect.OracleMetaDataDialect
public class OracleMetaDataDialect
Oracle Specialised MetaData dialect that uses standard JDBC and querys on the Data Dictionary for reading metadata.
Field Summary |
---|
Fields inherited from class org.hibernate.cfg.reveng.dialect.AbstractMetaDataDialect |
---|
log |
Constructor Summary | |
---|---|
OracleMetaDataDialect()
|
Method Summary | |
---|---|
void |
close()
Close any resources this dialect might have used. |
Iterator |
getColumns(String catalog,
String schema,
String table,
String column)
Return iterator over the columns that mathces catalog, schema and table |
Iterator |
getExportedKeys(String catalog,
String schema,
String table)
Return iterator over the exported foreign keys that mathces catalog, schema and table |
Iterator |
getIndexInfo(String catalog,
String schema,
String table)
Return iterator over the indexes that mathces catalog, schema and table |
Iterator |
getPrimaryKeys(String catalog,
String schema,
String table)
Return iterator over the columns that mathces catalog, schema and table |
Iterator |
getTables(String catalog,
String schema,
String table)
Return iterator over the tables that mathces catalog, schema and table |
Methods inherited from class org.hibernate.cfg.reveng.dialect.AbstractMetaDataDialect |
---|
caseForSearch, close, configure, getConnection, getDatabaseStructure, getMetaData, getReverseEngineeringRuntimeInfo, getSQLExceptionConverter, getSuggestedPrimaryKeyStrategyName, needQuote |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OracleMetaDataDialect()
Method Detail |
---|
public Iterator getTables(String catalog, String schema, String table)
MetaDataDialect
catalog
- name or nullschema
- name or nulltable
- name or null
public Iterator getIndexInfo(String catalog, String schema, String table)
MetaDataDialect
catalog
- name or nullschema
- name or nulltable
- name or null
public Iterator getColumns(String catalog, String schema, String table, String column)
MetaDataDialect
catalog
- name or nullschema
- name or nulltable
- name or nullcolumn
- name or null
public Iterator getPrimaryKeys(String catalog, String schema, String table)
MetaDataDialect
catalog
- name or nullschema
- name or null
public Iterator getExportedKeys(String catalog, String schema, String table)
MetaDataDialect
catalog
- name or nullschema
- name or nulltable
- name or null
public void close()
MetaDataDialect
close
in interface MetaDataDialect
close
in class AbstractMetaDataDialect
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |