Package com.exedio.dsmf
Class Schema
java.lang.Object
com.exedio.dsmf.Node
com.exedio.dsmf.Schema
-
Nested Class Summary
Nested classes/interfaces inherited from class com.exedio.dsmf.Node
Node.Color
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
create()
void
create
(StatementListener listener) void
createConstraints
(EnumSet<Constraint.Type> types) void
createConstraints
(EnumSet<Constraint.Type> types, StatementListener listener) void
drop()
void
drop
(StatementListener listener) void
dropConstraints
(EnumSet<Constraint.Type> types) void
dropConstraints
(EnumSet<Constraint.Type> types, StatementListener listener) getSequence
(String name) newSequence
(String name, Sequence.Type type, long start) void
tearDown()
void
tearDown
(StatementListener listener) void
void
tearDownConstraints
(EnumSet<Constraint.Type> types, StatementListener listener) void
verify()
Methods inherited from class com.exedio.dsmf.Node
exists, getCumulativeColor, getError, getParticularColor, required
-
Constructor Details
-
Schema
-
-
Method Details
-
newTable
-
newSequence
-
getTable
-
getTables
-
getSequence
-
getSequences
-
verify
public void verify() -
create
public void create() -
create
-
drop
public void drop() -
drop
-
tearDown
public void tearDown() -
tearDown
-
createConstraints
-
createConstraints
-
dropConstraints
-
dropConstraints
-
tearDownConstraints
-
tearDownConstraints
-
checkUnsupportedConstraints
public void checkUnsupportedConstraints()
-