public class GenOrmUUID extends GenOrmFieldTemplate<java.util.UUID>
| Constructor and Description |
|---|
GenOrmUUID(GenOrmFieldMeta fieldMeta) |
| Modifier and Type | Method and Description |
|---|---|
void |
placePrevValue(java.sql.PreparedStatement ps,
int pos) |
void |
placeValue(java.sql.PreparedStatement ps,
int pos) |
void |
setValue(java.sql.ResultSet rs,
int pos) |
equals, getPrevValue, getPrevValueAsString, getSQLValue, getValue, hashCode, setPrevValue, setValue, toStringgetFieldMeta, getRecordKey, isNull, setNull, setRecordKeypublic GenOrmUUID(GenOrmFieldMeta fieldMeta)
public 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.SQLException