This commit is contained in:
A. Abram White 2006-10-16 17:52:44 +00:00
parent c8b5b2746e
commit 907647550c
1 changed files with 4 additions and 0 deletions

View File

@ -126,6 +126,10 @@ public class LogicalUnion
return sels[0].getConfiguration();
}
public DBDictionary getDBDictionary() {
return dict;
}
public SQLBuffer toSelect(boolean forUpdate, JDBCFetchConfiguration fetch) {
return dict.toSelect(sels[0], forUpdate, fetch);
}