jodd.db.type
Class BigIntegerSqlType
java.lang.Object
jodd.db.type.SqlType<java.math.BigInteger>
jodd.db.type.BigIntegerSqlType
public class BigIntegerSqlType
- extends SqlType<java.math.BigInteger>
|
Method Summary |
java.math.BigInteger |
get(java.sql.ResultSet rs,
int index,
int dbSqlType)
Returns value from result set. |
void |
set(java.sql.PreparedStatement st,
int index,
java.math.BigInteger value,
int dbSqlType)
Sets prepared statement value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BigIntegerSqlType
public BigIntegerSqlType()
get
public java.math.BigInteger get(java.sql.ResultSet rs,
int index,
int dbSqlType)
throws java.sql.SQLException
- Returns value from result set.
- Specified by:
get in class SqlType<java.math.BigInteger>
- Parameters:
rs - result setindex - column indexdbSqlType - java.sql.Types hint
- Throws:
java.sql.SQLException
set
public void set(java.sql.PreparedStatement st,
int index,
java.math.BigInteger value,
int dbSqlType)
throws java.sql.SQLException
- Sets prepared statement value.
- Specified by:
set in class SqlType<java.math.BigInteger>
- Throws:
java.sql.SQLException
Copyright © 2003-2011 Jodd Team