Ontimize 5.2072EN

com.ontimize.db.sql
Class SQLServerSQLHandler

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

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

SQLServerSQLHandler

public SQLServerSQLHandler()
Method Detail

getSQLTypeName

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

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

Ontimize