Lines Matching refs:stream

58 /** represents an input stream that contains a stream of values representing an
80 stream to the method
84 methods in its implementation for reading the attributes from the input stream.
90 /** reads the next attribute in the stream as string.
99 /** reads the next attribute in the stream as boolean.
108 /** reads the next attribute in the stream as byte.
117 /** reads the next attribute in the stream as short.
126 /** reads the next attribute in the stream as long.
135 /** reads the next attribute in the stream as hyper.
144 /** reads the next attribute in the stream as float.
153 /** reads the next attribute in the stream as double.
162 /** reads the next attribute in the stream as sequence of bytes.
171 /** reads the next attribute in the stream as date.
180 /** reads the next attribute in the stream as time.
189 /** reads the next attribute in the stream as datetime.
198 /** reads the next attribute in the stream as sequence of bytes.
207 /** reads the next attribute in the stream as a unicode string.
216 /** returns the datum at the head of the stream as an any.
221 type mapping, and any customizations present in this stream's type map.
224 A type map is registered with the stream by the SDBC driver before the
225 stream is passed to the application.
228 When the datum at the head of the stream is a SQL NULL,
230 type, it determines the SQL type of the datum at the head of the stream,
234 from the stream using the protocol described for that method.
245 /** reads a REF(<structured-type>) from the stream.
254 /** reads a BLOB from the stream.
263 /** reads a CLOB from the stream.
272 /** reads an array from the stream.