Attribute |
Mand. |
Description |
Default |
value |
yes |
Name of the physical field. |
|
cbind |
no |
Name of the physical class to which the physical field belongs to. By default, the one specified by the class binding is used. |
|
default |
no |
Default value. |
|
id |
no |
Indicates if the physical field is identifier or not. This attribute is used if the logical id differs from the physical id. By default, these ids are the same. |
false |
javaType |
no |
Full name of the Java class corresponding to the type of physical field. |
|
javaEncoder |
no |
Full name of the Java class used to encode and decode the values exchanged with the SQL data provider. This class must implement the leon.peer.sql.LySqlSpecificEncoder interface. |
|
peerType |
no |
Peer type (used by RDBMS which accepts BLOBS and/or CLOBS) otherwise value is 'DEFAULT'. Possible values are : 'DEFAULT', 'BLOB' and 'CLOB'. |
DEFAULT |