| Modifier and Type | Class and Description |
|---|---|
class |
ShowParamFiller
Show param filler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnDefinitionFiller
Column definition filler.
|
class |
ConstraintDefinitionFiller
Constraint definition filler.
|
class |
IndexFiller
Index filler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddColumnDefinitionFiller
Add column definition filler.
|
class |
DropColumnDefinitionFiller
Drop column definition filler.
|
class |
DropPrimaryKeyFiller
Drop primary key filler.
|
class |
ModifyColumnDefinitionFiller
Modify column definition filler.
|
class |
RenameColumnDefinitionFiller
Rename column definition filler.
|
class |
RenameTableFiller
Rename table filler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InsertColumnsFiller
Insert columns filler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GroupByFiller
Group by filler.
|
class |
LimitFiller
Limit filler.
|
class |
OrderByFiller
Order by filler.
|
class |
SelectClauseFiller
Select clause filler.
|
class |
SelectItemFiller
Select item filler.
|
class |
SubqueryFiller
Subquery filler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SetAutoCommitFiller
Set auto commit filler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EncryptTableFiller
Table filler for encrypt.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EncryptDeleteFromWhereFiller
Encrypt delete from where filler.
|
class |
EncryptFromWhereFiller
Encrypt from where filler.
|
class |
EncryptOrConditionFiller
Encrypt or condition filler.
|
class |
EncryptSetAssignmentsFiller
Set assignments filler for encrypt.
|
class |
EncryptUpdateSetWhereFiller
Encrypt update set where filler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EncryptInsertValuesFiller
Insert values filler for encrypt.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShardingTableFiller
Table filler for sharding.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteFromWhereFiller
Delete from where filler.
|
class |
FromWhereFiller
From where filler.
|
class |
OrConditionFiller
Or condition filler.
|
class |
SetAssignmentsFiller
Set assignments filler.
|
class |
UpdateSetWhereFiller
Update set where filler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InsertValuesFiller
Insert values filler.
|
class |
OnDuplicateKeyColumnsFiller
On duplicate key columns filler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SubqueryConditionFiller
Subquery condition filler.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<SQLSegmentFiller> |
ParsingRuleRegistry.findSQLSegmentFiller(DatabaseType databaseType,
Class<? extends SQLSegment> sqlSegmentClass)
Find SQL segment rule.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.