org.agileclick.genorm.runtime
Class GenOrmString
java.lang.Object
org.agileclick.genorm.runtime.GenOrmField
org.agileclick.genorm.runtime.GenOrmFieldTemplate<java.lang.String>
org.agileclick.genorm.runtime.GenOrmString
- All Implemented Interfaces:
- java.io.Serializable
public class GenOrmString
- extends GenOrmFieldTemplate<java.lang.String>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
GenOrmString
public GenOrmString(GenOrmFieldMeta fieldMeta)
setValue
public void setValue(java.sql.ResultSet rs,
int pos)
throws java.sql.SQLException
- Specified by:
setValue in class GenOrmField
- Throws:
java.sql.SQLException
placeValue
public void placeValue(java.sql.PreparedStatement ps,
int pos)
throws java.sql.SQLException
- Specified by:
placeValue in class GenOrmField
- Throws:
java.sql.SQLException
placePrevValue
public void placePrevValue(java.sql.PreparedStatement ps,
int pos)
throws java.sql.SQLException
- Specified by:
placePrevValue in class GenOrmField
- Throws:
java.sql.SQLException
getSQLValue
public java.lang.String getSQLValue()
- Overrides:
getSQLValue in class GenOrmFieldTemplate<java.lang.String>