Entering content frame

 Class SapDB_Session 

Use

SapDB-Session is a class of the module sapdb.sql. Objects of this class are generated by calling the method connect of the module sapdb.sql. You can use these objects to execute SQL statements.

An object in this class corresponds to a database connection. Once the last connection to this object is deleted, the database connection is ended by a ROLLBACK of the transaction.

Class Content

The class SapDB-Session contains the following methods:

sql (cmd)

sqlX (cmd, parms)

prepare (cmd)

release (withCommit=0)

commit ()

rollback ()

 

Leaving content frame