[ Index ]

PHP Cross Reference of YOURLS

title

Body

[close]

/includes/vendor/aura/sql/src/Parser/ -> ParserInterface.php (summary)

This file is part of Aura for PHP.

License: https://opensource.org/licenses/MIT MIT
File Size: 34 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ParserInterface:: (1 method):
  rebuild()


Interface: ParserInterface  - X-Ref

Interface for query parsing/rebuilding functionality.

rebuild($string, array $parameters = [])   X-Ref
Rebuilds a query and its parameters to adapt it to PDO's limitations,
and returns a list of queries.

return: array An array where element 0 is the rebuilt statement and
param: string $string The query statement string.
param: array $parameters Bind these values into the query.



Generated: Thu Sep 19 05:10:04 2024 Cross-referenced by PHPXref 0.7.1