|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.javatools.parser.plsql.symtab.SqlOpndef oracle.javatools.parser.plsql.symtab.SqlFrodef
public class SqlFrodef
Field Summary | |
---|---|
SqlAjndef |
ansiJoin
joined tables |
SqlLogdef |
frogcond
|
SqlGbydef |
frogexpr
Group Outer Join : grouping expressions on the grouped table and the group outer join. |
boolean |
nestedTable
nested table |
java.lang.String |
networkAccess
network access requested |
java.lang.String |
schemaName
Schema name |
SqlOpndef |
subQuery
sub-query |
java.lang.String[] |
tabadt
Abstract or user defined datatypes |
java.lang.String |
tabalias
table alias |
java.lang.String |
tabnam
table name |
Fields inherited from class oracle.javatools.parser.plsql.symtab.SqlOpndef |
---|
EMPTY_ARRAY, m_startOffset, opntyp |
Fields inherited from interface oracle.javatools.parser.plsql.data.SqlConstants |
---|
OPNTATTR, OPNTCOL, OPNTGBY, OPNTLAZ, OPNTLOG, OPNTODM, OPNTOPT, OPNTPLS, OPNTQBP, OPNTSEL, OPNTSTR, OPNTSYS, OPNTTYP, QBCNALL, QBCNANY, QBCNCOLL, QBCNEXISTS, QBCNFORSPCELL, QBCNLEVEL1, QBCNNOTEXISTS, QBCNSINGLE, QBCNSSQ, STRTANY, STRTBIND, STRTCBR, STRTCIOUT, STRTCONS, STRTCORR, STRTCTS, STRTDATE, STRTDBTZ, STRTDFT, STRTFMT, STRTINL, STRTISCYL, STRTITNK, STRTITRT, STRTLEAF, STRTLEVL, STRTMAXV, STRTMQHBC, STRTNULL, STRTPRIO, STRTRNUM, STRTSETR, STRTSTS, STRTSYST, STRTTQC_OBSOLETE, STRTTRG, STRTTVNM, STRTUID, STRTUSER, STRTVAR, STRTVARC |
Fields inherited from interface oracle.javatools.parser.plsql.data.PtnodConstants |
---|
PTNOD_ADT, PTNOD_ADT_CMPON_OBJECT, PTNOD_ADT_CMPON_SUBPRG, PTNOD_ADTBODY, PTNOD_ADTBODY_SUBPRG, PTNOD_base, PTNOD_C_ARRAY_DEF, PTNOD_CURSOR, PTNOD_ENUM_TY_DEF, PTNOD_ERROR, PTNOD_LITERAL, PTNOD_max, PTNOD_NAME, PTNOD_PKG, PTNOD_RECORD_TY_DEF, PTNOD_REF_CURSOR_TY_DEF, PTNOD_ROOT, PTNOD_SUBPRG, PTNOD_SUBTY_DEF, PTNOD_TABLE_TYPE, PTNOD_TBL_TY_DEF, PTNOD_TY_DEF, PTNOD_TYPE, PTNOD_UNCNSTRNED_ARRAY_DEF, PTNOD_VARIABLE, QCNOD_EXPRESSION |
Constructor Summary | |
---|---|
SqlFrodef()
|
Method Summary | |
---|---|
SqlAjndef |
getAnsiJoin()
|
SqlGbydef |
getFromGroupingExprs()
get the PARTION BY stuff associated with the FROM clause |
java.lang.String |
getNetworkAccess()
|
java.lang.String |
getSchemaName()
|
SqlOpndef |
getSubQuery()
|
java.lang.String |
getTableAlias()
|
java.lang.String |
getTableName()
|
boolean |
isNestedTable()
|
Methods inherited from class oracle.javatools.parser.plsql.symtab.SqlOpndef |
---|
getColumnBaseName, getColumnNodeName, getColumnTableName, getColumnUserName, getOperandCount, getOperands, getOperandType, getOperatorType, getStartOffset, getStringText, getStringType, getTreeKind, isWindowFuntion, setWif |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String schemaName
public java.lang.String tabnam
public java.lang.String[] tabadt
public SqlOpndef subQuery
public java.lang.String tabalias
public java.lang.String networkAccess
public boolean nestedTable
public SqlAjndef ansiJoin
public SqlGbydef frogexpr
public SqlLogdef frogcond
Constructor Detail |
---|
public SqlFrodef()
Method Detail |
---|
public java.lang.String getSchemaName()
public java.lang.String getTableName()
public SqlOpndef getSubQuery()
public java.lang.String getTableAlias()
public java.lang.String getNetworkAccess()
public boolean isNestedTable()
public SqlAjndef getAnsiJoin()
public SqlGbydef getFromGroupingExprs()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |