Searched defs:tblName (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DLogReadDBHandler.java1356 // tblName is the table to select on
1360 // lq2Select returns "select <columns> from <tblName>;"
1363 private String lq2Select (String tblName, String columns, LogQuery lq) { argument
1366 String whatSBuf = "*"; // select what from tblName?
1415 (" from ").append(tblName);
1423 (" from ").append(tblName);
1441 (tblName).append(" where ");
1576 // lq2Select returns "select <columns> from <tblName>;"
1582 String whatSBuf = "*"; // select what from tblName?
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DLogReadDBHandler.java1356 // tblName is the table to select on
1360 // lq2Select returns "select <columns> from <tblName>;"
1363 private String lq2Select (String tblName, String columns, LogQuery lq) { argument
1366 String whatSBuf = "*"; // select what from tblName?
1415 (" from ").append(tblName);
1423 (" from ").append(tblName);
1441 (tblName).append(" where ");
1576 // lq2Select returns "select <columns> from <tblName>;"
1582 String whatSBuf = "*"; // select what from tblName?

Completed in 54 milliseconds