|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbutler.sql.util.SQLHelper
butler.sql.util.Informix_SQLHelper
public class Informix_SQLHelper
| Constructor Summary | |
|---|---|
Informix_SQLHelper()
|
|
| Method Summary | |
|---|---|
java.lang.Exception |
createException(java.sql.SQLException e)
|
java.lang.String |
getColumnTypeSQL(Column col)
|
java.lang.String |
getQuote()
Returns the character that is used as a quote. |
java.lang.String |
getTypeName(int type)
Returns the column type name that is used in create table statements. |
boolean |
useQuotes()
|
| Methods inherited from class butler.sql.util.SQLHelper |
|---|
checkDuplicateBeforeInsert, db2obj, getHelper, getJavaClass, getJoinAliasKeyword, 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 |
|---|
public Informix_SQLHelper()
| Method Detail |
|---|
public boolean useQuotes()
public java.lang.String getQuote()
SQLHelper
getQuote in class SQLHelper
public java.lang.String getTypeName(int type)
throws java.lang.Exception
SQLHelper
getTypeName in class SQLHelperjava.lang.Exception
public java.lang.String getColumnTypeSQL(Column col)
throws java.lang.Exception
getColumnTypeSQL in class SQLHelperjava.lang.Exceptionpublic java.lang.Exception createException(java.sql.SQLException e)
createException in class SQLHelper
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||