Builder
class Builder implements IBuilder (View source)
Traits
This trait is part of the Generic QueryBuilder module and is used to encapsulate reusable query-building logic for database operations.
Properties
| QueryObject | $query | from Query |
Methods
void
initQuery()
Initializes the query object, this method is used to lazily set the query object if it has not been set.
from
Query
__construct($query, $context)
No description
string
parse(string $query, int $quoteType = SQL::SQL_DIALECT_DOUBLE_QUOTE, int|null $quoteSkip = null)
No description
string
build()
No description
string
buildRaw()
No description
array
getValues()
No description
Details
in
Query at line 23
void
initQuery()
Initializes the query object, this method is used to lazily set the query object if it has not been set.
__construct($query, $context)
No description
string
parse(string $query, int $quoteType = SQL::SQL_DIALECT_DOUBLE_QUOTE, int|null $quoteSkip = null)
No description
string
build()
No description
string
buildRaw()
No description
array
getValues()
No description