Package | Description |
---|---|
org.apache.flink.connector.jdbc.dialect | |
org.apache.flink.connector.jdbc.dialect.mysql | |
org.apache.flink.connector.jdbc.dialect.psql |
Modifier and Type | Method and Description |
---|---|
static AbstractDialect.Range |
AbstractDialect.Range.of(int min,
int max) |
Modifier and Type | Method and Description |
---|---|
Optional<AbstractDialect.Range> |
AbstractDialect.decimalPrecisionRange() |
Optional<AbstractDialect.Range> |
AbstractDialect.timestampPrecisionRange() |
Modifier and Type | Method and Description |
---|---|
Optional<AbstractDialect.Range> |
MySqlDialect.decimalPrecisionRange() |
Optional<AbstractDialect.Range> |
MySqlDialect.timestampPrecisionRange() |
Modifier and Type | Method and Description |
---|---|
Optional<AbstractDialect.Range> |
PostgresDialect.decimalPrecisionRange() |
Optional<AbstractDialect.Range> |
PostgresDialect.timestampPrecisionRange() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.