Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TypedSQLNode ¶
type TypedSQLNode struct { NodeType string `json:"type"` sql.SQLNode Children []*TypedSQLNode }
func NewTypedSQLNode ¶
func NewTypedSQLNode(node sql.SQLNode) *TypedSQLNode
Click to show internal directories.
Click to hide internal directories.