parser

package module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 8, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

README

mybatis-mapper-2-sql

  • fork mybatis-mapper-2-sql
  • fix batch sql

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseXML

func ParseXML(data string) (string, error)

ParseXML is a parser for parse all query in XML to string.

func ParseXMLQuery

func ParseXMLQuery(data string, skipErrorQuery bool) ([]string, error)

ParseXMLQuery is a parser for parse all query in XML to []string one by one; you can set `skipErrorQuery` true to ignore invalid query.

func ParseXMLs

func ParseXMLs(data []string, skipErrorQuery bool) ([]string, error)

ParseXMLs is a parser for parse all query in several XML files to []string one by one; you can set `skipErrorQuery` true to ignore invalid query.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL