butler.sql.util
Class Postgres_SQLHelper

java.lang.Object
  extended by butler.sql.util.SQLHelper
      extended by butler.sql.util.Postgres_SQLHelper

public class Postgres_SQLHelper
extends SQLHelper


Constructor Summary
Postgres_SQLHelper()
           
 
Method Summary
 boolean checkDuplicateBeforeInsert()
           
 java.lang.String getTypeName(int type)
          Returns the column type name that is used in create table statements.
 
Methods inherited from class butler.sql.util.SQLHelper
createException, db2obj, getColumnTypeSQL, getHelper, getJavaClass, getJoinAliasKeyword, getQuote, populateStatement, supportsForeignKeys, supportsIndexes, useCatalog, useColumnAliasInOrderBy, useSchema
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Postgres_SQLHelper

public Postgres_SQLHelper()
Method Detail

checkDuplicateBeforeInsert

public boolean checkDuplicateBeforeInsert()
Overrides:
checkDuplicateBeforeInsert in class SQLHelper

getTypeName

public java.lang.String getTypeName(int type)
                             throws java.lang.Exception
Description copied from class: SQLHelper
Returns the column type name that is used in create table statements.

Overrides:
getTypeName in class SQLHelper
Throws:
java.lang.Exception