import "v.io/v23/query/syncql"
The ResultStream interface is used to iterate over query results.
model.go split_error.go syncql.vdl.go
var ( ErrBadFieldInWhere = verror.NewIDAction("v.io/v23/query/syncql.BadFieldInWhere", verror.NoRetry) ErrBoolInvalidExpression = verror.NewIDAction("v.io/v23/query/syncql.BoolInvalidExpression", verror.NoRetry) ErrCheckOfUnknownStatementType = verror.NewIDAction("v.io/v23/query/syncql.CheckOfUnknownStatementType", verror.NoRetry) ErrCouldNotConvert = verror.NewIDAction("v.io/v23/query/syncql.CouldNotConvert", verror.NoRetry) ErrDotNotationDisallowedForKey = verror.NewIDAction("v.io/v23/query/syncql.DotNotationDisallowedForKey", verror.NoRetry) ErrExecOfUnknownStatementType = verror.NewIDAction("v.io/v23/query/syncql.ExecOfUnknownStatementType", verror.NoRetry) ErrExpected = verror.NewIDAction("v.io/v23/query/syncql.Expected", verror.NoRetry) ErrExpectedFrom = verror.NewIDAction("v.io/v23/query/syncql.ExpectedFrom", verror.NoRetry) ErrExpectedIdentifier = verror.NewIDAction("v.io/v23/query/syncql.ExpectedIdentifier", verror.NoRetry) ErrExpectedOperand = verror.NewIDAction("v.io/v23/query/syncql.ExpectedOperand", verror.NoRetry) ErrExpectedOperator = verror.NewIDAction("v.io/v23/query/syncql.ExpectedOperator", verror.NoRetry) ErrFunctionArgCount = verror.NewIDAction("v.io/v23/query/syncql.FunctionArgCount", verror.NoRetry) ErrFunctionAtLeastArgCount = verror.NewIDAction("v.io/v23/query/syncql.FunctionAtLeastArgCount", verror.NoRetry) ErrFunctionTypeInvalidArg = verror.NewIDAction("v.io/v23/query/syncql.FunctionTypeInvalidArg", verror.NoRetry) ErrFunctionLenInvalidArg = verror.NewIDAction("v.io/v23/query/syncql.FunctionLenInvalidArg", verror.NoRetry) ErrFunctionArgBad = verror.NewIDAction("v.io/v23/query/syncql.FunctionArgBad", verror.NoRetry) ErrFunctionNotFound = verror.NewIDAction("v.io/v23/query/syncql.FunctionNotFound", verror.NoRetry) ErrArgMustBeField = verror.NewIDAction("v.io/v23/query/syncql.ArgMustBeField", verror.NoRetry) ErrBigIntConversionError = verror.NewIDAction("v.io/v23/query/syncql.BigIntConversionError", verror.NoRetry) ErrBigRatConversionError = verror.NewIDAction("v.io/v23/query/syncql.BigRatConversionError", verror.NoRetry) ErrBoolConversionError = verror.NewIDAction("v.io/v23/query/syncql.BoolConversionError", verror.NoRetry) ErrComplexConversionError = verror.NewIDAction("v.io/v23/query/syncql.ComplexConversionError", verror.NoRetry) ErrUintConversionError = verror.NewIDAction("v.io/v23/query/syncql.UintConversionError", verror.NoRetry) ErrTimeConversionError = verror.NewIDAction("v.io/v23/query/syncql.TimeConversionError", verror.NoRetry) ErrLocationConversionError = verror.NewIDAction("v.io/v23/query/syncql.LocationConversionError", verror.NoRetry) ErrStringConversionError = verror.NewIDAction("v.io/v23/query/syncql.StringConversionError", verror.NoRetry) ErrFloatConversionError = verror.NewIDAction("v.io/v23/query/syncql.FloatConversionError", verror.NoRetry) ErrIntConversionError = verror.NewIDAction("v.io/v23/query/syncql.IntConversionError", verror.NoRetry) ErrIsIsNotRequireLhsValue = verror.NewIDAction("v.io/v23/query/syncql.IsIsNotRequireLhsValue", verror.NoRetry) ErrIsIsNotRequireRhsNil = verror.NewIDAction("v.io/v23/query/syncql.IsIsNotRequireRhsNil", verror.NoRetry) ErrInvalidLikePattern = verror.NewIDAction("v.io/v23/query/syncql.InvalidLikePattern", verror.NoRetry) ErrInvalidSelectField = verror.NewIDAction("v.io/v23/query/syncql.InvalidSelectField", verror.NoRetry) ErrKeyExpressionLiteral = verror.NewIDAction("v.io/v23/query/syncql.KeyExpressionLiteral", verror.NoRetry) ErrKeyValueStreamError = verror.NewIDAction("v.io/v23/query/syncql.KeyValueStreamError", verror.NoRetry) ErrLikeExpressionsRequireRhsString = verror.NewIDAction("v.io/v23/query/syncql.LikeExpressionsRequireRhsString", verror.NoRetry) ErrLimitMustBeGt0 = verror.NewIDAction("v.io/v23/query/syncql.LimitMustBeGt0", verror.NoRetry) ErrMaxStatementLenExceeded = verror.NewIDAction("v.io/v23/query/syncql.MaxStatementLenExceeded", verror.NoRetry) ErrNoStatementFound = verror.NewIDAction("v.io/v23/query/syncql.NoStatementFound", verror.NoRetry) ErrOffsetMustBeGe0 = verror.NewIDAction("v.io/v23/query/syncql.OffsetMustBeGe0", verror.NoRetry) ErrScanError = verror.NewIDAction("v.io/v23/query/syncql.ScanError", verror.NoRetry) ErrTableCantAccess = verror.NewIDAction("v.io/v23/query/syncql.TableCantAccess", verror.NoRetry) ErrUnexpected = verror.NewIDAction("v.io/v23/query/syncql.Unexpected", verror.NoRetry) ErrUnexpectedEndOfStatement = verror.NewIDAction("v.io/v23/query/syncql.UnexpectedEndOfStatement", verror.NoRetry) ErrUnknownIdentifier = verror.NewIDAction("v.io/v23/query/syncql.UnknownIdentifier", verror.NoRetry) ErrInvalidEscapeChar = verror.NewIDAction("v.io/v23/query/syncql.InvalidEscapeChar", verror.NoRetry) ErrDidYouMeanLowercaseK = verror.NewIDAction("v.io/v23/query/syncql.DidYouMeanLowercaseK", verror.NoRetry) ErrDidYouMeanLowercaseV = verror.NewIDAction("v.io/v23/query/syncql.DidYouMeanLowercaseV", verror.NoRetry) ErrDidYouMeanFunction = verror.NewIDAction("v.io/v23/query/syncql.DidYouMeanFunction", verror.NoRetry) ErrNotEnoughParamValuesSpecified = verror.NewIDAction("v.io/v23/query/syncql.NotEnoughParamValuesSpecified", verror.NoRetry) ErrTooManyParamValuesSpecified = verror.NewIDAction("v.io/v23/query/syncql.TooManyParamValuesSpecified", verror.NoRetry) ErrPreparedStatementNotFound = verror.NewIDAction("v.io/v23/query/syncql.PreparedStatementNotFound", verror.NoRetry) ErrIndexKindNotSupported = verror.NewIDAction("v.io/v23/query/syncql.IndexKindNotSupported", verror.NoRetry) ErrInvalidIndexField = verror.NewIDAction("v.io/v23/query/syncql.InvalidIndexField", verror.NoRetry) ErrNotWritable = verror.NewIDAction("v.io/v23/query/syncql.NotWritable", verror.NoRetry) ErrOperationNotSupported = verror.NewIDAction("v.io/v23/query/syncql.OperationNotSupported", verror.NoRetry) )
ErrorfArgMustBeField calls ErrArgMustBeField.Errorf with the supplied arguments.
ErrorfBadFieldInWhere calls ErrBadFieldInWhere.Errorf with the supplied arguments.
ErrorfBigIntConversionError calls ErrBigIntConversionError.Errorf with the supplied arguments.
ErrorfBigRatConversionError calls ErrBigRatConversionError.Errorf with the supplied arguments.
ErrorfBoolConversionError calls ErrBoolConversionError.Errorf with the supplied arguments.
ErrorfBoolInvalidExpression calls ErrBoolInvalidExpression.Errorf with the supplied arguments.
ErrorfCheckOfUnknownStatementType calls ErrCheckOfUnknownStatementType.Errorf with the supplied arguments.
ErrorfComplexConversionError calls ErrComplexConversionError.Errorf with the supplied arguments.
ErrorfCouldNotConvert calls ErrCouldNotConvert.Errorf with the supplied arguments.
ErrorfDidYouMeanFunction calls ErrDidYouMeanFunction.Errorf with the supplied arguments.
ErrorfDidYouMeanLowercaseK calls ErrDidYouMeanLowercaseK.Errorf with the supplied arguments.
ErrorfDidYouMeanLowercaseV calls ErrDidYouMeanLowercaseV.Errorf with the supplied arguments.
ErrorfDotNotationDisallowedForKey calls ErrDotNotationDisallowedForKey.Errorf with the supplied arguments.
func ErrorfExecOfUnknownStatementType(ctx *context.T, format string, off int64, statementType string) error
ErrorfExecOfUnknownStatementType calls ErrExecOfUnknownStatementType.Errorf with the supplied arguments.
ErrorfExpected calls ErrExpected.Errorf with the supplied arguments.
ErrorfExpectedFrom calls ErrExpectedFrom.Errorf with the supplied arguments.
ErrorfExpectedIdentifier calls ErrExpectedIdentifier.Errorf with the supplied arguments.
ErrorfExpectedOperand calls ErrExpectedOperand.Errorf with the supplied arguments.
ErrorfExpectedOperator calls ErrExpectedOperator.Errorf with the supplied arguments.
ErrorfFloatConversionError calls ErrFloatConversionError.Errorf with the supplied arguments.
func ErrorfFunctionArgBad(ctx *context.T, format string, off int64, funcName string, argName string) error
ErrorfFunctionArgBad calls ErrFunctionArgBad.Errorf with the supplied arguments.
func ErrorfFunctionArgCount(ctx *context.T, format string, off int64, name string, expected int64, found int64) error
ErrorfFunctionArgCount calls ErrFunctionArgCount.Errorf with the supplied arguments.
func ErrorfFunctionAtLeastArgCount(ctx *context.T, format string, off int64, name string, expected int64, found int64) error
ErrorfFunctionAtLeastArgCount calls ErrFunctionAtLeastArgCount.Errorf with the supplied arguments.
ErrorfFunctionLenInvalidArg calls ErrFunctionLenInvalidArg.Errorf with the supplied arguments.
ErrorfFunctionNotFound calls ErrFunctionNotFound.Errorf with the supplied arguments.
ErrorfFunctionTypeInvalidArg calls ErrFunctionTypeInvalidArg.Errorf with the supplied arguments.
func ErrorfIndexKindNotSupported(ctx *context.T, format string, off int64, kind string, fieldName string, table string) error
ErrorfIndexKindNotSupported calls ErrIndexKindNotSupported.Errorf with the supplied arguments.
ErrorfIntConversionError calls ErrIntConversionError.Errorf with the supplied arguments.
ErrorfInvalidEscapeChar calls ErrInvalidEscapeChar.Errorf with the supplied arguments.
func ErrorfInvalidIndexField(ctx *context.T, format string, off int64, fieldName string, table string) error
ErrorfInvalidIndexField calls ErrInvalidIndexField.Errorf with the supplied arguments.
ErrorfInvalidLikePattern calls ErrInvalidLikePattern.Errorf with the supplied arguments.
ErrorfInvalidSelectField calls ErrInvalidSelectField.Errorf with the supplied arguments.
ErrorfIsIsNotRequireLhsValue calls ErrIsIsNotRequireLhsValue.Errorf with the supplied arguments.
ErrorfIsIsNotRequireRhsNil calls ErrIsIsNotRequireRhsNil.Errorf with the supplied arguments.
ErrorfKeyExpressionLiteral calls ErrKeyExpressionLiteral.Errorf with the supplied arguments.
ErrorfKeyValueStreamError calls ErrKeyValueStreamError.Errorf with the supplied arguments.
ErrorfLikeExpressionsRequireRhsString calls ErrLikeExpressionsRequireRhsString.Errorf with the supplied arguments.
ErrorfLimitMustBeGt0 calls ErrLimitMustBeGt0.Errorf with the supplied arguments.
ErrorfLocationConversionError calls ErrLocationConversionError.Errorf with the supplied arguments.
func ErrorfMaxStatementLenExceeded(ctx *context.T, format string, off int64, max int64, found int64) error
ErrorfMaxStatementLenExceeded calls ErrMaxStatementLenExceeded.Errorf with the supplied arguments.
ErrorfNoStatementFound calls ErrNoStatementFound.Errorf with the supplied arguments.
ErrorfNotEnoughParamValuesSpecified calls ErrNotEnoughParamValuesSpecified.Errorf with the supplied arguments.
ErrorfNotWritable calls ErrNotWritable.Errorf with the supplied arguments.
ErrorfOffsetMustBeGe0 calls ErrOffsetMustBeGe0.Errorf with the supplied arguments.
ErrorfOperationNotSupported calls ErrOperationNotSupported.Errorf with the supplied arguments.
ErrorfPreparedStatementNotFound calls ErrPreparedStatementNotFound.Errorf with the supplied arguments.
ErrorfScanError calls ErrScanError.Errorf with the supplied arguments.
ErrorfStringConversionError calls ErrStringConversionError.Errorf with the supplied arguments.
func ErrorfTableCantAccess(ctx *context.T, format string, off int64, table string, err error) error
ErrorfTableCantAccess calls ErrTableCantAccess.Errorf with the supplied arguments.
ErrorfTimeConversionError calls ErrTimeConversionError.Errorf with the supplied arguments.
ErrorfTooManyParamValuesSpecified calls ErrTooManyParamValuesSpecified.Errorf with the supplied arguments.
ErrorfUintConversionError calls ErrUintConversionError.Errorf with the supplied arguments.
ErrorfUnexpected calls ErrUnexpected.Errorf with the supplied arguments.
ErrorfUnexpectedEndOfStatement calls ErrUnexpectedEndOfStatement.Errorf with the supplied arguments.
ErrorfUnknownIdentifier calls ErrUnknownIdentifier.Errorf with the supplied arguments.
MessageArgMustBeField calls ErrArgMustBeField.Message with the supplied arguments.
MessageBadFieldInWhere calls ErrBadFieldInWhere.Message with the supplied arguments.
MessageBigIntConversionError calls ErrBigIntConversionError.Message with the supplied arguments.
MessageBigRatConversionError calls ErrBigRatConversionError.Message with the supplied arguments.
MessageBoolConversionError calls ErrBoolConversionError.Message with the supplied arguments.
MessageBoolInvalidExpression calls ErrBoolInvalidExpression.Message with the supplied arguments.
MessageCheckOfUnknownStatementType calls ErrCheckOfUnknownStatementType.Message with the supplied arguments.
MessageComplexConversionError calls ErrComplexConversionError.Message with the supplied arguments.
func MessageCouldNotConvert(ctx *context.T, message string, off int64, from string, to string) error
MessageCouldNotConvert calls ErrCouldNotConvert.Message with the supplied arguments.
func MessageDidYouMeanFunction(ctx *context.T, message string, off int64, correctName string) error
MessageDidYouMeanFunction calls ErrDidYouMeanFunction.Message with the supplied arguments.
MessageDidYouMeanLowercaseK calls ErrDidYouMeanLowercaseK.Message with the supplied arguments.
MessageDidYouMeanLowercaseV calls ErrDidYouMeanLowercaseV.Message with the supplied arguments.
MessageDotNotationDisallowedForKey calls ErrDotNotationDisallowedForKey.Message with the supplied arguments.
func MessageExecOfUnknownStatementType(ctx *context.T, message string, off int64, statementType string) error
MessageExecOfUnknownStatementType calls ErrExecOfUnknownStatementType.Message with the supplied arguments.
MessageExpected calls ErrExpected.Message with the supplied arguments.
MessageExpectedFrom calls ErrExpectedFrom.Message with the supplied arguments.
MessageExpectedIdentifier calls ErrExpectedIdentifier.Message with the supplied arguments.
MessageExpectedOperand calls ErrExpectedOperand.Message with the supplied arguments.
MessageExpectedOperator calls ErrExpectedOperator.Message with the supplied arguments.
MessageFloatConversionError calls ErrFloatConversionError.Message with the supplied arguments.
func MessageFunctionArgBad(ctx *context.T, message string, off int64, funcName string, argName string) error
MessageFunctionArgBad calls ErrFunctionArgBad.Message with the supplied arguments.
func MessageFunctionArgCount(ctx *context.T, message string, off int64, name string, expected int64, found int64) error
MessageFunctionArgCount calls ErrFunctionArgCount.Message with the supplied arguments.
func MessageFunctionAtLeastArgCount(ctx *context.T, message string, off int64, name string, expected int64, found int64) error
MessageFunctionAtLeastArgCount calls ErrFunctionAtLeastArgCount.Message with the supplied arguments.
MessageFunctionLenInvalidArg calls ErrFunctionLenInvalidArg.Message with the supplied arguments.
MessageFunctionNotFound calls ErrFunctionNotFound.Message with the supplied arguments.
MessageFunctionTypeInvalidArg calls ErrFunctionTypeInvalidArg.Message with the supplied arguments.
func MessageIndexKindNotSupported(ctx *context.T, message string, off int64, kind string, fieldName string, table string) error
MessageIndexKindNotSupported calls ErrIndexKindNotSupported.Message with the supplied arguments.
MessageIntConversionError calls ErrIntConversionError.Message with the supplied arguments.
MessageInvalidEscapeChar calls ErrInvalidEscapeChar.Message with the supplied arguments.
func MessageInvalidIndexField(ctx *context.T, message string, off int64, fieldName string, table string) error
MessageInvalidIndexField calls ErrInvalidIndexField.Message with the supplied arguments.
MessageInvalidLikePattern calls ErrInvalidLikePattern.Message with the supplied arguments.
MessageInvalidSelectField calls ErrInvalidSelectField.Message with the supplied arguments.
MessageIsIsNotRequireLhsValue calls ErrIsIsNotRequireLhsValue.Message with the supplied arguments.
MessageIsIsNotRequireRhsNil calls ErrIsIsNotRequireRhsNil.Message with the supplied arguments.
MessageKeyExpressionLiteral calls ErrKeyExpressionLiteral.Message with the supplied arguments.
MessageKeyValueStreamError calls ErrKeyValueStreamError.Message with the supplied arguments.
MessageLikeExpressionsRequireRhsString calls ErrLikeExpressionsRequireRhsString.Message with the supplied arguments.
MessageLimitMustBeGt0 calls ErrLimitMustBeGt0.Message with the supplied arguments.
MessageLocationConversionError calls ErrLocationConversionError.Message with the supplied arguments.
func MessageMaxStatementLenExceeded(ctx *context.T, message string, off int64, max int64, found int64) error
MessageMaxStatementLenExceeded calls ErrMaxStatementLenExceeded.Message with the supplied arguments.
MessageNoStatementFound calls ErrNoStatementFound.Message with the supplied arguments.
MessageNotEnoughParamValuesSpecified calls ErrNotEnoughParamValuesSpecified.Message with the supplied arguments.
MessageNotWritable calls ErrNotWritable.Message with the supplied arguments.
MessageOffsetMustBeGe0 calls ErrOffsetMustBeGe0.Message with the supplied arguments.
MessageOperationNotSupported calls ErrOperationNotSupported.Message with the supplied arguments.
MessagePreparedStatementNotFound calls ErrPreparedStatementNotFound.Message with the supplied arguments.
MessageScanError calls ErrScanError.Message with the supplied arguments.
MessageStringConversionError calls ErrStringConversionError.Message with the supplied arguments.
func MessageTableCantAccess(ctx *context.T, message string, off int64, table string, err error) error
MessageTableCantAccess calls ErrTableCantAccess.Message with the supplied arguments.
MessageTimeConversionError calls ErrTimeConversionError.Message with the supplied arguments.
MessageTooManyParamValuesSpecified calls ErrTooManyParamValuesSpecified.Message with the supplied arguments.
MessageUintConversionError calls ErrUintConversionError.Message with the supplied arguments.
MessageUnexpected calls ErrUnexpected.Message with the supplied arguments.
MessageUnexpectedEndOfStatement calls ErrUnexpectedEndOfStatement.Message with the supplied arguments.
MessageUnknownIdentifier calls ErrUnknownIdentifier.Message with the supplied arguments.
func ParamsErrArgMustBeField(argumentError error) (verrorComponent string, verrorOperation string, off int64, returnErr error)
ParamsErrArgMustBeField extracts the expected parameters from the error's ParameterList.
func ParamsErrBadFieldInWhere(argumentError error) (verrorComponent string, verrorOperation string, off int64, returnErr error)
ParamsErrBadFieldInWhere extracts the expected parameters from the error's ParameterList.
func ParamsErrBigIntConversionError(argumentError error) (verrorComponent string, verrorOperation string, off int64, err error, returnErr error)
ParamsErrBigIntConversionError extracts the expected parameters from the error's ParameterList.
func ParamsErrBigRatConversionError(argumentError error) (verrorComponent string, verrorOperation string, off int64, err error, returnErr error)
ParamsErrBigRatConversionError extracts the expected parameters from the error's ParameterList.
func ParamsErrBoolConversionError(argumentError error) (verrorComponent string, verrorOperation string, off int64, err error, returnErr error)
ParamsErrBoolConversionError extracts the expected parameters from the error's ParameterList.
func ParamsErrBoolInvalidExpression(argumentError error) (verrorComponent string, verrorOperation string, off int64, returnErr error)
ParamsErrBoolInvalidExpression extracts the expected parameters from the error's ParameterList.
func ParamsErrCheckOfUnknownStatementType(argumentError error) (verrorComponent string, verrorOperation string, off int64, returnErr error)
ParamsErrCheckOfUnknownStatementType extracts the expected parameters from the error's ParameterList.
func ParamsErrComplexConversionError(argumentError error) (verrorComponent string, verrorOperation string, off int64, err error, returnErr error)
ParamsErrComplexConversionError extracts the expected parameters from the error's ParameterList.
func ParamsErrCouldNotConvert(argumentError error) (verrorComponent string, verrorOperation string, off int64, from string, to string, returnErr error)
ParamsErrCouldNotConvert extracts the expected parameters from the error's ParameterList.
func ParamsErrDidYouMeanFunction(argumentError error) (verrorComponent string, verrorOperation string, off int64, correctName string, returnErr error)
ParamsErrDidYouMeanFunction extracts the expected parameters from the error's ParameterList.
func ParamsErrDidYouMeanLowercaseK(argumentError error) (verrorComponent string, verrorOperation string, off int64, returnErr error)
ParamsErrDidYouMeanLowercaseK extracts the expected parameters from the error's ParameterList.
func ParamsErrDidYouMeanLowercaseV(argumentError error) (verrorComponent string, verrorOperation string, off int64, returnErr error)
ParamsErrDidYouMeanLowercaseV extracts the expected parameters from the error's ParameterList.
func ParamsErrDotNotationDisallowedForKey(argumentError error) (verrorComponent string, verrorOperation string, off int64, returnErr error)
ParamsErrDotNotationDisallowedForKey extracts the expected parameters from the error's ParameterList.
func ParamsErrExecOfUnknownStatementType(argumentError error) (verrorComponent string, verrorOperation string, off int64, statementType string, returnErr error)
ParamsErrExecOfUnknownStatementType extracts the expected parameters from the error's ParameterList.
func ParamsErrExpected(argumentError error) (verrorComponent string, verrorOperation string, off int64, expected string, returnErr error)
ParamsErrExpected extracts the expected parameters from the error's ParameterList.
func ParamsErrExpectedFrom(argumentError error) (verrorComponent string, verrorOperation string, off int64, found string, returnErr error)
ParamsErrExpectedFrom extracts the expected parameters from the error's ParameterList.
func ParamsErrExpectedIdentifier(argumentError error) (verrorComponent string, verrorOperation string, off int64, found string, returnErr error)
ParamsErrExpectedIdentifier extracts the expected parameters from the error's ParameterList.
func ParamsErrExpectedOperand(argumentError error) (verrorComponent string, verrorOperation string, off int64, found string, returnErr error)
ParamsErrExpectedOperand extracts the expected parameters from the error's ParameterList.
func ParamsErrExpectedOperator(argumentError error) (verrorComponent string, verrorOperation string, off int64, found string, returnErr error)
ParamsErrExpectedOperator extracts the expected parameters from the error's ParameterList.
func ParamsErrFloatConversionError(argumentError error) (verrorComponent string, verrorOperation string, off int64, err error, returnErr error)
ParamsErrFloatConversionError extracts the expected parameters from the error's ParameterList.
func ParamsErrFunctionArgBad(argumentError error) (verrorComponent string, verrorOperation string, off int64, funcName string, argName string, returnErr error)
ParamsErrFunctionArgBad extracts the expected parameters from the error's ParameterList.
func ParamsErrFunctionArgCount(argumentError error) (verrorComponent string, verrorOperation string, off int64, name string, expected int64, found int64, returnErr error)
ParamsErrFunctionArgCount extracts the expected parameters from the error's ParameterList.
func ParamsErrFunctionAtLeastArgCount(argumentError error) (verrorComponent string, verrorOperation string, off int64, name string, expected int64, found int64, returnErr error)
ParamsErrFunctionAtLeastArgCount extracts the expected parameters from the error's ParameterList.
func ParamsErrFunctionLenInvalidArg(argumentError error) (verrorComponent string, verrorOperation string, off int64, returnErr error)
ParamsErrFunctionLenInvalidArg extracts the expected parameters from the error's ParameterList.
func ParamsErrFunctionNotFound(argumentError error) (verrorComponent string, verrorOperation string, off int64, name string, returnErr error)
ParamsErrFunctionNotFound extracts the expected parameters from the error's ParameterList.
func ParamsErrFunctionTypeInvalidArg(argumentError error) (verrorComponent string, verrorOperation string, off int64, returnErr error)
ParamsErrFunctionTypeInvalidArg extracts the expected parameters from the error's ParameterList.
func ParamsErrIndexKindNotSupported(argumentError error) (verrorComponent string, verrorOperation string, off int64, kind string, fieldName string, table string, returnErr error)
ParamsErrIndexKindNotSupported extracts the expected parameters from the error's ParameterList.
func ParamsErrIntConversionError(argumentError error) (verrorComponent string, verrorOperation string, off int64, err error, returnErr error)
ParamsErrIntConversionError extracts the expected parameters from the error's ParameterList.
func ParamsErrInvalidEscapeChar(argumentError error) (verrorComponent string, verrorOperation string, off int64, escChar string, returnErr error)
ParamsErrInvalidEscapeChar extracts the expected parameters from the error's ParameterList.
func ParamsErrInvalidIndexField(argumentError error) (verrorComponent string, verrorOperation string, off int64, fieldName string, table string, returnErr error)
ParamsErrInvalidIndexField extracts the expected parameters from the error's ParameterList.
func ParamsErrInvalidLikePattern(argumentError error) (verrorComponent string, verrorOperation string, off int64, err error, returnErr error)
ParamsErrInvalidLikePattern extracts the expected parameters from the error's ParameterList.
func ParamsErrInvalidSelectField(argumentError error) (verrorComponent string, verrorOperation string, off int64, returnErr error)
ParamsErrInvalidSelectField extracts the expected parameters from the error's ParameterList.
func ParamsErrIsIsNotRequireLhsValue(argumentError error) (verrorComponent string, verrorOperation string, off int64, returnErr error)
ParamsErrIsIsNotRequireLhsValue extracts the expected parameters from the error's ParameterList.
func ParamsErrIsIsNotRequireRhsNil(argumentError error) (verrorComponent string, verrorOperation string, off int64, returnErr error)
ParamsErrIsIsNotRequireRhsNil extracts the expected parameters from the error's ParameterList.
func ParamsErrKeyExpressionLiteral(argumentError error) (verrorComponent string, verrorOperation string, off int64, returnErr error)
ParamsErrKeyExpressionLiteral extracts the expected parameters from the error's ParameterList.
func ParamsErrKeyValueStreamError(argumentError error) (verrorComponent string, verrorOperation string, off int64, err error, returnErr error)
ParamsErrKeyValueStreamError extracts the expected parameters from the error's ParameterList.
func ParamsErrLikeExpressionsRequireRhsString(argumentError error) (verrorComponent string, verrorOperation string, off int64, returnErr error)
ParamsErrLikeExpressionsRequireRhsString extracts the expected parameters from the error's ParameterList.
func ParamsErrLimitMustBeGt0(argumentError error) (verrorComponent string, verrorOperation string, off int64, returnErr error)
ParamsErrLimitMustBeGt0 extracts the expected parameters from the error's ParameterList.
func ParamsErrLocationConversionError(argumentError error) (verrorComponent string, verrorOperation string, off int64, err error, returnErr error)
ParamsErrLocationConversionError extracts the expected parameters from the error's ParameterList.
func ParamsErrMaxStatementLenExceeded(argumentError error) (verrorComponent string, verrorOperation string, off int64, max int64, found int64, returnErr error)
ParamsErrMaxStatementLenExceeded extracts the expected parameters from the error's ParameterList.
func ParamsErrNoStatementFound(argumentError error) (verrorComponent string, verrorOperation string, off int64, returnErr error)
ParamsErrNoStatementFound extracts the expected parameters from the error's ParameterList.
func ParamsErrNotEnoughParamValuesSpecified(argumentError error) (verrorComponent string, verrorOperation string, off int64, returnErr error)
ParamsErrNotEnoughParamValuesSpecified extracts the expected parameters from the error's ParameterList.
func ParamsErrNotWritable(argumentError error) (verrorComponent string, verrorOperation string, table string, returnErr error)
ParamsErrNotWritable extracts the expected parameters from the error's ParameterList.
func ParamsErrOffsetMustBeGe0(argumentError error) (verrorComponent string, verrorOperation string, off int64, returnErr error)
ParamsErrOffsetMustBeGe0 extracts the expected parameters from the error's ParameterList.
func ParamsErrOperationNotSupported(argumentError error) (verrorComponent string, verrorOperation string, operation string, returnErr error)
ParamsErrOperationNotSupported extracts the expected parameters from the error's ParameterList.
func ParamsErrPreparedStatementNotFound(argumentError error) (verrorComponent string, verrorOperation string, returnErr error)
ParamsErrPreparedStatementNotFound extracts the expected parameters from the error's ParameterList.
func ParamsErrScanError(argumentError error) (verrorComponent string, verrorOperation string, off int64, err error, returnErr error)
ParamsErrScanError extracts the expected parameters from the error's ParameterList.
func ParamsErrStringConversionError(argumentError error) (verrorComponent string, verrorOperation string, off int64, err error, returnErr error)
ParamsErrStringConversionError extracts the expected parameters from the error's ParameterList.
func ParamsErrTableCantAccess(argumentError error) (verrorComponent string, verrorOperation string, off int64, table string, err error, returnErr error)
ParamsErrTableCantAccess extracts the expected parameters from the error's ParameterList.
func ParamsErrTimeConversionError(argumentError error) (verrorComponent string, verrorOperation string, off int64, err error, returnErr error)
ParamsErrTimeConversionError extracts the expected parameters from the error's ParameterList.
func ParamsErrTooManyParamValuesSpecified(argumentError error) (verrorComponent string, verrorOperation string, off int64, returnErr error)
ParamsErrTooManyParamValuesSpecified extracts the expected parameters from the error's ParameterList.
func ParamsErrUintConversionError(argumentError error) (verrorComponent string, verrorOperation string, off int64, err error, returnErr error)
ParamsErrUintConversionError extracts the expected parameters from the error's ParameterList.
func ParamsErrUnexpected(argumentError error) (verrorComponent string, verrorOperation string, off int64, found string, returnErr error)
ParamsErrUnexpected extracts the expected parameters from the error's ParameterList.
func ParamsErrUnexpectedEndOfStatement(argumentError error) (verrorComponent string, verrorOperation string, off int64, returnErr error)
ParamsErrUnexpectedEndOfStatement extracts the expected parameters from the error's ParameterList.
func ParamsErrUnknownIdentifier(argumentError error) (verrorComponent string, verrorOperation string, off int64, found string, returnErr error)
ParamsErrUnknownIdentifier extracts the expected parameters from the error's ParameterList.
SplitError splits an error message into an offset and the remaining (i.e., rhs of offset) message. The query error convention is "<module><optional-rpc>[offset]<remaining-message>". If err is nil, (0, "") are returned.
type ResultStream interface { // Advance stages an element so the client can retrieve it with Result. // Advance returns true iff there is a result to retrieve. The client must // call Advance before calling Result. The client must call Cancel if it // does not iterate through all elements (i.e. until Advance returns false). // Advance may block if an element is not immediately available. Advance() bool // Result returns the row (i.e., array of vdl.Values) that was staged by // Advance. Result may panic if Advance returned false or was not called at // all. Result does not block. Result() []*vom.RawBytes // Err returns a non-nil error iff the stream encountered any errors. Err does // not block. Err() error // Cancel notifies the ResultStream provider that it can stop producing // results. The client must call Cancel if it does not iterate through all // results (i.e. until Advance returns false). Cancel is idempotent and can be // called concurrently with a goroutine that is iterating via Advance/Result. // Cancel causes Advance to subsequently return false. Cancel does not block. Cancel() }
ResultStream is an interface for iterating through results (i.e., rows) returned from a query. Each resulting row is an array of vdl.Values.
Package syncql imports 6 packages (graph) and is imported by 47 packages. Updated 2020-12-19. Refresh now. Tools for package owners.