Ontimize 5.2071EN

com.ontimize.db.sql
Class AccessSQLHandler

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

public class AccessSQLHandler
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
AccessSQLHandler()
           
 
Method Summary
 java.lang.String getSQLTypeName(int SQLtype)
          Returns a string with the SQL type for Access'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

AccessSQLHandler

public AccessSQLHandler()
Method Detail

getSQLTypeName

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

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

Ontimize