Returned whether the given column is case sensitive for the specified result set meta data.
Syntax
isClosed( connection )
connection.isClosed( )
Parameters
connection
|
the connection object to check.
|
Returns
boolean
|
true if the connection is already closed.
false if the connection is still open.
|
Example
if con.isClosed( ) then
break
end
|