Lines Matching refs:implParameters

64     private XParameters implParameters;  field in PostgresqlPreparedStatement
76 this.implParameters = UnoRuntime.queryInterface(XParameters.class, impl); in PostgresqlPreparedStatement()
163 implParameters.clearParameters(); in clearParameters()
167 implParameters.setArray(arg0, arg1); in setArray()
171 implParameters.setBinaryStream(arg0, arg1, arg2); in setBinaryStream()
175 implParameters.setBlob(arg0, arg1); in setBlob()
179 implParameters.setBoolean(arg0, arg1); in setBoolean()
183 implParameters.setByte(arg0, arg1); in setByte()
187 implParameters.setBytes(arg0, arg1); in setBytes()
191 implParameters.setCharacterStream(arg0, arg1, arg2); in setCharacterStream()
195 implParameters.setClob(arg0, arg1); in setClob()
199 implParameters.setDate(arg0, arg1); in setDate()
203 implParameters.setDouble(arg0, arg1); in setDouble()
207 implParameters.setFloat(arg0, arg1); in setFloat()
211 implParameters.setInt(arg0, arg1); in setInt()
215 implParameters.setLong(arg0, arg1); in setLong()
219 implParameters.setNull(arg0, arg1); in setNull()
223 implParameters.setObject(arg0, arg1); in setObject()
227 implParameters.setObjectNull(arg0, arg1, arg2); in setObjectNull()
231 implParameters.setObjectWithInfo(arg0, arg1, arg2, arg3); in setObjectWithInfo()
235 implParameters.setRef(arg0, arg1); in setRef()
239 implParameters.setShort(arg0, arg1); in setShort()
243 implParameters.setString(arg0, arg1); in setString()
247 implParameters.setTime(arg0, arg1); in setTime()
251 implParameters.setTimestamp(arg0, arg1); in setTimestamp()