Package | Description |
---|---|
net.sf.jett.jdbc |
Provides classes for executing queries via JDBC.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.List<ResultSetRow> |
JDBCExecutor.execQuery(java.lang.String sql) |
Executes the given SQL statement using a
Statement to obtain
a List of ResultSetRows . |
java.util.List<ResultSetRow> |
JDBCExecutor.execQuery(java.lang.String sql,
java.lang.Object... bindVariableValues) |
Executes the given SQL statement using a
PreparedStatement
to obtain a List of ResultSetRows . |
Copyright © 2012–2018 Jett Team. All rights reserved.