Class SqlLiteralChainOperator


public class SqlLiteralChainOperator extends SqlSpecialOperator
Internal operator, by which the parser represents a continued string literal.

The string fragments are SqlLiteral objects, all of the same type, collected as the operands of an SqlCall using this operator. After validation, the fragments will be concatenated into a single literal.

For a chain of SqlCharStringLiteral objects, a SqlCollation object is attached only to the head of the chain.