Documentation
¶
Index ¶
- Constants
- func Enable(ctx *commons.RuntimeContext)
- func WrapDbal(runtime *goja.Runtime, database gg_dbal_drivers.IDatabase) goja.Value
- func WrapDbalCache(runtime *goja.Runtime) goja.Value
- func WrapDbalQuery(runtime *goja.Runtime, database gg_dbal_drivers.IDatabase, command string) goja.Value
- func WrapDbalSchema(runtime *goja.Runtime, database gg_dbal_drivers.IDatabase) goja.Value
- type JsDbal
- type JsDbalCache
- type JsDbalQuery
- type JsDbalSchema
- type ModuleDbal
Constants ¶
View Source
const NAME = "dbal"
Variables ¶
This section is empty.
Functions ¶
func Enable ¶
func Enable(ctx *commons.RuntimeContext)
func WrapDbalQuery ¶
func WrapDbalSchema ¶
Types ¶
type JsDbalCache ¶
type JsDbalCache struct {
// contains filtered or unexported fields
}
type JsDbalQuery ¶
type JsDbalQuery struct {
// contains filtered or unexported fields
}
type JsDbalSchema ¶
type JsDbalSchema struct {
// contains filtered or unexported fields
}
type ModuleDbal ¶
type ModuleDbal struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.