org.apache.ws.jaxme.sqls.db2
public interface DB2SQLGenerator extends SQLGenerator
Interface of an SQL generator for DB2 databases.
Method Summary | |
---|---|
Collection | getCreate(BufferPool pBufferPool) Returns an SQL statement creating the given BufferPool. |
Collection | getCreate(TableSpace pTableSpace) Returns an SQL statement creating the given TableSpace. |
Collection | getDrop(BufferPool pBufferPool) Returns an SQL statement dropping the given BufferPool. |
Collection | getDrop(TableSpace pTableSpace) Returns an SQL statement dropping the given TableSpace. |
boolean | isCreatingTableSpaceReferences() Returns whether the generated |
void | setCreatingTableSpaceReferences(boolean pCreatingTableSpaceReferences) Sets whether the generated |
Returns an SQL statement creating the given BufferPool.
Returns an SQL statement creating the given TableSpace.
Returns an SQL statement dropping the given BufferPool.
Returns an SQL statement dropping the given TableSpace.
Returns whether the generated CREATE TABLE
statements
will contain table space references or not. By default they will.
Sets whether the generated CREATE TABLE
statements
will contain table space references or not. By default they will.