| DB Access Class Library for COBOL V1.0 API Reference - Microsoft(R) Windows(R) - - Microsoft(R) Windows NT(R) - - Microsoft(R) Windows(R) 2000 - |
Contents
Index
![]()
|
Chapter 6 DB Access Library API Reference
6.2 Methods
Click the buttons shown below to scroll to class-specific explanations.
FJDB-SESSION-class
FJDB-COMMAND-class
FJDB-RECORDSET-class
Sets the identifier of an object of the FJDB-SESSION class.
INVOKE SESSION-A "SET-NAME" USING NAME RETURNING RET-CODE.
SESSION-A [attribute:OBJECT REFERENCE FJDB-SESSION]
Specifies an object of the FJDB-SESSION class.
NAME [attribute:X(nn) nn is an area length]
Specifies the area in which the identifier is stored.
RET-CODE [attribute:S9(9) COMP-5]
Returns a value of 0 if the method ends normally; otherwise, returns an error code.
Sets the identifier of an object of the FJDB-COMMAND class.
INVOKE COMMAND-A "SET-NAME" USING NAME RETURNING RET-CODE.
COMMAND-A [attribute:OBJECT REFERENCE FJDB-COMMAND]
Specifies an object of the FJDB-COMMAND class.
NAME [attribute:X(nn) nn is an area length]
Specifies the area in which the identifier is stored.
RET-CODE [attribute:S9(9) COMP-5]
Returns a value of 0 if the method ends normally; otherwise, returns an error code.
Sets the identifier of an object of the FJDB-RECORDSET class.
INVOKE RECORDSET-A "SET-NAME" USING NAME RETURNING RET-CODE.
RECORDSET-A [attribute:OBJECT REFERENCE FJDB-RECORDSET]
Specifies an object of the FJDB-RECORDSET class.
NAME [attribute:X(nn) nn is an area length]
Specifies the area in which the identifier is stored.
RET-CODE [attribute:S9(9) COMP-5]
Returns a value of 0 if the method ends normally; otherwise, returns an error code.
Contents
Index
![]()
|