Package com._1c.g5.v8.dt.ql.validation
Interface IErrorCode
-
public interface IErrorCode
Interface contains error code for ql language validation
-
-
Field Summary
-
-
-
Field Detail
-
wrongTypeParam
static final String wrongTypeParam
- See Also:
- Constant Field Values
-
errorIntoLocated
static final String errorIntoLocated
- See Also:
- Constant Field Values
-
expectedStringLiteral
static final String expectedStringLiteral
- See Also:
- Constant Field Values
-
expectedNumberLiteral
static final String expectedNumberLiteral
- See Also:
- Constant Field Values
-
expectedDateLiteral
static final String expectedDateLiteral
- See Also:
- Constant Field Values
-
expectedLenOneChar
static final String expectedLenOneChar
- See Also:
- Constant Field Values
-
tableNotFound
static final String tableNotFound
- See Also:
- Constant Field Values
-
tableNotFoundInSource
static final String tableNotFoundInSource
- See Also:
- Constant Field Values
-
tempTableNotFound
static final String tempTableNotFound
- See Also:
- Constant Field Values
-
expectedAlias
static final String expectedAlias
- See Also:
- Constant Field Values
-
duplicateAlias
static final String duplicateAlias
- See Also:
- Constant Field Values
-
fieldNotFound
static final String fieldNotFound
- See Also:
- Constant Field Values
-
notAllowedNestedTable
static final String notAllowedNestedTable
- See Also:
- Constant Field Values
-
nestedTableInTotals
static final String nestedTableInTotals
- See Also:
- Constant Field Values
-
unknownFieldWriteRes
static final String unknownFieldWriteRes
- See Also:
- Constant Field Values
-
ifUnionOrderFieldsInSelectFields
static final String ifUnionOrderFieldsInSelectFields
- See Also:
- Constant Field Values
-
preferableUseAliasInOrder
static final String preferableUseAliasInOrder
- See Also:
- Constant Field Values
-
differentNumFieldsInUnion
static final String differentNumFieldsInUnion
- See Also:
- Constant Field Values
-
usingTotalsInNestedQuery
static final String usingTotalsInNestedQuery
- See Also:
- Constant Field Values
-
checkTablesInUpdateFor
static final String checkTablesInUpdateFor
- See Also:
- Constant Field Values
-
checkTablesInUpdateForNestedQuery
static final String checkTablesInUpdateForNestedQuery
- See Also:
- Constant Field Values
-
dontUseHierWithTotals
static final String dontUseHierWithTotals
- See Also:
- Constant Field Values
-
unionTableFieldAndSimpleField
static final String unionTableFieldAndSimpleField
- See Also:
- Constant Field Values
-
unionTableFieldWithDifferentNumOfFields
static final String unionTableFieldWithDifferentNumOfFields
- See Also:
- Constant Field Values
-
nestedAggregateFunction
static final String nestedAggregateFunction
- See Also:
- Constant Field Values
-
divisionByZero
static final String divisionByZero
- See Also:
- Constant Field Values
-
diffNumberOperandInIn
static final String diffNumberOperandInIn
- See Also:
- Constant Field Values
-
compoundTypeInInExpressionNestedQuery
static final String compoundTypeInInExpressionNestedQuery
- See Also:
- Constant Field Values
-
unlimitedTypeInSelectFieldsWithGroupBy
static final String unlimitedTypeInSelectFieldsWithGroupBy
- See Also:
- Constant Field Values
-
nestedTableWithDistinct
static final String nestedTableWithDistinct
- See Also:
- Constant Field Values
-
unlimitedTypeWithDistinct
static final String unlimitedTypeWithDistinct
- See Also:
- Constant Field Values
-
nestedQueryInAggFunction
static final String nestedQueryInAggFunction
- See Also:
- Constant Field Values
-
inHierarcheExprInAggFunction
static final String inHierarcheExprInAggFunction
- See Also:
- Constant Field Values
-
nestedTableInGroupBy
static final String nestedTableInGroupBy
- See Also:
- Constant Field Values
-
inHierarcheExprInGroupBy
static final String inHierarcheExprInGroupBy
- See Also:
- Constant Field Values
-
ifDistinctOrderFieldsInSelectFields
static final String ifDistinctOrderFieldsInSelectFields
- See Also:
- Constant Field Values
-
longLengthDescriptor
static final String longLengthDescriptor
- See Also:
- Constant Field Values
-
tempTableAlreadyExists
static final String tempTableAlreadyExists
- See Also:
- Constant Field Values
-
autoOrderInTempTable
static final String autoOrderInTempTable
- See Also:
- Constant Field Values
-
totalsInTempTable
static final String totalsInTempTable
- See Also:
- Constant Field Values
-
orderByWithoutTopInTempTable
static final String orderByWithoutTopInTempTable
- See Also:
- Constant Field Values
-
nestedTableInTempTable
static final String nestedTableInTempTable
- See Also:
- Constant Field Values
-
preferableUseAliasInIndex
static final String preferableUseAliasInIndex
- See Also:
- Constant Field Values
-
indexFieldsInSelectFields
static final String indexFieldsInSelectFields
- See Also:
- Constant Field Values
-
indexFieldsCompoundType
static final String indexFieldsCompoundType
- See Also:
- Constant Field Values
-
indexFieldsNotFixType
static final String indexFieldsNotFixType
- See Also:
- Constant Field Values
-
usingOrderByInNestedQueryWithoutTop
static final String usingOrderByInNestedQueryWithoutTop
- See Also:
- Constant Field Values
-
usingAutoOrderNestedQuery
static final String usingAutoOrderNestedQuery
- See Also:
- Constant Field Values
-
periodBeginMoreOrEqualThanPeriodAnd
static final String periodBeginMoreOrEqualThanPeriodAnd
- See Also:
- Constant Field Values
-
fractionalExprNotMakeSence
static final String fractionalExprNotMakeSence
- See Also:
- Constant Field Values
-
expressionAlwaysZero
static final String expressionAlwaysZero
- See Also:
- Constant Field Values
-
invalidDate
static final String invalidDate
- See Also:
- Constant Field Values
-
notAllowedDistinct
static final String notAllowedDistinct
- See Also:
- Constant Field Values
-
notAllowedAliasForStar
static final String notAllowedAliasForStar
- See Also:
- Constant Field Values
-
undefinedType
static final String undefinedType
- See Also:
- Constant Field Values
-
alotOfParameters
static final String alotOfParameters
- See Also:
- Constant Field Values
-
alotOfParametersInTable
static final String alotOfParametersInTable
- See Also:
- Constant Field Values
-
lackFuncParameters
static final String lackFuncParameters
- See Also:
- Constant Field Values
-
wrongTypePeriod
static final String wrongTypePeriod
- See Also:
- Constant Field Values
-
wrongParameter
static final String wrongParameter
- See Also:
- Constant Field Values
-
notFixTypeDepricated
static final String notFixTypeDepricated
- See Also:
- Constant Field Values
-
incompatibleType
static final String incompatibleType
- See Also:
- Constant Field Values
-
notAllowedStarWithDistinct
static final String notAllowedStarWithDistinct
- See Also:
- Constant Field Values
-
notAllowedOuterTableWithFrom
static final String notAllowedOuterTableWithFrom
- See Also:
- Constant Field Values
-
groupNesteNotNestedField
static final String groupNesteNotNestedField
- See Also:
- Constant Field Values
-
fieldMustBeInGroupBy
static final String fieldMustBeInGroupBy
- See Also:
- Constant Field Values
-
parametersForNonVirtualTable
static final String parametersForNonVirtualTable
- See Also:
- Constant Field Values
-
tableCannotBeSelectField
static final String tableCannotBeSelectField
- See Also:
- Constant Field Values
-
incompatibleTypeInUnionField
static final String incompatibleTypeInUnionField
- See Also:
- Constant Field Values
-
constValueInOrderBy
static final String constValueInOrderBy
- See Also:
- Constant Field Values
-
nestedTableInTotalsPoint
static final String nestedTableInTotalsPoint
- See Also:
- Constant Field Values
-
virtualFieldInTotalsPoint
static final String virtualFieldInTotalsPoint
- See Also:
- Constant Field Values
-
nestedTableThroughCompoundType
static final String nestedTableThroughCompoundType
- See Also:
- Constant Field Values
-
unknownPresentationValue
static final String unknownPresentationValue
- See Also:
- Constant Field Values
-
lengthNumberMorePrecision
static final String lengthNumberMorePrecision
- See Also:
- Constant Field Values
-
numberWithZeroLength
static final String numberWithZeroLength
- See Also:
- Constant Field Values
-
nestedPresentationFunction
static final String nestedPresentationFunction
- See Also:
- Constant Field Values
-
negativeExpression
static final String negativeExpression
- See Also:
- Constant Field Values
-
outOfRange
static final String outOfRange
- See Also:
- Constant Field Values
-
zeroValueMakeSense
static final String zeroValueMakeSense
- See Also:
- Constant Field Values
-
castingTypeWasNotFound
static final String castingTypeWasNotFound
- See Also:
- Constant Field Values
-
fieldFromdifferentNestedTable
static final String fieldFromdifferentNestedTable
- See Also:
- Constant Field Values
-
indexesWithoutInto
static final String indexesWithoutInto
- See Also:
- Constant Field Values
-
allFieldsFromEmptyTable
static final String allFieldsFromEmptyTable
- See Also:
- Constant Field Values
-
onlyAliasAllowed
static final String onlyAliasAllowed
- See Also:
- Constant Field Values
-
duplicateExpr
static final String duplicateExpr
- See Also:
- Constant Field Values
-
theSameExprDiffTypeSorting
static final String theSameExprDiffTypeSorting
- See Also:
- Constant Field Values
-
dropNotTempTable
static final String dropNotTempTable
- See Also:
- Constant Field Values
-
tableTypeNotFound
static final String tableTypeNotFound
- See Also:
- Constant Field Values
-
accumResInVirtualTableParam
static final String accumResInVirtualTableParam
- See Also:
- Constant Field Values
-
wrongUseParameters
static final String wrongUseParameters
- See Also:
- Constant Field Values
-
wrongNumberLiteral
static final String wrongNumberLiteral
- See Also:
- Constant Field Values
-
expectedLogicalExpression
static final String expectedLogicalExpression
- See Also:
- Constant Field Values
-
ambiguousField
static final String ambiguousField
- See Also:
- Constant Field Values
-
aggregateFunctionInWhereSection
static final String aggregateFunctionInWhereSection
- See Also:
- Constant Field Values
-
unknownPredefinedValue
static final String unknownPredefinedValue
- See Also:
- Constant Field Values
-
expectedDateExpression
static final String expectedDateExpression
- See Also:
- Constant Field Values
-
errorUsingNullLiteral
static final String errorUsingNullLiteral
- See Also:
- Constant Field Values
-
tempTableInNestedQuery
static final String tempTableInNestedQuery
- See Also:
- Constant Field Values
-
wrongContextForStarExpression
static final String wrongContextForStarExpression
- See Also:
- Constant Field Values
-
expectedNameOfTableField
static final String expectedNameOfTableField
- See Also:
- Constant Field Values
-
wrongCompoundType
static final String wrongCompoundType
- See Also:
- Constant Field Values
-
onlyOneSegmentAllowedInTableName
static final String onlyOneSegmentAllowedInTableName
- See Also:
- Constant Field Values
-
parametersWithDifferentTypes
static final String parametersWithDifferentTypes
- See Also:
- Constant Field Values
-
expressionWithFieldFromCompoundTypeInGroupBy
static final String expressionWithFieldFromCompoundTypeInGroupBy
- See Also:
- Constant Field Values
-
expressionNotAllowedInThisContext
static final String expressionNotAllowedInThisContext
- See Also:
- Constant Field Values
-
notAllowedQueryPart
static final String notAllowedQueryPart
- See Also:
- Constant Field Values
-
functionAllowedOnlyInTempTableQuery
static final String functionAllowedOnlyInTempTableQuery
- See Also:
- Constant Field Values
-
functionAllowedOnlyInQueryWithoutUnion
static final String functionAllowedOnlyInQueryWithoutUnion
- See Also:
- Constant Field Values
-
functionCanBeUsedAsSelectedField
static final String functionCanBeUsedAsSelectedField
- See Also:
- Constant Field Values
-
notAllowedUseFunctionInExpression
static final String notAllowedUseFunctionInExpression
- See Also:
- Constant Field Values
-
expectedQueryText
static final String expectedQueryText
- See Also:
- Constant Field Values
-
externalDataSourceNotFound
static final String externalDataSourceNotFound
- See Also:
- Constant Field Values
-
-