|
||||||||||
| 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.cloudscape.CloudscapeBuilder
public class CloudscapeBuilder
The SQL Builder for Cloudscape.
| Field Summary |
|---|
| Fields inherited from class org.apache.ddlutils.platform.SqlBuilder |
|---|
_log, SIZE_PLACEHOLDER |
| Constructor Summary | |
|---|---|
CloudscapeBuilder(Platform platform)
Creates a new builder instance. |
|
| Method Summary | |
|---|---|
java.lang.String |
getSelectLastIdentityValues(Table table)
Generates the SQL for querying the id that was created in the last insertion operation. |
protected void |
writeColumnAutoIncrementStmt(Table table,
Column column)
Prints that the column is an auto increment column. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CloudscapeBuilder(Platform platform)
platform - The plaftform this builder belongs to| Method Detail |
|---|
protected void writeColumnAutoIncrementStmt(Table table,
Column column)
throws java.io.IOException
writeColumnAutoIncrementStmt in class SqlBuildertable - The tablecolumn - The column
java.io.IOExceptionpublic java.lang.String getSelectLastIdentityValues(Table table)
null.
getSelectLastIdentityValues in class SqlBuildertable - The table
null if the database does not support this
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||