Package | Description |
---|---|
com.jbase.jremote | |
com.jbase.jremote.io |
Modifier and Type | Method and Description |
---|---|
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.
|
boolean |
JFile.writeU(java.lang.String recordKey,
JDynArray record,
boolean blockedWrite)
Write the supplied record to the jBASE file.
|
Modifier and Type | Method and Description |
---|---|
JDynArray |
JFileImpl.readU(java.lang.String recordKey,
boolean blockedRead) |
boolean |
JFileImpl.writeU(java.lang.String recordKey,
JDynArray record,
boolean blockedWrite) |