The Connection represents the channel of communication with the database.
It is the means of submitting a query or update for execution. A ResultTable is returned by the executeQuery() methods. The executeUpdate() methods are used to execute commands that do not return resultsets such as inserts, deletes, and other data management commands.
<p> OSID Version: 2.0 </p>
<p> Licensed under the org.osid.SidImplementationLicenseMIT. </p>
Located in /harmoni/oki2/osid/sql/Connection.php (line 21)
execute the SQL statement replacing '?'s sequentially with the args.
update the database using the SQL statement.
update the database using the SQL statement replacing '?'s sequentially with the args.
return the SQL data types supported by this implementation
Documentation generated on Wed, 19 Sep 2007 10:22:08 -0400 by phpDocumentor 1.3.0RC3