public class ExpContext
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
JDBCFetchConfiguration |
fetch
Fetch configuration.
|
java.lang.Object[] |
params
Parameters to query.
|
JDBCStore |
store
Store.
|
Constructor and Description |
---|
ExpContext() |
ExpContext(JDBCStore store,
java.lang.Object[] params,
JDBCFetchConfiguration fetch) |
public JDBCStore store
public java.lang.Object[] params
public JDBCFetchConfiguration fetch
public ExpContext()
public ExpContext(JDBCStore store, java.lang.Object[] params, JDBCFetchConfiguration fetch)