oracle.jbo.server.util
Class JboSQLUtil
java.lang.Object
oracle.jbo.server.util.JboSQLUtil
- public class JboSQLUtil
- extends java.lang.Object
- Version:
- INTERNAL
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CH_IDENT_DELIM
public static final char CH_IDENT_DELIM
- See Also:
- Constant Field Values
CH_STRING_DELIM
public static final char CH_STRING_DELIM
- See Also:
- Constant Field Values
INDX_UNKNOWN
public static final int INDX_UNKNOWN
- See Also:
- Constant Field Values
INDX_SELECT
public static final int INDX_SELECT
- See Also:
- Constant Field Values
INDX_FROM
public static final int INDX_FROM
- See Also:
- Constant Field Values
INDX_WHERE
public static final int INDX_WHERE
- See Also:
- Constant Field Values
INDX_ORDER
public static final int INDX_ORDER
- See Also:
- Constant Field Values
INDX_BY
public static final int INDX_BY
- See Also:
- Constant Field Values
INDX_GROUP
public static final int INDX_GROUP
- See Also:
- Constant Field Values
INDX_HAVING
public static final int INDX_HAVING
- See Also:
- Constant Field Values
INDX_ASC
public static final int INDX_ASC
- See Also:
- Constant Field Values
INDX_DESC
public static final int INDX_DESC
- See Also:
- Constant Field Values
INDX_DISTINCT
public static final int INDX_DISTINCT
- See Also:
- Constant Field Values
keyWords
public static final java.lang.String[] keyWords
JboSQLUtil
public JboSQLUtil()
keyWordIndx
public static int keyWordIndx(java.lang.String s)
lexBreak
public static JboToken[] lexBreak(java.lang.String sqlStmt)
extractSelectFrom
public static java.lang.String extractSelectFrom(java.lang.String stmt)
Copyright © 1997, 2004, Oracle. All rights reserved.