Package org.exolab.castor.jdo.engine
Interface JDBCSyntax
public interface JDBCSyntax
Syntax elements for constructing a general JDBC SQL statement.
- Version:
- $Revision: 7086 $ $Date: 2004-08-13 04:01:45 -0600 (Fri, 13 Aug 2004) $
- Author:
- Assaf Arkin
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Field Details
-
TABLE_SEPARATOR
- See Also:
-
COLUMN_SEPARATOR
- See Also:
-
TABLE_COLUMN_SEPARATOR
- See Also:
-
PARAMETER
- See Also:
-
AND
- See Also:
-
SELECT
- See Also:
-
FROM
- See Also:
-
WHERE
- See Also:
-
ON
- See Also:
-
LEFT_JOIN
- See Also:
-
INNER_JOIN
- See Also:
-
DISTINCT
- See Also:
-
ORDER_BY
- See Also:
-
LIMIT
- See Also:
-
OFFSET
- See Also:
-