Lines Matching refs:sdbc

31 #include <com/sun/star/sdbc/SQLException.idl> 
54 module com { module sun { module star { module sdbc {
77 @throws com::sun::star::sdbc::SQLException
80 boolean wasNull() raises (com::sun::star::sdbc::SQLException);
86 @throws com::sun::star::sdbc::SQLException
89 string getString() raises (com::sun::star::sdbc::SQLException);
95 @throws com::sun::star::sdbc::SQLException
98 boolean getBoolean() raises (com::sun::star::sdbc::SQLException);
104 @throws com::sun::star::sdbc::SQLException
107 byte getByte() raises (com::sun::star::sdbc::SQLException);
113 @throws com::sun::star::sdbc::SQLException
116 short getShort() raises (com::sun::star::sdbc::SQLException);
122 @throws com::sun::star::sdbc::SQLException
125 long getInt() raises (com::sun::star::sdbc::SQLException);
131 @throws com::sun::star::sdbc::SQLException
134 hyper getLong() raises (com::sun::star::sdbc::SQLException);
140 @throws com::sun::star::sdbc::SQLException
143 float getFloat() raises (com::sun::star::sdbc::SQLException);
149 @throws com::sun::star::sdbc::SQLException
152 double getDouble() raises (com::sun::star::sdbc::SQLException);
159 @throws com::sun::star::sdbc::SQLException
162 sequence<byte> getBytes() raises (com::sun::star::sdbc::SQLException);
168 @throws com::sun::star::sdbc::SQLException
172 raises (com::sun::star::sdbc::SQLException);
178 @throws com::sun::star::sdbc::SQLException
182 raises (com::sun::star::sdbc::SQLException);
188 @throws com::sun::star::sdbc::SQLException
192 raises (com::sun::star::sdbc::SQLException);
211 @throws com::sun::star::sdbc::SQLException
215 raises (com::sun::star::sdbc::SQLException);
233 @throws com::sun::star::sdbc::SQLException
237 raises (com::sun::star::sdbc::SQLException);
250 @throws com::sun::star::sdbc::SQLException
254 raises (com::sun::star::sdbc::SQLException);
261 @throws com::sun::star::sdbc::SQLException
264 com::sun::star::sdbc::XRef getRef() raises (com::sun::star::sdbc::SQLException);
270 @throws com::sun::star::sdbc::SQLException
273 com::sun::star::sdbc::XBlob getBlob() raises (com::sun::star::sdbc::SQLException);
279 @throws com::sun::star::sdbc::SQLException
282 com::sun::star::sdbc::XClob getClob() raises (com::sun::star::sdbc::SQLException);
288 @throws com::sun::star::sdbc::SQLException
291 com::sun::star::sdbc::XArray getArray() raises (com::sun::star::sdbc::SQLException);