Interface JDBCRowsLoader
- 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 TypeMethodDescriptionLoad rows.Methods inherited from interface org.apache.shardingsphere.spi.type.required.RequiredSPI
isDefaultMethods inherited from interface org.apache.shardingsphere.spi.type.typed.TypedSPI
getType, getTypeAliases
-
Method Details
-
load
Load rows.- Parameters:
columnCount- column countresultSet- result set of JDBC- Returns:
- Query result data rows
- Throws:
SQLException- SQL exception
-