$conn_name
$conn_name : string
Convenience property for connection management
Abstract Class for internal implementation methods of the Query Builder
_like(string $field, mixed $val, string $pos, string $like, string $conj) : \Query\Query_Builder
Simplify 'like' methods
string | $field | |
mixed | $val | |
string | $pos | |
string | $like | |
string | $conj |
_having(mixed $key, mixed $val, string $conj) : \Query\Query_Builder
Simplify building having clauses
mixed | $key | |
mixed | $val | |
string | $conj |
_where_string(mixed $key, mixed $val, string $conj) : \Query\Query_Builder
Simplify generating where string
mixed | $key | |
mixed | $val | |
string | $conj |
_where_in(mixed $key, mixed $val, string $in, string $conj) : \Query\Query_Builder
Simplify where_in methods
mixed | $key | |
mixed | $val | |
string | $in |
|
string | $conj |
|