Method Sql.null()->big_query()
- Method
big_query
 variantSql.Resultbig_query(stringquery)- Returns
 Returns an array with a single element:
"query":stringThe query string before formating.
"bindings_query":stringThe query string before bindings having been inserted.
"formatted_query":stringThe formatted query.
- Method
big_query
 variantSql.Resultbig_query(stringquery,mappingbindings,mixed...extras)- Returns
 Returns an array with a single element:
"query":stringThe query string before formating.
"bindings_query":stringThe query string before bindings having been inserted.
"bindings":string"formatted_query":stringThe formatted query.
- Method
big_query
 variantSql.Resultbig_query(stringquery,string|int|float|objectextraarg,string|int|float|object|mapping...extraargs)- Returns
 Returns an array with a single element:
"query":stringThe query string before formating.
"bindings_query":stringThe query string before bindings having been inserted.
"bindings":string"formatted_query":stringThe formatted query.
"args":string