blob: 6a25eb934bc67b1a5c95a6e45432f8f4c3c1c370 [file] [log] [blame]
pkg syncql, func NewErrArgMustBeField(*context.T, int64) error
pkg syncql, func NewErrBadFieldInWhere(*context.T, int64) error
pkg syncql, func NewErrBigIntConversionError(*context.T, int64, error) error
pkg syncql, func NewErrBigRatConversionError(*context.T, int64, error) error
pkg syncql, func NewErrBoolConversionError(*context.T, int64, error) error
pkg syncql, func NewErrBoolInvalidExpression(*context.T, int64) error
pkg syncql, func NewErrCheckOfUnknownStatementType(*context.T, int64) error
pkg syncql, func NewErrComplexConversionError(*context.T, int64, error) error
pkg syncql, func NewErrCouldNotConvert(*context.T, int64, string, string) error
pkg syncql, func NewErrDidYouMeanFunction(*context.T, int64, string) error
pkg syncql, func NewErrDidYouMeanLowercaseK(*context.T, int64) error
pkg syncql, func NewErrDidYouMeanLowercaseV(*context.T, int64) error
pkg syncql, func NewErrDotNotationDisallowedForKey(*context.T, int64) error
pkg syncql, func NewErrErrorCompilingRegularExpression(*context.T, int64, string, error) error
pkg syncql, func NewErrExecOfUnknownStatementType(*context.T, int64, string) error
pkg syncql, func NewErrExpected(*context.T, int64, string) error
pkg syncql, func NewErrExpectedFrom(*context.T, int64, string) error
pkg syncql, func NewErrExpectedIdentifier(*context.T, int64, string) error
pkg syncql, func NewErrExpectedOperand(*context.T, int64, string) error
pkg syncql, func NewErrExpectedOperator(*context.T, int64, string) error
pkg syncql, func NewErrFloatConversionError(*context.T, int64, error) error
pkg syncql, func NewErrFunctionArgBad(*context.T, int64, string, string) error
pkg syncql, func NewErrFunctionArgCount(*context.T, int64, string, int64, int64) error
pkg syncql, func NewErrFunctionAtLeastArgCount(*context.T, int64, string, int64, int64) error
pkg syncql, func NewErrFunctionLenInvalidArg(*context.T, int64) error
pkg syncql, func NewErrFunctionNotFound(*context.T, int64, string) error
pkg syncql, func NewErrFunctionTypeInvalidArg(*context.T, int64) error
pkg syncql, func NewErrIndexKindNotSupported(*context.T, int64, string, string, string) error
pkg syncql, func NewErrIntConversionError(*context.T, int64, error) error
pkg syncql, func NewErrInvalidEscapeChar(*context.T, int64) error
pkg syncql, func NewErrInvalidEscapeSequence(*context.T, int64) error
pkg syncql, func NewErrInvalidIndexField(*context.T, int64, string, string) error
pkg syncql, func NewErrInvalidSelectField(*context.T, int64) error
pkg syncql, func NewErrIsIsNotRequireLhsValue(*context.T, int64) error
pkg syncql, func NewErrIsIsNotRequireRhsNil(*context.T, int64) error
pkg syncql, func NewErrKeyExpressionLiteral(*context.T, int64) error
pkg syncql, func NewErrKeyValueStreamError(*context.T, int64, error) error
pkg syncql, func NewErrLikeExpressionsRequireRhsString(*context.T, int64) error
pkg syncql, func NewErrLimitMustBeGt0(*context.T, int64) error
pkg syncql, func NewErrLocationConversionError(*context.T, int64, error) error
pkg syncql, func NewErrMaxStatementLenExceeded(*context.T, int64, int64, int64) error
pkg syncql, func NewErrNoStatementFound(*context.T, int64) error
pkg syncql, func NewErrNotEnoughParamValuesSpecified(*context.T, int64) error
pkg syncql, func NewErrNotWritable(*context.T, string) error
pkg syncql, func NewErrOffsetMustBeGe0(*context.T, int64) error
pkg syncql, func NewErrOperationNotSupported(*context.T, string) error
pkg syncql, func NewErrPreparedStatementNotFound(*context.T) error
pkg syncql, func NewErrScanError(*context.T, int64, error) error
pkg syncql, func NewErrStringConversionError(*context.T, int64, error) error
pkg syncql, func NewErrTableCantAccess(*context.T, int64, string, error) error
pkg syncql, func NewErrTimeConversionError(*context.T, int64, error) error
pkg syncql, func NewErrTooManyParamValuesSpecified(*context.T, int64) error
pkg syncql, func NewErrUintConversionError(*context.T, int64, error) error
pkg syncql, func NewErrUnexpected(*context.T, int64, string) error
pkg syncql, func NewErrUnexpectedEndOfStatement(*context.T, int64) error
pkg syncql, func NewErrUnknownIdentifier(*context.T, int64, string) error
pkg syncql, func SplitError(error) (int64, string)
pkg syncql, type ResultStream interface { Advance, Cancel, Err, Result }
pkg syncql, type ResultStream interface, Advance() bool
pkg syncql, type ResultStream interface, Cancel()
pkg syncql, type ResultStream interface, Err() error
pkg syncql, type ResultStream interface, Result() []*vom.RawBytes
pkg syncql, var ErrArgMustBeField verror.IDAction
pkg syncql, var ErrBadFieldInWhere verror.IDAction
pkg syncql, var ErrBigIntConversionError verror.IDAction
pkg syncql, var ErrBigRatConversionError verror.IDAction
pkg syncql, var ErrBoolConversionError verror.IDAction
pkg syncql, var ErrBoolInvalidExpression verror.IDAction
pkg syncql, var ErrCheckOfUnknownStatementType verror.IDAction
pkg syncql, var ErrComplexConversionError verror.IDAction
pkg syncql, var ErrCouldNotConvert verror.IDAction
pkg syncql, var ErrDidYouMeanFunction verror.IDAction
pkg syncql, var ErrDidYouMeanLowercaseK verror.IDAction
pkg syncql, var ErrDidYouMeanLowercaseV verror.IDAction
pkg syncql, var ErrDotNotationDisallowedForKey verror.IDAction
pkg syncql, var ErrErrorCompilingRegularExpression verror.IDAction
pkg syncql, var ErrExecOfUnknownStatementType verror.IDAction
pkg syncql, var ErrExpected verror.IDAction
pkg syncql, var ErrExpectedFrom verror.IDAction
pkg syncql, var ErrExpectedIdentifier verror.IDAction
pkg syncql, var ErrExpectedOperand verror.IDAction
pkg syncql, var ErrExpectedOperator verror.IDAction
pkg syncql, var ErrFloatConversionError verror.IDAction
pkg syncql, var ErrFunctionArgBad verror.IDAction
pkg syncql, var ErrFunctionArgCount verror.IDAction
pkg syncql, var ErrFunctionAtLeastArgCount verror.IDAction
pkg syncql, var ErrFunctionLenInvalidArg verror.IDAction
pkg syncql, var ErrFunctionNotFound verror.IDAction
pkg syncql, var ErrFunctionTypeInvalidArg verror.IDAction
pkg syncql, var ErrIndexKindNotSupported verror.IDAction
pkg syncql, var ErrIntConversionError verror.IDAction
pkg syncql, var ErrInvalidEscapeChar verror.IDAction
pkg syncql, var ErrInvalidEscapeSequence verror.IDAction
pkg syncql, var ErrInvalidIndexField verror.IDAction
pkg syncql, var ErrInvalidSelectField verror.IDAction
pkg syncql, var ErrIsIsNotRequireLhsValue verror.IDAction
pkg syncql, var ErrIsIsNotRequireRhsNil verror.IDAction
pkg syncql, var ErrKeyExpressionLiteral verror.IDAction
pkg syncql, var ErrKeyValueStreamError verror.IDAction
pkg syncql, var ErrLikeExpressionsRequireRhsString verror.IDAction
pkg syncql, var ErrLimitMustBeGt0 verror.IDAction
pkg syncql, var ErrLocationConversionError verror.IDAction
pkg syncql, var ErrMaxStatementLenExceeded verror.IDAction
pkg syncql, var ErrNoStatementFound verror.IDAction
pkg syncql, var ErrNotEnoughParamValuesSpecified verror.IDAction
pkg syncql, var ErrNotWritable verror.IDAction
pkg syncql, var ErrOffsetMustBeGe0 verror.IDAction
pkg syncql, var ErrOperationNotSupported verror.IDAction
pkg syncql, var ErrPreparedStatementNotFound verror.IDAction
pkg syncql, var ErrScanError verror.IDAction
pkg syncql, var ErrStringConversionError verror.IDAction
pkg syncql, var ErrTableCantAccess verror.IDAction
pkg syncql, var ErrTimeConversionError verror.IDAction
pkg syncql, var ErrTooManyParamValuesSpecified verror.IDAction
pkg syncql, var ErrUintConversionError verror.IDAction
pkg syncql, var ErrUnexpected verror.IDAction
pkg syncql, var ErrUnexpectedEndOfStatement verror.IDAction
pkg syncql, var ErrUnknownIdentifier verror.IDAction