Lines Matching refs:raises
96 void writeString([in]string x) raises (SQLException);
105 void writeBoolean([in]boolean x) raises (SQLException);
114 void writeByte([in]byte x) raises (SQLException);
123 void writeShort([in]short x) raises (SQLException);
132 void writeInt([in]long x) raises (SQLException);
141 void writeLong([in]hyper x) raises (SQLException);
150 void writeFloat([in]float x) raises (SQLException);
159 void writeDouble([in]double x) raises (SQLException);
168 void writeBytes([in]sequence<byte> x) raises (SQLException);
177 void writeDate([in]com::sun::star::util::Date x) raises (SQLException);
186 void writeTime([in]com::sun::star::util::Time x) raises (SQLException);
196 raises (SQLException);
207 raises (SQLException);
217 raises (SQLException);
252 void writeObject([in]XSQLData x) raises (SQLException);
261 void writeRef([in]XRef x) raises (SQLException);
270 void writeBlob([in]XBlob x) raises (SQLException);
279 void writeClob([in]XClob x) raises (SQLException);
288 void writeStruct([in]XStruct x) raises (SQLException);
297 void writeArray([in]XArray x) raises (SQLException);