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.ql
Methods in com._1c.g5.v8.dt.ql with parameters of type DateLiteralExpressionModifier and TypeMethodDescriptionstatic int
QlUtil.compareValueDateLiteral
(DateLiteralExpression dateFt, DateLiteralExpression dateSd) compare two date literals -
Uses of DateLiteralExpression in com._1c.g5.v8.dt.ql.model
Methods 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.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement DateLiteralExpressionModifier and TypeClassDescriptionclass
An 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.util
Methods 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'.