Returns whether the specified connection object is in auto-commit mode.
Syntax
getAutoCommit( connection )
connection.findColumn( )
Parameters
connection
|
the connection object to check.
|
Returns
boolean
|
true if in auto-commit mode.
false if not in auto-commit mode.
|
Example
if con.getAutoCommit( ) then
break
end
|