type github.com/jackc/pgx/v4/internal/sanitize.stateFn

10 uses

	github.com/jackc/pgx/v4/internal/sanitize (current package)
		sanitize.go#L97: 	stateFn stateFn
		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 {