Uses of Class
org.apache.drill.exec.store.jdbc.JdbcStoragePlugin
Packages that use JdbcStoragePlugin
-
Uses of JdbcStoragePlugin in org.apache.drill.exec.store.jdbc
Methods in org.apache.drill.exec.store.jdbc that return JdbcStoragePluginModifier and TypeMethodDescriptionDrillJdbcConvention.getPlugin()
JdbcSubScan.getPlugin()
JdbcWriter.getPlugin()
Methods in org.apache.drill.exec.store.jdbc with parameters of type JdbcStoragePluginModifier and TypeMethodDescriptionJdbcConventionFactory.getJdbcConvention
(JdbcStoragePlugin plugin, org.apache.calcite.sql.SqlDialect dialect, UserBitShared.UserCredentials userCredentials) JdbcDialectFactory.getJdbcDialect
(JdbcStoragePlugin plugin, org.apache.calcite.sql.SqlDialect dialect) Constructors in org.apache.drill.exec.store.jdbc with parameters of type JdbcStoragePluginModifierConstructorDescriptionDefaultJdbcDialect
(JdbcStoragePlugin plugin, org.apache.calcite.sql.SqlDialect dialect) -
Uses of JdbcStoragePlugin in org.apache.drill.exec.store.jdbc.clickhouse
Constructors in org.apache.drill.exec.store.jdbc.clickhouse with parameters of type JdbcStoragePluginModifierConstructorDescriptionClickhouseJdbcDialect
(JdbcStoragePlugin plugin, org.apache.calcite.sql.SqlDialect dialect)