Modifier and Type | Class and Description |
---|---|
static class |
SQLParserUtil.ParsedDataType |
Modifier and Type | Field and Description |
---|---|
static boolean |
CONDITION_CONSTRAINT_DEFAULT |
static boolean |
DECIMAL_AS_DOUBLE |
static boolean |
RESULT_ANY_POSITION |
Constructor and Description |
---|
SQLParserUtil() |
Modifier and Type | Method and Description |
---|---|
static Expression |
arrayFromQuery(QueryCommand subquery) |
static FunctionMethod |
createFunctionMethod(Procedure proc) |
static boolean |
isTrue(String text) |
static String |
normalizeId(String s) |
static String |
normalizeId(String s,
boolean singlePart) |
static void |
setDefault(BaseColumn column,
Expression value) |
static void |
setTypeInfo(SQLParserUtil.ParsedDataType type,
BaseColumn column) |
public static final boolean DECIMAL_AS_DOUBLE
public static final boolean RESULT_ANY_POSITION
public static final boolean CONDITION_CONSTRAINT_DEFAULT
public static String normalizeId(String s) throws ParseException
ParseException
public static String normalizeId(String s, boolean singlePart) throws ParseException
ParseException
public static FunctionMethod createFunctionMethod(Procedure proc)
public static boolean isTrue(String text)
public static void setTypeInfo(SQLParserUtil.ParsedDataType type, BaseColumn column)
public static void setDefault(BaseColumn column, Expression value)
public static Expression arrayFromQuery(QueryCommand subquery) throws ParseException
ParseException
Copyright © 2019. All rights reserved.