Lines Matching refs:x
70 @param x
75 void updateBoolean([in]long columnIndex, [in]boolean x) raises (SQLException);
81 @param x
86 void updateByte([in]long columnIndex, [in]byte x) raises (SQLException);
92 @param x
97 void updateShort([in]long columnIndex, [in]short x) raises (SQLException);
103 @param x
108 void updateInt([in]long columnIndex, [in]long x) raises (SQLException);
114 @param x
119 void updateLong([in]long columnIndex, [in]hyper x) raises (SQLException);
125 @param x
130 void updateFloat([in]long columnIndex, [in]float x) raises (SQLException);
136 @param x
141 void updateDouble([in]long columnIndex, [in]double x) raises (SQLException);
147 @param x
152 void updateString([in]long columnIndex, [in]string x) raises (SQLException);
158 @param x
163 void updateBytes([in]long columnIndex, [in]sequence<byte> x) raises (SQLException);
169 @param x
174 void updateDate([in]long columnIndex, [in]com::sun::star::util::Date x)
181 @param x
186 void updateTime([in]long columnIndex, [in]com::sun::star::util::Time x)
193 @param x
199 [in]com::sun::star::util::DateTime x)
206 @param x
214 [in]com::sun::star::io::XInputStream x,
221 @param x
229 [in]com::sun::star::io::XInputStream x,
236 @param x
241 void updateObject([in]long columnIndex, [in]any x)
248 @param x
255 void updateNumericObject([in]long columnIndex, [in]any x, [in]long scale)