public class RdbmsOracle extends RdbmsSupport
RDBMS_ACCESS, RDBMS_CLOUDSCAPE, RDBMS_DB2NT, RDBMS_DERBY, RDBMS_INFORMIX, RDBMS_MYSQL, RDBMS_ORACLE, RDBMS_POINTBASE| Constructor and Description |
|---|
RdbmsOracle(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.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, getEmptyBlob, getEmptyClob, getInstance, getRdbmsInfo, getSupportedRdbmsTypes, init, isSupportedRdbmsType, toString, updateStatisticsAll, updateStatisticsForpublic RdbmsOracle(javax.sql.DataSource cp,
java.sql.Connection dbConn,
RdbmsInfo dbi)
throws java.sql.SQLException
java.sql.SQLExceptionpublic 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.