Lines Matching refs:a

9  * with the License.  You may obtain a copy of the License at
53 /** is used to update data which is collected in a row.
58 /** gives a nullable column a null value.
62 if a database access error occurs.
67 /** updates a column with a boolean value.
73 if a database access error occurs.
78 /** updates a column with a byte value.
84 if a database access error occurs.
89 /** updates a column with a short value.
95 if a database access error occurs.
100 /** updates a column with an long value.
106 if a database access error occurs.
111 /** updates a column with a hyper value.
117 if a database access error occurs.
122 /** updates a column with a float value.
128 if a database access error occurs.
133 /** updates a column with a double value.
139 if a database access error occurs.
144 /** updates a column with a string value.
150 if a database access error occurs.
155 /** updates a column with a byte array value.
161 if a database access error occurs.
166 /** updates a column with a date value.
172 if a database access error occurs.
178 /** updates a column with a time value.
184 if a database access error occurs.
190 /** updates a column with a timestamp value.
196 if a database access error occurs.
203 /** updates a column with a stream value.
211 if a database access error occurs.
218 /** updates a column with a stream value.
226 if a database access error occurs.
233 /** updates a column with an object value.
239 if a database access error occurs.
245 /** updates a column with an object value.
253 if a database access error occurs.