Package com.exedio.dsmf
Class Column
java.lang.Object
com.exedio.dsmf.Node
com.exedio.dsmf.Column
-
Nested Class Summary
Nested classes/interfaces inherited from class com.exedio.dsmf.Node
Node.Color
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
create()
void
create
(StatementListener listener) void
drop()
void
drop
(StatementListener listener) getName()
getTable()
getType()
boolean
void
void
modify
(String newType, StatementListener listener) newForeignKey
(String name, String targetTable, String targetColumn) newPrimaryKey
(String name) void
void
renameTo
(String newName, StatementListener listener) toString()
void
update
(String value, StatementListener listener) Methods inherited from class com.exedio.dsmf.Node
exists, getCumulativeColor, getError, getParticularColor, required
-
Constructor Details
-
Column
Deprecated.UseTable.newColumn(String,String)
instead
-
-
Method Details
-
getTable
-
getName
-
newPrimaryKey
-
newForeignKey
-
newCheck
-
getConstraints
-
getType
-
mismatchesType
public boolean mismatchesType() -
getRequiredType
-
getExistingType
-
create
public void create() -
create
-
renameTo
-
renameTo
-
modify
-
modify
-
drop
public void drop() -
drop
-
update
-
toString
-
Table.newColumn(String,String)
instead