![]() |
Apache Ignite.NET
|
SQL Query. More...
Public Member Functions | |
| SqlQuery (Type queryType, string sql, params object[] args) | |
| Constructor. More... | |
| SqlQuery (Type queryType, string sql, bool local, params object[] args) | |
| Constructor. More... | |
| SqlQuery (string queryType, string sql, params object[] args) | |
| Constructor. More... | |
| SqlQuery (string queryType, string sql, bool local, params object[] args) | |
| Constructor. More... | |
Properties | |
| string | QueryType [get, set] |
| Type. More... | |
| string | Sql [get, set] |
| SQL. More... | |
| object[] | Arguments [get, set] |
| Arguments. More... | |
Properties inherited from Apache.Ignite.Core.Cache.Query.QueryBase | |
| bool | Local [get, set] |
| Local flag. When set query will be executed only on local node, so only local entries will be returned as query result. More... | |
| int | PageSize [get, set] |
Optional page size. If set to 0, then CacheQueryConfiguration.pageSize is used. More... | |
Additional Inherited Members | |
Public Attributes inherited from Apache.Ignite.Core.Cache.Query.QueryBase | |
| const int | DfltPageSize = 1024 |
| Apache.Ignite.Core.Cache.Query.SqlQuery.SqlQuery | ( | Type | queryType, |
| string | sql, | ||
| params object[] | args | ||
| ) |
| queryType | Type. |
| sql | SQL. |
| args | Arguments. |
| Apache.Ignite.Core.Cache.Query.SqlQuery.SqlQuery | ( | Type | queryType, |
| string | sql, | ||
| bool | local, | ||
| params object[] | args | ||
| ) |
| queryType | Type. |
| sql | SQL. |
| local | Whether query should be executed locally. |
| args | Arguments. |
| Apache.Ignite.Core.Cache.Query.SqlQuery.SqlQuery | ( | string | queryType, |
| string | sql, | ||
| params object[] | args | ||
| ) |
| queryType | Type. |
| sql | SQL. |
| args | Arguments. |
| Apache.Ignite.Core.Cache.Query.SqlQuery.SqlQuery | ( | string | queryType, |
| string | sql, | ||
| bool | local, | ||
| params object[] | args | ||
| ) |
| queryType | Type. |
| sql | SQL. |
| local | Whether query should be executed locally. |
| args | Arguments. |
|
getset |
|
getset |
|
getset |