rs.sol.soloist.server.builtindomains.builtindatatypes
Class Integer.DefaultHandler
java.lang.Object
rs.sol.soloist.server.javaimpl.db.mapping.handlers.AbstractDataTypeHandler<Integer>
rs.sol.soloist.server.builtindomains.builtindatatypes.Integer.DefaultHandler
- All Implemented Interfaces:
- rs.sol.soloist.server.javaimpl.db.mapping.IDataTypeHandler<Integer>
- Enclosing class:
- Integer
public static class Integer.DefaultHandler
- extends rs.sol.soloist.server.javaimpl.db.mapping.handlers.AbstractDataTypeHandler<Integer>
Methods inherited from class rs.sol.soloist.server.javaimpl.db.mapping.handlers.AbstractDataTypeHandler |
getSQLType, getSQLType, getSQLType |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Integer.DefaultHandler
public Integer.DefaultHandler()
getColumnType
public rs.sol.soloist.server.javaimpl.db.model.Column.Type getColumnType()
readValue
public Integer readValue(IDataType type,
java.sql.ResultSet sqlResultSet,
int columnIndex)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
toSQLString
public java.lang.String toSQLString(Integer value)
writeValue
public void writeValue(java.sql.PreparedStatement sqlPStmt,
int parameterIndex,
Integer value)
throws java.sql.SQLException
- Throws:
java.sql.SQLException