| org.h2.command.ddl.SchemaCommand org.h2.command.dml.AlterTableSet
AlterTableSet | public class AlterTableSet extends SchemaCommand (Code) | | This class represents the statement
ALTER TABLE SET
|
REFERENTIAL_INTEGRITY_FALSE | final public static int REFERENTIAL_INTEGRITY_FALSE(Code) | | Disable the referential integrity.
|
REFERENTIAL_INTEGRITY_TRUE | final public static int REFERENTIAL_INTEGRITY_TRUE(Code) | | Enable the referential integrity.
|
isTransactional | public boolean isTransactional()(Code) | | |
setCheckExisting | public void setCheckExisting(boolean b)(Code) | | |
setTableName | public void setTableName(String tableName)(Code) | | |
|
|