Attribute | Data Type | Description | Inherited From |
---|---|---|---|
ClassName | varchar(32) | Gives the name of an object's actual type (as opposed to its declared type) (R) | Object |
ClientData | Object | Provides a way to associate data with an object (RW) | Object |
Database | varchar(256) | Contains the name of the database accessed by the database session (R) | Defined |
DBMSError | integer | Contains the local error number associated with the most recently executed SQL statement in the session (R) | Defined |
ErrorNumber | integer | Contains the generic error number associated with the most recently executed SQL statement in the session (R) | Defined |
Flags | varchar(256) | Contains the flag settings specified when the session was opened (R) | Defined |
Ingres | smallint | Applicable only if the ServerType attribute has a value of DS_INGRES_DBMS; is TRUE if the database session is connected to an Ingres DBMS or to an Ingres gateway that supports all Ingres capabilities (R) | Defined |
InstanceIdentifier | integer8 | Contains a value that uniquely identifies an instance of an allocated object (R) | Object |
InstanceReferences | integer | Contains the current number of references to the object (R) | Object |
PreFetchRows | integer | Lets you set and inquire about the number of rows buffered when fetching data using cursors in readonly mode (RW) | Defined |
RowCount | integer | Contains the number of rows affected by the previous SQL statement executed in the session (R) | Defined |
ServerClass | integer | Returns the class of DBMS server for the given DBSsessionObject (R) | Defined |
ServerType | integer | Stores the type of server to which OpenROAD is connected (R) | Defined |
SessionID | integer | Contains the session ID of the session (R) | Defined |
State | integer | Contains the connection state of the session (R) | Defined |