All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- absolute(int).
Method in class asjava.uniclientlibs.UniDataSet
- specifies the absolute position within the
UniDataSet
that the cursor
should point to
- accountPath.
Variable in class asjava.uniclientlibs.UniConnection
-
- afterLast().
Method in class asjava.uniclientlibs.UniDataSet
- moves the internal
UniDataSet
cursor to point to the end of the data set.
- alpha().
Method in class asjava.uniclientlibs.UniString
- Determines whether a given session contains only alphabetic characters
- alpha(UniConnection).
Method in class asjava.uniclientlibs.UniString
- Determines whether a given session contains only alphabetic characters.
- append(boolean).
Method in class asjava.uniclientlibs.UniString
- Appends the string representation of the
boolean
argument to the string buffer.
- append(char).
Method in class asjava.uniclientlibs.UniString
- Appends the string representation of the
char
argument to this string buffer.
- append(char[]).
Method in class asjava.uniclientlibs.UniString
- Appends the string representation of the
char
array
argument to this string buffer.
- append(char[], int, int).
Method in class asjava.uniclientlibs.UniString
- Appends the string representation of a subarray of the
char
array argument to this string buffer.
- append(double).
Method in class asjava.uniclientlibs.UniString
- Appends the string representation of the
double
argument to this string buffer.
- append(float).
Method in class asjava.uniclientlibs.UniString
- Appends the string representation of the
float
argument to this string buffer.
- append(int).
Method in class asjava.uniclientlibs.UniString
- Appends the string representation of the
int
argument to this string buffer.
- append(long).
Method in class asjava.uniclientlibs.UniString
- Appends the string representation of the
long
argument to this string buffer.
- append(Object).
Method in class asjava.uniclientlibs.UniDataSet
- appends a new data element at the end of the existing data set
- append(Object).
Method in class asjava.uniclientlibs.UniString
- Appends the string representation of the
Object
argument to this string buffer.
- append(Object, Object).
Method in class asjava.uniclientlibs.UniDataSet
- appends a new data element at the end of the existing data set
- append(String).
Method in class asjava.uniclientlibs.UniString
- Appends the string representation of the
Object
argument to this string buffer.
- append(UniRecord).
Method in class asjava.uniclientlibs.UniDataSet
- appends a new data element at the end of the existing data set
- AT_DATA_PENDING.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- AT_FM.
Static variable in class asjava.uniclientlibs.UniTokens
-
- AT_IM.
Static variable in class asjava.uniclientlibs.UniTokens
-
- AT_LOGNAME.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- AT_NULL.
Static variable in class asjava.uniclientlibs.UniTokens
-
- AT_NULL_STR.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- AT_PATH.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- AT_SCHEMA.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- AT_SQLNULL.
Static variable in class asjava.uniclientlibs.UniTokens
-
- AT_SVM.
Static variable in class asjava.uniclientlibs.UniTokens
-
- AT_SYSTEM_RETURN_CODE.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- AT_TM.
Static variable in class asjava.uniclientlibs.UniTokens
-
- AT_TRANSACTION.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- AT_USER_NO.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- AT_USER_RETURN_CODE.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- AT_VM.
Static variable in class asjava.uniclientlibs.UniTokens
-
- AT_WHO.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- atVariableArray.
Variable in class asjava.uniobjects.UniSession
-
- begin().
Method in class asjava.uniobjects.UniTransaction
- begins a new transaction
- call().
Method in class asjava.uniobjects.UniSubroutine
- Executes the catalogued UniVerse subroutine identified during the
UniSubroutine
creation.
- cancel().
Method in class asjava.uniobjects.UniCommand
- cancels all outstanding output from the executing command.
- change(Object, Object).
Method in class asjava.uniclientlibs.UniString
- Changes the current string by replacing a given substring expression
with the replacement substring specified
- change(Object, Object, int).
Method in class asjava.uniclientlibs.UniString
- Changes the current string by replacing a given substring expression
with the replacement substring specified
- change(Object, Object, int, int).
Method in class asjava.uniclientlibs.UniString
- Changes the current string by replacing a given substring expression
with the replacement substring specified
- charAt(int).
Method in class asjava.uniclientlibs.UniString
- Returns the character at a specific index in this string buffer.
- clearFile().
Method in class asjava.uniobjects.UniFile
- clears a file, deleting all records contained within it.
- clearList().
Method in class asjava.uniobjects.UniSelectList
- Clears the selected list, emptying the contents and preparing for a new select
list to be generated.
- close().
Method in class asjava.uniclientlibs.UniDataSet
- closes the dataset, resetting internal values to their initial state
- close().
Method in class asjava.uniobjects.UniFile
- closes the file.
- close().
Method in class asjava.uniobjects.UniSequentialFile
- Closes an open sequential file
- closeAllSessions().
Method in class asjava.uniobjects.UniJava
- This method will close all open sessions by going through the uniSessionsVector list
and calling the
UniSession.disconnect()
method for each individual session.
- closeSession(UniSession).
Method in class asjava.uniobjects.UniJava
- This method will close the session passed into it.
- command().
Method in class asjava.uniobjects.UniSession
- Creates the command object for this session
- command(Object).
Method in class asjava.uniobjects.UniSession
- Creates the command object for this session, uses the passed in argument as the default command to run
- commit().
Method in class asjava.uniobjects.UniTransaction
- commits the currently active transaction
- COMMS_VERSION.
Static variable in class asjava.uniclientlibs.UniTokens
-
- compareTo(Object).
Method in class asjava.uniclientlibs.UniString
- Returns the lexicographical comparison of this string against the string
passed in as an argument.
- compressionThreshold.
Variable in class asjava.uniclientlibs.UniConnection
-
- connect().
Method in class asjava.uniobjects.UniSession
- Opens up the session on the host identified with the
setHost
method.
- connect(Object, int, Object, Object, Object).
Method in class asjava.uniobjects.UniSession
-
Establishes connection to the Host/Port passed in, using the Username, Password, and
initial account path passed in.
- connect(Object, int, Object, Object, Object, Object, Object).
Method in class asjava.uniobjects.UniSession
-
Establishes connection to the Host passed in, using the Username, Password, and
initial account path passed in.
- connect(Object, Object, Object, Object).
Method in class asjava.uniobjects.UniSession
-
Establishes connection to the Host passed in, using the Username, Password, and
initial account path passed in.
- connect(Object, Object, Object, Object, Object, int, Object).
Method in class asjava.uniobjects.UniSession
-
Establishes connection to the Host passed in, using the Username, Password, and
initial account path passed in.
- connect(Object, Object, Object, Object, Object, Object).
Method in class asjava.uniobjects.UniSession
-
Establishes connection to the Host passed in, using the Username, Password, and
initial account path passed in.
- connection.
Variable in class asjava.uniclientlibs.UniConnection
-
- convert(Object, Object).
Method in class asjava.uniclientlibs.UniString
- Converts a set of characters with a new set
- convert(UniConnection, Object, Object).
Method in class asjava.uniclientlibs.UniString
- Converts a set of characters with a new set
- count.
Variable in class asjava.uniclientlibs.UniString
-
- count().
Method in class asjava.uniclientlibs.UniDynArray
- Counts the number of field marks that exist in the array
- count().
Method in class asjava.uniclientlibs.UniString
- Count the number of
- count(int).
Method in class asjava.uniclientlibs.UniDynArray
- Counts the number of value marks that exist in the array
- count(int, int).
Method in class asjava.uniclientlibs.UniDynArray
- Counts the number of subvalue marks that exist in the array
- count(int, int, int).
Method in class asjava.uniclientlibs.UniDynArray
- Counts the number of text marks that exist in the array
- count(Object).
Method in class asjava.uniclientlibs.UniString
- Count the number of occurances of the given substring
- countTokens().
Method in class asjava.uniclientlibs.UniStringTokenizer
- used to count the number of tokens in any given string
- CS_VERSION.
Static variable in class asjava.uniclientlibs.UniTokens
-
- dcount().
Method in class asjava.uniclientlibs.UniDynArray
- Counts the number of fields that exist in the array, equivalent to
count()
+ 1
- dcount().
Method in class asjava.uniclientlibs.UniString
- Count the number of occurances of the
- dcount(int).
Method in class asjava.uniclientlibs.UniDynArray
- Counts the number of values that exist in the array at the given
field position, equivalent to
count( aField )
+ 1
- dcount(int, int).
Method in class asjava.uniclientlibs.UniDynArray
- Counts the number of subvalues that exist in the array at the given
field,value position, equivalent to
count( aFieldValue, aValue)
+ 1
- dcount(int, int, int).
Method in class asjava.uniclientlibs.UniDynArray
- Counts the number of text values that exist in the array at the given
field,value,subvalue position, equivalent to
count()
+ 1
- dcount(Object).
Method in class asjava.uniclientlibs.UniString
- Count the number of occurances of the given substring, adding one to it
- DEFAULT_TIMEOUT.
Static variable in class asjava.uniclientlibs.UniTokens
-
- defaultMarkArray.
Static variable in class asjava.uniclientlibs.UniTokens
-
- delete(int).
Method in class asjava.uniclientlibs.UniDynArray
- Deletes the given field value from the array
- delete(int, int).
Method in class asjava.uniclientlibs.UniDynArray
- Deletes the given field/value value from the array
- delete(int, int, int).
Method in class asjava.uniclientlibs.UniDynArray
- Deletes the given field/value/subvalue value from the array
- deleteRecord().
Method in class asjava.uniobjects.UniFile
- deletes the record identified by
setRecordID
.
- deleteRecord(Object).
Method in class asjava.uniobjects.UniFile
- deletes the record identified by
aRecordIDObj
.
- deleteRecord(UniDataSet).
Method in class asjava.uniobjects.UniFile
- deletes the records identified by
aDataSet
UniDataSet object
- deleteRow().
Method in class asjava.uniclientlibs.UniDataSet
- deletes the current row from the dataset
- deleteRow(int).
Method in class asjava.uniclientlibs.UniDataSet
- deletes the
indexLoc
row from the dataset
- deleteRow(String).
Method in class asjava.uniclientlibs.UniDataSet
- deletes the row referenced by the recordID specified.
- disconnect().
Method in class asjava.uniobjects.UniSession
- Terminates an active connection.
- dynArray().
Method in class asjava.uniobjects.UniSession
- Creates an empty dynamic array
- dynArray(Object).
Method in class asjava.uniobjects.UniSession
- Creates a dynamic array from the given object
- EIC_ALPHA.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_CANCEL.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_CLEARDATA.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_CLEARFILE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_CLEARSELECT.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_CLOSE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_CLOSESEQ.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_COL1.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_COL2.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_CONVERT.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_COUNT.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_DATA.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_DATE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_DCOUND.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_DELETE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_DELETESET.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_EXECUTE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_EXECUTECONTINUE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_EXTRACT.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_FIELD.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_FIELDSTORE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_FILEINFO.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_FILELOCK.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_FILEUNLOCK.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_FMT.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_FORMLIST.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_GETLIST.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_GETLOCALE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_GETMAP.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_GETSERVERINFO.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_GETVALUE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_GETVERSION.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_ICONV.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_INDICES.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_INPUTREPLY.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_INSERT.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_ITYPE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_LASTMESSAGE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_LOCATE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_LOCK.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_LOCKSET.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_LOWER.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_OCONV.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_OPEN.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_OPENSEQ.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_RAISE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_READ.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_READBLK.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_READFIELDSET.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_READLIST.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_READNAMEDFIELDSET.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_READNEXT.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_READSEQ.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_READSET.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_READV.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_RECORDLOCK.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_RECORDLOCKED.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_RELEASE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_REPLACE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_SEEK.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_SELECT.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_SELECTINDEX.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_SESSIONINFO.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_SETLOCALE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_SETMAP.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_SETVALUE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_STRDEL.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_SUBCALL.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_TIME.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_TIMEDATE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_TIMEOUT.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_TRANS.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_TRANSACTION.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_TRIM.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_UNLOCK.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_UNLOCKSET.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_WEOFSEQ.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_WRITE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_WRITEBLK.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_WRITECONTINUE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_WRITEFIELDSET.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_WRITENAMEDFIELDSET.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_WRITESEQ.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_WRITESET.
Static variable in class asjava.uniclientlibs.UniTokens
-
- EIC_WRITEV.
Static variable in class asjava.uniclientlibs.UniTokens
-
- encrypt(String).
Method in class asjava.uniclientlibs.UniConnection
- This method is used to encrypt a given string into an internal format that is understood by the
server
- encryptionType.
Variable in class asjava.uniclientlibs.UniConnection
-
- equals(Object).
Method in class asjava.uniclientlibs.UniString
- Determine whether this UniString is equivalent to another Object.
- equalsIgnoreCase(Object).
Method in class asjava.uniclientlibs.UniString
- Determine whether this UniString is equivalent to another Object, when case
is ignored.
- ERRORCODE_ARG_NO.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- errorType.
Variable in class asjava.uniclientlibs.UniException
-
- exec().
Method in class asjava.uniobjects.UniCommand
- executes the command that was set up using the
setCommand
method.
- extract(int).
Method in class asjava.uniclientlibs.UniDynArray
- Extracts a copy of the entire array
- extract(int, int).
Method in class asjava.uniclientlibs.UniDynArray
- Extracts a copy of the requested field
- extract(int, int, int).
Method in class asjava.uniclientlibs.UniDynArray
- Extracts a copy of the requested subvalue
- FIELDNAME_ARG_NO.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- fileAction(int, UniDataSet, Object, int).
Method in class asjava.uniobjects.UniFile
-
- FILENAME_ARG_NO.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- fileSeek(int, int).
Method in class asjava.uniobjects.UniSequentialFile
- Moves the file pointer within the Sequential File by an offset position specified in bytes,
relative to the current position, beginning of the file, or the end of the file, as determined
by the
aRelPos
parameter.
- findRow(String).
Method in class asjava.uniclientlibs.UniDataSet
- identifies the cursor position of a given row, based on the recordID passed in.
- first().
Method in class asjava.uniclientlibs.UniDataSet
- moves the internal
UniDataSet
cursor to point to the beginning of the data set.
- FM.
Static variable in class asjava.uniclientlibs.UniTokens
-
- FM_CHAR.
Static variable in class asjava.uniclientlibs.UniTokens
-
- formatType.
Variable in class asjava.uniclientlibs.UniDataSet
-
- formList(Object).
Method in class asjava.uniobjects.UniSelectList
- creates a new select list from the supplied list of record IDs
- formList(UniDataSet).
Method in class asjava.uniobjects.UniSelectList
- creates a new select list from the supplied list of record IDs contained in the
UniDataSet object
- getAccountPath().
Method in class asjava.uniclientlibs.UniConnection
- returns the account path being used for the connection
- getAkInfo(Object).
Method in class asjava.uniobjects.UniFile
- obtains information concerning the secondary key indexes available for this
object.
- getArg(int).
Method in class asjava.uniobjects.UniSubroutine
- retrieves the the contents of the subroutine arguments after a successful
call
has
been executed
- getAssoc().
Method in class asjava.uniobjects.UniDictionary
- Returns the current ASSOC field from the dictionary
- getAssoc(Object).
Method in class asjava.uniobjects.UniDictionary
- Returns the current ASSOC field from the dictionary for the record ID specified
- getAtSelected().
Method in class asjava.uniobjects.UniCommand
- returns the value of the
- getAtVariable(int).
Method in class asjava.uniobjects.UniSession
- returns the current value of the
- getBlockingStrategy().
Method in class asjava.uniobjects.UniFile
-
returns the current blocking strategy.
- getBlockSize().
Method in class asjava.uniobjects.UniCommand
-
returns the current block size, in bytes, that is in use for server communications.
- getBytes().
Method in class asjava.uniclientlibs.UniString
- return the current string as a byte[] array
- getChars(int, int, char[], int).
Method in class asjava.uniclientlibs.UniString
- Characters are copied from this string buffer into the
destination character array
dst
.
- getClientNames().
Method in class asjava.uniobjects.UniNLS
-
- getClientNames().
Method in class asjava.uniobjects.UniNLSlocale
- returns a
UniDynArray
of the client representation of the locale
settings.
- getClientNames().
Method in class asjava.uniobjects.UniNLSmap
- returns the client representation of the map name.
- getCommand().
Method in class asjava.uniobjects.UniCommand
- returns the current execution string that was set with the
setCommand
method.
- getCompressionThreshold().
Method in class asjava.uniclientlibs.UniConnection
- returns the current
CompressionThreshold
.
- getConnectionString().
Method in class asjava.uniclientlibs.UniConnection
- returns the current connection string, which is the string used to connect to
a particular database type.
- getConv().
Method in class asjava.uniobjects.UniDictionary
- Returns the current CONV field from the dictionary
- getConv(Object).
Method in class asjava.uniobjects.UniDictionary
- Returns the current CONV field from the dictionary for the recordID specified
- getCurrentRow().
Method in class asjava.uniclientlibs.UniDataSet
- returns the current cursor position within the dataset.
- getDataSet().
Method in class asjava.uniclientlibs.UniDataSet
- returns the data contained in the dataset as a
- getDataSourceType().
Method in class asjava.uniclientlibs.UniConnection
- returns the current data source type, which can be either "UNIVERSE" or "UNIDATA".
- getDefaultBlockingStrategy().
Method in class asjava.uniobjects.UniSession
- returns the default blocking strategy for this session.
- getDefaultEncryptionType().
Method in class asjava.uniclientlibs.UniConnection
- returns the current default encryption type to be used for this session.
- getDefaultLockStrategy().
Method in class asjava.uniobjects.UniSession
- returns the default locking strategy for this session.
- getDefaultReleaseStrategy().
Method in class asjava.uniobjects.UniSession
-
returns the default release strategy for this session.
- getDeviceSubkey().
Method in class asjava.uniclientlibs.UniConnection
- gets the device subkey used in client-side licensing.
- getEncryptionType().
Method in class asjava.uniobjects.UniBase
-
retrieves the current EncryptionType value for this object.
- getErrorCode().
Method in class asjava.uniclientlibs.UniException
- Returns the error number associated with this exception.
- getErrorMessage(int).
Static method in class asjava.uniclientlibs.UniErrorMessage
- returns the appropriate error message, depending on the error code passed in
- getErrorMessage(int, String).
Static method in class asjava.uniclientlibs.UniErrorMessage
- returns the appropriate error message, depending on the error code passed in
- getErrorType().
Method in class asjava.uniclientlibs.UniException
- Returns the type of exception.
- getErrorTypeText().
Method in class asjava.uniclientlibs.UniException
- Returns the type of exception in String form
- getExtendedMessage().
Method in class asjava.uniclientlibs.UniException
- Returns the extended error text associated with this exception
- getFileName().
Method in class asjava.uniobjects.UniFile
-
returns the name of the file this object represents
- getFileType().
Method in class asjava.uniobjects.UniFile
- returns the type of file this is.
- getFormat().
Method in class asjava.uniobjects.UniDictionary
- Returns the current FORMAT field from the dictionary
- getFormat(Object).
Method in class asjava.uniobjects.UniDictionary
- Returns the current FORMAT field from the dictionary for the recordID specified
- getHostName().
Method in class asjava.uniclientlibs.UniConnection
- returns the name of the host we are connecting to.
- getHostPort().
Method in class asjava.uniclientlibs.UniConnection
- returns the port number used for this connection.
- getHostType().
Method in class asjava.uniclientlibs.UniConnection
- returns a value representing the type of host the session is connected to.
- getIDSet().
Method in class asjava.uniclientlibs.UniDataSet
- returns the IDs contained in the dataset as a
- getLevel().
Method in class asjava.uniobjects.UniTransaction
- returns the current transaction level
- getList(Object).
Method in class asjava.uniobjects.UniSelectList
- activates the named select list from the &SAVEDLISTS& file on the server
- getLoc().
Method in class asjava.uniobjects.UniDictionary
- Returns the current LOC field from the dictionary
- getLoc(Object).
Method in class asjava.uniobjects.UniDictionary
- Returns the current LOC field from the dictionary for the recordID specified
- getLockStrategy().
Method in class asjava.uniobjects.UniFile
-
returns the current locking strategy.
- getMarkCharacter(int).
Method in class asjava.uniclientlibs.UniConnection
- returns the specified mark characters.
- getMarkCharacter(int).
Method in class asjava.uniobjects.UniNLSmap
- returns the requested mark character.
- getMarkCharacter(int).
Method in class asjava.uniclientlibs.UniString
- Returns the requested mark character.
- getMaxOpenFiles().
Method in class asjava.uniobjects.UniSession
- returns the maximum number of
UniFile
objects we can open at any one time.
- getMaxSessions().
Method in class asjava.uniobjects.UniJava
- The maximum number of open sessions that can be open.
- getName().
Method in class asjava.uniobjects.UniDictionary
- Returns the current NAME field from the dictionary
- getName(Object).
Method in class asjava.uniobjects.UniDictionary
- Returns the current NAME field from the dictionary for the recordID specified
- getNumArgs().
Method in class asjava.uniobjects.UniSubroutine
-
Returns the number of arguments set for this subroutine
- getNumOpenFiles().
Method in class asjava.uniobjects.UniSession
- returns the current number of open
UniFile
objects.
- getNumSessions().
Method in class asjava.uniobjects.UniJava
- The current number of open sessions that are open.
- getPassword().
Method in class asjava.uniclientlibs.UniConnection
- returns the password used to establish the connection to the host system
- getProxyHost().
Method in class asjava.uniclientlibs.UniConnection
- returns the name of the
ProxyHost
being used for this connection
- getProxyPort().
Method in class asjava.uniclientlibs.UniConnection
- returns the port number that the
ProxyHost
resides on
- getProxyToken().
Method in class asjava.uniclientlibs.UniConnection
- returns the security string (password) used for validation on the
ProxyHost
- getReadSize().
Method in class asjava.uniobjects.UniSequentialFile
- returns the current readblock size for this object
- getRecord().
Method in class asjava.uniobjects.UniFile
- returns the contents of the record that was last read.
- getRecord().
Method in class asjava.uniclientlibs.UniRecord
- return the objects data value
- getRecordID().
Method in class asjava.uniobjects.UniFile
- returns the ID of the record that was last read.
- getRecordID().
Method in class asjava.uniclientlibs.UniRecord
- return the objects RecordID
- getReleaseStrategy().
Method in class asjava.uniobjects.UniFile
-
returns the current release strategy.
- getRoutineName().
Method in class asjava.uniobjects.UniSubroutine
-
Retrieves the routine name established during the object creation
- getRowCount().
Method in class asjava.uniclientlibs.UniDataSet
- returns the dataset size
- getServerNames().
Method in class asjava.uniobjects.UniNLS
-
- getServerNames().
Method in class asjava.uniobjects.UniNLSlocale
- returns a
UniDynArray
of the server representation of the locale
settings.
- getServerNames().
Method in class asjava.uniobjects.UniNLSmap
- returns the server representation of the map name.
- getServerVersion().
Method in class asjava.uniclientlibs.UniConnection
- returns the current version of the host RPC version
- getSM().
Method in class asjava.uniobjects.UniDictionary
- Returns the current SM field (single/multivalued) from the dictionary
- getSM(Object).
Method in class asjava.uniobjects.UniDictionary
- Returns the current SM field (single/multivalued) from the dictionary for the field specified
- getSQLType().
Method in class asjava.uniobjects.UniDictionary
- Returns the current SQLTYPE field from the dictionary
- getSQLType(Object).
Method in class asjava.uniobjects.UniDictionary
- Returns the current SQLTYPE field from the dictionary for the field specified
- getString().
Method in class asjava.uniclientlibs.UniDataSet
- returns the dataset row represented by
currentRow
as a String
- getString(int).
Method in class asjava.uniclientlibs.UniDataSet
- returns the dataset row represented by
columnIndex
as a String
- getString(String).
Method in class asjava.uniclientlibs.UniDataSet
- returns the dataset row represented by
columnName
as a String
- getSystemReturnCode().
Method in class asjava.uniobjects.UniCommand
- returns the current value of
- getTimeout().
Method in class asjava.uniclientlibs.UniConnection
- returns the current RPC timeout period.
- getTimeout().
Method in class asjava.uniobjects.UniSequentialFile
- returns the current timeout value for this object
- getTransport().
Method in class asjava.uniclientlibs.UniConnection
-
returns the type of network transport being used.
- getType().
Method in class asjava.uniobjects.UniDictionary
- Returns the current TYPE field from the dictionary
- getType(Object).
Method in class asjava.uniobjects.UniDictionary
- Returns the current TYPE field from the dictionary for the recordID specified
- getUniDynArray().
Method in class asjava.uniclientlibs.UniDataSet
- Extracts the row currently pointed to by the cursor position and returns it as a
UniDynArray
object
- getUniDynArray(int).
Method in class asjava.uniclientlibs.UniDataSet
- Extracts the row referenced by
indexLoc
and returns it as a UniDynArray
object
- getUniDynArray(String).
Method in class asjava.uniclientlibs.UniDataSet
- Extracts the row referenced by
columnName
and returns it as a UniDynArray
object
- getUniRecord().
Method in class asjava.uniclientlibs.UniDataSet
- Extracts the row currently pointed to by the cursor position and returns it as a
UniRecord
object
- getUniRecord(int).
Method in class asjava.uniclientlibs.UniDataSet
- Extracts the row currently pointed to by the cursor position and returns it as a
getUniRecord
object
- getUniRecord(String).
Method in class asjava.uniclientlibs.UniDataSet
- Extracts the row currently pointed to by the cursor name and returns it as a
getUniRecord
object
- getUniString().
Method in class asjava.uniclientlibs.UniDataSet
- Extracts the row currently pointed to by the cursor position and returns it as a
UniString
object
- getUniString(int).
Method in class asjava.uniclientlibs.UniDataSet
- Extracts the row currently pointed to by the cursor position and returns it as a
UniString
object
- getUniString(String).
Method in class asjava.uniclientlibs.UniDataSet
- Extracts the row currently pointed to by the cursor position and returns it as a
UniString
object
- getUserName().
Method in class asjava.uniclientlibs.UniConnection
- returns the current user name used for this connection
- getValue(int).
Method in class asjava.uniobjects.UniSession
- used to get a AT value from the server
- getVersionNumber().
Method in class asjava.uniobjects.UniJava
- The current version number
- hasMoreTokens().
Method in class asjava.uniclientlibs.UniStringTokenizer
- used to determine if any tokens remain in the string
- hostName.
Variable in class asjava.uniclientlibs.UniConnection
-
- hostPort.
Variable in class asjava.uniclientlibs.UniConnection
-
- hostType.
Variable in class asjava.uniclientlibs.UniConnection
-
- iconv(Object, Object).
Method in class asjava.uniobjects.UniSession
- converts an input string into a UniVerse internal storage format using the
conversion format specified.
- iconv(UniConnection, Object).
Method in class asjava.uniclientlibs.UniString
- Performs a conversion of the current string into an internal
representation, which depends on the given conversion code
- IK_DATA.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- IK_DELETE.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- IK_DELETEU.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- IK_DICT.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- IK_MARK_MAX.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- IK_MARK_MIN.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- IK_READ.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- IK_READL.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- IK_READU.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- IK_WAIT.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- IK_WRITE.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- IK_WRITEU.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- IK_WRITEW.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- IM.
Static variable in class asjava.uniclientlibs.UniTokens
-
- IM_CHAR.
Static variable in class asjava.uniclientlibs.UniTokens
-
- inPacket.
Variable in class asjava.uniobjects.UniBase
-
- inPacket.
Variable in class asjava.uniclientlibs.UniConnection
-
- inPacket.
Variable in class asjava.uniclientlibs.UniString
-
- insert(int, boolean).
Method in class asjava.uniclientlibs.UniString
- Inserts the string representation of the
boolean
argument into this string buffer.
- insert(int, char).
Method in class asjava.uniclientlibs.UniString
- Inserts the string representation of the
char
argument into this string buffer.
- insert(int, char[]).
Method in class asjava.uniclientlibs.UniString
- Inserts the string representation of the
char
array
argument into this string buffer.
- insert(int, double).
Method in class asjava.uniclientlibs.UniString
- Inserts the string representation of the
double
argument into this string buffer.
- insert(int, float).
Method in class asjava.uniclientlibs.UniString
- Inserts the string representation of the
float
argument into this string buffer.
- insert(int, int).
Method in class asjava.uniclientlibs.UniString
- Inserts the string representation of the second
int
argument into this string buffer.
- insert(int, int, int, Object).
Method in class asjava.uniclientlibs.UniDynArray
- Inserts an Object into the dynamic array at the given field,value,subvalue position
- insert(int, int, Object).
Method in class asjava.uniclientlibs.UniDynArray
- Inserts an Object into the dynamic array at the given field,value position
- insert(int, long).
Method in class asjava.uniclientlibs.UniString
- Inserts the string representation of the
long
argument into this string buffer.
- insert(int, Object).
Method in class asjava.uniclientlibs.UniDataSet
- inserts a new row into the dataset, inserting the row at the given cursor position
- insert(int, Object).
Method in class asjava.uniclientlibs.UniDynArray
- Inserts an Object into the dynamic array at the given field position
- insert(int, Object).
Method in class asjava.uniclientlibs.UniString
- Inserts the string into this string buffer.
- insert(int, Object, Object).
Method in class asjava.uniclientlibs.UniDataSet
- inserts a new row into the dataset, inserting the row at the given cursor position
- insert(int, UniRecord).
Method in class asjava.uniclientlibs.UniDataSet
- inserts a new row into the dataset, inserting the row at the current cursor position
- insert(Object).
Method in class asjava.uniclientlibs.UniDataSet
- inserts a new row into the dataset, inserting the row at the current cursor position.
- insert(Object, Object).
Method in class asjava.uniclientlibs.UniDataSet
- inserts a new row into the dataset, inserting the row at the current cursor position
- insert(UniRecord).
Method in class asjava.uniclientlibs.UniDataSet
- inserts a new row into the dataset, inserting the row at the current cursor position
- INTERNAL_COMPRESSION.
Static variable in class asjava.uniclientlibs.UniTokens
-
- INTERNAL_FLAG.
Static variable in class asjava.uniclientlibs.UniTokens
-
- internalMarkArray.
Variable in class asjava.uniclientlibs.UniString
-
- isActive.
Variable in class asjava.uniclientlibs.UniConnection
-
- isActive().
Method in class asjava.uniclientlibs.UniConnection
- boolean method that indicates
true
if a connection has been
successfully established.
- isActive().
Method in class asjava.uniobjects.UniTransaction
- determines whether a transaction is currently active.
- isAfterLast().
Method in class asjava.uniclientlibs.UniDataSet
- determines whether or not cursor is positioned past the last row in the dataset.
- isBeforeFirst().
Method in class asjava.uniclientlibs.UniDataSet
- determines whether or not cursor is positioned before the first row in the dataset.
- isCommandActive().
Method in class asjava.uniobjects.UniBase
- checks to see if a command is in an active state
- isCommandActive().
Method in class asjava.uniobjects.UniSession
- checks to see if a command is in an active state
- isCompressionEnabled().
Method in class asjava.uniclientlibs.UniConnection
- boolean method that indicates
true
if a data compression is
available for this UniSession
.
- isEncryptionEnabled().
Method in class asjava.uniclientlibs.UniConnection
- boolean method that indicates
true
if data encryption is available
for this UniSession
.
- isFirst().
Method in class asjava.uniclientlibs.UniDataSet
- determines whether or not cursor is positioned at the first row in the dataset.
- isLast().
Method in class asjava.uniclientlibs.UniDataSet
- determines whether or not cursor is positioned at the last row in the dataset.
- isLastRecordRead().
Method in class asjava.uniobjects.UniSelectList
-
boolean entry denoting whether or not the last record has been read.
- isNLSEnabled.
Variable in class asjava.uniclientlibs.UniConnection
-
- isNLSEnabled().
Method in class asjava.uniclientlibs.UniConnection
- boolean method that indicates
true
if the server this object is connected
to is currently NLS enabled.
- isNLSLocalesEnabled.
Variable in class asjava.uniclientlibs.UniConnection
-
- isNLSLocalesEnabled().
Method in class asjava.uniclientlibs.UniConnection
- boolean method that indicates
true
if the server this object is connected
to is currently NLS locales enabled.
- isOpen().
Method in class asjava.uniobjects.UniFile
- Denotes whether the file is open.
- isOpen().
Method in class asjava.uniobjects.UniSequentialFile
- returns whether or not this sequential file is open
- isRecordLocked().
Method in class asjava.uniobjects.UniFile
- determines whether or not a user or session currently holds a lock on a given
record ID.
- isRecordLocked(Object).
Method in class asjava.uniobjects.UniFile
- determines whether or not a user or session currently holds a lock on a given
record ID.
- iType(Object, Object).
Method in class asjava.uniobjects.UniFile
- Evalutes the specified I-descriptor and returns the evaluated string.
- last().
Method in class asjava.uniclientlibs.UniDataSet
- sets the cursor to the last row in the dataset
- LC_MAX.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- LC_MIN.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- left(int).
Method in class asjava.uniclientlibs.UniString
- Returns the leftmost
aNumChars
characters of the string.
- length().
Method in class asjava.uniclientlibs.UniString
- Returns the length (character count) of this string buffer.
- length(int).
Method in class asjava.uniclientlibs.UniDynArray
- Returns the length of the entire dynamic array
- length(int, int).
Method in class asjava.uniclientlibs.UniDynArray
- Returns the length of the given field,value of the dynamic array
- length(int, int, int).
Method in class asjava.uniclientlibs.UniDynArray
- Returns the length of the given field,value,subvalue of the dynamic array
- licenseToken.
Variable in class asjava.uniclientlibs.UniConnection
-
- LOCK_MY_FILELOCK.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- LOCK_MY_READL.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- LOCK_MY_READU.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- LOCK_NO_LOCK.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- LOCK_OTHER_FILELOCK.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- LOCK_OTHER_READL.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- LOCK_OTHER_READU.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- lockFile().
Method in class asjava.uniobjects.UniFile
- locks this UniVerse file.
- lockRecord(int).
Method in class asjava.uniobjects.UniFile
- locks the recordID established with the
setRecordID
method.
- lockRecord(Object, int).
Method in class asjava.uniobjects.UniFile
- locks the recordID established with the
aRecordIDObj
argument..
- lockRecord(UniDataSet, int).
Method in class asjava.uniobjects.UniFile
- locks the recordIDs established with the
UniDataSet
object argument..
- LOCKTYPE_ARG_NO.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- MAX_OPEN_FILES.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- NEW_SERVER.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- next().
Method in class asjava.uniclientlibs.UniDataSet
- increments the dataset cursor by one.
- next().
Method in class asjava.uniobjects.UniSelectList
- returns the next record ID in the select list.
- nextBlock().
Method in class asjava.uniobjects.UniCommand
- returns the next block of data from the command response, if the command response
size was greater than the block size established with
setBlockSize
After each call to nextBlock
, the response
method can be
called to retrieve the new block of data, and the status
method can be called to determine the state of execution
- nextToken().
Method in class asjava.uniclientlibs.UniStringTokenizer
- parses off the next token in the string.
- nlsLocale().
Method in class asjava.uniobjects.UniSession
- If NLS is enabled on the server machine, this method will return an active
UniNLSlocale
object, which can then be used to manipulate server-side NLS Locale settings.
- nlsMap().
Method in class asjava.uniobjects.UniSession
- If NLS is enabled on the server machine, this method will return an active
UniNLSmap
object, which can then be used to manipulate server-side NLS Map settings.
- NO_COMPRESSION.
Static variable in class asjava.uniclientlibs.UniTokens
-
- NO_ENCRYPTION.
Static variable in class asjava.uniclientlibs.UniTokens
-
- NO_LOCKS.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- NULL_CHAR.
Static variable in class asjava.uniclientlibs.UniTokens
-
- NUM_AT_VARIABLES.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- NUM_MARK_CHARACTERS.
Static variable in class asjava.uniclientlibs.UniTokens
-
- NUM_OF_ELEMENTS.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- NUMICMARKS.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- oconv(Object, Object).
Method in class asjava.uniobjects.UniSession
- converts an output string into a UniVerse output storage format using the
conversion format specified.
- oconv(UniConnection, Object).
Method in class asjava.uniclientlibs.UniString
- Performs a conversion of the current string into an external
representation, which depends on the given conversion code
- OLD_COMMS_VERSION.
Static variable in class asjava.uniclientlibs.UniTokens
-
- OLD_CS_VERSION.
Static variable in class asjava.uniclientlibs.UniTokens
-
- OLD_SERVER.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- open().
Method in class asjava.uniobjects.UniFile
- Opens the named file.
- open().
Method in class asjava.uniobjects.UniSequentialFile
- physically opens the server-side file, creating it if the CreateFlag value was set and the file
doesn't exist
- open(Object).
Method in class asjava.uniobjects.UniSession
- returns a new
UniFile
object.
- openDict(Object).
Method in class asjava.uniobjects.UniSession
- returns a new
UniDictionary
object.
- openFile(Object).
Method in class asjava.uniobjects.UniSession
- returns a new
UniFile
object.
- openSeq(Object, Object, boolean).
Method in class asjava.uniobjects.UniSession
- returns a new
UniSequentialFile
object.
- openSession().
Method in class asjava.uniobjects.UniJava
- Instantiates a new
UniSession
object.
- outPacket.
Variable in class asjava.uniobjects.UniBase
-
- outPacket.
Variable in class asjava.uniclientlibs.UniConnection
-
- outPacket.
Variable in class asjava.uniclientlibs.UniString
-
- password.
Variable in class asjava.uniclientlibs.UniConnection
-
- previous().
Method in class asjava.uniclientlibs.UniDataSet
- decrements the dataset cursor by one.
- proxyHost.
Variable in class asjava.uniclientlibs.UniConnection
-
- proxyPort.
Variable in class asjava.uniclientlibs.UniConnection
-
- proxySecurityToken.
Variable in class asjava.uniclientlibs.UniConnection
-
- quote().
Method in class asjava.uniclientlibs.UniString
- Quotes the given string with the "'" character (single quote)
- quote(Object).
Method in class asjava.uniclientlibs.UniString
- Quotes the given string with the given quote character
- read().
Method in class asjava.uniobjects.UniFile
-
reads the UniVerse record from this file.
- read(Object).
Method in class asjava.uniobjects.UniFile
-
reads the UniVerse record from this file.
- read(Object, int).
Method in class asjava.uniobjects.UniFile
-
reads the UniVerse record from this file.
- read(UniDataSet).
Method in class asjava.uniobjects.UniFile
-
reads the set of UniVerse records passed in via the UniDataSet object.
- readBlk().
Method in class asjava.uniobjects.UniSequentialFile
- reads a block of data from the sequential file.
- readField(Object, int).
Method in class asjava.uniobjects.UniFile
-
reads the specified field from the UniVerse record identified.
- readField(Object, int, int).
Method in class asjava.uniobjects.UniFile
-
reads the specified field from the UniVerse record identified.
- readField(UniDataSet, int).
Method in class asjava.uniobjects.UniFile
-
reads the set of UniVerse records passed in via the UniDataSet object.
- readField(UniDataSet, Object).
Method in class asjava.uniobjects.UniFile
-
reads the set of UniVerse records passed in via the UniDataSet object.
- readLine().
Method in class asjava.uniobjects.UniSequentialFile
- reads a line of data from the sequential file.
- readList().
Method in class asjava.uniobjects.UniSelectList
- reads the entire contents of the select list and returns it all at once
- readNamedField(Object).
Method in class asjava.uniobjects.UniFile
-
reads the field identifed by the named field in
aFieldNameObj
.
- readNamedField(Object, Object).
Method in class asjava.uniobjects.UniFile
-
reads the field identifed by the named field in
aFieldNameObj
.
- readNamedField(UniDataSet, Object).
Method in class asjava.uniobjects.UniFile
-
reads the set of UniVerse records passed in via the UniDataSet object.
- RECORDID_ARG_NO.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- regenerateDynArray().
Method in class asjava.uniclientlibs.UniDynArray
- recreate the dynArray structure
- relative(int).
Method in class asjava.uniclientlibs.UniDataSet
- positions the dataset cursor to a position
numRows
away from the current position.
- releaseTaskLock(int).
Method in class asjava.uniobjects.UniSession
- used to release a
TaskLock
that was set previously using the setTaskLock
method.
- remove(int).
Method in class asjava.uniclientlibs.UniDynArray
- Performs a delete on the given field, but also returns the deleted field
- remove(int, int).
Method in class asjava.uniclientlibs.UniDynArray
- Performs a delete on the given field/value, but also returns the deleted value
- remove(int, int, int).
Method in class asjava.uniclientlibs.UniDynArray
- Performs a delete on the given field/value/subvalue, but also returns the deleted subvalue
- replace(int, int, int, Object).
Method in class asjava.uniclientlibs.UniDynArray
- Replaces the field/value/subvalue specified with the new data value
- replace(int, int, Object).
Method in class asjava.uniclientlibs.UniDynArray
- Replaces the field/value specified with the new data value
- replace(int, Object).
Method in class asjava.uniclientlibs.UniDynArray
- Replaces the field specified with the new data value
- reply(String).
Method in class asjava.uniobjects.UniCommand
- replies to a command execution that it currently in the
UniS_REPLY
state.
- resetArgs().
Method in class asjava.uniobjects.UniSubroutine
-
resets the output argument array back to all empty values.
- resetTokenizer().
Method in class asjava.uniclientlibs.UniStringTokenizer
- resets the string tokenizer to look at the very beginning of the string, to allow
reparsing of the string.
- response().
Method in class asjava.uniobjects.UniCommand
- returns the output from the command
exec
and reply
methods
- RESULT_ARG_NO.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- RESULT_BUFFER_SIZE.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- RETURN_ON_LOCKED.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- returnCode().
Method in class asjava.uniclientlibs.UniRecord
- return the objects return code
- right(int).
Method in class asjava.uniclientlibs.UniString
- Returns the rightmost
aNumChars
characters of the string.
- rollback().
Method in class asjava.uniobjects.UniTransaction
- rollsback the current transaction
- rowSet.
Variable in class asjava.uniclientlibs.UniDataSet
-
- saveList(Object).
Method in class asjava.uniobjects.UniSelectList
- Saves the current select list in &SAVEDLISTS& file on the server with the name
supplied
- select(UniDictionary).
Method in class asjava.uniobjects.UniSelectList
- creates a new select list by selecting the
UniDictionary
object and
generating a select list of all the record IDs from that file.
- select(UniFile).
Method in class asjava.uniobjects.UniSelectList
- creates a new select list by selecting the
UniFile
object and
generating a select list of all the record IDs from that file.
- selectAlternateKey(UniDictionary, Object).
Method in class asjava.uniobjects.UniSelectList
- generate a select list from the given
UniDictionary
from values in the
secondary key index that is specified.
- selectAlternateKey(UniFile, Object).
Method in class asjava.uniobjects.UniSelectList
- generate a select list from the given
UniFile
from values in the
secondary key index that is specified.
- selectList(int).
Method in class asjava.uniobjects.UniSession
- returns a newly created
UniSelectList
object
- selectMatchingAK(UniDictionary, Object, Object).
Method in class asjava.uniobjects.UniSelectList
- generate a select list from the given
UniDictionary
from values in the
secondary key index that is specified whose value matches that in the named
value.
- selectMatchingAK(UniFile, Object, Object).
Method in class asjava.uniobjects.UniSelectList
- generate a select list from the given
UniFile
from values in the
secondary key index that is specified whose value matches that in the named
value.
- setAccountPath(Object).
Method in class asjava.uniclientlibs.UniConnection
- sets the account path to be used for the connection
- setAccountPath(String).
Method in class asjava.uniclientlibs.UniConnection
- sets the account path to be used for the connection
- setArg(int, Object).
Method in class asjava.uniobjects.UniSubroutine
-
sets up the input argument array to be used for the catalogued subroutine call
- setAssoc(Object).
Method in class asjava.uniobjects.UniDictionary
- Sets the ASSOC field from the dictionary to the String passed in
- setAssoc(Object, Object).
Method in class asjava.uniobjects.UniDictionary
- Sets the ASSOC field of the recordID specified from the dictionary to the String passed in
- setAtVariable(int, Object).
Method in class asjava.uniobjects.UniSession
- sets the given
- setBlockingStrategy(int).
Method in class asjava.uniobjects.UniFile
-
set the blocking strategy to the value indicated by the
aBlock
parameter.
- setBlockSize(int).
Method in class asjava.uniobjects.UniCommand
- Sets the current block size to the value passed in
- setCharAt(int, char).
Method in class asjava.uniclientlibs.UniString
- The character at the specified index of this string buffer is set
to
ch
.
- setCommand(String).
Method in class asjava.uniobjects.UniCommand
- establishes the command string or stored procedure to be run on the server
- setCompressionThreshold(int).
Method in class asjava.uniobjects.UniSession
-
sets the current
CompressionThreshold
value.
- setCompressionThresholdInt(int).
Method in class asjava.uniclientlibs.UniConnection
-
sets the current
CompressionThreshold
value.
- setConnectionString(Object).
Method in class asjava.uniclientlibs.UniConnection
- sets connection string to be used for server connection
- setConnectionString(String).
Method in class asjava.uniclientlibs.UniConnection
- sets connection string to be used for server connection
- setConv(Object).
Method in class asjava.uniobjects.UniDictionary
- Sets the CONV field from the dictionary to the String passed in
- setConv(Object, Object).
Method in class asjava.uniobjects.UniDictionary
- Sets the CONV field for the specified recordID from the dictionary to the String passed in
- setDataSourceType(Object).
Method in class asjava.uniclientlibs.UniConnection
- sets data source type to connect to.
- setDataSourceType(String).
Method in class asjava.uniclientlibs.UniConnection
- sets data source type to connect to.
- setDefaultBlockingStrategy(int).
Method in class asjava.uniobjects.UniSession
- sets the default blocking strategy
- setDefaultEncryptionType(int).
Method in class asjava.uniobjects.UniSession
- sets the current default encryption type to be used for this session.
- setDefaultEncryptionTypeInt(int).
Method in class asjava.uniclientlibs.UniConnection
- sets the current default encryption type to be used for this session.
- setDefaultLockStrategy(int).
Method in class asjava.uniobjects.UniSession
- sets the default locking strategy
- setDefaultReleaseStrategy(int).
Method in class asjava.uniobjects.UniSession
- sets the default release strategy
- setDeviceSubkey(Object).
Method in class asjava.uniclientlibs.UniConnection
- sets up the device subkey for use in client-side licensing.
- setEncryptionType(int).
Method in class asjava.uniobjects.UniBase
-
sets up the EncryptionType to be used for client-server communications in this object
- setFileName(Object).
Method in class asjava.uniobjects.UniFile
-
set the filename to be opened
- setFormat(Object).
Method in class asjava.uniobjects.UniDictionary
- Sets the FORMAT field from the dictionary to the String passed in
- setFormat(Object, Object).
Method in class asjava.uniobjects.UniDictionary
- Sets the FORMAT field for the recordID specified from the dictionary to the String passed in
- setHostName(Object).
Method in class asjava.uniclientlibs.UniConnection
- sets the host name to establish the connection to.
- setHostName(String).
Method in class asjava.uniclientlibs.UniConnection
- sets the host name to establish the connection to.
- setHostPort(int).
Method in class asjava.uniclientlibs.UniConnection
- sets the port number the connection should connect to on the server side.
- setIndex(int).
Method in class asjava.uniclientlibs.UniDataSet
- sets the cursor position to the
indexLoc
value referenced.
- setLoc(Object).
Method in class asjava.uniobjects.UniDictionary
- Sets the LOC field from the dictionary to the String passed in
- setLoc(Object, Object).
Method in class asjava.uniobjects.UniDictionary
- Sets the LOC field for the recordID specified from the dictionary to the String passed in
- setLockStrategy(int).
Method in class asjava.uniobjects.UniFile
-
set the locking strategy to the value indicated by the
aLock
parameter.
- setName().
Method in class asjava.uniobjects.UniNLS
-
- setName(Object).
Method in class asjava.uniobjects.UniDictionary
- Sets the NAME field from the dictionary to the String passed in
- setName(Object).
Method in class asjava.uniobjects.UniNLSlocale
- sets the specified locale.
- setName(Object).
Method in class asjava.uniobjects.UniNLSmap
- sets the specified map.
- setName(Object, int).
Method in class asjava.uniobjects.UniNLSlocale
- sets the specified locale.
- setName(Object, Object).
Method in class asjava.uniobjects.UniDictionary
- Sets the NAME field for the recordID specified from the dictionary to the String passed in
- setNumArgs(int).
Method in class asjava.uniobjects.UniSubroutine
-
sets up the number of input arguments to be used for this catalogued subroutine call
- setPassword(Object).
Method in class asjava.uniclientlibs.UniConnection
- sets the password to be used for the server-side connection
- setPassword(String).
Method in class asjava.uniclientlibs.UniConnection
- sets the password to be used for the server-side connection
- setProxyHost(Object).
Method in class asjava.uniclientlibs.UniConnection
- sets the host name of the ProxyServer to connect to
- setProxyHost(String).
Method in class asjava.uniclientlibs.UniConnection
- sets the host name of the ProxyServer to connect to
- setProxyPort(int).
Method in class asjava.uniclientlibs.UniConnection
-
sets the port number on the ProxyServer that should be used for the connection
- setProxyToken(Object).
Method in class asjava.uniclientlibs.UniConnection
- sets the ProxyServer security token (password) to be used for connection validation
- setReadSize(int).
Method in class asjava.uniobjects.UniSequentialFile
- sets the current ReadSize for this object
- setRecord(Object).
Method in class asjava.uniobjects.UniFile
-
set the data portion of the record, primarily to be used for subsequent
write
methods.
- setRecord(Object).
Method in class asjava.uniclientlibs.UniRecord
- sets the objects data value
param aRecVal UniDynArray representing the objects record data value
- setRecord(String).
Method in class asjava.uniclientlibs.UniRecord
- sets the objects data value
param aRecVal UniDynArray representing the objects record data value
- setRecord(UniDynArray).
Method in class asjava.uniclientlibs.UniRecord
- sets the objects data value
param aRecVal UniDynArray representing the objects record data value
- setRecordID(Object).
Method in class asjava.uniobjects.UniFile
-
set the record ID of the record to be read
- setRecordID(Object).
Method in class asjava.uniclientlibs.UniRecord
- sets the objects RecordID value
param aRecID UniDynArray representing the objects record ID
- setRecordID(UniDynArray).
Method in class asjava.uniclientlibs.UniRecord
- sets the objects RecordID value
param aRecID UniDynArray representing the objects record ID
- setReleaseStrategy(int).
Method in class asjava.uniobjects.UniFile
-
set the release strategy to the value indicated by the
aRelease
parameter.
- setReturnCode(int).
Method in class asjava.uniclientlibs.UniRecord
- sets the objects return value
param aReturnCode integer representing the objects return code
- setRoutineName(Object).
Method in class asjava.uniobjects.UniSubroutine
-
sets up the name of the subroutine to be called on the server.
- setSM(Object).
Method in class asjava.uniobjects.UniDictionary
- Sets the SM (single/multivalued) field from the dictionary to the String passed in
- setSM(Object, Object).
Method in class asjava.uniobjects.UniDictionary
- Sets the SM (single/multivalued) field for the recordID specified from the dictionary to the String passed in
- setSQLType(Object).
Method in class asjava.uniobjects.UniDictionary
- Sets the SQLTYPE field from the dictionary to the String passed in
- setSQLType(Object, Object).
Method in class asjava.uniobjects.UniDictionary
- Sets the SQLTYPE field for the recordID specified from the dictionary to the String passed in
- setStatus(int).
Method in class asjava.uniclientlibs.UniRecord
- sets the objects status value
param aStatusVal integer representing the objects status
- setTaskLock(int).
Method in class asjava.uniobjects.UniSession
- used to set on of the 64 UniVerse synchronization locks.
- setTimeout(int).
Method in class asjava.uniobjects.UniSequentialFile
- sets the current Timeout for this object
- setTimeout(int).
Method in class asjava.uniobjects.UniSession
- Sets the UniRPC timeout value.
- setTimeoutInt(int).
Method in class asjava.uniclientlibs.UniConnection
- Sets the UniRPC timeout value.
- setTransport(int).
Method in class asjava.uniclientlibs.UniConnection
- Used to establish which type of network transport should be used.
- setType(Object).
Method in class asjava.uniobjects.UniDictionary
- Sets the TYPE field from the dictionary to the String passed in
- setType(Object, Object).
Method in class asjava.uniobjects.UniDictionary
- Sets the TYPE field for the recordID specified from the dictionary to the String passed in
- setUserName(Object).
Method in class asjava.uniclientlibs.UniConnection
- sets the user name that is to be used in the connection to the remote server
- setValue(Object).
Method in class asjava.uniclientlibs.UniDynArray
- replaces the contents of the dynamic array with the given newValue
param newValue a String object representing the dynamic array
- setValue(Object).
Method in class asjava.uniclientlibs.UniString
- Sets the current values of the string buffer and it's size
- setValue(String).
Method in class asjava.uniclientlibs.UniDynArray
- replaces the contents of the dynamic array with the given newValue
param newValue a String object representing the dynamic array
- setValue(String).
Method in class asjava.uniclientlibs.UniString
- Sets the current values of the string buffer and it's size
- SQLNULL.
Static variable in class asjava.uniclientlibs.UniTokens
-
- SQLNULL_CHAR.
Static variable in class asjava.uniclientlibs.UniTokens
-
- status().
Method in class asjava.uniobjects.UniBase
- returns the status of the last method performed on this object.
- status().
Method in class asjava.uniobjects.UniCommand
- returns the current execution status
- status().
Method in class asjava.uniclientlibs.UniRecord
- return the objects stats
- status().
Method in class asjava.uniobjects.UniSession
- returns information concerning the state of certain operations.
- status().
Method in class asjava.uniclientlibs.UniString
- Returns the current status of the last operation
- STATUSCODE_ARG_NO.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- subroutine(Object, int).
Method in class asjava.uniobjects.UniSession
-
returns a new
UniSubroutine
representing the new subroutine object created.
- substring(int).
Method in class asjava.uniclientlibs.UniString
- return a substring of the current UniString, starting at the given index
- substring(int, int).
Method in class asjava.uniclientlibs.UniString
- return a substring of the current UniString, starting at the given index
and ending at the given endpoint
- SVM.
Static variable in class asjava.uniclientlibs.UniTokens
-
- SVM_CHAR.
Static variable in class asjava.uniclientlibs.UniTokens
-
- timeout.
Variable in class asjava.uniclientlibs.UniConnection
-
- TM.
Static variable in class asjava.uniclientlibs.UniTokens
-
- TM_CHAR.
Static variable in class asjava.uniclientlibs.UniTokens
-
- toCharArray().
Method in class asjava.uniclientlibs.UniString
- return the current string as a char[] array
- toLowerCase().
Method in class asjava.uniclientlibs.UniString
- change the given string to all lower case characters
- toString().
Method in class asjava.uniclientlibs.UniDataSet
- Converts the dataset into it's
String
representation.
- toString().
Method in class asjava.uniclientlibs.UniDynArray
- Converts the given UniDynArray into a base String
- toString().
Method in class asjava.uniclientlibs.UniRecord
- returns the String representation of the object.
- toString().
Method in class asjava.uniclientlibs.UniString
- Converts to a string representing the data in this string buffer.
- toUniDynArray().
Method in class asjava.uniclientlibs.UniRecord
- returns the UniDynArray representation of the object.
- toUniString().
Method in class asjava.uniclientlibs.UniRecord
- returns the UniString representation of the object.
- toUpperCase().
Method in class asjava.uniclientlibs.UniString
- change the given string to all upper case characters
- transaction().
Method in class asjava.uniobjects.UniSession
- returns a new
UniTransaction
object to allow transactional control
of the session.
- transport.
Variable in class asjava.uniclientlibs.UniConnection
-
- UDCS_SERVICE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UNICLIENTLIBS_EXCEPTION.
Static variable in class asjava.uniclientlibs.UniException
-
- uniCommand.
Variable in class asjava.uniobjects.UniSession
-
- UNICOMMAND_EXCEPTION.
Static variable in class asjava.uniclientlibs.UniException
-
- uniConnection.
Variable in class asjava.uniobjects.UniBase
-
- uniConnection.
Variable in class asjava.uniclientlibs.UniString
-
- UniConnection().
Constructor for class asjava.uniclientlibs.UniConnection
-
- UNICONNECTION_EXCEPTION.
Static variable in class asjava.uniclientlibs.UniException
-
- uniConnectionString.
Variable in class asjava.uniclientlibs.UniConnection
-
- UNIDATA.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UniDataSet().
Constructor for class asjava.uniclientlibs.UniDataSet
- A UniDataSet object is a collection object.
- UniDataSet(Object).
Constructor for class asjava.uniclientlibs.UniDataSet
- A UniDataSet object is a collection object.
- UniDataSet(Object, String).
Constructor for class asjava.uniclientlibs.UniDataSet
- A UniDataSet object is a collection object.
- UniDataSet(UniDataSet, Object, Object, Object, int, String).
Constructor for class asjava.uniclientlibs.UniDataSet
- A UniDataSet object is a collection object.
- UNIDATASET_EXCEPTION.
Static variable in class asjava.uniclientlibs.UniException
-
- uniDataSourceType.
Variable in class asjava.uniclientlibs.UniConnection
-
- UniDictionary().
Constructor for class asjava.uniobjects.UniDictionary
- Constructs a
UniDictionary
object
- UniDictionary(UniSession, Object, int).
Constructor for class asjava.uniobjects.UniDictionary
-
- UniDynArray().
Constructor for class asjava.uniclientlibs.UniDynArray
- Constructs a dynamic array with no characters in it
- UniDynArray(Object).
Constructor for class asjava.uniclientlibs.UniDynArray
- Constructs a dynamic array with the passed in Object value
- UniDynArray(String).
Constructor for class asjava.uniclientlibs.UniDynArray
- Constructs a dynamic array with the passed in Object value
- UNIDYNARRAY_EXCEPTION.
Static variable in class asjava.uniclientlibs.UniException
-
- uniEncryptionType.
Variable in class asjava.uniobjects.UniBase
-
- UniException().
Constructor for class asjava.uniclientlibs.UniException
- Creates the UniException object.
- UniException(int).
Constructor for class asjava.uniclientlibs.UniException
- Creates the UniException object.
- UniException(int, String).
Constructor for class asjava.uniclientlibs.UniException
- Creates the UniException object.
- UniException(String, int).
Constructor for class asjava.uniclientlibs.UniException
- Creates the UniException object.
- UniException(String, String, int).
Constructor for class asjava.uniclientlibs.UniException
- Creates the UniException object.
- UniFile().
Constructor for class asjava.uniobjects.UniFile
-
Default constructor for this class.
- UniFile(UniSession, Object, int).
Constructor for class asjava.uniobjects.UniFile
-
- UNIFILE_EXCEPTION.
Static variable in class asjava.uniclientlibs.UniException
-
- uniFileHandle.
Variable in class asjava.uniobjects.UniFile
-
- uniFileHandle.
Variable in class asjava.uniobjects.UniSequentialFile
-
- UniJava().
Constructor for class asjava.uniobjects.UniJava
- Constructs a
UniJava
object.
- uniMarkCharacters.
Variable in class asjava.uniclientlibs.UniConnection
-
- UNINLS_EXCEPTION.
Static variable in class asjava.uniclientlibs.UniException
-
- uniNLSLocale.
Variable in class asjava.uniobjects.UniSession
-
- uniNLSMap.
Variable in class asjava.uniobjects.UniSession
-
- UniObjectsTokens().
Constructor for class asjava.uniobjects.UniObjectsTokens
-
- uniParentSession.
Variable in class asjava.uniobjects.UniBase
-
- UniRecord().
Constructor for class asjava.uniclientlibs.UniRecord
- Constructs a UniRecord with no data in it.
- UniRecord(Object).
Constructor for class asjava.uniclientlibs.UniRecord
- Constructs a UniRecord with just the record ID
- UniRecord(Object, Object).
Constructor for class asjava.uniclientlibs.UniRecord
- Constructs a UniRecord with the record ID and record data
- UniRecord(Object, Object, int).
Constructor for class asjava.uniclientlibs.UniRecord
- Constructs a UniRecord with the record ID and record data, setting the initial
status as well
- uniReturnCode.
Variable in class asjava.uniclientlibs.UniString
-
- UNIRPC_CANT_FIND_SERVICE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UNIRPC_NO_MORE_CONNECTIONS.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UNIRPC_REFUSED.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UNIRPC_TIMEOUT.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UniSelectList().
Constructor for class asjava.uniobjects.UniSelectList
-
- UniSelectList(UniSession, int).
Constructor for class asjava.uniobjects.UniSelectList
- Returns the runtime class of the object
- UNISELECTLIST_EXCEPTION.
Static variable in class asjava.uniclientlibs.UniException
-
- UNISEQUENTIALFILE_EXCEPTION.
Static variable in class asjava.uniclientlibs.UniException
-
- UniSession().
Constructor for class asjava.uniobjects.UniSession
- Constructor for this class.
- UniSession(UniSession).
Constructor for class asjava.uniobjects.UniSession
- Constructor for this class.
- UNISESSION_EXCEPTION.
Static variable in class asjava.uniclientlibs.UniException
-
- uniStatus.
Variable in class asjava.uniobjects.UniBase
-
- uniStatus.
Variable in class asjava.uniclientlibs.UniString
-
- UniString().
Constructor for class asjava.uniclientlibs.UniString
- Constructs a UniString with no characters in it and an
initial capacity of 16 characters.
- UniString(int).
Constructor for class asjava.uniclientlibs.UniString
- Constructs a UniString with no characters in it and an
initial capacity specified by the
length
argument.
- UniString(Object).
Constructor for class asjava.uniclientlibs.UniString
- Constructs a UniString with the value set to the supplied argument
- UniString(String).
Constructor for class asjava.uniclientlibs.UniString
- Constructs a UniString with the value set to the supplied argument
- UniString(UniConnection).
Constructor for class asjava.uniclientlibs.UniString
- Constructs a UniString with no characters in it and an
initial capacity of 16 characters, binds it to the given UniConnection object
which will cause it to perform certain operations on the server
- UniString(UniConnection, Object).
Constructor for class asjava.uniclientlibs.UniString
- Constructs a UniString with no characters in it and an
initial capacity of 16 characters.
- UNISTRING_EXCEPTION.
Static variable in class asjava.uniclientlibs.UniException
-
- UniStringTokenizer(Object).
Constructor for class asjava.uniclientlibs.UniStringTokenizer
-
- UniStringTokenizer(Object, Object).
Constructor for class asjava.uniclientlibs.UniStringTokenizer
-
- uniSubKey.
Variable in class asjava.uniclientlibs.UniConnection
-
- UNISUBROUTINE_EXCEPTION.
Static variable in class asjava.uniclientlibs.UniException
-
- UniTokens().
Constructor for class asjava.uniclientlibs.UniTokens
-
- UNITRANSACTION_EXCEPTION.
Static variable in class asjava.uniclientlibs.UniException
-
- UNIVERSE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- unlockFile().
Method in class asjava.uniobjects.UniFile
- unlocks the file
- unlockRecord().
Method in class asjava.uniobjects.UniFile
- unlocks the recordID established with the
setRecordID
method.
- unlockRecord(Object).
Method in class asjava.uniobjects.UniFile
- unlocks the recordID established with the
aRecordIDObj
parameter.
- unlockRecord(UniDataSet).
Method in class asjava.uniobjects.UniFile
- unlocks the recordIDs established with the
UniDataSet
object argument..
- userName.
Variable in class asjava.uniclientlibs.UniConnection
-
- UVCS_SERVICE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_ACCOUNT_EXPIRED.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_AT_INPUT.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_BAD_CONVERSION_DATA.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_BAD_DICTIONARY_ENTRY.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_BAD_LOGINNAME.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_BAD_PASSWORD.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_BAD_UVACCOUNT_FILE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_BAD_UVHOME.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_BADDIR.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_BADITYPE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_BADNUMARGS.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_BADPARAM.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_BFN.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_BTS.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_CANT_ACCESS_PF.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_CATEGORY_NOT_FOUND.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_COMMSVERSION.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_CREATE_FAILED.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_CSVERSION.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_DUPHANDLE_FAILED.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_EACCESS.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_EINVAL.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_EIO.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_EMFILE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_ENFILE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_ENOENT.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_ENOSPC.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_EXECUTEISACTIVE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_EXECUTENOTACTIVE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_FAIL_TO_CANCEL.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_FILE_NOT_OPEN.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_FTA_NEW_ACCOUNT.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_IID.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_INVALID_DATAFIELD.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_INVALID_INFO_KEY.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_INVALIDACCOUNT.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_INVALIDATKEY.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_INVALIDFIELD.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_INVALIDFILENAME.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_INVALIDPATH.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_ITYPEFAILEDTOLOAD.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_ITYPEFTC.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_ITYPENOTCOMPILED.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_LCK.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_LOCALE_NOT_FOUND.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_LOCKINVALID.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_LRR.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_MAP_NOT_FOUND.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_MUST_USE_SESSION.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_NETUNREACH.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_NFI.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_NO_LOCALE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_NO_NLS.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_NODATA.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_NOERROR.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_NOMORE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_NONNULL_RECORDID.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_NOTATINPUT.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_NPN.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_NVR.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_OPENSESSION_ERR.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_RNF.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_RPC_BAD_CONNECTION.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_RPC_FAILED.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_RPC_NO_CONNECTION.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_RPC_UNKNOWN_HOST.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_RPC_WRONG_VERSION.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_RUN_REMOTE_FAILED.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_SEEKFAILED.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_SELFAIL.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_SESSION_NOT_OPEN.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_SESSIONEXISTS.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_SR_SLAVE_READ_FAIL.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_SUBERROR.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_SUCCESS_WITH_INFO.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_TX_ACTIVE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_ULR.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_UNABLETOLOADSUB.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_UPDATE_USER_FAILED.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_USC.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_UVEXPIRED.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVE_WEOFFAILED.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVORNFSUB.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVORNFSUBARGCNT.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVS_COMPLETE.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVS_MORE.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVS_REPLY.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_ASSOC_INDEX.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_CHANGE_RELEASE.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_CONV_INDEX.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_CURR.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_DATA.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_DICT.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_DICT_DICT_FILE.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_END.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_EXCLUSIVE_READ.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_EXPLICIT_RELEASE.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_FORMAT_INDEX.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_LOC_INDEX.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_NAME_INDEX.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_NLS_COLLATE.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_NLS_CTYPE.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_NLS_MONETARY.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_NLS_NUMERIC.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_NLS_TIME.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_NO_LOCKS.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_NONE.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVT_NORELEASEALL.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_NT.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVT_READ_RELEASE.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_RETURN_LOCKED.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_SELECTLISTEMPTY_STATE.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_SHARED_READ.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_SM_INDEX.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_SQLTYPE_INDEX.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_START.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_TYPE_INDEX.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_UNIX.
Static variable in class asjava.uniclientlibs.UniTokens
-
- UVT_WAIT_LOCKED.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- UVT_WRITE_RELEASE.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- value.
Variable in class asjava.uniclientlibs.UniString
-
- VM.
Static variable in class asjava.uniclientlibs.UniTokens
-
- VM_CHAR.
Static variable in class asjava.uniclientlibs.UniTokens
-
- write().
Method in class asjava.uniobjects.UniFile
- used to write the data specified with the
setRecord
and setRecordID
methods into the file.
- write(Object, Object).
Method in class asjava.uniobjects.UniFile
- used to write the data specified with the
aRecordIDObj
and aRecordDataObj
parameters into the file.
- write(Object, Object, int).
Method in class asjava.uniobjects.UniFile
- used to write the data specified with the
aRecordIDObj
and aRecordDataObj
parameters into the file.
- write(UniDataSet).
Method in class asjava.uniobjects.UniFile
- used to write the data specified with the
aDataSet
parameters into the file.
- WRITE_RELEASE.
Static variable in class asjava.uniobjects.UniObjectsTokens
-
- writeBlk(Object).
Method in class asjava.uniobjects.UniSequentialFile
- writes the given block to the sequential file, at the location currently set
- writeEOF().
Method in class asjava.uniobjects.UniSequentialFile
- writes an EOF marker
- writeField(int).
Method in class asjava.uniobjects.UniFile
- used to write the data specified with the
setRecord
and setRecordID
methods into the file, but only the field specified.
- writeField(Object, Object, int).
Method in class asjava.uniobjects.UniFile
- used to write the data specified with the
aRecordIDObj
and aRecordDataObj
parameters into the file, but only the field specified.
- writeField(Object, Object, int, int).
Method in class asjava.uniobjects.UniFile
- used to write the data specified with the
aRecordIDObj
and aRecordDataObj
parameters into the file, but only the field specified.
- writeField(UniDataSet, int).
Method in class asjava.uniobjects.UniFile
- used to write the data specified with the
aDataSet
parameters into the file.
- writeField(UniDataSet, Object).
Method in class asjava.uniobjects.UniFile
- used to write the data specified with the
aDataSet
parameters into the file.
- writeLine(Object).
Method in class asjava.uniobjects.UniSequentialFile
- writes the given line to the sequential file, at the location currently set
- writeNamedField(Object, Object).
Method in class asjava.uniobjects.UniFile
- used to write the data specified with the
aRecordIDObj
and aRecordDataObj
parameters into the file, but only the name field specified.
- writeNamedField(Object, Object, Object).
Method in class asjava.uniobjects.UniFile
- used to write the data specified with the
aRecordID
and aRecordDataObj
parameters into the file, but only the name field specified.
- writeNamedField(UniDataSet, Object).
Method in class asjava.uniobjects.UniFile
- used to write the data specified with the
aDataSet
parameters into the file.