Lines Matching refs:sal_Int32
290 sal_Int32 index = sqlStatement.indexOf(::rtl::OUString::createFromAscii(" FOR UPDATE")); in lockIfNecessary()
332 sal_Int32 OStatement_Base::getColumnCount () throw( SQLException) in getColumnCount()
415 sal_Int32 numCols = 1; in getResultSet()
446 sal_Int32 OStatement_Base::getStmtOption (short fOption) const in getStmtOption()
448 sal_Int32 result = 0; in getStmtOption()
505 Sequence< sal_Int32 > SAL_CALL OStatement::executeBatch( ) throw(SQLException, RuntimeException) in executeBatch()
512 sal_Int32 nLen = 0; in executeBatch()
522 Sequence< sal_Int32 > aRet(nLen); in executeBatch()
523 sal_Int32* pArray = aRet.getArray(); in executeBatch()
524 for(sal_Int32 j=0;j<nLen;++j) in executeBatch()
539 sal_Int32 SAL_CALL OStatement_Base::executeUpdate( const ::rtl::OUString& sql ) throw(SQLException,… in executeUpdate()
545 sal_Int32 numRows = -1; in executeUpdate()
578 sal_Int32 SAL_CALL OStatement_Base::getUpdateCount( ) throw(SQLException, RuntimeException) in getUpdateCount()
584 sal_Int32 rowCount = -1; in getUpdateCount()
669 sal_Int32 OStatement_Base::getQueryTimeOut() const in getQueryTimeOut()
674 sal_Int32 OStatement_Base::getMaxRows() const in getMaxRows()
679 sal_Int32 OStatement_Base::getResultSetConcurrency() const in getResultSetConcurrency()
692 sal_Int32 OStatement_Base::getResultSetType() const in getResultSetType()
715 sal_Int32 OStatement_Base::getFetchDirection() const in getFetchDirection()
735 sal_Int32 OStatement_Base::getFetchSize() const in getFetchSize()
744 sal_Int32 OStatement_Base::getMaxFieldSize() const in getMaxFieldSize()
759 void OStatement_Base::setQueryTimeOut(sal_Int32 seconds) in setQueryTimeOut()
766 void OStatement_Base::setMaxRows(sal_Int32 _par0) in setMaxRows()
773 void OStatement_Base::setResultSetConcurrency(sal_Int32 _par0) in setResultSetConcurrency()
786 void OStatement_Base::setResultSetType(sal_Int32 _par0) in setResultSetType()
853 void OStatement_Base::setFetchDirection(sal_Int32 _par0) in setFetchDirection()
856 sal_Int32 nCursType = 0; in setFetchDirection()
871 void OStatement_Base::setFetchSize(sal_Int32 _par0) in setFetchSize()
886 void OStatement_Base::setMaxFieldSize(sal_Int32 _par0) in setMaxFieldSize()
929 sal_Int32 nPos = 0; in createArrayHelper()
932 DECL_PROP0(FETCHDIRECTION,sal_Int32); in createArrayHelper()
933 DECL_PROP0(FETCHSIZE, sal_Int32); in createArrayHelper()
934 DECL_PROP0(MAXFIELDSIZE,sal_Int32); in createArrayHelper()
935 DECL_PROP0(MAXROWS, sal_Int32); in createArrayHelper()
936 DECL_PROP0(QUERYTIMEOUT,sal_Int32); in createArrayHelper()
937 DECL_PROP0(RESULTSETCONCURRENCY,sal_Int32); in createArrayHelper()
938 DECL_PROP0(RESULTSETTYPE,sal_Int32); in createArrayHelper()
953 sal_Int32 nHandle, in convertFastPropertyValue()
1011 void OStatement_Base::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue) throw (… in setFastPropertyValue_NoBroadcast()
1058 void OStatement_Base::getFastPropertyValue(Any& rValue,sal_Int32 nHandle) const in getFastPropertyValue()