| Modifier and Type | Class and Description |
|---|---|
class |
TableFiller
Table filler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SchemaFiller
Schema filler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddColumnDefinitionFiller
Add column definition filler.
|
class |
ColumnDefinitionFiller
Column definition filler.
|
class |
DropColumnDefinitionFiller
Drop column definition filler.
|
class |
ModifyColumnDefinitionFiller
Modify column definition filler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexFiller
Index filler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GroupByFiller
Group by filler.
|
class |
InsertColumnsFiller
Insert columns filler.
|
class |
InsertValuesFiller
Insert values filler.
|
class |
LockFiller
lock filler.
|
class |
OrderByFiller
Order by filler.
|
class |
SelectItemsFiller
Select items filler.
|
class |
SetAssignmentsFiller
Set assignments filler.
|
class |
WhereFiller
Where filler.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<SQLSegmentFiller> |
ParseRuleRegistry.findSQLSegmentFiller(String databaseTypeName,
Class<? extends SQLSegment> sqlSegmentClass)
Find SQL segment rule.
|
| Modifier and Type | Method and Description |
|---|---|
SQLSegmentFiller |
FillerRuleDefinition.getFiller(Class<? extends SQLSegment> className)
Get SQL segment filler.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.