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