Lines Matching refs:to

3  * Licensed to the Apache Software Foundation (ASF) under one
7 * to you under the Apache License, Version 2.0 (the
13 * Unless required by applicable law or agreed to in writing,
61 type back to the database. This interface, used only for custom mapping,
69 is passed as an argument to a SQL statement, the JDBC driver calls
71 to determine the kind of SQL datum being passed to the database.
75 and passes it to the method
81 methods to write data from the
83 object to the
90 /** writes the next attribute to the stream as a string.
92 the value to pass to the database.
99 /** writes the next attribute to the stream as boolean.
101 the value to pass to the database.
108 /** writes the next attribute to the stream as byte.
110 the value to pass to the database.
117 /** writes the next attribute to the stream as short.
119 the value to pass to the database.
126 /** writes the next attribute to the stream as long.
128 the value to pass to the database.
135 /** writes the next attribute to the stream as hyper.
137 the value to pass to the database.
144 /** writes the next attribute to the stream as float.
146 the value to pass to the database.
153 /** writes the next attribute to the stream as double.
155 the value to pass to the database.
162 /** writes the next attribute to the stream as byte sequence.
164 the value to pass to the database.
171 /** writes the next attribute to the stream as a date.
173 the value to pass to the database.
180 /** writes the next attribute to the stream as a time.
182 the value to pass to the database.
189 /** writes the next attribute to the stream as a datetime.
191 the value to pass to the database.
199 /** writes the next attribute to the stream as a stream of uninterpreted
202 the value to pass to the database.
210 /** writes the next attribute to the stream as a stream of unicode string.
212 the value to pass to the database.
220 /** writes to the stream the data contained in the given
229 , this method writes an SQL NULL to the stream.
233 writes the object's attributes to the stream.
242 input stream and written to an
248 the value to pass to the database.
255 /** writes a REF(<structured-type>) to the stream.
257 the value to pass to the database.
264 /** writes a BLOB to the stream.
266 the value to pass to the database.
273 /** writes a CLOB to the stream.
275 the value to pass to the database.
282 /** writes a structured-type to the stream.
284 the value to pass to the database.
291 /** writes an array to the stream.
293 the value to pass to the database.