|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--util.sql.NullSQLType
Class representing a null value in a prepared statement. Used with PreparedStatementFactory.
Constructor Summary | |
NullSQLType(int fieldType)
Default constructor. |
Method Summary | |
int |
getFieldType()
Get the sql type of the field. |
java.lang.String |
toString()
Get string representation of this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NullSQLType(int fieldType)
fieldType
- the expected field type in the db. Should be pulled from java.sql.Types.java.sql.Types
Method Detail |
public int getFieldType()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |