Searched refs:aConcurrency (Results 1 – 2 of 2) sorted by relevance
153 Integer aConcurrency = (Integer)xForm.getPropertyValue( "ResultSetConcurrency" ); in insertPrimaryKey() local154 if ( ResultSetConcurrency.READ_ONLY != aConcurrency.intValue() ) in insertPrimaryKey()
226 Integer aConcurrency = (Integer)xFormProps.getPropertyValue( "ResultSetConcurrency" ); in resetted() local227 if ( ResultSetConcurrency.READ_ONLY != aConcurrency.intValue() ) in resetted()
Completed in 16 milliseconds