public class Context
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
org.conceptoriented.bistro.core.Column |
column |
Connector |
connector |
java.lang.Object |
parameters |
org.conceptoriented.bistro.core.Schema |
schema |
Server |
server |
org.conceptoriented.bistro.core.Table |
table |
java.lang.Object[] |
values |
| Constructor and Description |
|---|
Context() |
public Connector connector
public Server server
public org.conceptoriented.bistro.core.Schema schema
public org.conceptoriented.bistro.core.Table table
public org.conceptoriented.bistro.core.Column column
public java.lang.Object[] values
public java.lang.Object parameters