Lines Matching refs:a

9  * with the License.  You may obtain a copy of the License at
60 /** is used as an output stream for writing the attributes of a user-defined
63 by a programmer.
67 When an object of a class implementing interface
69 is passed as an argument to a SQL statement, the JDBC driver calls
85 output stream as the representation of a SQL user-defined type.</p>
90 /** writes the next attribute to the stream as a string.
94 if a database access error occurs.
103 if a database access error occurs.
112 if a database access error occurs.
121 if a database access error occurs.
130 if a database access error occurs.
139 if a database access error occurs.
148 if a database access error occurs.
157 if a database access error occurs.
166 if a database access error occurs.
171 /** writes the next attribute to the stream as a date.
175 if a database access error occurs.
180 /** writes the next attribute to the stream as a time.
184 if a database access error occurs.
189 /** writes the next attribute to the stream as a datetime.
193 if a database access error occurs.
199 /** writes the next attribute to the stream as a stream of uninterpreted
204 if a database access error occurs.
210 /** writes the next attribute to the stream as a stream of unicode string.
214 if a database access error occurs.
250 if a database access error occurs.
255 /** writes a REF(&amp;lt;structured-type&amp;gt;) to the stream.
259 if a database access error occurs.
264 /** writes a BLOB to the stream.
268 if a database access error occurs.
273 /** writes a CLOB to the stream.
277 if a database access error occurs.
282 /** writes a structured-type to the stream.
286 if a database access error occurs.
295 if a database access error occurs.