| 接口 | 说明 |
|---|---|
| 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.
|
| 类 | 说明 |
|---|---|
| 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 © 2014–2023 The Apache Software Foundation. All rights reserved.