|
|||||||||
| 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.axion.AxionBuilder
public class AxionBuilder
The SQL Builder for the Axion database.
| Field Summary |
|---|
| Fields inherited from class org.apache.ddlutils.platform.SqlBuilder |
|---|
_log, SIZE_PLACEHOLDER |
| Constructor Summary | |
|---|---|
AxionBuilder(Platform platform)
Creates a new axion sql builder. |
|
| Method Summary | |
|---|---|
void |
dropTable(Table table)
Outputs the DDL to drop the table. |
protected void |
writeColumnAutoIncrementStmt(Table table,
Column column)
Prints that the column is an auto increment column. |
void |
writeExternalIndexDropStmt(Table table,
Index index)
Generates the statement to drop a non-embedded index from the database. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AxionBuilder(Platform platform)
platform - The plaftform this builder belongs to| Method Detail |
|---|
protected void writeColumnAutoIncrementStmt(Table table,
Column column)
throws IOException
writeColumnAutoIncrementStmt in class SqlBuildertable - The tablecolumn - The column
IOException
public void dropTable(Table table)
throws IOException
SqlBuilder.dropTable(Database, Table)
if you want that.
dropTable in class SqlBuildertable - The table to drop
IOException
public void writeExternalIndexDropStmt(Table table,
Index index)
throws IOException
writeExternalIndexDropStmt in class SqlBuildertable - The table the index is onindex - The index to drop
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||