Lines Matching refs:raises
64 void updateNull([in]long columnIndex) raises (SQLException);
75 void updateBoolean([in]long columnIndex, [in]boolean x) raises (SQLException);
86 void updateByte([in]long columnIndex, [in]byte x) raises (SQLException);
97 void updateShort([in]long columnIndex, [in]short x) raises (SQLException);
108 void updateInt([in]long columnIndex, [in]long x) raises (SQLException);
119 void updateLong([in]long columnIndex, [in]hyper x) raises (SQLException);
130 void updateFloat([in]long columnIndex, [in]float x) raises (SQLException);
141 void updateDouble([in]long columnIndex, [in]double x) raises (SQLException);
152 void updateString([in]long columnIndex, [in]string x) raises (SQLException);
163 void updateBytes([in]long columnIndex, [in]sequence<byte> x) raises (SQLException);
175 raises (SQLException);
187 raises (SQLException);
200 raises (SQLException);
215 [in]long length) raises (SQLException);
230 [in]long length) raises (SQLException);
242 raises (SQLException);
256 raises (SQLException);