Uses of Interface
com._1c.g5.v8.dt.ql.model.DateLiteralExpression
Packages that use DateLiteralExpression
Package
Description
- 
Uses of DateLiteralExpression in com._1c.g5.v8.dt.qlMethods in com._1c.g5.v8.dt.ql with parameters of type DateLiteralExpressionModifier and TypeMethodDescriptionstatic intQlUtil.compareValueDateLiteral(DateLiteralExpression dateFt, DateLiteralExpression dateSd) compare two date literals
- 
Uses of DateLiteralExpression in com._1c.g5.v8.dt.ql.modelMethods in com._1c.g5.v8.dt.ql.model that return DateLiteralExpressionModifier and TypeMethodDescriptionQlFactory.createDateLiteralExpression()Returns a new object of class 'Date Literal Expression'.
- 
Uses of DateLiteralExpression in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement DateLiteralExpressionModifier and TypeClassDescriptionclassAn implementation of the model object 'Date Literal Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return DateLiteralExpression
- 
Uses of DateLiteralExpression in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type DateLiteralExpressionModifier and TypeMethodDescriptionQlSwitch.caseDateLiteralExpression(DateLiteralExpression object) Returns the result of interpreting the object as an instance of 'Date Literal Expression'.