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.TypedSPI
JDBC query properties extension.
  • Method Summary

    Modifier and Type
    Method
    Description
    Extend query properties.

    Methods inherited from interface org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI

    getType, getTypeAliases, init, isDefault
  • Method Details

    • extendQueryProperties

      Properties extendQueryProperties()
      Extend query properties.
      Returns:
      JDBC query properties for extension. Could NOT be null