Interface JdbcQueryPropertiesExtension
-
- All Superinterfaces:
org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
public interface JdbcQueryPropertiesExtension extends org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPIJDBC query properties extension.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertiesextendQueryProperties()Extend query properties.
-
-
-
Method Detail
-
extendQueryProperties
Properties extendQueryProperties()
Extend query properties.- Returns:
- JDBC query properties for extension. Could NOT be null
-
-