|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
+ | AddQueryWhere (character, character, character) |
Inserts a new expression to query's prepare string for a
specified buffer. Inherited from Consultingwerk.OERA.Query.QueryString |
|
+ | CHARACTER BuildQueryString (handle) |
Builds the QueryString for the Query Inherited from Consultingwerk.OERA.Query.QueryString |
|
+ | CHARACTER CheckIndex (handle) |
Returns the Index information of the query used for a buffer Inherited from Consultingwerk.OERA.Query.QueryString |
|
# | ClearQuery () |
Clears the internal state to allow parsing another query string Inherited from Consultingwerk.OERA.Query.QueryString |
|
+ | CHARACTER ColumnSource (character) |
Returns the name of the column from the source (database) column |
|
+ | CHARACTER DefaultQuery () |
Returns the default query string for the data source |
|
# | CHARACTER EscapeKnownFunction (character) |
Escapes the brackets around known ABL functions in the query string Inherited from Consultingwerk.OERA.Query.QueryString |
|
+ | LOGICAL InsertToQuery (handle) |
Insert the QueryString into the query Inherited from Consultingwerk.OERA.Query.QueryString |
|
# | ParseQuery (character) |
Parses the logical buffer's target query and stores it for
transformation to the datasource query. Inherited from Consultingwerk.OERA.Query.QueryString |
|
# | ParseSortExpression (character) |
Parses the Sort Expression Inherited from Consultingwerk.OERA.Query.QueryString |
Options | Name | Purpose | |
---|---|---|---|
+ | DSQueryStringProcedural (character, handle, character) |
Constructor for the DSQueryStringProcedural class |
|
+ | DSQueryStringProcedural (character, handle, character, logical) |
Constructor for the DSQueryStringProcedural class |
Options | Name | Purpose | |
---|---|---|---|
+ | LOGICAL FilterUsingInnerJoin |
Instructs the Query-Builder in method BuildQueryString to remove
an eventually present OUTER-JOIN keyword from the source default
query when filtering on a ceratin table. Inherited from Consultingwerk.OERA.Query.QueryString |
|
+ | LOGICAL ThrowErrorsOnInvalidSourceMapping |
Get and sets if this class throws an error when the client query
string contains columns that are not mapped to a data source column Inherited from Consultingwerk.OERA.Query.QueryString |
Top
PUBLIC AddQueryWhere (character, character, character)
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER BuildQueryString (handle)
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER CheckIndex (handle)
|
|||||||||||||||||||||||||||
PROTECTED ClearQuery ()
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER ColumnSource (character)
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER DefaultQuery ()
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER EscapeKnownFunction (character)
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL InsertToQuery (handle)
|
|||||||||||||||||||||||||||
PROTECTED ParseQuery (character)
|
|||||||||||||||||||||||||||
PROTECTED ParseSortExpression (character)
|
PUBLIC DSQueryStringProcedural (character, handle, character)
|
||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC DSQueryStringProcedural (character, handle, character, logical)
|
PUBLIC LOGICAL FilterUsingInnerJoin
|
|||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL ThrowErrorsOnInvalidSourceMapping
|