- All Implemented Interfaces:
SqlLogFormatter<String>,JdbcType<String>
A JDBC type for
Types.NVARCHAR and String.-
Field Summary
Fields inherited from class org.seasar.doma.jdbc.type.AbstractJdbcType
type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringdoConvertToLogFormat(String value) protected StringdoGetValue(CallableStatement callableStatement, int index) protected StringdoGetValue(ResultSet resultSet, int index) protected voiddoSetValue(PreparedStatement preparedStatement, int index, String value) Methods inherited from class org.seasar.doma.jdbc.type.AbstractJdbcType
convertToLogFormat, getValue, getValue, registerOutParameter, setValue
-
Constructor Details
-
NStringType
public NStringType()
-
-
Method Details
-
doGetValue
- Specified by:
doGetValuein classAbstractJdbcType<String>- Throws:
SQLException
-
doSetValue
protected void doSetValue(PreparedStatement preparedStatement, int index, String value) throws SQLException - Specified by:
doSetValuein classAbstractJdbcType<String>- Throws:
SQLException
-
doGetValue
- Specified by:
doGetValuein classAbstractJdbcType<String>- Throws:
SQLException
-
doConvertToLogFormat
- Specified by:
doConvertToLogFormatin classAbstractJdbcType<String>
-