Searched refs:nResultSetConcurrency (Results 1 – 1 of 1) sorted by relevance
1601 sal_Int32 nResultSetConcurrency( _nDesiredResultSetConcurrency ); in setStatementResultSetType() local1632 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