Documentation ¶
Index ¶
- func DeparseFromProtobuf(input []byte) (result string, err error)
- func Fingerprint(input string) (result string, err error)
- func Normalize(input string) (result string, err error)
- func ParsePlPgSqlToJSON(input string) (result string, err error)
- func ParseToJSON(input string) (result string, err error)
- func ParseToProtobuf(input string) (result []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeparseFromProtobuf ¶
DeparseFromProtobuf - Deparses the given Protobuf format parse tree into a SQL statement
func Fingerprint ¶
Fingerprint - Fingerprint the passed SQL statement using the C extension
func ParsePlPgSqlToJSON ¶
ParsePlPgSqlToJSON - Parses the given PL/pgSQL function statement into a parse tree (JSON format)
func ParseToJSON ¶
ParseToJSON - Parses the given SQL statement into a parse tree (JSON format)
func ParseToProtobuf ¶
ParseToProtobuf - Parses the given SQL statement into a parse tree (Protobuf format)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.