planetj.database.sql
Class TableFunctionToken
java.lang.Object
|
+--planetj.database.sql.SQLToken
|
+--planetj.database.sql.TableFunctionToken
- All Implemented Interfaces:
- Serializable
- public class TableFunctionToken
- extends SQLToken
- Author:
- PlanetJ Corp.
- See Also:
- Serialized Form
AS
public static final String AS
- See Also:
- Constant Field Values
ON
public static final String ON
- See Also:
- Constant Field Values
INNER
public static final String INNER
- See Also:
- Constant Field Values
OUTER
public static final String OUTER
- See Also:
- Constant Field Values
JOIN
public static final String JOIN
- See Also:
- Constant Field Values
LEFT
public static final String LEFT
- See Also:
- Constant Field Values
RIGHT
public static final String RIGHT
- See Also:
- Constant Field Values
FULL
public static final String FULL
- See Also:
- Constant Field Values
TableFunctionToken
public TableFunctionToken(String pToken,
SQLStatement pStatement)
- OperatorToken constructor comment.
- Parameters:
pToken
- java.lang.String