Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewVisitor ¶
func NewVisitor(db tables) *visitor
func TranslateColumnType ¶
TranslateColumnType converts sqlite database types to Go types, for example "varchar" to "string" and "bigint" to "int64". It returns this parsed data as a Column object. https://sqlite.org/datatype3.html
Types ¶
type Function ¶ added in v0.35.0
type Function = antlrhelpers.Function
type Functions ¶ added in v0.35.0
type Functions = antlrhelpers.Functions
type IndexExtra ¶
type IndexExtra = struct {
Partial bool `json:"partial"`
}
type Node ¶ added in v0.35.0
type Node = antlrhelpers.Node
type NodeInfo ¶ added in v0.35.0
type NodeInfo = antlrhelpers.NodeInfo
type NodeKey ¶ added in v0.35.0
type NodeKey = antlrhelpers.NodeKey
type NodeType ¶ added in v0.35.0
type NodeType = antlrhelpers.NodeType
type NodeTypes ¶ added in v0.35.0
type NodeTypes = antlrhelpers.NodeTypes
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
func (Parser) ParseFolders ¶ added in v0.35.0
type QuerySource ¶ added in v0.35.0
type QuerySource = antlrhelpers.QuerySource
type ReturnColumn ¶ added in v0.35.0
type ReturnColumn = antlrhelpers.ReturnColumn
type StmtInfo ¶ added in v0.35.0
type StmtInfo = antlrhelpers.StmtInfo
Click to show internal directories.
Click to hide internal directories.