Oracle 8.0 Functions
VuGen supports most of the functionality of Oracle 8.x. Note that the standard database actions are recorded with an additional ora8 prefix. For example, lrd_ora8_fetch performs a fetch operation in Oracle 8.x. Click one of the following functions for more information:
lrd_attr_set | Sets an attribute for an LRDDBI handle |
lrd_attr_set_from_handle | Sets an attribute using an LRDDBI handle pointer. |
lrd_attr_set_literal | Sets an LRDDBI handle attribute using a literal string. |
lrd_env_init | Allocates and initializes an LRDDBI handle. |
lrd_handle_alloc | Explicitly allocates and initializes an LRDDBI handle. |
lrd_handle_free | Explicitly frees an LRDDBI handle. |
lrd_initialize_db | Initializes the database process environment. |
lrd_logoff | Terminates a simple database session. |
lrd_logon | Begins a simple database session. |
lrd_logon_ext | Begins a simple database session.(extended) |
lrd_oci8_to_oci7 | Converts an Oracle OCI 8 connection to an Oracle OCI 7 connection. |
lrd_ora8_attr_set | Sets an attribute for an LRDDBI handle |
lrd_ora8_attr_set_from_handle | Sets an attribute using an LRDDBI handle pointer. |
lrd_ora8_attr_set_literal | Sets an LRDDBI handle attribute using a literal string. |
lrd_ora8_bind_col | Binds a host variable to an output column. |
lrd_ora8_bind_placeholder | Binds a host variable to a placeholder. |
lrd_ora8_commit | Commits the current transaction for Oracle 8 clients. |
lrd_ora8_exec | Executes an SQL statement. |
lrd_ora8_fetch | Fetches the next row in the result set. |
lrd_ora8_handle_alloc | Explicitly allocates and initializes an LRDDBI handle. |
lrd_ora8_lob_locator_assign | Assigns one large object locator to another. |
lrd_ora8_lob_create_temporary | Creates a temporary large object. |
lrd_ora8_lob_locator_assign | Assigns one large object locator to another. |
lrd_ora8_lob_read | Reads characters from a large object descriptor. |
lrd_ora8_lob_write | Writes characters to a large object descriptor. |
lrd_ora8_rollback | Rolls back the current transaction for Oracle 8 clients. |
lrd_ora8_print | Prints rows fetched by an Oracle autofetch operation. |
lrd_ora8_save_last_rowid | Saves a rowid value to a parameter. |
lrd_ora8_save_col | Saves the value of a table cell to a parameter. |
lrd_ora8_stmt | Prepares a null-terminated SQL statement for execution. |
lrd_ora8_stmt_ext | Prepares an SQL statement with null characters for execution. |
lrd_ora8_stmt_literal | Prepares a literal SQL statement string for execution. |
lrd_server_attach | Creates an access path to a data source for database operations. |
lrd_server_detach | Deletes an access path to a data source for database operations. |
lrd_session_begin | Creates and begins a user session for a server. |
lrd_session_end | Terminates a user session for a server. |