Package org.apache.flink.connector.jdbc.dialect
-
Interface Summary Interface Description JdbcDialect Represents a dialect of SQL implemented by a particular JDBC system.JdbcDialectFactory A factory to create a specificJdbcDialect.JdbcDialectTypeMapper Separate the jdbc meta-information type to flink table type into the interface. -
Class Summary Class Description AbstractDialect Base class forJdbcDialectsthat implements basic data type validation and the construction of basicINSERT,UPDATE,DELETE, andSELECTstatements.AbstractDialect.Range A range from [min,max] where min <= max.JdbcDialectLoader Utility for working withJdbcDialect.