Class | Description |
---|---|
AggregatedDialect |
:: DeveloperApi ::
AggregatedDialect can unify multiple dialects into one virtual Dialect.
|
JdbcDialect |
:: DeveloperApi ::
Encapsulates everything (extensions, workarounds, quirks) to handle the
SQL dialect of a certain database or jdbc driver.
|
JdbcDialects |
:: DeveloperApi ::
Registry of dialects that apply to every new jdbc
DataFrame . |
JdbcType |
:: DeveloperApi ::
A database type definition coupled with the jdbc type needed to send null
values to the database.
|
MySQLDialect |
:: DeveloperApi ::
Default mysql dialect to read bit/bitsets correctly.
|
NoopDialect |
:: DeveloperApi ::
NOOP dialect object, always returning the neutral element.
|
PostgresDialect |
:: DeveloperApi ::
Default postgres dialect, mapping bit/cidr/inet on read and string/binary/boolean on write.
|