Searched refs:tblNames (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DLogReadDBHandler.java445 // tblNames is needed for the guaranteed "underscore" form
448 Set tblNames = new HashSet();
453 tblNames.add(ss2);
531 selectStr = lq2Select (tblNames, columns, logQuery);
537 selectStr = lq2Select (tblNames, columns, null);
779 for (Iterator it = tblNames.iterator(); it.hasNext(); ) {
1572 // tblNames is the Set of tables to select on
1579 private String lq2Select (Set tblNames, String columns, LogQuery lq) { argument
1674 for (Iterator it = tblNames.iterator(); it.hasNext(); ) {
1724 for (Iterator it = tblNames
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DLogReadDBHandler.java445 // tblNames is needed for the guaranteed "underscore" form
448 Set tblNames = new HashSet();
453 tblNames.add(ss2);
531 selectStr = lq2Select (tblNames, columns, logQuery);
537 selectStr = lq2Select (tblNames, columns, null);
779 for (Iterator it = tblNames.iterator(); it.hasNext(); ) {
1572 // tblNames is the Set of tables to select on
1579 private String lq2Select (Set tblNames, String columns, LogQuery lq) { argument
1674 for (Iterator it = tblNames.iterator(); it.hasNext(); ) {
1724 for (Iterator it = tblNames
[all...]

Completed in 33 milliseconds