The SalSqlHandle type exposes the following members.

Operators

  NameDescription
Public operatorStatic memberEquality(SalSqlHandle, SalWindowHandle)
== operator for comparing a SalSqlHandle to a SalWindowHandle
Public operatorStatic memberEquality(SalSqlHandle, SalSqlHandle)
== operator for comparing two SalSqlHandle objects
Public operatorStatic memberEquality(SalWindowHandle, SalSqlHandle)
== operator for comparing a SalSqlHandle to a SalWindowHandle
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(SalSqlHandle to SalWindowHandle)
Automatic casting from SalSqlHandle to SalWindowHandle.
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(SalWindowHandle to SalSqlHandle)
Automatic casting from int to SalSqlHandle.
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(SalSqlHandle to Boolean)
Automatic casting from SalSqlHandle to boolean
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(SalSqlHandle to SalBoolean)
Automatic casting from SalSqlHandle to SalBoolean
Public operatorStatic memberInequality(SalSqlHandle, SalWindowHandle)
!= operator for comparing a SalSqlHandle to a SalWindowHandle
Public operatorStatic memberInequality(SalSqlHandle, SalSqlHandle)
!= operator for comparing two SalSqlHandle objects
Public operatorStatic memberInequality(SalWindowHandle, SalSqlHandle)
!= operator for comparing a SalSqlHandle to a SalWindowHandle
Public operatorStatic memberLogicalNot
! boolean NOT operator

See Also