|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.castor.cpa.persistence.sql.query.QueryConstants
public final class QueryConstants
Constants for SQL queries.
| Field Summary | |
|---|---|
static String |
AND
'AND' keyword for conditions of SQL queries. |
static char |
ASSIGN
Character to assign a value to a column in set clause of an SQL update query. |
static String |
DELETE
'DELETE' keyword of a SQL delete query. |
static char |
DOT
Character separating qualifier and column in a SQL query. |
static String |
FROM
'FROM' keyword of a SQL query. |
static String |
INSERT
'INSERT' keyword of a SQL insert query. |
static String |
INTO
'INTO' keyword of insert query. |
static String |
IS
'IS' keyword for conditions of SQL queries. |
static char |
LPAREN
Left parenthesis character for SQL query. |
static String |
NOT
'NOT' keyword for conditions of SQL queries. |
static String |
NULL
'NULL' keyword for conditions of SQL queries. |
static String |
OR
'OR' keyword for conditions of SQL queries. |
static char |
PARAMETER
Character representing a parameter in a SQL query. |
static char |
RPAREN
Right parenthesis character for SQL query. |
static String |
SELECT
'SELECT' keyword of a SQL delete query. |
static char |
SEPERATOR
Character to separate multiple assignments in set clause of an SQL update query. |
static String |
SET
'SET' keyword of a SQL update query. |
static char |
SPACE
Character to use for spaces in SQL query. |
static char |
STAR
'*' for select query. |
static String |
UPDATE
'UPDATE' keyword of a SQL update query. |
static String |
VALUES
'VALUES' keyword of a SQL insert query. |
static String |
WHERE
'WHERE' keyword of a SQL query. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SELECT
public static final String DELETE
public static final String UPDATE
public static final String INSERT
public static final String VALUES
public static final String INTO
public static final char STAR
public static final String SET
public static final String FROM
public static final String WHERE
public static final String AND
public static final String OR
public static final String NOT
public static final String IS
public static final String NULL
public static final char SPACE
public static final char DOT
public static final char PARAMETER
public static final char LPAREN
public static final char RPAREN
public static final char ASSIGN
public static final char SEPERATOR
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||