org.opensync.importexport
Class ExportOfView

java.lang.Object
  extended byorg.opensync.importexport.ExportOfView

public class ExportOfView
extends java.lang.Object


Constructor Summary
ExportOfView(ConnectionPool pool, View _view, java.util.HashMap hmRuntimeData)
          Constructor
ExportOfView(ConnectionPool pool, View _view, java.util.HashMap hmRuntimeData, int startline, int numline)
          Constructor
 
Method Summary
(package private)  void buildConditionWhere()
           
(package private)  void buildOrderBy()
           
(package private)  void buildStatementCriteria(java.lang.String visible, Column e)
           
 java.lang.String getConditionOrder()
           
 java.lang.String getDataListXml()
           
 java.lang.String getDataListXmlGenericTags(java.lang.String lg)
           
 int getNbResults()
           
 int getNbResultsIndex()
           
 java.lang.String[][] getResults()
           
 void launchQuery(ConnectionPool pool)
           
 void launchQuery(ConnectionPool pool, int startline, int numline)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportOfView

public ExportOfView(ConnectionPool pool,
                    View _view,
                    java.util.HashMap hmRuntimeData)
             throws java.lang.Exception,
                    java.sql.SQLException,
                    java.sql.SQLWarning
Constructor


ExportOfView

public ExportOfView(ConnectionPool pool,
                    View _view,
                    java.util.HashMap hmRuntimeData,
                    int startline,
                    int numline)
             throws java.lang.Exception,
                    java.sql.SQLException,
                    java.sql.SQLWarning
Constructor

Method Detail

getNbResults

public int getNbResults()

getNbResultsIndex

public int getNbResultsIndex()

buildStatementCriteria

void buildStatementCriteria(java.lang.String visible,
                            Column e)

buildConditionWhere

void buildConditionWhere()
                   throws java.lang.Exception
Throws:
java.lang.Exception

buildOrderBy

void buildOrderBy()

launchQuery

public void launchQuery(ConnectionPool pool)
                 throws java.sql.SQLException,
                        java.sql.SQLWarning
Throws:
java.sql.SQLException
java.sql.SQLWarning

launchQuery

public void launchQuery(ConnectionPool pool,
                        int startline,
                        int numline)
                 throws java.sql.SQLException,
                        java.sql.SQLWarning
Throws:
java.sql.SQLException
java.sql.SQLWarning

getDataListXml

public java.lang.String getDataListXml()
                                throws java.io.IOException
Throws:
java.io.IOException

getDataListXmlGenericTags

public java.lang.String getDataListXmlGenericTags(java.lang.String lg)
                                           throws java.io.IOException
Throws:
java.io.IOException

getResults

public java.lang.String[][] getResults()

getConditionOrder

public java.lang.String getConditionOrder()


Copyright © 2004 sourceforge. All Rights Reserved.