Home
last modified time | relevance | path

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

/aoo41x/main/dbaccess/source/core/api/
H A DRowSet.cxx1601 sal_Int32 nResultSetConcurrency( _nDesiredResultSetConcurrency ); in setStatementResultSetType() local
1632 nResultSetConcurrency = nCharacteristics[i][1]; in setStatementResultSetType()
1637 if ( nResultSetConcurrency > _nDesiredResultSetConcurrency ) in setStatementResultSetType()
1640 … if ( xMeta.is() && xMeta->supportsResultSetConcurrency( nResultSetType, nResultSetConcurrency ) ) in setStatementResultSetType()
1646 … _rxStatement->setPropertyValue( PROPERTY_RESULTSETCONCURRENCY, makeAny( nResultSetConcurrency ) ); in setStatementResultSetType()

Completed in 22 milliseconds