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.
60 if a database access error occurs.
65 /** updates a column with a boolean value.
69 if a database access error occurs.
74 /** updates a column with a byte value.
78 if a database access error occurs.
83 /** updates a column with a short value.
87 if a database access error occurs.
92 /** updates a column with a long value.
96 if a database access error occurs.
101 /** updates a column with a hyper value.
105 if a database access error occurs.
110 /** updates a column with a float value.
114 if a database access error occurs.
119 /** updates a column with a double value.
123 if a database access error occurs.
128 /** updates a column with a string value.
132 if a database access error occurs.
137 /** updates a column with a byte array value.
141 if a database access error occurs.
146 /** updates a column with a Date value.
150 if a database access error occurs.
156 /** updates a column with a Time value.
160 if a database access error occurs.
166 /** updates a column with a Timestamp value.
170 if a database access error occurs.
176 /** updates a column with a stream value.
180 if a database access error occurs.
186 /** updates a column with a stream value.
192 if a database access error occurs.
198 /** updates a column with an Object value.
202 if a database access error occurs.
208 /** updates a column with an Object value.
214 if a database access error occurs.