[This is preliminary documentation and is subject to change.]
The MySQLCRUDScriptQueryHandler type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| MySQLCRUDScriptQueryHandler | Initializes a new instance of the MySQLCRUDScriptQueryHandler class |
Methods
| Name | Description | |
|---|---|---|
Determines whether the specified object is equal to the current object. (Inherited from | ||
| Execute | (Overrides CRUDQueryHandler Execute(ICRUDQueryExecutionContext, Query, Boolean).) | |
| ExecuteAsync | (Overrides CRUDQueryHandler ExecuteAsync(ICRUDQueryExecutionContext, Query, Boolean).) | |
| ExecuteWithoutFetch | (Overrides CRUDQueryHandler ExecuteWithoutFetch(ICRUDQueryExecutionContext, Query).) | |
| ExecuteWithoutFetchAsync | (Overrides CRUDQueryHandler ExecuteWithoutFetchAsync(ICRUDQueryExecutionContext, Query).) | |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
| GetSchema | (Overrides CRUDQueryHandler GetSchema(ICRUDQueryExecutionContext, Query).) | |
| GetSchemaAsync | (Overrides CRUDQueryHandler GetSchemaAsync(ICRUDQueryExecutionContext, Query).) | |
| GetSchemaForQuery |
Gets schema from reader taking Query.ResultRowType in consideration
| |
| GetSchemaFromReader |
Gets CRUD schema from MySqlReader per particular QuerySource.
If source is null then all columns from reader are copied.
Note: this code was purposely made provider specific because other providers may treat some nuances differently
| |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| OpenCursor | (Overrides CRUDQueryHandler OpenCursor(ICRUDQueryExecutionContext, Query).) | |
| OpenCursorAsync | (Overrides CRUDQueryHandler OpenCursorAsync(ICRUDQueryExecutionContext, Query).) | |
| PopulateParameters |
Populates MySqlCommand with parameters from CRUD Query object
Note: this code was purposely made provider specific because other providers may treat some nuances differently
| |
| PopulateRow |
Reads data from reader into rowset. the reader is NOT disposed
| |
| PopulateRowset |
Reads data from reader into rowset. the reader is NOT disposed
| |
Returns a string that represents the current object. (Inherited from |
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| Source | (Inherited from CRUDQueryHandler.) |
Properties
| Name | Description | |
|---|---|---|
| Name |
Returns query name that this handler handles
(Inherited from CRUDQueryHandler.) | |
| Store |
Store instance that handler is under
(Inherited from CRUDQueryHandler TStore .) |
See Also