|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ddlutils.util.Jdbc3Utils
Little helper class providing functions for dealing with the newer JDBC functionality.
Constructor Summary | |
Jdbc3Utils()
|
Method Summary | |
static int |
determineBooleanTypeCode()
Determines the type code for the BOOLEAN JDBC type. |
static int |
determineDatalinkTypeCode()
Determines the type code for the DATALINK JDBC type. |
static boolean |
supportsJava14JdbcTypes()
Determines whether the system supports the Java 1.4 JDBC Types, DATALINK and BOOLEAN. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Jdbc3Utils()
Method Detail |
public static boolean supportsJava14JdbcTypes()
true
if BOOLEAN and DATALINK are availablepublic static int determineBooleanTypeCode() throws UnsupportedOperationException
UnsupportedOperationException
- If the BOOLEAN type is not supportedpublic static int determineDatalinkTypeCode() throws UnsupportedOperationException
UnsupportedOperationException
- If the DATALINK type is not supported
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |