|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ddlutils.platform.JdbcModelReader
org.apache.ddlutils.platform.oracle.Oracle8ModelReader
org.apache.ddlutils.platform.oracle.Oracle10ModelReader
public class Oracle10ModelReader
Reads a database model from an Oracle 10 database.
| Constructor Summary | |
|---|---|
Oracle10ModelReader(Platform platform)
Creates a new model reader for Oracle 10 databases. |
|
| Method Summary | |
|---|---|
protected Table |
readTable(DatabaseMetaDataWrapper metaData,
java.util.Map values)
Reads the next table from the meta data. |
| Methods inherited from class org.apache.ddlutils.platform.oracle.Oracle8ModelReader |
|---|
determineAutoIncrementColumns, isAutoIncrement, readColumn, readIndices |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Oracle10ModelReader(Platform platform)
platform - The platform that this model reader belongs to| Method Detail |
|---|
protected Table readTable(DatabaseMetaDataWrapper metaData,
java.util.Map values)
throws java.sql.SQLException
readTable in class Oracle8ModelReadermetaData - The database meta datavalues - The table metadata values as defined by JdbcModelReader.getColumnsForTable()
null if the result set row did not contain a valid table
java.sql.SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||