Package | Description |
---|---|
com.jbase.jremote | |
com.jbase.jremote.io | |
com.jbase.jremote.jca | |
com.jbase.jremote.jca.cci | |
com.jbase.jremote.jca.inflow | |
com.jbase.jremote.protocol |
Modifier and Type | Method and Description |
---|---|
JDynArray |
JConnection.func(java.lang.String function_name)
Call a jBASE function.
|
JDynArray |
JConnection.func(java.lang.String function_name,
JSubroutineParameters parameters) |
JDynArray |
JExecuteResults.getCapturingVar() |
JDynArray |
JConnection.getCommon(java.lang.String name)
Return the value of the named common with the supplied name.
|
JDynArray |
JCursor.getRecord()
Returns the current record.
|
JDynArray |
EISMetaDataRepository.getRepositoryEntry(java.lang.String key)
Obtain the value of a repository entry
|
JDynArray |
JResultSet.getRow() |
JDynArray |
JExecuteResults.getSettingVar() |
JDynArray |
JConnection.newJDynArray()
Create a JDynArray with the correct Charset for this connection.
|
JDynArray |
JConnection.newJDynArray(java.lang.String str) |
JDynArray |
JFile.read(java.lang.String recordKey)
Read a record where the supplied recordKey is the key
to the record.
|
JDynArray |
JFile.readU(java.lang.String recordKey,
boolean blockedRead)
Read a record where the supplied recordKey is the key
to the record and locks it for update.
|
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.
|
JResultSet |
JStatement.execute(JDynArray queries)
Execute query.
|
JResultSet |
JStatement.execute(JDynArray queries,
JSelectList selectList)
Execute query using an existing select list as a filter.
|
void |
JCursor.setRecord(JDynArray record)
Modifies the current record.
|
boolean |
JFile.write(java.lang.String recordKey,
JDynArray record)
Write the supplied record to the jBASE file.
|
boolean |
JFile.writeU(java.lang.String recordKey,
JDynArray record,
boolean blockedWrite)
Write the supplied record to the jBASE file.
|
Constructor and Description |
---|
JExecuteResults(JSelectListProt selectListProt,
JDynArray capturingVar,
JDynArray settingVar) |
Modifier and Type | Method and Description |
---|---|
JDynArray |
JConnectionImpl.func(java.lang.String function_name) |
JDynArray |
JConnectionImpl.func(java.lang.String function_name,
JSubroutineParameters parameters) |
JDynArray |
JConnectionImpl.getCommon(java.lang.String name)
Return the value of the named common with the supplied name.
|
JDynArray |
JCursorImpl.getRecord() |
JDynArray |
JResultSetImpl.getRow() |
JDynArray |
JConnectionImpl.newJDynArray() |
JDynArray |
JConnectionImpl.newJDynArray(java.lang.String str) |
JDynArray |
JFileImpl.read(java.lang.String recordKey) |
JDynArray |
JFileImpl.readU(java.lang.String recordKey,
boolean blockedRead) |
Modifier and Type | Method and Description |
---|---|
JSelectList |
JConnectionImpl.createSelectList(JDynArray jd) |
JResultSet |
JStatementImpl.execute(JDynArray queries) |
JResultSet |
JStatementImpl.execute(JDynArray queries,
JSelectList selectList) |
void |
JCursorImpl.setRecord(JDynArray record) |
boolean |
JFileImpl.write(java.lang.String recordKey,
JDynArray record) |
boolean |
JFileImpl.writeU(java.lang.String recordKey,
JDynArray record,
boolean blockedWrite) |
Constructor and Description |
---|
JSelectListImpl(AbstractJRemoteConnection connection,
JDynArray keys)
Constructs a select list from specified dynamic array.
|
Modifier and Type | Method and Description |
---|---|
JDynArray |
WrappedJConnection.func(java.lang.String function_name) |
JDynArray |
WrappedJConnection.func(java.lang.String function_name,
JSubroutineParameters parameters) |
JDynArray |
WrappedJConnection.getCommon(java.lang.String name)
Return the value of the common with supplied name.
|
JDynArray |
WrappedJConnection.newJDynArray() |
JDynArray |
WrappedJConnection.newJDynArray(java.lang.String str) |
JDynArray |
WrappedJFile.read(java.lang.String recordKey) |
JDynArray |
WrappedJFile.readU(java.lang.String recordKey,
boolean blockedRead) |
Modifier and Type | Method and Description |
---|---|
JSelectList |
WrappedJConnection.createSelectList(JDynArray jd) |
boolean |
WrappedJFile.write(java.lang.String recordKey,
JDynArray record) |
boolean |
WrappedJFile.writeU(java.lang.String recordKey,
JDynArray record,
boolean blockedWrite) |
Modifier and Type | Method and Description |
---|---|
protected JDynArray |
CCIJRemoteDynamicArrayRecord.getJDynArray() |
Modifier and Type | Method and Description |
---|---|
JDynArray |
JRemoteMessageListener.onMessage(JDynArray dynArray) |
Modifier and Type | Method and Description |
---|---|
JDynArray |
JRemoteMessageListener.onMessage(JDynArray dynArray) |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<JDynArray> |
JSelectListProt.records |
Modifier and Type | Method and Description |
---|---|
JDynArray |
SubroutineResponse.get_result() |
JDynArray |
JediResponse.getData(java.nio.charset.CharsetEncoder encoder,
java.nio.charset.CharsetDecoder decoder) |
JDynArray |
InputOutputResponse.getOutput() |
JDynArray |
JSelectListProt.getRecord()
Obtains the current record value.
|
JDynArray |
EISMetaDataResponse.getRepositoryEntry(java.lang.String key)
Obtain the value of a repository entry
|
JDynArray |
ReadCommonResponse.getValue(java.nio.charset.CharsetEncoder encoder,
java.nio.charset.CharsetDecoder decoder) |
Modifier and Type | Method and Description |
---|---|
void |
JSelectListProt.setRecord(JDynArray record)
Modifies the value of the current record
|
Constructor and Description |
---|
JSelectListProt(JDynArray keys)
Constructs a select list from specified dynamic array.
|
StatementExecuteQueryRequest(JDynArray queries,
JSelectListProt selectList) |
WriteRecordRequest(int writeMode,
java.lang.String fileName,
java.lang.String recordKey,
JDynArray data) |