Statement Handling Functions
Click one of the following functions for more information:
lrd_bind_col | Binds a host variable to an output column. |
lrd_bind_cols | Binds an array of host variables to output columns. |
lrd_bind_cursor | Binds a cursor to a placeholder. |
lrd_bind_placeholder | Binds a host variable or array to a placeholder. |
lrd_cancel | Cancels the previous statement |
lrd_data_info | Gets I/O information. (CtLib only) |
lrd_dynamic | specifies a dynamic SQL statement to be processed (CtLib only). |
lrd_exec | Executes the previously specified SQL statement. |
lrd_send_data | Sends data to the server. |
lrd_stmt | Specifies an SQL statement to be processed. |