Class MySQLRowsLoader
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
MySQL rows loader.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.loader.AbstractJDBCRowsLoader
loadMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shardingsphere.spi.type.required.RequiredSPI
isDefaultMethods inherited from interface org.apache.shardingsphere.spi.type.typed.TypedSPI
getTypeAliases
-
Constructor Details
-
MySQLRowsLoader
public MySQLRowsLoader()
-
-
Method Details
-
getDate
Description copied from class:AbstractJDBCRowsLoaderGet date from result set.- Specified by:
getDatein classAbstractJDBCRowsLoader- Parameters:
resultSet- result setcolumnIndex- column index- Returns:
- date
- Throws:
SQLException- sql exception
-
getType
-