package
Version:
v0.6.5
Opens a new window with list of versions in this module.
Published: Feb 26, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var AddressImpl = &sqlite.FunctionImpl{
NArgs: 1,
Deterministic: true,
AllowIndirect: true,
Scalar: addressFunc,
}
addressImpl is the implementation of the ADDRESS function.
func Register(c *sqlite.Conn) error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.