DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Public Member Functions | |
QueryConfiguration () | |
IQueryConfiguration | All (bool flag) |
IQueryConfiguration | Distinct (bool flag) |
IQueryConfiguration | Items (Action< ISelectListConfiguration > config) |
IQueryConfiguration | From (Action< IFromSourceConfiguration > config) |
IQueryConfiguration | Where (SqlExpression whereExpression) |
IQueryConfiguration | Having (SqlExpression havingExpression) |
IQueryConfiguration | GroupBy (Action< IGroupByConfiguration > config) |
IQueryConfiguration | OrderBy (Action< IOrderByConfiguration > config) |
SqlQueryExpression | AsExpression () |
Properties | |
bool | IsAll [get, private set] |
bool | IsDistinct [get, private set] |
ISelectListConfiguration | ItemList [get, private set] |
SqlExpression | HavingExpression [get, private set] |
SqlExpression | WhereExpression [get, private set] |
Definition at line 31 of file SqlQueryBuilder.cs.
|
inline |
Definition at line 32 of file SqlQueryBuilder.cs.
|
inline |
Implements Deveel.Data.Sql.Fluid.IQueryConfiguration.
Definition at line 46 of file SqlQueryBuilder.cs.
|
inline |
Implements Deveel.Data.Sql.Fluid.IQueryConfiguration.
Definition at line 85 of file SqlQueryBuilder.cs.
|
inline |
Implements Deveel.Data.Sql.Fluid.IQueryConfiguration.
Definition at line 51 of file SqlQueryBuilder.cs.
|
inline |
Implements Deveel.Data.Sql.Fluid.IQueryConfiguration.
Definition at line 63 of file SqlQueryBuilder.cs.
|
inline |
Implements Deveel.Data.Sql.Fluid.IQueryConfiguration.
Definition at line 77 of file SqlQueryBuilder.cs.
|
inline |
Implements Deveel.Data.Sql.Fluid.IQueryConfiguration.
Definition at line 72 of file SqlQueryBuilder.cs.
|
inline |
Implements Deveel.Data.Sql.Fluid.IQueryConfiguration.
Definition at line 56 of file SqlQueryBuilder.cs.
|
inline |
Implements Deveel.Data.Sql.Fluid.IQueryConfiguration.
Definition at line 81 of file SqlQueryBuilder.cs.
|
inline |
Implements Deveel.Data.Sql.Fluid.IQueryConfiguration.
Definition at line 67 of file SqlQueryBuilder.cs.
|
getprivate set |
Definition at line 42 of file SqlQueryBuilder.cs.
|
getprivate set |
Definition at line 36 of file SqlQueryBuilder.cs.
|
getprivate set |
Definition at line 38 of file SqlQueryBuilder.cs.
|
getprivate set |
Definition at line 40 of file SqlQueryBuilder.cs.
|
getprivate set |
Definition at line 44 of file SqlQueryBuilder.cs.