Uses of Interface
com._1c.g5.v8.dt.ql.model.DateLiteralExpression
-
Packages that use DateLiteralExpression Package Description com._1c.g5.v8.dt.ql com._1c.g5.v8.dt.ql.model com._1c.g5.v8.dt.ql.model.impl com._1c.g5.v8.dt.ql.model.util -
-
Uses of DateLiteralExpression in com._1c.g5.v8.dt.ql
Methods in com._1c.g5.v8.dt.ql with parameters of type DateLiteralExpression Modifier and Type Method Description static intQlUtil. 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 DateLiteralExpression Modifier and Type Method Description DateLiteralExpressionQlFactory. 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 DateLiteralExpression Modifier and Type Class Description classDateLiteralExpressionImplAn implementation of the model object 'Date Literal Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return DateLiteralExpression Modifier and Type Method Description DateLiteralExpressionQlFactoryImpl. createDateLiteralExpression() -
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 DateLiteralExpression Modifier and Type Method Description TQlSwitch. caseDateLiteralExpression(DateLiteralExpression object)Returns the result of interpreting the object as an instance of 'Date Literal Expression'.
-