Home
last modified time | relevance | path

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

/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DKeyGenerator.java153 Integer aConcurrency = (Integer)xForm.getPropertyValue( "ResultSetConcurrency" ); in insertPrimaryKey() local
154 if ( ResultSetConcurrency.READ_ONLY != aConcurrency.intValue() ) in insertPrimaryKey()
H A DDataAwareness.java226 Integer aConcurrency = (Integer)xFormProps.getPropertyValue( "ResultSetConcurrency" ); in resetted() local
227 if ( ResultSetConcurrency.READ_ONLY != aConcurrency.intValue() ) in resetted()

Completed in 15 milliseconds