public class StringSqlType extends SqlType<java.lang.String>
DB_SQLTYPE_NOT_AVAILABLE, DB_SQLTYPE_UNKNOWN, sqlType
Constructor and Description |
---|
StringSqlType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get(java.sql.ResultSet rs,
int index,
int dbSqlType)
Returns value from result set.
|
void |
set(java.sql.PreparedStatement st,
int index,
java.lang.String value,
int dbSqlType)
Sets prepared statement value.
|
prepareGetValue, readValue, storeValue
Copyright © 2003-present Jodd Team