- GBASE - Static variable in interface io.seata.sqlparser.util.JdbcConstants
-
- get() - Static method in class io.seata.sqlparser.struct.NotPlaceholderExpr
-
Get NotPlaceholder.
- get() - Static method in class io.seata.sqlparser.struct.Null
-
Get null.
- get() - Static method in class io.seata.sqlparser.struct.SqlDefaultExpr
-
Get SqlDefaultExpr.
- get() - Static method in class io.seata.sqlparser.struct.SqlMethodExpr
-
Get SqlMethodExpr.
- getAllColumns() - Method in class io.seata.sqlparser.struct.TableMeta
-
Gets all columns.
- getAllIndexes() - Method in class io.seata.sqlparser.struct.TableMeta
-
Gets all indexes.
- getAscOrDesc() - Method in class io.seata.sqlparser.struct.IndexMeta
-
Gets asc or desc.
- getAutoIncreaseColumn() - Method in class io.seata.sqlparser.struct.TableMeta
-
Gets auto increase column.
- getCardinality() - Method in class io.seata.sqlparser.struct.IndexMeta
-
Gets cardinality.
- getCaseInsensitivePKs() - Method in class io.seata.sqlparser.struct.TableMeta
-
Gets case-insensitive primary key set
- getCharOctetLength() - Method in class io.seata.sqlparser.struct.ColumnMeta
-
Gets char octet length.
- getColumnDef() - Method in class io.seata.sqlparser.struct.ColumnMeta
-
Gets column def.
- getColumnMeta(String) - Method in class io.seata.sqlparser.struct.TableMeta
-
Gets column meta.
- getColumnName() - Method in class io.seata.sqlparser.struct.ColumnMeta
-
Gets column name.
- getColumnSize() - Method in class io.seata.sqlparser.struct.ColumnMeta
-
Gets column size.
- getDataType() - Method in class io.seata.sqlparser.struct.ColumnMeta
-
Gets data type.
- getDataTypeName() - Method in class io.seata.sqlparser.struct.ColumnMeta
-
Gets data type name.
- getDecimalDigits() - Method in class io.seata.sqlparser.struct.ColumnMeta
-
Gets decimal digits.
- getDuplicateKeyUpdate() - Method in interface io.seata.sqlparser.SQLInsertRecognizer
-
Gets DuplicateKey columns.
- getEscapeHandler(String) - Static method in class io.seata.sqlparser.EscapeHandlerFactory
-
get keyword checker
- getEscapePkNameList(String) - Method in class io.seata.sqlparser.struct.TableMeta
-
Gets add escape pk name.
- getEscapeSymbol() - Method in interface io.seata.sqlparser.EscapeHandler
-
- getFunction() - Method in class io.seata.sqlparser.struct.SqlSequenceExpr
-
- getIndexName() - Method in class io.seata.sqlparser.struct.IndexMeta
-
Gets index name.
- getIndexQualifier() - Method in class io.seata.sqlparser.struct.IndexMeta
-
Gets index qualifier.
- getIndextype() - Method in class io.seata.sqlparser.struct.IndexMeta
-
Gets indextype.
- getInsertColumns() - Method in interface io.seata.sqlparser.SQLInsertRecognizer
-
Gets insert columns.
- getInsertColumnsUnEscape() - Method in interface io.seata.sqlparser.SQLInsertRecognizer
-
Gets insert columns is Simplified.
- getInsertParamsValue() - Method in interface io.seata.sqlparser.SQLInsertRecognizer
-
Gets insert
- getInsertRows(Collection<Integer>) - Method in interface io.seata.sqlparser.SQLInsertRecognizer
-
Gets insert rows.
- getIsAutoincrement() - Method in class io.seata.sqlparser.struct.ColumnMeta
-
Gets is autoincrement.
- getIsNullAble() - Method in class io.seata.sqlparser.struct.ColumnMeta
-
Gets is null able.
- getJoinCondition(ParametersHolder, ArrayList<List<Object>>) - Method in interface io.seata.sqlparser.JoinRecognizer
-
Gets join condition.
- getLimitCondition() - Method in interface io.seata.sqlparser.WhereRecognizer
-
Gets limit condition
- getLimitCondition(ParametersHolder, ArrayList<List<Object>>) - Method in interface io.seata.sqlparser.WhereRecognizer
-
Gets limit condition
- getNullAble() - Method in class io.seata.sqlparser.struct.ColumnMeta
-
Gets null able.
- getNumPrecRadix() - Method in class io.seata.sqlparser.struct.ColumnMeta
-
Gets num prec radix.
- getOnUpdateColumnsOnlyName() - Method in class io.seata.sqlparser.struct.TableMeta
-
Gets all the on update columns only name.
- getOrderByCondition() - Method in interface io.seata.sqlparser.WhereRecognizer
-
Gets order by condition.
- getOrderByCondition(ParametersHolder, ArrayList<List<Object>>) - Method in interface io.seata.sqlparser.WhereRecognizer
-
Gets order by condition.
- getOrdinalPosition() - Method in class io.seata.sqlparser.struct.ColumnMeta
-
Gets ordinal position.
- getOrdinalPosition() - Method in class io.seata.sqlparser.struct.IndexMeta
-
Gets ordinal position.
- getOriginalSQL() - Method in interface io.seata.sqlparser.SQLRecognizer
-
Return the original SQL input by the upper application.
- getParameters() - Method in interface io.seata.sqlparser.ParametersHolder
-
Get parameters array list [ ].
- getPkValuesByDefault() - Method in interface io.seata.sqlparser.struct.Defaultable
-
get primary key values by default keyword.
- getPkValuesByDefault(String) - Method in interface io.seata.sqlparser.struct.Defaultable
-
get primary key values by default keyword.
- getPrimaryKeyMap() - Method in class io.seata.sqlparser.struct.TableMeta
-
Gets primary key map.
- getPrimaryKeyOnlyName() - Method in class io.seata.sqlparser.struct.TableMeta
-
Gets primary key only name.
- getRemarks() - Method in class io.seata.sqlparser.struct.ColumnMeta
-
Gets remarks.
- getSequence() - Method in class io.seata.sqlparser.struct.SqlSequenceExpr
-
- getSequenceSql(SqlSequenceExpr) - Method in interface io.seata.sqlparser.struct.Sequenceable
-
get sequence sql.
- getSqlDataType() - Method in class io.seata.sqlparser.struct.ColumnMeta
-
Gets sql data type.
- getSqlDatetimeSub() - Method in class io.seata.sqlparser.struct.ColumnMeta
-
Gets sql datetime sub.
- getSQLType() - Method in interface io.seata.sqlparser.SQLRecognizer
-
Type of the SQL.
- getTableAlias() - Method in interface io.seata.sqlparser.SQLRecognizer
-
TableRecords source related in the SQL, including alias if any.
- getTableAlias(String) - Method in interface io.seata.sqlparser.SQLUpdateRecognizer
-
Gets update join item table name
- getTableCat() - Method in class io.seata.sqlparser.struct.ColumnMeta
-
Gets table cat.
- getTableMeta(Connection, String, String) - Method in interface io.seata.sqlparser.struct.TableMetaCache
-
Gets table meta.
- getTableName() - Method in interface io.seata.sqlparser.SQLRecognizer
-
TableRecords name related in the SQL.
- getTableName() - Method in class io.seata.sqlparser.struct.ColumnMeta
-
Gets table name
- getTableName() - Method in class io.seata.sqlparser.struct.TableMeta
-
Gets table name.
- getTableSchemaName() - Method in class io.seata.sqlparser.struct.ColumnMeta
-
Gets table schema name
- getType() - Method in class io.seata.sqlparser.struct.IndexMeta
-
Gets type.
- getUpdateColumns() - Method in interface io.seata.sqlparser.SQLUpdateRecognizer
-
Gets update columns.
- getUpdateColumnsUnEscape() - Method in interface io.seata.sqlparser.SQLUpdateRecognizer
-
Gets update columns is Simplified.
- getUpdateValues() - Method in interface io.seata.sqlparser.SQLUpdateRecognizer
-
Gets update values.
- getValues() - Method in class io.seata.sqlparser.struct.IndexMeta
-
Gets values.
- getWhereCondition(ParametersHolder, ArrayList<List<Object>>) - Method in interface io.seata.sqlparser.WhereRecognizer
-
Gets where condition.
- getWhereCondition() - Method in interface io.seata.sqlparser.WhereRecognizer
-
Gets where condition.