#1566 - ENH: Support query.setBaseTable() ... to query against dynamic table (ala manual table partitioning)

This commit is contained in:
rob bygrave
2019-01-09 19:13:35 +13:00
parent 3207ae1f08
commit cd8c12a9a8
6 changed files with 97 additions and 7 deletions
@@ -820,6 +820,11 @@ public interface SpiQuery<T> extends Query<T>, TxnProfileEventCodes {
*/
boolean isCancelled();
/**
* Return the base table to use if user defined on the query.
*/
String getBaseTable();
/**
* Return root table alias set by {@link #alias(String)} command.
*/