package
0.1.3
Repository: https://github.com/viant/dyndb.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Convert converts attribute to relect type.
Encode encodes value.
Lookup returns custom function.
NewColumn returns a column param.
NewCreateTable returns create Table execution.
NewDelete creates an update execution.
NewDropTable returns drop Table execution.
NewField returns a field param.
NewInsert creates an insert execution.
NewLiteral returns a literal param.
NewPlaceholder returns a placeholder param.
NewQuery creates an query execution.
No description provided by the author
NewType creates a new type.
NewUpdate creates an update execution.
NewValue returns a value param.
Register register custom function.

# Constants

KindCreateTable create table.
KindDropTable drop table.
KindUndefined undefined kind.
ParameterKindColumn column.
ParameterKindField field.
ParameterKindLiteral literal.
ParameterKindPlaceholder placeholder.
ParameterKindValue values.
StrategyPartiql defines execution strategy.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
State represent an execution state.
No description provided by the author

# Interfaces

Function user defined function interface.

# Type aliases

Kind represents execution king.
NewFunc function provider.
No description provided by the author
Strategy represents a strategy.