| Modifier and Type | Method and Description |
|---|---|
void |
ValueTable.accept(ValueTableVisitor visitor)
Accept a visitor.
|
void |
ValueTableRow.accept(ValueTableVisitor visitor)
Accept a visitor.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InsertVisitor |
| Modifier and Type | Class and Description |
|---|---|
class |
InsertRenderer
The
InsertRenderer turns SQL statement structures in to SQL strings. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MergeVisitor
Visitor for value tables.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MergeRenderer
The
InsertRenderer turns SQL statement structures in to SQL strings. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SelectVisitor |
| Modifier and Type | Class and Description |
|---|---|
class |
SelectRenderer
The
SelectRenderer turns SQL statement structures in to SQL strings. |
Copyright © 2018–2021. All rights reserved.