org.exolab.castor.jdo.engine
Interface JDBCSyntax
public interface JDBCSyntax
Syntax elements for constructing a general JDBC SQL statement.
- Version:
- $Revision: 8994 $ $Date: 2011-08-02 01:40:59 +0200 (Di, 02 Aug 2011) $
- 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 © 2012. All Rights Reserved.