NAME
SqlBatch::RunState
DESCRIPTION
State information for transport from one sqlbatch instruction to another.
BUILDIN METHODS
- commit_mode
-
Return a string defining the current database transaction-commit-mode being used.
- nonautocommitted
-
A transaction will be handled by the
--BEGIN--
,--COMMIT--
and <--ROLLBACK--> instructions - autocommitted
-
A transaction will be executed automatically a SQL-statement is executed via the current database-session.
AUTOLOADED METHODS
New set/get-methods will automatically be created a soon they are called with a name and a value-argument i.e. $runstate-
myitem("myvalue")> creates a new method "myitem" and gives a created internal "myitem" attribute the value "myvalue".