|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface of an SQL generator for DB2 databases.
Method Summary | |
java.util.Collection |
getCreate(BufferPool pBufferPool)
Returns an SQL statement creating the given BufferPool. |
java.util.Collection |
getCreate(TableSpace pTableSpace)
Returns an SQL statement creating the given TableSpace. |
java.util.Collection |
getDrop(BufferPool pBufferPool)
Returns an SQL statement dropping the given BufferPool. |
java.util.Collection |
getDrop(TableSpace pTableSpace)
Returns an SQL statement dropping the given TableSpace. |
boolean |
isCreatingTableSpaceReferences()
Returns whether the generated CREATE TABLE statements
will contain table space references or not. |
void |
setCreatingTableSpaceReferences(boolean pCreatingTableSpaceReferences)
Sets whether the generated CREATE TABLE statements
will contain table space references or not. |
Methods inherited from interface net.sf.jaxme.sqls.SQLGenerator |
getConstraint, getCreate, getCreate, getCreate, getCreate, getCreate, getCreate, getDrop, getDrop, getDrop, getDrop, getDrop, getDrop, getLineTerminator, getQuery, getStatementTerminator, setLineTerminator, setStatementTerminator |
Method Detail |
public java.util.Collection getCreate(BufferPool pBufferPool)
Returns an SQL statement creating the given BufferPool.
public java.util.Collection getDrop(BufferPool pBufferPool)
Returns an SQL statement dropping the given BufferPool.
public java.util.Collection getCreate(TableSpace pTableSpace)
Returns an SQL statement creating the given TableSpace.
public java.util.Collection getDrop(TableSpace pTableSpace)
Returns an SQL statement dropping the given TableSpace.
public void setCreatingTableSpaceReferences(boolean pCreatingTableSpaceReferences)
Sets whether the generated CREATE TABLE
statements
will contain table space references or not. By default they will.
public boolean isCreatingTableSpaceReferences()
Returns whether the generated CREATE TABLE
statements
will contain table space references or not. By default they will.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |