|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpl.kernelpanic.dbmonster.sql.ExtendedTypes
public class ExtendedTypes
This class is used to give support to extended types specific for each JDBC driver.
| Method Summary | |
|---|---|
static ExtendedTypes |
getInstance()
Returns ExtendedTypes instance. |
int |
getStandardAlias(String driverName,
int nonStandardType)
Returns standard alias for given extended type. |
Map |
getTypeMap(String driverName)
Returns type map. |
boolean |
isExtended(String driverName,
int type)
Checks if given type is an extended type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final ExtendedTypes getInstance()
public boolean isExtended(String driverName,
int type)
driverName - driver nametype - SQL Type
true if type is extended type
public int getStandardAlias(String driverName,
int nonStandardType)
driverName - driver namenonStandardType - non standard type
public Map getTypeMap(String driverName)
driverName - driver name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||