|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ddlutils.platform.SqlBuilder
org.apache.ddlutils.platform.oracle.Oracle8Builder
org.apache.ddlutils.platform.oracle.Oracle10Builder
public class Oracle10Builder
The SQL builder for Oracle 10.
Field Summary |
---|
Fields inherited from class org.apache.ddlutils.platform.SqlBuilder |
---|
_log, SIZE_PLACEHOLDER |
Constructor Summary | |
---|---|
Oracle10Builder(Platform platform)
Creates a new builder instance. |
Method Summary | |
---|---|
void |
dropTable(Table table)
Outputs the DDL to drop the table. |
Methods inherited from class org.apache.ddlutils.platform.oracle.Oracle8Builder |
---|
createAutoIncrementSequence, createAutoIncrementTrigger, createTable, createTemporaryTable, dropAutoIncrementSequence, dropAutoIncrementTrigger, dropExternalForeignKeys, dropTemporaryTable, getNativeDefaultValue, getSelectLastIdentityValues, printDefaultValue, processChange, processChange, processChange, processTableStructureChanges, writeColumnAutoIncrementStmt, writeExternalIndexDropStmt |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Oracle10Builder(Platform platform)
platform
- The plaftform this builder belongs toMethod Detail |
---|
public void dropTable(Table table) throws java.io.IOException
SqlBuilder.dropTable(Database, Table)
if you want that.
dropTable
in class Oracle8Builder
table
- The table to drop
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |