| java.lang.Object com.teamkonzept.db.DBStringFactory
All known Subclasses: com.teamkonzept.db.OracleStringFactory, com.teamkonzept.db.PostgreSQLStringFactory, com.teamkonzept.db.SybaseStringFactory,
DBStringFactory | public class DBStringFactory (Code) | | provides databasespecific strings
author: version: |
Method Summary | |
public static String | checkExistence() | public static String | declareAsTemp() | public static String | declareForTransaction() | public static String | equalsNull() | public static String | escape() Escape befehl für like stm. | public static DBStringFactory | getDBStringFactory() | public static DBStringFactory | getDBStringFactory(TKConnectData connectData) | public static DBStringFactory | getDBStringFactory(TKOracleConnectData connectData) | public static DBStringFactory | getDBStringFactory(TKSybaseConnectData connectData) | public static DBStringFactory | getDBStringFactory(TKPostgreSQLConnectData connectData) | public static String | getFromSystem() | public static String | leftOuterJoin(String leftColumn, String rightColumn) | public static String | leftOuterJoinFrom(String[] columns, String leftTable, String rightTable) | public static String | notEqualsNull() | public static String | nullValue() | public static String | nvl() | public static String | rightOuterJoin(String leftColumn, String rightColumn) | public static String | rightOuterJoinFrom(String[] columns, String leftTable, String rightTable) | protected String | specCheckExistence() | protected String | specDeclareAsTemp() | protected String | specDeclareForTransaction() | protected String | specEqualsNull() | protected String | specEscape() | protected String | specGetFromSystem() | protected String | specLeftOuterJoin(String leftColumn, String rightColumn) | protected String | specLeftOuterJoinFrom(String[] columns, String leftTable, String rightTable) | protected String | specNotEqualsNull() | protected String | specNullValue() | protected String | specNvl() if null then... | protected String | specRightOuterJoin(String leftColumn, String rightColumn) | protected String | specRightOuterJoinFrom(String[] columns, String leftTable, String rightTable) | protected String | specupperorder() | public static String | upper_order() |
declareForTransaction | public static String declareForTransaction()(Code) | | |
escape | public static String escape()(Code) | | Escape befehl für like stm.
|
specCheckExistence | protected String specCheckExistence()(Code) | | |
specDeclareAsTemp | protected String specDeclareAsTemp()(Code) | | create a temporary table
|
specDeclareForTransaction | protected String specDeclareForTransaction()(Code) | | data in temporary table is persistent for one transaction
|
specEqualsNull | protected String specEqualsNull()(Code) | | compare a value to null
|
specLeftOuterJoin | protected String specLeftOuterJoin(String leftColumn, String rightColumn)(Code) | | left outer loin on the given columns
|
specLeftOuterJoinFrom | protected String specLeftOuterJoinFrom(String[] columns, String leftTable, String rightTable)(Code) | | left outer loin on the given columns
|
specRightOuterJoin | protected String specRightOuterJoin(String leftColumn, String rightColumn)(Code) | | right outer loin on the given columns
|
specRightOuterJoinFrom | protected String specRightOuterJoinFrom(String[] columns, String leftTable, String rightTable)(Code) | | right outer loin on the given columns
|
specupperorder | protected String specupperorder()(Code) | | wird nur für postgres gebraucht, da postgres casesensitive sortiert
|
upper_order | public static String upper_order()(Code) | | wird nur für postgres gebraucht, da postgres casesensitive sortiert
upperbefehl |
|
|