Home
last modified time | relevance | path

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

/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DConnectionLog.java34 private static final AtomicInteger[] uniqueIds; field in ConnectionLog
38 uniqueIds = new AtomicInteger[ObjectType.values().length];
39 for (int i = 0; i < uniqueIds.length; i++) {
40 uniqueIds[i] = new AtomicInteger(0);
48 objectId = uniqueIds[objectType.ordinal()].getAndIncrement(); in ConnectionLog()

Completed in 11 milliseconds