Package | Description |
---|---|
com.jbase.jremote | |
com.jbase.jremote.io | |
com.jbase.jremote.jca |
Modifier and Type | Interface and Description |
---|---|
interface |
JCursor
A cursor to a jBASE file.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
JResultSet |
JStatement.execute(JDynArray queries,
JSelectList selectList)
Execute query using an existing select list as a filter.
|
JResultSet |
JStatement.execute(java.lang.String query,
JSelectList selectList)
Execute query using an existing select list as a filter.
|
JExecuteResults |
JConnection.execute(java.lang.String command,
JSelectList selectList)
Execute a jBASE command using an existing select list as a filter.
|
Modifier and Type | Class and Description |
---|---|
class |
JCursorImpl
A cursor to a jBASE file.
|
class |
JSelectListImpl
A select list to a jBASE file.
|
Modifier and Type | Method and Description |
---|---|
JSelectList |
JConnectionImpl.createSelectList(JDynArray jd) |
JSelectList |
JFileImpl.select() |
Modifier and Type | Method and Description |
---|---|
JResultSet |
JStatementImpl.execute(JDynArray queries,
JSelectList selectList) |
JResultSet |
JStatementImpl.execute(java.lang.String query,
JSelectList selectList) |
JExecuteResults |
JConnectionImpl.execute(java.lang.String command,
JSelectList selectList) |
Modifier and Type | Method and Description |
---|---|
JSelectList |
WrappedJConnection.createSelectList(JDynArray jd) |
JSelectList |
WrappedJFile.select() |
Modifier and Type | Method and Description |
---|---|
JExecuteResults |
WrappedJConnection.execute(java.lang.String command,
JSelectList selectList) |