Uses of Interface
org.apache.shardingsphere.infra.executor.sql.prepare.driver.SQLExecutionUnitBuilder
Packages that use SQLExecutionUnitBuilder
Package
Description
-
Uses of SQLExecutionUnitBuilder in org.apache.shardingsphere.infra.executor.sql.prepare.driver
Methods in org.apache.shardingsphere.infra.executor.sql.prepare.driver that return SQLExecutionUnitBuilderModifier and TypeMethodDescriptionstatic SQLExecutionUnitBuilderSQLExecutionUnitBuilderFactory.getInstance(String type) Get instance of SQL execution unit builder. -
Uses of SQLExecutionUnitBuilder in org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder
Subinterfaces of SQLExecutionUnitBuilder in org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builderModifier and TypeInterfaceDescriptioninterfaceJDBC execution unit builder.Classes in org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc.builder that implement SQLExecutionUnitBuilderModifier and TypeClassDescriptionfinal classJDBC prepared statement execution unit builder.final classJDBC statement execution unit builder. -
Uses of SQLExecutionUnitBuilder in org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx.builder
Subinterfaces of SQLExecutionUnitBuilder in org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx.builderModifier and TypeInterfaceDescriptioninterfaceExecution unit builder for Vert.x.Classes in org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx.builder that implement SQLExecutionUnitBuilderModifier and TypeClassDescriptionfinal classExecution unit builder using Vert.x prepared query.