Lines Matching refs:stream
78 type from the given input stream. This is done
79 by calling a method of the input stream to read each
93 The SDBC driver initializes the input stream with a type map
96 method on the stream.
99 @param stream
100 the input SQL data stream
102 the SQL type of the value on the data stream
108 void readSQL([in]XSQLInput stream, [in]string typeName)
112 /** writes this object to the given SQL data stream.
119 stream. This is done by calling a method of the output stream to write
127 @param stream
128 the output SQL data stream
133 void writeSQL([in]XSQLOutput stream) raises (SQLException);