Uses of Enum
org.apache.empire.dbms.DBSqlPhrase
Packages that use DBSqlPhrase
Package
Description
This package contains the core Empire-DB implementation classes.
This package contains SQL-generator classes for column expressions.
This package contains classes necessary to support the Apache Derby database system.
This package contains classes necessary to support the H2 database system.
This package contains classes necessary to support the HSQLDB database system.
This package contains classes necessary to support the MySQL database system.
This package contains classes necessary to support the Oracle database system.
This package contains classes necessary to support the PostgreSQL database system.
This package contains classes necessary to support the Microsoft SQL-Server database system.
-
Uses of DBSqlPhrase in org.apache.empire.db
Methods in org.apache.empire.db with parameters of type DBSqlPhraseModifier and TypeMethodDescriptionDBSQLBuilder.append(DBSqlPhrase phrase) protected StringDBSQLBuilder.getDateTimeString(Object value, DBSqlPhrase sqlTemplate, DBSqlPhrase sqlPattern, DBSqlPhrase sqlCurrentDate) encodes a Date value for an SQL command string.protected final DBFuncExprDBColumnExpr.getExprFromPhrase(DBSqlPhrase phrase, Object[] params) protected DBFuncExprDBColumnExpr.getExprFromPhrase(DBSqlPhrase phrase, Object[] params, DataType dataType) Creates a new DBFuncExpr from a given SQL-PRHASE and optional additional parameters.DBSQLBuilder.getPhrase(DBSqlPhrase phrase) -
Uses of DBSqlPhrase in org.apache.empire.db.expr.column
Fields in org.apache.empire.db.expr.column declared as DBSqlPhraseMethods in org.apache.empire.db.expr.column that return DBSqlPhraseConstructors in org.apache.empire.db.expr.column with parameters of type DBSqlPhraseModifierConstructorDescriptionDBFuncExpr(DBColumnExpr expr, DBSqlPhrase phrase, Object[] params, DataType dataType) Constructs a new DBFuncExpr object set the specified parameters to this object. -
Uses of DBSqlPhrase in org.apache.empire.dbms
Methods in org.apache.empire.dbms that return DBSqlPhraseModifier and TypeMethodDescriptionstatic DBSqlPhraseReturns the enum constant of this type with the specified name.static DBSqlPhrase[]DBSqlPhrase.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.empire.dbms with parameters of type DBSqlPhraseModifier and TypeMethodDescriptionDBMSHandler.getSQLPhrase(DBSqlPhrase phrase) Returns an sql phrase template for this database system.
Templates for sql function expressions must contain a '?' -
Uses of DBSqlPhrase in org.apache.empire.dbms.derby
Methods in org.apache.empire.dbms.derby with parameters of type DBSqlPhraseModifier and TypeMethodDescriptionDBMSHandlerDerby.getSQLPhrase(DBSqlPhrase phrase) Gets an sql phrase template for this database system. -
Uses of DBSqlPhrase in org.apache.empire.dbms.h2
Methods in org.apache.empire.dbms.h2 with parameters of type DBSqlPhraseModifier and TypeMethodDescriptionDBMSHandlerH2.getSQLPhrase(DBSqlPhrase phrase) Gets an sql phrase template for this database system. -
Uses of DBSqlPhrase in org.apache.empire.dbms.hsql
Methods in org.apache.empire.dbms.hsql with parameters of type DBSqlPhraseModifier and TypeMethodDescriptionDBMSHandlerHSql.getSQLPhrase(DBSqlPhrase phrase) Gets an sql phrase template for this database system. -
Uses of DBSqlPhrase in org.apache.empire.dbms.mysql
Methods in org.apache.empire.dbms.mysql with parameters of type DBSqlPhraseModifier and TypeMethodDescriptionDBMSHandlerMySQL.getSQLPhrase(DBSqlPhrase phrase) Gets an sql phrase template for this database system. -
Uses of DBSqlPhrase in org.apache.empire.dbms.oracle
Methods in org.apache.empire.dbms.oracle with parameters of type DBSqlPhraseModifier and TypeMethodDescriptionDBMSHandlerOracle.getSQLPhrase(DBSqlPhrase phrase) Gets an sql phrase template for this database system. -
Uses of DBSqlPhrase in org.apache.empire.dbms.postgresql
Methods in org.apache.empire.dbms.postgresql with parameters of type DBSqlPhraseModifier and TypeMethodDescriptionDBMSHandlerPostgreSQL.getSQLPhrase(DBSqlPhrase phrase) Gets an sql phrase template for this database system. -
Uses of DBSqlPhrase in org.apache.empire.dbms.sqlite
Methods in org.apache.empire.dbms.sqlite with parameters of type DBSqlPhraseModifier and TypeMethodDescriptionDBMSHandlerSQLite.getSQLPhrase(DBSqlPhrase phrase) Gets an sql phrase template for this database system. -
Uses of DBSqlPhrase in org.apache.empire.dbms.sqlserver
Methods in org.apache.empire.dbms.sqlserver with parameters of type DBSqlPhraseModifier and TypeMethodDescriptionDBMSHandlerMSSQL.getSQLPhrase(DBSqlPhrase phrase) Gets an sql phrase template for this database system.