Skip to content
Search
DSL · Doctrine

dbal_from_queries

Definition

/**
 * @deprecated use from_dbal_queries() instead
 *
 * @param null|ParametersSet $parameters_set - each one parameters array will be evaluated as new query
 * @param array<int<0, max>|string, DbalArrayType|DbalParameterType|DbalType|string> $types
 */
dbal_from_queries(Connection $connection, string $query, ?ParametersSet $parameters_set, array $types) : DbalQueryExtractor

Contributors

Built in the open.

Join us on GitHub
scroll back to top