sqliteparserutils

package
v0.0.0-...-c0bdc87 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2024 License: MIT Imports: 3 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SplitStatementExtraInfo

type SplitStatementExtraInfo struct {
	IncompleteCreateTriggerStatement bool
	IncompleteMultilineComment       bool
	LastTokenType                    int
}

func SplitStatement

func SplitStatement(statement string) (statements []string, extraInfo SplitStatementExtraInfo)

type StatementIterator

type StatementIterator struct {
	// contains filtered or unexported fields
}

func (*StatementIterator) Next

func (iterator *StatementIterator) Next() (statement string, extraInfo SplitStatementExtraInfo, isEOF bool)

Jump to

Keyboard shortcuts

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