Skip to content
Search
DSL · Doctrine

dbal_from_query

Definition

/**
 * @deprecated use from_dbal_query() instead
 *
 * @param array<string, mixed>|list<mixed> $parameters - @deprecated use DbalQueryExtractor::withParameters() instead
 * @param array<int<0, max>|string, DbalArrayType|DbalParameterType|DbalType|string> $types - @deprecated use DbalQueryExtractor::withTypes() instead
 */
dbal_from_query(Connection $connection, string $query, array $parameters, array $types) : DbalQueryExtractor

Contributors

Built in the open.

Join us on GitHub
scroll back to top