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
77 * Run an SQL query and return the first column of the first row
80 * @param string $sql An SQL string with placeholders. The
84 * @param array $params An array of parameters to insert into the
96 * Run an SQL query and return the first row of the result set, if
99 * @param string $sql An SQL string with placeholders. The
103 * @param array $params An array of parameters to insert into the
114 * Run an SQL query with the specified parameters, if any.
116 * @param string $sql An SQL string with placeholders. The
120 * @param array $params An array of parameters to insert into the
123 * @return array $result An array of arrays representing the