public class NStringType extends AbstractJdbcType<java.lang.String>
Types.NVARCHAR and String.type| Constructor and Description |
|---|
NStringType() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
doConvertToLogFormat(java.lang.String value) |
protected java.lang.String |
doGetValue(java.sql.CallableStatement callableStatement,
int index) |
protected java.lang.String |
doGetValue(java.sql.ResultSet resultSet,
int index) |
protected void |
doSetValue(java.sql.PreparedStatement preparedStatement,
int index,
java.lang.String value) |
convertToLogFormat, getValue, getValue, registerOutParameter, setValueprotected java.lang.String doGetValue(java.sql.ResultSet resultSet,
int index)
throws java.sql.SQLException
doGetValue in class AbstractJdbcType<java.lang.String>java.sql.SQLExceptionprotected void doSetValue(java.sql.PreparedStatement preparedStatement,
int index,
java.lang.String value)
throws java.sql.SQLException
doSetValue in class AbstractJdbcType<java.lang.String>java.sql.SQLExceptionprotected java.lang.String doGetValue(java.sql.CallableStatement callableStatement,
int index)
throws java.sql.SQLException
doGetValue in class AbstractJdbcType<java.lang.String>java.sql.SQLExceptionprotected java.lang.String doConvertToLogFormat(java.lang.String value)
doConvertToLogFormat in class AbstractJdbcType<java.lang.String>