|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javatools.sql.SQL2Java
It is a preliminary class. It contains ONE function.
Constructor Summary | |
SQL2Java()
Creates new SQL2Java |
Method Summary | |
static java.lang.Object |
convert(java.lang.String value,
int type)
Converts a string into an object, using a specified SQL type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SQL2Java()
Method Detail |
public static java.lang.Object convert(java.lang.String value, int type) throws java.lang.ClassCastException
value
- The value to be converted.type
- The SQL type to use.
java.lang.ClassCastException
- If the cast cannot be done.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |