butler.sql.util
Class SQLServer_SQLHelper

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

public class SQLServer_SQLHelper
extends SQLHelper


Constructor Summary
SQLServer_SQLHelper()
           
 
Method Summary
 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
checkDuplicateBeforeInsert, 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

SQLServer_SQLHelper

public SQLServer_SQLHelper()
Method Detail

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