| Package | Description |
|---|---|
| org.sql.generation.api.grammar.builders.definition |
This is package containing builders for syntax elements used in SQL Data Definition statements (typically
CREATE statements). |
| org.sql.generation.api.grammar.definition.table |
This package contains syntax interfaces for
CREATE TABLE statement. |
| org.sql.generation.api.grammar.definition.table.pgsql |
| Modifier and Type | Method and Description |
|---|---|
TableCommitAction |
TableDefinitionBuilder.getCommitAction()
Returns the commit action for this table.
|
| Modifier and Type | Method and Description |
|---|---|
TableDefinitionBuilder |
TableDefinitionBuilder.setCommitAction(TableCommitAction commitAction)
Sets the commit action for this table.
|
| Modifier and Type | Field and Description |
|---|---|
static TableCommitAction |
TableCommitAction.ON_COMMIT_DELETE_ROWS
The commit action for
ON COMMIT DELETE ROWS. |
static TableCommitAction |
TableCommitAction.ON_COMMIT_PRESERVE_ROWS
The commit action for
ON COMMIT PRESERVE ROWS. |
| Modifier and Type | Method and Description |
|---|---|
TableCommitAction |
TableDefinition.getCommitAction()
Returns the commit action for this table.
|
| Modifier and Type | Field and Description |
|---|---|
static TableCommitAction |
PgSQLTableCommitAction.DROP
The table commit action to
DROP table when transaction ends. |
Copyright © 2010-2012. All Rights Reserved.