Lines Matching refs:parameterIndex

120 void SAL_CALL java_sql_PreparedStatement::setString( sal_Int32 parameterIndex, const ::rtl::OUStrin…  in setString()  argument
124 m_aLogger.log( LogLevel::FINER, STR_LOG_STRING_PARAMETER, parameterIndex, x ); in setString()
135 t.pEnv->CallVoidMethod( object, mID, parameterIndex,str.get()); in setString()
163 void SAL_CALL java_sql_PreparedStatement::setBoolean( sal_Int32 parameterIndex, sal_Bool x ) throw(… in setBoolean() argument
165 m_aLogger.log( LogLevel::FINER, STR_LOG_BOOLEAN_PARAMETER, parameterIndex, x ); in setBoolean()
172 callVoidMethod("setBoolean", "(IZ)V", mID, parameterIndex, x); in setBoolean()
176 void SAL_CALL java_sql_PreparedStatement::setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(::c… in setByte() argument
178 m_aLogger.log( LogLevel::FINER, STR_LOG_BYTE_PARAMETER, parameterIndex, (sal_Int32)x ); in setByte()
185 callVoidMethod("setByte", "(IB)V", mID, parameterIndex, x); in setByte()
189 void SAL_CALL java_sql_PreparedStatement::setDate( sal_Int32 parameterIndex, const ::com::sun::star… in setDate() argument
191 m_aLogger.log( LogLevel::FINER, STR_LOG_DATE_PARAMETER, parameterIndex, x ); in setDate()
199 callVoidMethod("setDate", "(ILjava/sql/Date;)V", mID, parameterIndex, aT.getJavaObject()); in setDate()
204 void SAL_CALL java_sql_PreparedStatement::setTime( sal_Int32 parameterIndex, const ::com::sun::star… in setTime() argument
206 m_aLogger.log( LogLevel::FINER, STR_LOG_TIME_PARAMETER, parameterIndex, x ); in setTime()
214 callVoidMethod("setTime", "(ILjava/sql/Time;)V", mID, parameterIndex, aT.getJavaObject()); in setTime()
218 void SAL_CALL java_sql_PreparedStatement::setTimestamp( sal_Int32 parameterIndex, const ::com::sun:… in setTimestamp() argument
220 m_aLogger.log( LogLevel::FINER, STR_LOG_TIMESTAMP_PARAMETER, parameterIndex, x ); in setTimestamp()
228 …callVoidMethod("setTimestamp", "(ILjava/sql/Timestamp;)V", mID, parameterIndex, aD.getJavaObject()… in setTimestamp()
231 void SAL_CALL java_sql_PreparedStatement::setDouble( sal_Int32 parameterIndex, double x ) throw(::c… in setDouble() argument
233 m_aLogger.log( LogLevel::FINER, STR_LOG_DOUBLE_PARAMETER, parameterIndex, x ); in setDouble()
240 callVoidMethod("setDouble", "(ID)V", mID, parameterIndex, x); in setDouble()
244 void SAL_CALL java_sql_PreparedStatement::setFloat( sal_Int32 parameterIndex, float x ) throw(::com… in setFloat() argument
246 m_aLogger.log( LogLevel::FINER, STR_LOG_FLOAT_PARAMETER, parameterIndex, x ); in setFloat()
253 callVoidMethod("setFloat", "(IF)V", mID, parameterIndex, x); in setFloat()
257 void SAL_CALL java_sql_PreparedStatement::setInt( sal_Int32 parameterIndex, sal_Int32 x ) throw(::c… in setInt() argument
259 m_aLogger.log( LogLevel::FINER, STR_LOG_INT_PARAMETER, parameterIndex, x ); in setInt()
266 callVoidMethod("setInt", "(II)V", mID, parameterIndex, x); in setInt()
270 void SAL_CALL java_sql_PreparedStatement::setLong( sal_Int32 parameterIndex, sal_Int64 x ) throw(::… in setLong() argument
272 m_aLogger.log( LogLevel::FINER, STR_LOG_LONG_PARAMETER, parameterIndex, x ); in setLong()
279 callVoidMethod("setLong", "(IJ)V", mID, parameterIndex, x); in setLong()
283 void SAL_CALL java_sql_PreparedStatement::setNull( sal_Int32 parameterIndex, sal_Int32 sqlType ) th… in setNull() argument
285 m_aLogger.log( LogLevel::FINER, STR_LOG_NULL_PARAMETER, parameterIndex, sqlType ); in setNull()
292 callVoidMethod("setNull", "(II)V", mID, parameterIndex, sqlType); in setNull()
320 void SAL_CALL java_sql_PreparedStatement::setObjectWithInfo( sal_Int32 parameterIndex, const ::com:… in setObjectWithInfo() argument
322 m_aLogger.log( LogLevel::FINER, STR_LOG_OBJECT_NULL_PARAMETER, parameterIndex ); in setObjectWithInfo()
362 …t.pEnv->CallVoidMethod( object, mID, parameterIndex,pBigDecimal->getJavaObject(),targetSqlType,sca… in setObjectWithInfo()
370 t.pEnv->CallVoidMethod( object, mID, parameterIndex,obj,targetSqlType,scale); in setObjectWithInfo()
379 void SAL_CALL java_sql_PreparedStatement::setObjectNull( sal_Int32 parameterIndex, sal_Int32 /*sqlT… in setObjectNull() argument
381 m_aLogger.log( LogLevel::FINER, STR_LOG_OBJECT_NULL_PARAMETER, parameterIndex ); in setObjectNull()
388 callVoidMethod<jobject>("setObject", "(ILjava/lang/Object;)V", mID, parameterIndex, NULL); in setObjectNull()
392 void SAL_CALL java_sql_PreparedStatement::setObject( sal_Int32 parameterIndex, const ::com::sun::st… in setObject() argument
394 if(!::dbtools::implSetObject(this,parameterIndex,x)) in setObject()
398 "$position$", ::rtl::OUString::valueOf(parameterIndex) in setObject()
405 void SAL_CALL java_sql_PreparedStatement::setShort( sal_Int32 parameterIndex, sal_Int16 x ) throw(:… in setShort() argument
407 m_aLogger.log( LogLevel::FINER, STR_LOG_SHORT_PARAMETER, parameterIndex, x ); in setShort()
414 callVoidMethod("setShort", "(IS)V", mID, parameterIndex, x); in setShort()
418 void SAL_CALL java_sql_PreparedStatement::setBytes( sal_Int32 parameterIndex, const ::com::sun::sta… in setBytes() argument
420 m_aLogger.log( LogLevel::FINER, STR_LOG_BYTES_PARAMETER, parameterIndex ); in setBytes()
436 t.pEnv->CallVoidMethod( object, mID, parameterIndex,pByteArray); in setBytes()
443 void SAL_CALL java_sql_PreparedStatement::setCharacterStream( sal_Int32 parameterIndex, const ::com… in setCharacterStream() argument
445 m_aLogger.log( LogLevel::FINER, STR_LOG_CHARSTREAM_PARAMETER, parameterIndex ); in setCharacterStream()
481 t.pEnv->CallVoidMethod( object, mID, parameterIndex,tempObj,actualLength); in setCharacterStream()
491 void SAL_CALL java_sql_PreparedStatement::setBinaryStream( sal_Int32 parameterIndex, const ::com::s… in setBinaryStream() argument
493 m_aLogger.log( LogLevel::FINER, STR_LOG_BINARYSTREAM_PARAMETER, parameterIndex ); in setBinaryStream()
529 t.pEnv->CallVoidMethod( object, mID, parameterIndex,tempObj,(sal_Int32)actualLength); in setBinaryStream()