jremote jbase5.2.1

Uses of Class
com.jbase.jremote.protocol.JSelectListProt

Packages that use JSelectListProt
com.jbase.jremote   
com.jbase.jremote.io   
com.jbase.jremote.protocol   
 

Uses of JSelectListProt in com.jbase.jremote
 

Constructors in com.jbase.jremote with parameters of type JSelectListProt
JExecuteResults(JSelectListProt selectListProt, JDynArray capturingVar, JDynArray settingVar)
           
 

Uses of JSelectListProt in com.jbase.jremote.io
 

Fields in com.jbase.jremote.io declared as JSelectListProt
protected  JSelectListProt JSelectListImpl.data
           
 

Methods in com.jbase.jremote.io that return JSelectListProt
protected  JSelectListProt JSelectListImpl.fetchNext(boolean fetchData)
           
protected  JSelectListProt JSelectListImpl.fetchPrevious(boolean fetchData)
           
 JSelectListProt JSelectListImpl.getData()
          Obtains a reference to the serializable part of the select list
 

Constructors in com.jbase.jremote.io with parameters of type JSelectListProt
JCursorImpl(AbstractJRemoteConnection connection, JSelectListProt data)
          Constructs a cursor from a serializable select list.
JSelectListImpl(AbstractJRemoteConnection connection, JSelectListProt data)
          Constructs a select list from a serializable select list.
 

Uses of JSelectListProt in com.jbase.jremote.protocol
 

Methods in com.jbase.jremote.protocol that return JSelectListProt
 JSelectListProt SelectListFetchRequest.getModifiedSelectList()
           
 JSelectListProt SelectListCommitRequest.getModifiedSelectList()
           
 JSelectListProt StatementExecuteQueryRequest.getSelectList()
           
 JSelectListProt SelectListFetchResponse.getSelectList()
           
 JSelectListProt JediResponse.getSelectList(java.nio.charset.CharsetEncoder encoder, java.nio.charset.CharsetDecoder decoder)
           
 

Constructors in com.jbase.jremote.protocol with parameters of type JSelectListProt
JExecuteRequest(java.lang.String command, JSelectListProt selectList)
           
JSelectListProt(JSelectListProt sl, boolean copyModifiedOnly)
          Copy constructor
SelectListCommitRequest(JSelectListProt modifiedSelectList)
           
SelectListFetchRequest(int selectListId, int fetchDirection, int fetchSize, boolean fetchData, JSelectListProt modifiedSelectList)
           
StatementExecuteQueryRequest(JDynArray queries, JSelectListProt selectList)
           
StatementExecuteQueryRequest(java.lang.String query, JSelectListProt selectList)
           
 


jremote jbase5.2.1

Copyright © 2010 TEMENOS. All Rights Reserved.