org.opensync.tools
Class QuerySelectIndex

java.lang.Object
  extended byorg.opensync.tools.QuerySelectIndex

public class QuerySelectIndex
extends java.lang.Object


Constructor Summary
QuerySelectIndex(ConnectionPool pool, java.util.Vector v0, java.lang.String s2, java.lang.String s3, java.lang.String s4, java.util.Vector r)
           
 
Method Summary
 void delElementIndex(java.util.Hashtable vK)
           
 java.lang.String getConditionWhere(int start, int num, boolean okInsert)
           
 java.lang.String getEnteteCondition()
           
 int getPositionEndLine()
           
 int getPositionStartLine()
           
 java.util.Vector getResultsIndex()
           
 void init(ConnectionPool connectionPool)
           
 void setElementIndex(java.util.Hashtable h, java.util.Hashtable vK)
           
 void setPositionStartLine(int num)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuerySelectIndex

public QuerySelectIndex(ConnectionPool pool,
                        java.util.Vector v0,
                        java.lang.String s2,
                        java.lang.String s3,
                        java.lang.String s4,
                        java.util.Vector r)
                 throws java.sql.SQLWarning,
                        java.sql.SQLException
Method Detail

setElementIndex

public void setElementIndex(java.util.Hashtable h,
                            java.util.Hashtable vK)

delElementIndex

public void delElementIndex(java.util.Hashtable vK)

setPositionStartLine

public void setPositionStartLine(int num)

getPositionStartLine

public int getPositionStartLine()

getPositionEndLine

public int getPositionEndLine()

getEnteteCondition

public java.lang.String getEnteteCondition()

getResultsIndex

public java.util.Vector getResultsIndex()

getConditionWhere

public java.lang.String getConditionWhere(int start,
                                          int num,
                                          boolean okInsert)

init

public void init(ConnectionPool connectionPool)
          throws java.sql.SQLWarning,
                 java.sql.SQLException
Throws:
java.sql.SQLWarning
java.sql.SQLException


Copyright © 2004 sourceforge. All Rights Reserved.