跳过导航链接
C D G H I J M N O P S T V W 

C

create(String, String) - 接口 中的方法io.seata.sqlparser.SQLRecognizerFactory
 

D

DB2 - 接口 中的静态变量io.seata.sqlparser.util.JdbcConstants
 
DbTypeParser - io.seata.sqlparser.util中的接口
 
Defaultable - io.seata.sqlparser.struct中的接口
The default expr able.

G

get() - 类 中的静态方法io.seata.sqlparser.struct.NotPlaceholderExpr
Get NotPlaceholder.
get() - 类 中的静态方法io.seata.sqlparser.struct.Null
Get null.
get() - 类 中的静态方法io.seata.sqlparser.struct.SqlDefaultExpr
Get SqlDefaultExpr.
get() - 类 中的静态方法io.seata.sqlparser.struct.SqlMethodExpr
Get SqlMethodExpr.
getFunction() - 类 中的方法io.seata.sqlparser.struct.SqlSequenceExpr
 
getInsertColumns() - 接口 中的方法io.seata.sqlparser.SQLInsertRecognizer
Gets insert columns.
getInsertRows(Collection<Integer>) - 接口 中的方法io.seata.sqlparser.SQLInsertRecognizer
Gets insert rows.
getLimit(ParametersHolder, ArrayList<List<Object>>) - 接口 中的方法io.seata.sqlparser.WhereRecognizer
Return the limit SQL
getOrderBy() - 接口 中的方法io.seata.sqlparser.WhereRecognizer
Return the order by SQL
getOriginalSQL() - 接口 中的方法io.seata.sqlparser.SQLRecognizer
Return the original SQL input by the upper application.
getParameters() - 接口 中的方法io.seata.sqlparser.ParametersHolder
Get parameters array list [ ].
getPkValuesByDefault() - 接口 中的方法io.seata.sqlparser.struct.Defaultable
get primary key values by default keyword.
getSequence() - 类 中的方法io.seata.sqlparser.struct.SqlSequenceExpr
 
getSequenceSql(SqlSequenceExpr) - 接口 中的方法io.seata.sqlparser.struct.Sequenceable
get sequence sql.
getSQLType() - 接口 中的方法io.seata.sqlparser.SQLRecognizer
Type of the SQL.
getTableAlias() - 接口 中的方法io.seata.sqlparser.SQLRecognizer
TableRecords source related in the SQL, including alias if any.
getTableName() - 接口 中的方法io.seata.sqlparser.SQLRecognizer
TableRecords name related in the SQL.
getUpdateColumns() - 接口 中的方法io.seata.sqlparser.SQLUpdateRecognizer
Gets update columns.
getUpdateValues() - 接口 中的方法io.seata.sqlparser.SQLUpdateRecognizer
Gets update values.
getWhereCondition(ParametersHolder, ArrayList<List<Object>>) - 接口 中的方法io.seata.sqlparser.WhereRecognizer
Gets where condition.
getWhereCondition() - 接口 中的方法io.seata.sqlparser.WhereRecognizer
Gets where condition.

H

H2 - 接口 中的静态变量io.seata.sqlparser.util.JdbcConstants
 

I

insertColumnsIsEmpty() - 接口 中的方法io.seata.sqlparser.SQLInsertRecognizer
insert columns is empty.
io.seata.sqlparser - 程序包 io.seata.sqlparser
 
io.seata.sqlparser.struct - 程序包 io.seata.sqlparser.struct
 
io.seata.sqlparser.util - 程序包 io.seata.sqlparser.util
 

J

JdbcConstants - io.seata.sqlparser.util中的接口
 

M

MARIADB - 接口 中的静态变量io.seata.sqlparser.util.JdbcConstants
 
MYSQL - 接口 中的静态变量io.seata.sqlparser.util.JdbcConstants
 

N

NotPlaceholderExpr - io.seata.sqlparser.struct中的类
The not placeholder expression.
Null - io.seata.sqlparser.struct中的类
The type Null.

O

ORACLE - 接口 中的静态变量io.seata.sqlparser.util.JdbcConstants
 

P

ParametersHolder - io.seata.sqlparser中的接口
The interface Parameters holder.
parseFromJdbcUrl(String) - 接口 中的方法io.seata.sqlparser.util.DbTypeParser
 
POSTGRESQL - 接口 中的静态变量io.seata.sqlparser.util.JdbcConstants
 

S

Sequenceable - io.seata.sqlparser.struct中的接口
The sequence able.
setFunction(String) - 类 中的方法io.seata.sqlparser.struct.SqlSequenceExpr
 
setSequence(String) - 类 中的方法io.seata.sqlparser.struct.SqlSequenceExpr
 
SQL_PARSER_TYPE_DRUID - 接口 中的静态变量io.seata.sqlparser.SqlParserType
The constant SQL_PARSER_TYPE_DRUID.
SqlDefaultExpr - io.seata.sqlparser.struct中的类
sql default expression
SQLDeleteRecognizer - io.seata.sqlparser中的接口
The interface Sql delete recognizer.
SQLInsertRecognizer - io.seata.sqlparser中的接口
The interface Sql insert recognizer.
SqlMethodExpr - io.seata.sqlparser.struct中的类
TODO sql method invoke expression
SqlParserType - io.seata.sqlparser中的接口
 
SQLParsingException - io.seata.sqlparser中的异常错误
The type Sql parsing exception.
SQLParsingException(String) - 异常错误 的构造器io.seata.sqlparser.SQLParsingException
Instantiates a new Sql parsing exception.
SQLParsingException(String, Throwable) - 异常错误 的构造器io.seata.sqlparser.SQLParsingException
Instantiates a new Sql parsing exception.
SQLParsingException(Throwable) - 异常错误 的构造器io.seata.sqlparser.SQLParsingException
Instantiates a new Sql parsing exception.
SQLRecognizer - io.seata.sqlparser中的接口
The interface Sql recognizer.
SQLRecognizerFactory - io.seata.sqlparser中的接口
 
SQLSelectRecognizer - io.seata.sqlparser中的接口
The interface Sql select recognizer.
SqlSequenceExpr - io.seata.sqlparser.struct中的类
TODO sql sequence expression
SqlSequenceExpr() - 类 的构造器io.seata.sqlparser.struct.SqlSequenceExpr
 
SqlSequenceExpr(String, String) - 类 的构造器io.seata.sqlparser.struct.SqlSequenceExpr
 
SQLType - io.seata.sqlparser中的枚举
The enum Sql type.
SQLUpdateRecognizer - io.seata.sqlparser中的接口
The interface Sql update recognizer.

T

toString() - 类 中的方法io.seata.sqlparser.struct.NotPlaceholderExpr
 
toString() - 类 中的方法io.seata.sqlparser.struct.Null
 
toString() - 类 中的方法io.seata.sqlparser.struct.SqlDefaultExpr
 
toString() - 类 中的方法io.seata.sqlparser.struct.SqlMethodExpr
 

V

value() - 枚举 中的方法io.seata.sqlparser.SQLType
Value int.
valueOf(String) - 枚举 中的静态方法io.seata.sqlparser.SQLType
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法io.seata.sqlparser.SQLType
Value of sql type.
values() - 枚举 中的静态方法io.seata.sqlparser.SQLType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WhereRecognizer - io.seata.sqlparser中的接口
The interface Where recognizer.
C D G H I J M N O P S T V W 
跳过导航链接

Copyright © 2020 Seata. All rights reserved.