org.geotools.arcsde.data.view |
|
Java Source File Name | Type | Comment |
ColumnQualifier.java | Class | Qualifies a column name with the ArcSDE "table.user." prefix as required by
the ArcSDE java api to not get confused when using joined tables. |
ColumnReferenceQualifier.java | Class | Qualifies a column reference (aliased) the ArcSDE "table.user." prefix as
required by the ArcSDE java api to not get confused when using joined tables. |
ExpressionQualifier.java | Class | Qualifies the column references (aliased or not) the ArcSDE "table.user."
prefix as required by the ArcSDE java api to not get confused when using
joined tables. |
FromItemQualifier.java | Class | Fully qualifies a table names.
net.sf.jsqlparser.schema.Table has provitions only to store schema
and table names, in the traditional sense. |
ItemsListQualifier.java | Class | |
OrderByElementQualifier.java | Class | |
QueryInfoParser.java | Class | Visits a
net.sf.jsqlparser.statement.select.PlainSelect SQL SELECT construct
to create the correspondent
com.esri.sde.sdk.client.SeQueryInfo object, that
can be used as an in process view definition of ArcSDE Java API. |
SelectItemQualifier.java | Class | Qualifies instances of
net.sf.jsqlparser.statement.select.SelectExpressionItem ,
and creates a list of qualified
net.sf.jsqlparser.statement.select.SelectExpressionItem for each
net.sf.jsqlparser.statement.select.AllColumns and
net.sf.jsqlparser.statement.select.AllTableColumns instances. |
SelectQualifier.java | Class | Visitor on a PlainSelect that produces another one but with all the table
names and field names fully qualified as expected by ArcSDE. |
SubSelectQualifier.java | Class | Qualifies a column reference in a subselect clause. |
TableQualifier.java | Class | |