| Interface | Description |
|---|---|
| JdbcDialect |
Represents a dialect of SQL implemented by a particular JDBC system.
|
| JdbcDialectFactory |
A factory to create a specific
JdbcDialect. |
| JdbcDialectTypeMapper |
Separate the jdbc meta-information type to flink table type into the interface.
|
| Class | Description |
|---|---|
| AbstractDialect |
Base class for
JdbcDialects that implements basic data type validation and
the construction of basic INSERT, UPDATE, DELETE, and SELECT
statements. |
| AbstractDialect.Range |
A range from [min,max] where min <= max.
|
| JdbcDialectLoader |
Utility for working with
JdbcDialect. |
Copyright © 2022–2024 The Apache Software Foundation. All rights reserved.