Home
last modified time | relevance | path

Searched refs:implParameters (Results 1 – 1 of 1) sorted by relevance

/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlPreparedStatement.java64 private XParameters implParameters; field in PostgresqlPreparedStatement
163 implParameters.clearParameters(); in clearParameters()
175 implParameters.setBlob(arg0, arg1); in setBlob()
183 implParameters.setByte(arg0, arg1); in setByte()
195 implParameters.setClob(arg0, arg1); in setClob()
199 implParameters.setDate(arg0, arg1); in setDate()
211 implParameters.setInt(arg0, arg1); in setInt()
215 implParameters.setLong(arg0, arg1); in setLong()
219 implParameters.setNull(arg0, arg1); in setNull()
235 implParameters.setRef(arg0, arg1); in setRef()
[all …]

Completed in 14 milliseconds