Uses of Class
io.trino.sql.tree.StringLiteral
Packages that use StringLiteral
-
Uses of StringLiteral in io.trino.sql
Methods in io.trino.sql with parameters of type StringLiteralModifier and TypeMethodDescriptionprotected StringExpressionFormatter.Formatter.visitStringLiteral(StringLiteral node, Void context) -
Uses of StringLiteral in io.trino.sql.tree
Methods in io.trino.sql.tree that return StringLiteralModifier and TypeMethodDescriptionJsonPathInvocation.getJsonPath()ExecuteImmediate.getStatement()Methods in io.trino.sql.tree with parameters of type StringLiteralModifier and TypeMethodDescriptionprotected RAstVisitor.visitStringLiteral(StringLiteral node, C context) Constructors in io.trino.sql.tree with parameters of type StringLiteralModifierConstructorDescriptionExecuteImmediate(NodeLocation location, StringLiteral statement, List<Expression> parameters) JsonPathInvocation(Optional<NodeLocation> location, Expression inputExpression, JsonPathParameter.JsonFormat inputFormat, StringLiteral jsonPath, List<JsonPathParameter> pathParameters)