org.geotools.arcsde.data.view
Class QueryInfoParser

Object
  extended by QueryInfoParser

public class QueryInfoParser
extends Object

Visits a PlainSelect SQL SELECT construct to create the correspondent SeQueryInfo object, that can be used as an in process view definition of ArcSDE Java API.

Since:
2.3.x
Author:
Gabriel Roldan, Axios Engineering
Module:

Constructor Summary
QueryInfoParser()
           
 
Method Summary
static SeQueryInfo parse(ISession session, PlainSelect select)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryInfoParser

public QueryInfoParser()
Method Detail

parse

public static SeQueryInfo parse(ISession session,
                                PlainSelect select)
                         throws SeException,
                                IOException
Throws:
SeException
IOException


Copyright © 1996-2010 Geotools. All Rights Reserved.