public class GenOrmBoolean extends GenOrmField
| Constructor and Description |
|---|
GenOrmBoolean(GenOrmFieldMeta fieldMeta) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getPrevValue() |
java.lang.String |
getPrevValueAsString() |
java.lang.String |
getSQLValue() |
boolean |
getValue() |
int |
hashCode() |
void |
placePrevValue(java.sql.PreparedStatement ps,
int pos) |
void |
placeValue(java.sql.PreparedStatement ps,
int pos) |
void |
setPrevValue(boolean value) |
boolean |
setValue(boolean value) |
void |
setValue(java.sql.ResultSet rs,
int pos) |
java.lang.String |
toString()
Returns the value of the field as a string
|
getFieldMeta, getRecordKey, isNull, setNull, setRecordKeypublic GenOrmBoolean(GenOrmFieldMeta fieldMeta)
public boolean setValue(boolean value)
public void setPrevValue(boolean value)
public boolean getValue()
public java.lang.Boolean getPrevValue()
getPrevValue in class GenOrmFieldpublic void setValue(java.sql.ResultSet rs,
int pos)
throws java.sql.SQLException
setValue in class GenOrmFieldjava.sql.SQLExceptionpublic void placeValue(java.sql.PreparedStatement ps,
int pos)
throws java.sql.SQLException
placeValue in class GenOrmFieldjava.sql.SQLExceptionpublic void placePrevValue(java.sql.PreparedStatement ps,
int pos)
throws java.sql.SQLException
placePrevValue in class GenOrmFieldjava.sql.SQLExceptionpublic java.lang.String getSQLValue()
public int hashCode()
hashCode in class GenOrmFieldpublic boolean equals(java.lang.Object obj)
equals in class GenOrmFieldpublic java.lang.String getPrevValueAsString()
getPrevValueAsString in class GenOrmFieldpublic java.lang.String toString()
GenOrmFieldtoString in class GenOrmField