java.lang.Object
org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.AbstractJDBCRowsLoader
org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.MySQLRowsLoader
All Implemented Interfaces:
JDBCRowsLoader, org.apache.shardingsphere.spi.type.required.RequiredSPI, org.apache.shardingsphere.spi.type.typed.TypedSPI

public final class MySQLRowsLoader extends AbstractJDBCRowsLoader
MySQL rows loader.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Object
    getDate(ResultSet resultSet, int columnIndex)
    Get date from result set.
     

    Methods inherited from class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.AbstractJDBCRowsLoader

    load

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

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

    isDefault

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

    getTypeAliases