| |
|
| java.lang.Object org.objectweb.jonas_ejb.deployment.api.FieldDesc org.objectweb.jonas_ejb.deployment.api.FieldJdbcDesc
FieldJdbcDesc | public class FieldJdbcDesc extends FieldDesc (Code) | | Class to hold meta-information related to a cmp-field of a bean with jdbc based store
author: Christophe Ney [cney@batisseurs.com] : Initial developer author: Helene Joanin on May 2003: code cleanup author: Helene Joanin on May 2003: add sqlType. |
getJdbcFieldName | public String getJdbcFieldName()(Code) | | Get database field name in the table where bean is stored
Name of the field in the database |
getSqlType | public String getSqlType()(Code) | | Get field sql-type
sql-type of the field in the database |
hasSqlType | public boolean hasSqlType()(Code) | | Is the field sql-type is defined.
true if the sql-type of the field is defined. |
setJdbcFieldName | protected void setJdbcFieldName(String jdbcFieldName)(Code) | | Jdbc field name setter.
|
setSqlType | protected void setSqlType(String st)(Code) | | Field sql-type setter.
|
toString | public String toString()(Code) | | String representation of the object for test purpose
String representation of this object |
|
|
|