All Superinterfaces:
org.apache.shardingsphere.spi.type.required.RequiredSPI, org.apache.shardingsphere.spi.type.typed.TypedSPI
All Known Implementing Classes:
AbstractJDBCRowsLoader, DefaultRowsLoader, MySQLRowsLoader

public interface JDBCRowsLoader extends org.apache.shardingsphere.spi.type.typed.TypedSPI, org.apache.shardingsphere.spi.type.required.RequiredSPI
JDBC rows loader.
  • Method Summary

    Modifier and Type
    Method
    Description
    load(int columnCount, ResultSet resultSet)
    Load rows.

    Methods inherited from interface org.apache.shardingsphere.spi.type.required.RequiredSPI

    isDefault

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

    getType, getTypeAliases