Ontimize 5.2072EN

com.ontimize.db.sql
Class OracleSQLHandler

java.lang.Object
  extended bycom.ontimize.db.sql.AbstractSQLHandler
      extended bycom.ontimize.db.sql.OracleSQLHandler
All Implemented Interfaces:
SQLHandler

public class OracleSQLHandler
extends AbstractSQLHandler


Field Summary
 
Fields inherited from class com.ontimize.db.sql.AbstractSQLHandler
ADD, ALTER_TABLE, COLUMN, CREATE_TABLE, DEBUG, DEFAULT, DROP, DROP_TABLE, NOT_NULL
 
Fields inherited from interface com.ontimize.db.sql.SQLHandler
CLOSE_PARENTHESIS, OPEN_PARENTHESIS
 
Constructor Summary
OracleSQLHandler()
           
 
Method Summary
 java.lang.String getSQLTypeName(int SQLtype)
          Returns a string with the SQL type for Oracle's database.
 
Methods inherited from class com.ontimize.db.sql.AbstractSQLHandler
alterSQLTable, alterSQLTable, alterSQLTableTransactional, createSQLTable, createSQLTable, createSQLTableTransactional, createStatementAlterTable, createStatementCreateTable, createStatementDropTable, dropSQLTable, dropSQLTable, dropSQLTableTransactional, executeSQL, executeSQLTable, executeSQLTableTransactional, executeStatement, getCreateStatementAlterTableColumn, getCreateStatementAlterTableConstraint, getDefinitionColumn, getStringDefaultValue, isMultiplePrimaryKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleSQLHandler

public OracleSQLHandler()
Method Detail

getSQLTypeName

public java.lang.String getSQLTypeName(int SQLtype)
                                throws java.lang.Exception
Returns a string with the SQL type for Oracle's database.

Parameters:
SQLtype - Int with the SQL Type
Returns:
a String
Throws:
java.lang.Exception

Ontimize