Lines Matching refs:_par0

498 void java_sql_Statement_Base::setQueryTimeOut(sal_Int32 _par0) throw(SQLException, RuntimeException)  in setQueryTimeOut()  argument
505 callVoidMethodWithIntArg("setQueryTimeOut",mID,_par0,true); in setQueryTimeOut()
509 void java_sql_Statement_Base::setEscapeProcessing(sal_Bool _par0) throw(SQLException, RuntimeExcept… in setEscapeProcessing() argument
513 m_aLogger.log( LogLevel::FINE, STR_LOG_SET_ESCAPE_PROCESSING, _par0 ); in setEscapeProcessing()
516 m_bEscapeProcessing = _par0; in setEscapeProcessing()
519 callVoidMethodWithBoolArg("setEscapeProcessing",mID,_par0,true); in setEscapeProcessing()
523 void java_sql_Statement_Base::setMaxRows(sal_Int32 _par0) throw(SQLException, RuntimeException) in setMaxRows() argument
530 callVoidMethodWithIntArg("setMaxRows",mID,_par0,true); in setMaxRows()
533 void java_sql_Statement_Base::setResultSetConcurrency(sal_Int32 _par0) throw(SQLException, RuntimeE… in setResultSetConcurrency() argument
537 m_aLogger.log( LogLevel::FINE, STR_LOG_RESULT_SET_CONCURRENCY, (sal_Int32)_par0 ); in setResultSetConcurrency()
538 m_nResultSetConcurrency = _par0; in setResultSetConcurrency()
543 void java_sql_Statement_Base::setResultSetType(sal_Int32 _par0) throw(SQLException, RuntimeExceptio… in setResultSetType() argument
547 m_aLogger.log( LogLevel::FINE, STR_LOG_RESULT_SET_TYPE, (sal_Int32)_par0 ); in setResultSetType()
548 m_nResultSetType = _par0; in setResultSetType()
553 void java_sql_Statement_Base::setFetchDirection(sal_Int32 _par0) throw(SQLException, RuntimeExcepti… in setFetchDirection() argument
557 m_aLogger.log( LogLevel::FINER, STR_LOG_FETCH_DIRECTION, (sal_Int32)_par0 ); in setFetchDirection()
561 callVoidMethodWithIntArg("setFetchDirection",mID,_par0,true); in setFetchDirection()
564 void java_sql_Statement_Base::setFetchSize(sal_Int32 _par0) throw(SQLException, RuntimeException) in setFetchSize() argument
568 m_aLogger.log( LogLevel::FINER, STR_LOG_FETCH_SIZE, (sal_Int32)_par0 ); in setFetchSize()
573 callVoidMethodWithIntArg("setFetchSize",mID,_par0,true); in setFetchSize()
576 void java_sql_Statement_Base::setMaxFieldSize(sal_Int32 _par0) throw(SQLException, RuntimeException) in setMaxFieldSize() argument
583 callVoidMethodWithIntArg("setMaxFieldSize",mID,_par0,true); in setMaxFieldSize()
586 void java_sql_Statement_Base::setCursorName(const ::rtl::OUString &_par0) throw(SQLException, Runti… in setCursorName() argument
594 callVoidMethodWithStringArg("setCursorName",mID,_par0); in setCursorName()