type github.com/jackc/pgx/v4/internal/sanitize.sqlLexer
10 uses
github.com/jackc/pgx/v4/internal/sanitize (current package)
sanitize.go#L70: l := &sqlLexer{
sanitize.go#L92: type sqlLexer struct {
sanitize.go#L101: type stateFn func(*sqlLexer) stateFn
sanitize.go#L103: func rawState(l *sqlLexer) stateFn {
sanitize.go#L150: func singleQuoteState(l *sqlLexer) stateFn {
sanitize.go#L172: func doubleQuoteState(l *sqlLexer) stateFn {
sanitize.go#L196: func placeholderState(l *sqlLexer) stateFn {
sanitize.go#L215: func escapeStringState(l *sqlLexer) stateFn {
sanitize.go#L240: func oneLineCommentState(l *sqlLexer) stateFn {
sanitize.go#L261: func multilineCommentState(l *sqlLexer) stateFn {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |