Documentation
¶
Index ¶
Constants ¶
View Source
const EOF = 0
Variables ¶
This section is empty.
Functions ¶
func Parse ¶ added in v0.3.2
Parse transforms a named query into native query, respecting the bind param, returning the transformed query and a slice of identifiers.
func ParseIdents ¶
ParseIdents is like Parse, but only return a slice of identifiers.
func ParseInClause ¶ added in v0.3.2
ParseInClause expands any binds in the query, respecting the bind param, that correspond to a slice in args to the length of that slice, and then appends those slice elements to a new arglist.
Types ¶
Click to show internal directories.
Click to hide internal directories.