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
TABLE_SEPARATOR
static final String TABLE_SEPARATOR
- See Also:
- Constant Field Values
COLUMN_SEPARATOR
static final String COLUMN_SEPARATOR
- See Also:
- Constant Field Values
TABLE_COLUMN_SEPARATOR
static final String TABLE_COLUMN_SEPARATOR
- See Also:
- Constant Field Values
PARAMETER
static final String PARAMETER
- See Also:
- Constant Field Values
AND
static final String AND
- See Also:
- Constant Field Values
SELECT
static final String SELECT
- See Also:
- Constant Field Values
FROM
static final String FROM
- See Also:
- Constant Field Values
WHERE
static final String WHERE
- See Also:
- Constant Field Values
ON
static final String ON
- See Also:
- Constant Field Values
LEFT_JOIN
static final String LEFT_JOIN
- See Also:
- Constant Field Values
INNER_JOIN
static final String INNER_JOIN
- See Also:
- Constant Field Values
DISTINCT
static final String DISTINCT
- See Also:
- Constant Field Values
ORDER_BY
static final String ORDER_BY
- See Also:
- Constant Field Values
LIMIT
static final String LIMIT
- See Also:
- Constant Field Values
OFFSET
static final String OFFSET
- See Also:
- Constant Field Values
Copyright © 2010. All Rights Reserved.