Lines Matching refs:in

8  * "License"); you may not use this file except in compliance
13 * Unless required by applicable law or agreed to in writing,
58 /** is used for parameter setting, commonly implemented in conjunction with
92 void setNull([in]long parameterIndex,
93 [in]long sqlType) raises (SQLException);
125 void setObjectNull([in]long parameterIndex,
126 [in]long sqlType,
127 [in]string typeName) raises (SQLException);
139 void setBoolean([in]long parameterIndex, [in]boolean x)
152 void setByte([in]long parameterIndex, [in]byte x) raises (SQLException);
164 void setShort([in]long parameterIndex, [in]short x) raises (SQLException);
176 void setInt([in]long parameterIndex, [in]long x) raises (SQLException);
188 void setLong([in]long parameterIndex, [in]hyper x) raises (SQLException);
200 void setFloat([in]long parameterIndex, [in]float x) raises (SQLException);
212 void setDouble([in]long parameterIndex, [in]double x) raises (SQLException);
226 void setString([in]long parameterIndex, [in]string x) raises (SQLException);
240 void setBytes([in]long parameterIndex, [in]sequence<byte> x)
253 void setDate([in]long parameterIndex, [in]com::sun::star::util::Date x)
266 void setTime([in]long parameterIndex, [in]com::sun::star::util::Time x)
280 void setTimestamp([in]long parameterIndex,
281 [in]com::sun::star::util::DateTime x) raises (SQLException);
295 the number of bytes in the stream
299 void setBinaryStream([in]long parameterIndex,
300 [in]com::sun::star::io::XInputStream x,
301 [in]long length) raises (SQLException);
315 the number of characters in the stream
319 void setCharacterStream([in]long parameterIndex,
320 [in]com::sun::star::io::XInputStream x,
321 [in]long length) raises (SQLException);
346 void setObject([in]long parameterIndex, [in]any x)
371 the SQL type (as defined in
383 void setObjectWithInfo([in]long parameterIndex,
384 [in]any x, [in]long targetSqlType, [in]long scale)
396 void setRef ([in]long parameterIndex, [in]XRef x) raises (SQLException);
407 void setBlob ([in]long parameterIndex, [in]XBlob x) raises (SQLException);
418 void setClob ([in]long parameterIndex, [in]XClob x) raises (SQLException);
429 void setArray ([in]long parameterIndex, [in]XArray x) raises (SQLException);
436 <p>In general, parameter values remain in force for repeated use of a
438 previous value. However, in some cases it is useful to immediately