Home | History | Annotate | Download | only in JDBC2z

Lines Matching full:concurrency

1374     public boolean supportsResultSetConcurrency(int type, int concurrency)
1379 return concurrency == ResultSet.CONCUR_READ_ONLY ||
1380 concurrency == ResultSet.CONCUR_UPDATABLE;