Java org.apache.ibatis.jdbc SqlRunner fields, constructors, methods, implement or subclass

Example usage for Java org.apache.ibatis.jdbc SqlRunner fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.ibatis.jdbc SqlRunner.

The text is from its open source code.

Constructor

Method

List>selectAll(String sql, Object... args)
Executes a SELECT statement that returns multiple rows.
MapselectOne(String sql, Object... args)
Executes a SELECT statement that returns one row.