org.sql.generation.api.grammar.definition.table
Class TableCommitAction

java.lang.Object
  extended by org.sql.generation.api.grammar.definition.table.TableCommitAction

public final class TableCommitAction
extends java.lang.Object

This enum is for table commit action (ON COMMIT ...) in table definition. The commit action may be either ON_COMMIT_PRESERVE_ROWS or ON_COMMIT_DELETE_ROWS.

Author:
Stanislav Muhametsin
See Also:
TableDefinition

Field Summary
static TableCommitAction ON_COMMIT_DELETE_ROWS
          The commit action for ON COMMIT DELETE ROWS.
static TableCommitAction ON_COMMIT_PRESERVE_ROWS
          The commit action for ON COMMIT PRESERVE ROWS.
 
Constructor Summary
TableCommitAction()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ON_COMMIT_PRESERVE_ROWS

public static final TableCommitAction ON_COMMIT_PRESERVE_ROWS
The commit action for ON COMMIT PRESERVE ROWS.


ON_COMMIT_DELETE_ROWS

public static final TableCommitAction ON_COMMIT_DELETE_ROWS
The commit action for ON COMMIT DELETE ROWS.

Constructor Detail

TableCommitAction

public TableCommitAction()


Copyright © 2010. All Rights Reserved.