public class RdbmsDB2J extends RdbmsSupport
RDBMS_ACCESS, RDBMS_CLOUDSCAPE, RDBMS_DB2NT, RDBMS_DERBY, RDBMS_INFORMIX, RDBMS_MYSQL, RDBMS_ORACLE, RDBMS_POINTBASE| Constructor and Description |
|---|
RdbmsDB2J(javax.sql.DataSource cp,
java.sql.Connection dbConn,
RdbmsInfo dbi) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBlobDef() |
java.lang.String |
getBooleanDef() |
java.lang.String |
getCharDef(int length) |
java.lang.String |
getClobDef() |
java.lang.String |
getDateDef() |
java.lang.String |
getDoubleDef() |
java.sql.Blob |
getEmptyBlob()
Most RDBMS systems need 'null', but Informix needs and empty Blob Object
|
java.sql.Clob |
getEmptyClob()
Most RDBMS systems need 'null', but Informix needs and empty Clob Object
|
java.lang.String |
getFloatDef() |
java.lang.String |
getIntDef() |
java.lang.String |
getLongDef() |
java.lang.String |
getLongVarcharDef() |
java.lang.String |
getTimeDef() |
java.lang.String |
getTimestampDef() |
java.lang.String |
getVarcharDef() |
java.lang.String |
getVarcharDef(int length) |
createAddForeignKeyStatement, createRdbmsSupport, getDataSource, getDBSupport, getInstance, getRdbmsInfo, getSupportedRdbmsTypes, init, isSupportedRdbmsType, toString, updateStatisticsAll, updateStatisticsForpublic RdbmsDB2J(javax.sql.DataSource cp,
java.sql.Connection dbConn,
RdbmsInfo dbi)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Blob getEmptyBlob()
getEmptyBlob in class RdbmsSupportpublic java.sql.Clob getEmptyClob()
getEmptyClob in class RdbmsSupportpublic java.lang.String getBooleanDef()
getBooleanDef in class RdbmsSupportpublic java.lang.String getCharDef(int length)
getCharDef in class RdbmsSupportpublic java.lang.String getIntDef()
getIntDef in class RdbmsSupportpublic java.lang.String getLongDef()
getLongDef in class RdbmsSupportpublic java.lang.String getFloatDef()
getFloatDef in class RdbmsSupportpublic java.lang.String getDoubleDef()
getDoubleDef in class RdbmsSupportpublic java.lang.String getDateDef()
getDateDef in class RdbmsSupportpublic java.lang.String getTimeDef()
getTimeDef in class RdbmsSupportpublic java.lang.String getTimestampDef()
getTimestampDef in class RdbmsSupportpublic java.lang.String getVarcharDef()
getVarcharDef in class RdbmsSupportpublic java.lang.String getVarcharDef(int length)
getVarcharDef in class RdbmsSupportpublic java.lang.String getLongVarcharDef()
getLongVarcharDef in class RdbmsSupportpublic java.lang.String getClobDef()
getClobDef in class RdbmsSupportpublic java.lang.String getBlobDef()
getBlobDef in class RdbmsSupportCopyright © 2014 EsprIT-Systems. All Rights Reserved.