com.metamatrix.common.jdbc.db
Class InformixPlatform

java.lang.Object
  extended by com.metamatrix.common.jdbc.JDBCPlatform
      extended by com.metamatrix.common.jdbc.db.InformixPlatform
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class InformixPlatform
extends JDBCPlatform

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.metamatrix.common.jdbc.JDBCPlatform
JDBCPlatform.TableTypes
 
Field Summary
 
Fields inherited from class com.metamatrix.common.jdbc.JDBCPlatform
AND, classTypes, COMMA, DELETE_FROM, DISTINCT, EQUAL, fieldTypes, FROM, GROUP_BY, IN, INSERT_INTO, INTO, isSecure, LENGTH, maximumValues, minimumValues, ON, ORDER_BY, PARAM, PERIOD, platformOperators, SELECT, SET, SPACE, tableTypes, UPDATE, usesStreamsForBlobBinding, usesStreamsForClobBinding, VALUES, WHERE
 
Constructor Summary
InformixPlatform()
          Constructor for InformixPlatform.
 
Method Summary
 boolean isClosed(java.sql.Connection connection)
           
 boolean isDefault()
           
 boolean isInformix()
           
 
Methods inherited from class com.metamatrix.common.jdbc.JDBCPlatform
addOperator, buildClassTypes, buildCommaSeperatedColumns, buildFieldTypes, buildPlatformOperators, buildSetParmClause, buildWhereParameterClause, buildWhereUsingUiqueKeys, convertClobToByteArray, convertToByteArray, convertToByteArray, convertToByteArray, createDeleteStatement, createDeleteStatement, createDeleteStatement, createInsertStatement, createInsertStatement, createInsertStatement, createSelectStatement, createSelectStatement, createSelectStatement, createTruncateStatement, createTruncateStatement, createUpdateStatement, createUpdateStatement, getClassTypes, getDatabaseColumnSize, getFieldTypes, getMaxFieldNameSize, getMaximumValue, getMinimumValue, getNonExecutableDelimiters, getOperator, getPlatformName, getPlatformOperators, getTableTypes, isDB2, isDerby, isMetaMatrix, isMSSQL, isMYSQL, isOracle, isPostgres, isSecure, isSybase, maximumNumericValues, minimumNumericValues, parseToExecutableStatements, setBlob, setBlob, setClob, setClob, setClob, setConnection, setIsSecure, setPlatformName, usesStreamsForBlobBinding, usesStreamsForClobBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InformixPlatform

public InformixPlatform()
Constructor for InformixPlatform.

Method Detail

isInformix

public boolean isInformix()
Overrides:
isInformix in class JDBCPlatform

isDefault

public boolean isDefault()
Overrides:
isDefault in class JDBCPlatform

isClosed

public boolean isClosed(java.sql.Connection connection)
Overrides:
isClosed in class JDBCPlatform


Copyright © 2009. All Rights Reserved.