|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.peer.LyPeerField
leon.peer.util.LyColumnField
leon.peer.sql.LySqlColumnField
public class LySqlColumnField
This class provides the SQL implementation of LyField.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class leon.peer.util.LyColumnField |
---|
LyColumnField.CONSTRAINT |
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Constructor Summary | |
---|---|
LySqlColumnField()
Default Constructor. |
Method Summary | |
---|---|
java.lang.String |
getClassBinding()
To get the CLASS binding -table on top of this field binding-. |
int |
getDateType()
To get the date type of this field. |
java.lang.String |
getFullId()
Gets qualified identifier of this field. |
void |
setClassBinding(java.lang.String classBinding)
To set the CLASS binding -table on top of this field binding-. |
void |
setDateType(int type)
To set the date type of this field. |
java.lang.String |
toString()
Returns this peer field as a String. |
Methods inherited from class leon.peer.util.LyColumnField |
---|
addContraint, getDefault, getFormat, getId, getPeerType, getValueClass, hasContraint, removeContraint, setDefault, setFormat, setId, setPeerType, setValueClass |
Methods inherited from class leon.peer.LyPeerField |
---|
buildFieldValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LySqlColumnField()
Method Detail |
---|
public void setDateType(int type)
type
- the date type of this field.public int getDateType()
public java.lang.String getClassBinding()
public void setClassBinding(java.lang.String classBinding)
specified
- the class binding (table name) in RDBMSpublic java.lang.String getFullId()
public java.lang.String toString()
toString
in class LyColumnField
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |