Ontimize 5.2072EN

com.ontimize.db.sql
Class MySQLSQLHandler

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

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

MySQLSQLHandler

public MySQLSQLHandler()
Method Detail

getSQLTypeName

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

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

Ontimize