const github.com/jackc/pgtype.TextFormatCode

19 uses

	github.com/jackc/pgtype (current package)
		bpchar.go#L37: 	return TextFormatCode
		bpchar.go#L49: 	return TextFormatCode
		composite_type.go#L458: 		cfs.err = cfs.ci.Scan(0, TextFormatCode, cfs.Bytes(), d)
		enum_type.go#L124: 	return TextFormatCode
		enum_type.go#L152: 	return TextFormatCode
		json.go#L117: 	return TextFormatCode
		json.go#L135: 	return TextFormatCode
		jsonb.go#L23: 	return TextFormatCode
		jsonb.go#L50: 	return TextFormatCode
		pgtype.go#L116: 	TextFormatCode   = 0
		pgtype.go#L465: 	return TextFormatCode
		pgtype.go#L473: 	return TextFormatCode
		pgtype.go#L538: 	case TextFormatCode:
		pgtype.go#L560: 	case TextFormatCode:
		pgtype.go#L791: 	case TextFormatCode:
		text.go#L88: 	return TextFormatCode
		text.go#L106: 	return TextFormatCode
		varchar.go#L27: 	return TextFormatCode
		varchar.go#L39: 	return TextFormatCode