Ontimize 5.2072EN

com.ontimize.db.sql
Class PostgreSQLHandler

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

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

PostgreSQLHandler

public PostgreSQLHandler()
Method Detail

getSQLTypeName

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

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

Ontimize