Classes
Class | Description | |
---|---|---|
![]() | FndSqlHintsEventArgs |
Provides data to SqlHints events
|
![]() | SalSqlBindVariables |
Manages bind variables.
|
![]() | SalSqlBindVariables..::..BindVar |
Encapsulates a single bind variable.
|
![]() | SalSqlError |
Summary description for SalSqlError.
|
![]() | SalSqlHandle..::..Array |
Dynamic array class for the SalSqlHandle type.
|
![]() | SalSqlSessionHandle..::..Array |
Dynamic array class for the SalSqlSessionHandle type.
|
![]() | SignatureHints |
SignatureHints is used by the static Sql parameter that hols signature hints
|
![]() | Sql |
Summary description for Sql.
|
![]() | SqlContext |
Defines a sql context block.
This class is used in a using(new SqlContext()) code block to
delimit a local context.
The constructor can take the reference to the local variables
encapsulating class and to the current object. Both references
are used by the interpreter to evaluate bind variables.
|
![]() | SqlOra |
Oracle specific functions implementation.
|
![]() | SqlParser |
Parser class, used to extract the into variables and the bind
variables from sql statements.
|
![]() | SqlProperties |
Contains the connection properties for the database.
It is loaded from sql.config.
|
![]() | WhenSqlError |
This class is use to enclose a When SqlError block
in a using(new WhenSqlError()) block. On entering the block
a counter is increased, when exiting the block the counter is decreased.
When the counter is zero and a sql error occurs, the Sql implementation
will try to use the global error handler. If the counter is non-zero the
implementation does not call the global handler.
If this is block omitted, the implementation will alway try to call the global
Sql Error handler. If the global handler is not defined, the behavior of the
application is unaltered.
|
Structures
Structure | Description | |
---|---|---|
![]() | SalSqlHandle |
Summary description for SalSqlHandle.
|
![]() | SalSqlSessionHandle |
Summary description for SalSqlSessionHandle.
|
Delegates
Delegate | Description | |
---|---|---|
![]() | FndSqlHintsEventHandler | |
![]() | WhenSqlErrorHandler |
WhenSqlError handler.
|
![]() | WhenSqlSessionErrorHandler |
WhenSqlSessionError handler.
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | ResultSetMode |
ResultSet behavior.
|