Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment struct {
// contains filtered or unexported fields
}
Environment contains information about the context in which the expression is evaluated.
func New ¶
func New(db *database.Database, tx *database.Transaction, params []Param, row row.Row) *Environment
func (*Environment) Clone ¶ added in v0.18.0
func (e *Environment) Clone(r row.Row) *Environment
func (*Environment) GetDB ¶
func (e *Environment) GetDB() *database.Database
func (*Environment) GetParamByIndex ¶
func (e *Environment) GetParamByIndex(pos int) (types.Value, error)
func (*Environment) GetTx ¶
func (e *Environment) GetTx() *database.Transaction
Click to show internal directories.
Click to hide internal directories.