Documentation
¶
Index ¶
- func GetArgs(bindArgs, groupArgs []drivers.QueryArg) []drivers.QueryArg
- func ParseFolders(ctx context.Context, parser QueryParser, paths ...string) ([]drivers.QueryFolder, error)
- func ParseQueryColumnConfig(options string) drivers.QueryCol
- func ParseQueryConfig(options string) drivers.QueryConfig
- type QueryParser
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseFolders ¶
func ParseFolders(ctx context.Context, parser QueryParser, paths ...string) ([]drivers.QueryFolder, error)
func ParseQueryColumnConfig ¶
ParseQueryColumnConfig parses a user configuration string into a QueryCol. The configuration string should be in the format: "name:type:notnull"
func ParseQueryConfig ¶
func ParseQueryConfig(options string) drivers.QueryConfig
ParseQueryConfig parses a user configuration string into a QueryCoonfig. The configuration string should be in the format: "result_type_one:result_type_all:result_type_transformer"
Types ¶
Click to show internal directories.
Click to hide internal directories.