|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PreparedStatementEntryFilter | |
|---|---|
| com.antelmann.sql | This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes |
| Uses of PreparedStatementEntryFilter in com.antelmann.sql |
|---|
| Methods in com.antelmann.sql that return PreparedStatementEntryFilter | ||
|---|---|---|
PreparedStatementEntryFilter<T> |
SQLComboFilter.createPreparedStatementEntryFilter(BaseRowMapper<?> mapper,
Connection con,
String tableQuery,
String... selectColumns)
|
|
PreparedStatementEntryFilter<T> |
SQLComboFilter.createPreparedStatementEntryFilter(Connection con,
String tableQuery,
String... selectColumns)
|
|
|
SQLComboFilter.createPreparedStatementEntryFilter(DBClassStore<E> store)
Deprecated. cannot extract the mapper this way, so this is discouraged |
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||