[Missing <summary> documentation for "N:NHibernate.SqlCommand"]
Classes
Class | Description | |
---|---|---|
Alias |
Aliases tables and fields for Sql Statements.
| |
ANSICaseFragment | An ANSI SQL CASE expression.
CopyC# case when ... then ... end as ... | |
ANSIJoinFragment |
An ANSI-style Join.
| |
CaseFragment | Abstract SQL case fragment renderer | |
ConditionalFragment | ||
DecodeCaseFragment | An Oracle-style DECODE function. | |
DisjunctionFragment | ||
ForUpdateFragment |
Represents an SQL for update of ... nowait statement
| |
InformixJoinFragment |
An Informix-style (theta) Join
| |
InFragment |
Represents an ... in (...) expression
| |
InsertSelect | ||
JoinFragment |
Represents a SQL JOIN | |
OracleJoinFragment |
An Oracle-style (theta) Join
| |
Parameter |
A placeholder for an ADO.NET parameter in an SqlString.
| |
QueryJoinFragment |
Summary description for QueryJoinFragment.
| |
QuerySelect |
Summary description for QuerySelect.
| |
SelectFragment |
Represents part of an SQL SELECT clause
| |
SqlBaseBuilder |
The base class for all of the SqlBuilders.
| |
SqlCommandImpl | ||
SqlCommandInfo | ||
SqlDeleteBuilder |
A class that builds an DELETE sql statement.
| |
SqlInsertBuilder |
A class that builds an INSERT sql statement.
| |
SqlSelectBuilder |
Builds a SELECT SQL statement.
| |
SqlSimpleSelectBuilder |
Summary description for SqlSimpleSelectBuilder.
| |
SqlString |
This is a non-modifiable SQL statement that is ready to be prepared
and sent to the Database for execution.
| |
SqlStringBuilder |
The SqlStringBuilder is used to construct a SqlString.
| |
SqlUpdateBuilder |
A class that builds an UPDATE sql statement.
| |
SubselectClauseExtractor |
Given an SQL SELECT statement, parse it to extract clauses starting with
FROM, up to and not including ORDER BY (known collectively
as a subselect clause).
| |
Template | ||
WhereBuilder |
Allows us to construct SQL WHERE fragments
|
Interfaces
Interface | Description | |
---|---|---|
ISqlCommand | ||
ISqlStringBuilder | ||
ISqlStringVisitor |
Enumerations
Enumeration | Description | |
---|---|---|
JoinType |