The SalSqlSessionHandle type exposes the following members.

Methods

  NameDescription
Public methodCommit()()()()
Commits the current transaction associated with the specified session.
Public methodCommit(WhenSqlErrorHandler)
Commits the current transaction associated with the specified session.
Public methodCreate(String)
Creates a new session.
Public methodCreate(String, WhenSqlErrorHandler)
Creates a new session.
Public methodCreateStatement
This call creates a new statement belonging to the specified session. The Sql Handle parameter specified here is the same as what the current SqlConnect call returns. There can be any number of statements within a session; there is no limit on this number. This call returns a statement handle if the call was successful. To free a statement, the existing SqlDisconnect call needs to be used.
Public methodEquals
Overrides the Object.Equals() method.
(Overrides ValueType..::..Equals(Object).)
Public methodFree()()()()
Frees the session.
Public methodFree(WhenSqlErrorHandler)
Frees the session.
Public methodStatic memberFromHandle
Returns the SalSqlSessionHandle object from the handle
Public methodGetErrorInfo
Returns the error information associated with the specified session.
Public methodGetHashCode
Overrides the Object.GetHashCode() method
(Overrides ValueType..::..GetHashCode()()()().)
Public methodGetObjectData
Public methodGetParameter
Return the value of the specified session property.
Public methodRollback()()()()
Rolls back the current transaction associated with the specified session.
Public methodRollback(WhenSqlErrorHandler)
Rolls back the current transaction associated with the specified session.
Public methodSetParameter
Sets the value of the specified session property.

See Also