SapDB-Session is a class of the sapdb.sql module. Objects of this class are generated by calling the connect method of the sapdb.sql module. You can use these objects to execute SQL statements.
An object belonging to this class corresponds to a database connection. When the last connection to this object is deleted, the database connection is ended by a transaction ROLLBACK.
The SapDB-Session class contains the following methods:
UNICODE character strings cannot be used as SQL statements for sql (cmd), sqlX (cmd, parms) and prepare (cmd) methods.