Lines Matching refs:raises
93 [in]long sqlType) raises (SQLException);
127 [in]string typeName) raises (SQLException);
140 raises (SQLException);
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);
241 raises (SQLException);
254 raises (SQLException);
267 raises (SQLException);
281 [in]com::sun::star::util::DateTime x) raises (SQLException);
301 [in]long length) raises (SQLException);
321 [in]long length) raises (SQLException);
347 raises (SQLException);
385 raises (SQLException);
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);
445 void clearParameters() raises (SQLException);