jremote jbase5.2.1

Uses of Interface
com.jbase.jremote.JSelectList

Packages that use JSelectList
com.jbase.jremote   
com.jbase.jremote.io   
com.jbase.jremote.jca   
 

Uses of JSelectList in com.jbase.jremote
 

Subinterfaces of JSelectList in com.jbase.jremote
 interface JCursor
          A cursor to a jBASE file.
 

Methods in com.jbase.jremote that return JSelectList
 JSelectList JConnection.createSelectList(JDynArray jd)
          Create a select list object from an existing dynamic array containing a list of keys separated by attribute markers.
 JSelectList JExecuteResults.getReturnList()
           
 JSelectList JFile.select()
          Returns a select list containing the record keys in this jBASE file.
 

Methods in com.jbase.jremote with parameters of type JSelectList
 JResultSet JStatement.execute(JDynArray queries, JSelectList selectList)
          Execute query using an existing select list as a filter.
 JResultSet JStatement.execute(String query, JSelectList selectList)
          Execute query using an existing select list as a filter.
 JExecuteResults JConnection.execute(String command, JSelectList selectList)
          Execute a jBASE command using an existing select list as a filter.
 

Uses of JSelectList in com.jbase.jremote.io
 

Classes in com.jbase.jremote.io that implement JSelectList
 class JCursorImpl
          A cursor to a jBASE file.
 class JSelectListImpl
          A select list to a jBASE file.
 

Methods in com.jbase.jremote.io that return JSelectList
 JSelectList JConnectionImpl.createSelectList(JDynArray jd)
           
 JSelectList JFileImpl.select()
           
 

Methods in com.jbase.jremote.io with parameters of type JSelectList
 JResultSet JStatementImpl.execute(JDynArray queries, JSelectList selectList)
           
 JResultSet JStatementImpl.execute(String query, JSelectList selectList)
           
 JExecuteResults JConnectionImpl.execute(String command, JSelectList selectList)
           
 

Uses of JSelectList in com.jbase.jremote.jca
 

Methods in com.jbase.jremote.jca that return JSelectList
 JSelectList WrappedJConnection.createSelectList(JDynArray jd)
           
 JSelectList WrappedJFile.select()
           
 

Methods in com.jbase.jremote.jca with parameters of type JSelectList
 JExecuteResults WrappedJConnection.execute(String command, JSelectList selectList)
           
 


jremote jbase5.2.1

Copyright © 2016 TEMENOS. All Rights Reserved.