Method Sql.null()->big_query()
- Method
big_query
variant
Sql.Result
big_query(string
query
)- Returns
Returns an array with a single element:
"query"
:string
The query string before formating.
"bindings_query"
:string
The query string before bindings having been inserted.
"formatted_query"
:string
The formatted query.
- Method
big_query
variant
Sql.Result
big_query(string
query
,mapping
bindings
,mixed
...extras
)- Returns
Returns an array with a single element:
"query"
:string
The query string before formating.
"bindings_query"
:string
The query string before bindings having been inserted.
"bindings"
:string
"formatted_query"
:string
The formatted query.
- Method
big_query
variant
Sql.Result
big_query(string
query
,string
|int
|float
|object
extraarg
,string
|int
|float
|object
|mapping
...extraargs
)- Returns
Returns an array with a single element:
"query"
:string
The query string before formating.
"bindings_query"
:string
The query string before bindings having been inserted.
"bindings"
:string
"formatted_query"
:string
The formatted query.
"args"
:string