Lines Matching full:an
14 * An empty base class intended to emulate PEAR connection
18 * an SQL store that needs to access its database using an
37 * Run an SQL query with the specified parameters, if any.
39 * @param string $sql An SQL string with placeholders. The
43 * @param array $params An array of parameters to insert into the
78 * Run an SQL query and return the first column of the first row
81 * @param string $sql An SQL string with placeholders. The
85 * @param array $params An array of parameters to insert into the
98 * Run an SQL query and return the first row of the result set, if
101 * @param string $sql An SQL string with placeholders. The
105 * @param array $params An array of parameters to insert into the
117 * Run an SQL query with the specified parameters, if any.
119 * @param string $sql An SQL string with placeholders. The
123 * @param array $params An array of parameters to insert into the
126 * @return array $result An array of arrays representing the