Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInconsistentArgs = errors.New("inconsistent args") ErrUnexpectedNumericArgZero = errors.New("unexpected numeric arg $0. Allowed only $1 and greater") )
Functions ¶
Types ¶
type AutoDeclare ¶
type AutoDeclare struct{}
type Bind ¶
type NumericArgs ¶
type NumericArgs struct{}
type PositionalArgs ¶
type PositionalArgs struct{}
type TablePathPrefix ¶
type TablePathPrefix string
func (TablePathPrefix) NormalizePath ¶
func (tablePathPrefix TablePathPrefix) NormalizePath(folderOrTable string) string
Click to show internal directories.
Click to hide internal directories.