Lines Matching refs:raises
81 boolean wasNull() raises (SQLException);
92 string getString([in]long columnIndex) raises (SQLException);
103 boolean getBoolean([in]long columnIndex) raises (SQLException);
114 byte getByte([in]long columnIndex) raises (SQLException);
125 short getShort([in]long columnIndex) raises (SQLException);
136 long getInt([in]long columnIndex) raises (SQLException);
147 hyper getLong([in]long columnIndex) raises (SQLException);
158 float getFloat([in]long columnIndex) raises (SQLException);
169 double getDouble([in]long columnIndex) raises (SQLException);
181 sequence<byte> getBytes([in]long columnIndex) raises (SQLException);
193 raises (SQLException);
205 raises (SQLException);
217 raises (SQLException);
243 raises (SQLException);
269 raises (SQLException);
288 raises (SQLException);
299 XRef getRef([in]long columnIndex) raises (SQLException);
310 XBlob getBlob([in]long columnIndex) raises (SQLException);
323 XClob getClob([in]long columnIndex) raises (SQLException);
336 XArray getArray([in]long columnIndex) raises (SQLException);