|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface of a column with datatype Column.Type.BINARY
or Column.Type.VARBINARY
.
Nested Class Summary |
Nested classes inherited from class net.sf.jaxme.sqls.Column |
Column.Name, Column.Type |
Method Summary | |
java.lang.Long |
getLength()
If the column has fixed length: Returns the columns length. |
boolean |
hasFixedLength()
Returns whether the column has fixed or variable length. |
void |
setLength(long pLength)
Shortcut for setLength(new Integer(pLength)) . |
void |
setLength(java.lang.Long pLength)
If the column has fixed length: Sets the columns length. |
Methods inherited from interface net.sf.jaxme.sqls.Column |
getName, getQName, getTable, getType, isBinaryColumn, isNullable, isPrimaryKeyPart, isStringColumn, setNullable |
Method Detail |
public boolean hasFixedLength()
Returns whether the column has fixed or variable length.
public void setLength(java.lang.Long pLength)
If the column has fixed length: Sets the columns length. Otherwise sets the columns maximum length.
public void setLength(long pLength)
Shortcut for setLength(new Integer(pLength))
.
public java.lang.Long getLength()
If the column has fixed length: Returns the columns length. Otherwise returns the columns maximum length.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |