org.geotools.arcsde.data.view
Class QueryInfoParser

java.lang.Object
  extended by org.geotools.arcsde.data.view.QueryInfoParser

public class QueryInfoParser
extends java.lang.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
Version:
$Id: QueryInfoParser.java 33451 2009-07-02 17:53:36Z groldan $
Author:
Gabriel Roldan, Axios Engineering

Constructor Summary
QueryInfoParser()
           
 
Method Summary
static SeQueryInfo parse(ISession session, net.sf.jsqlparser.statement.select.PlainSelect select)
           
 
Methods inherited from class java.lang.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,
                                net.sf.jsqlparser.statement.select.PlainSelect select)
                         throws SeException,
                                java.io.IOException
Throws:
SeException
java.io.IOException


Copyright © 1996-2010 Geotools. All Rights Reserved.