io.vertx.core.Future<List<VTable>> |
VTableDao.findManyByBordered(Collection<Boolean> values) |
Find records that have BORDERED IN (values) asynchronously
|
io.vertx.core.Future<List<VTable>> |
VTableDao.findManyByBordered(Collection<Boolean> values,
int limit) |
Find records that have BORDERED IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<VTable>> |
VTableDao.findManyByClassName(Collection<String> values) |
Find records that have CLASS_NAME IN (values) asynchronously
|
io.vertx.core.Future<List<VTable>> |
VTableDao.findManyByClassName(Collection<String> values,
int limit) |
Find records that have CLASS_NAME IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<VTable>> |
VTableDao.findManyByOpConfig(Collection<String> values) |
Find records that have OP_CONFIG IN (values) asynchronously
|
io.vertx.core.Future<List<VTable>> |
VTableDao.findManyByOpConfig(Collection<String> values,
int limit) |
Find records that have OP_CONFIG IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<VTable>> |
VTableDao.findManyByOpDataIndex(Collection<String> values) |
Find records that have OP_DATA_INDEX IN (values)
asynchronously
|
io.vertx.core.Future<List<VTable>> |
VTableDao.findManyByOpDataIndex(Collection<String> values,
int limit) |
Find records that have OP_DATA_INDEX IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<VTable>> |
VTableDao.findManyByOpFixed(Collection<Boolean> values) |
Find records that have OP_FIXED IN (values) asynchronously
|
io.vertx.core.Future<List<VTable>> |
VTableDao.findManyByOpFixed(Collection<Boolean> values,
int limit) |
Find records that have OP_FIXED IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<VTable>> |
VTableDao.findManyByOpTitle(Collection<String> values) |
Find records that have OP_TITLE IN (values) asynchronously
|
io.vertx.core.Future<List<VTable>> |
VTableDao.findManyByOpTitle(Collection<String> values,
int limit) |
Find records that have OP_TITLE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<VTable>> |
VTableDao.findManyByRowClick(Collection<String> values) |
Find records that have ROW_CLICK IN (values) asynchronously
|
io.vertx.core.Future<List<VTable>> |
VTableDao.findManyByRowClick(Collection<String> values,
int limit) |
Find records that have ROW_CLICK IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<VTable>> |
VTableDao.findManyByRowContextMenu(Collection<String> values) |
Find records that have ROW_CONTEXT_MENU IN (values)
asynchronously
|
io.vertx.core.Future<List<VTable>> |
VTableDao.findManyByRowContextMenu(Collection<String> values,
int limit) |
Find records that have ROW_CONTEXT_MENU IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<VTable>> |
VTableDao.findManyByRowDoubleClick(Collection<String> values) |
Find records that have ROW_DOUBLE_CLICK IN (values)
asynchronously
|
io.vertx.core.Future<List<VTable>> |
VTableDao.findManyByRowDoubleClick(Collection<String> values,
int limit) |
Find records that have ROW_DOUBLE_CLICK IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<VTable>> |
VTableDao.findManyByRowMouseEnter(Collection<String> values) |
Find records that have ROW_MOUSE_ENTER IN (values)
asynchronously
|
io.vertx.core.Future<List<VTable>> |
VTableDao.findManyByRowMouseEnter(Collection<String> values,
int limit) |
Find records that have ROW_MOUSE_ENTER IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<VTable>> |
VTableDao.findManyByRowMouseLeave(Collection<String> values) |
Find records that have ROW_MOUSE_LEAVE IN (values)
asynchronously
|
io.vertx.core.Future<List<VTable>> |
VTableDao.findManyByRowMouseLeave(Collection<String> values,
int limit) |
Find records that have ROW_MOUSE_LEAVE IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<VTable>> |
VTableDao.findManyBySize(Collection<String> values) |
Find records that have SIZE IN (values) asynchronously
|
io.vertx.core.Future<List<VTable>> |
VTableDao.findManyBySize(Collection<String> values,
int limit) |
Find records that have SIZE IN (values) asynchronously
limited by the given limit
|
io.vertx.core.Future<List<VTable>> |
VTableDao.findManyByTotalReport(Collection<String> values) |
Find records that have TOTAL_REPORT IN (values)
asynchronously
|
io.vertx.core.Future<List<VTable>> |
VTableDao.findManyByTotalReport(Collection<String> values,
int limit) |
Find records that have TOTAL_REPORT IN (values)
asynchronously limited by the given limit
|
io.vertx.core.Future<List<VTable>> |
VTableDao.findManyByTotalSelected(Collection<String> values) |
Find records that have TOTAL_SELECTED IN (values)
asynchronously
|
io.vertx.core.Future<List<VTable>> |
VTableDao.findManyByTotalSelected(Collection<String> values,
int limit) |
Find records that have TOTAL_SELECTED IN (values)
asynchronously limited by the given limit
|
io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<VTableRecord,VTable,String> |
VTableDao.queryExecutor() |
|