public class SqlDdlTable.Ddl extends Object
Modifier | Constructor and Description |
---|---|
protected |
Ddl()
Instantiates a new ddl.
|
Modifier and Type | Method and Description |
---|---|
String |
CREATE_TABLE()
CREAT e_ table.
|
protected void |
createEverything()
Creates the everything.
|
void |
createIndices()
Creates the indices.
|
void |
createTable()
Creates the table.
|
void |
createTriggers()
Creates the triggers.
|
String |
DROP_TABLE()
DRO p_ table.
|
SqlPrimaryKey |
getPrimaryKey()
Gets the primary key.
|
SqlDdlTable |
initialize()
Initialize.
|
protected Object |
postCreateActions()
Post create actions.
|
protected Object |
preCreateActions()
Pre create actions.
|
void |
recreateTable()
Recreate table.
|
public SqlDdlTable initialize() throws SQLEngineException
forceInitialize
- the force initializeSQLEngineException
- the sQL engine exceptionpublic SqlPrimaryKey getPrimaryKey()
protected void createEverything()
protected Object preCreateActions()
public void createTable() throws SQLEngineException
SQLEngineException
- the sQL engine exceptionprotected Object postCreateActions()
public void recreateTable() throws SQLEngineException
SQLEngineException
- the sQL engine exceptionpublic void createIndices() throws SQLEngineException
SQLEngineException
- the sQL engine exceptionpublic void createTriggers() throws SQLEngineException
SQLEngineException
- the sQL engine exceptionpublic String DROP_TABLE()
public String CREATE_TABLE()
Copyright © 2003–2022 XDEV Software. All rights reserved.