SQL Yoga version 1.1.0 build 4 :: Visit website

Printer friendly version

Package Database Connection

Objects, Scripts and Properties
CommandCommand dbconn_beginTransaction Begins a transaction in the database connection.
CommandCommand dbconn_closeCursor Closes a cursor associated with a connection.
CommandCommand dbconn_commitTransaction Commits a transaction in the database connection.
CommandCommand dbconn_connect Connects to a database using the Connection Objects connection settings.
CommandCommand dbconn_createObject Creates a Database Connection for a Database.
CommandCommand dbconn_deleteObject Deletes a Database Connection from a Database.
CommandCommand dbconn_disconnect Disconnects from a database connection.
CommandCommand dbconn_executeSQL Executes a SQL query against a database connection. Only execute queries that do not return record sets.
CommandCommand dbconn_executeWBindings Executes a SQL query using pValuesA as the binding array.
CommandCommand dbconn_lastInsertedID Returns the last inserted record id for a database.
CommandCommand dbconn_openCursor Executes a query and opens a database cursor that you can use to interact with the database.
CommandCommand dbconn_retrieveQueryAsArray Executes a SQL query against a database connection and returns the results in a numerically indexed array.
CommandCommand dbconn_retrieveQueryAsData Executes a SQL query against a database connection and returns the result as data from the selected columns (no cursor).
CommandCommand dbconn_rollbackTransaction Rolls back a transaction in the database connection.
CommandCommand dbconn_set Sets properties for a Database Connection Object.
CommandCommand dbconn_setVendor Sets vendor specific connection settings.
FunctionFunction dbconn_escapeString() Escapses a string using the appropriate characters for the type of the database connection.
FunctionFunction dbconn_exists() Checks as to whether or not a Connection Object exists.
FunctionFunction dbconn_get() Retrieves properties of a Database Connection Object.
FunctionFunction dbconn_getBooleanValue() Returns the representation of true/false for the database associated with the database connection.
FunctionFunction dbconn_getVendor() Gets vendor specific connection settings.