public class ExpContext extends Object
Modifier and Type | Field and Description |
---|---|
JDBCFetchConfiguration |
fetch
Fetch configuration.
|
boolean |
isVerticalStrat |
Object[] |
params
Parameters to query.
|
JDBCStore |
store
Store.
|
ClassMapping |
tpcMeta |
Constructor and Description |
---|
ExpContext() |
ExpContext(JDBCStore store,
Object[] params,
JDBCFetchConfiguration fetch) |
public JDBCStore store
public Object[] params
public JDBCFetchConfiguration fetch
public ClassMapping tpcMeta
public boolean isVerticalStrat
public ExpContext()
public ExpContext(JDBCStore store, Object[] params, JDBCFetchConfiguration fetch)
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.