public class SqlShowProcedures
extends org.apache.calcite.sql.SqlCall
SHOW PROCEDURES [ ( FROM | IN ) [catalog_name.]database_name ] [ [NOT] (LIKE | ILIKE)
<sql_like_pattern> ] statement
Modifier and Type | Field and Description |
---|---|
static org.apache.calcite.sql.SqlSpecialOperator |
OPERATOR |
Constructor and Description |
---|
SqlShowProcedures(org.apache.calcite.sql.parser.SqlParserPos pos,
String preposition,
org.apache.calcite.sql.SqlIdentifier databaseName,
boolean notLike,
String likeType,
org.apache.calcite.sql.SqlCharStringLiteral likeLiteral) |
Modifier and Type | Method and Description |
---|---|
String[] |
fullDatabaseName() |
org.apache.calcite.sql.SqlCharStringLiteral |
getLikeLiteral() |
String |
getLikeSqlPattern() |
String |
getLikeType() |
List<org.apache.calcite.sql.SqlNode> |
getOperandList() |
org.apache.calcite.sql.SqlOperator |
getOperator() |
String |
getPreposition() |
boolean |
isNotLike() |
boolean |
isWithLike() |
void |
unparse(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validate
public String getLikeSqlPattern()
public boolean isNotLike()
public String getLikeType()
public org.apache.calcite.sql.SqlCharStringLiteral getLikeLiteral()
public String getPreposition()
public org.apache.calcite.sql.SqlOperator getOperator()
getOperator
in class org.apache.calcite.sql.SqlCall
public List<org.apache.calcite.sql.SqlNode> getOperandList()
getOperandList
in class org.apache.calcite.sql.SqlCall
public String[] fullDatabaseName()
public boolean isWithLike()
public void unparse(org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)
unparse
in class org.apache.calcite.sql.SqlCall
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.