| 程序包 | 说明 |
|---|---|
| gu.sql2java | |
| gu.sql2java.exception |
| 限定符和类型 | 方法和说明 |
|---|---|
protected int |
BaseTableManager.actionOnResultSet(java.sql.ResultSet rs,
int[] fieldList,
int startRow,
int numRows,
TableManager.Action<B> action)
decode a resultset and call action
|
protected static void |
Manager.fillPrepareStatement(java.sql.PreparedStatement ps,
java.lang.Object[] argList)
填充PreparedStatement中的参数对象
|
protected java.sql.Connection |
BaseTableManager.getConnection()
Gets the connection.
|
protected java.util.List<B> |
BaseTableManager.loadByPreparedStatementAsList(java.sql.PreparedStatement ps,
int[] fieldList,
int startRow,
int numRows)
Loads all the elements using a prepared statement specifying a list of fields to be retrieved,
and specifying the start row and the number of rows.
|
protected void |
BaseTableManager.DeleteRuleListener.onRemove(java.util.List<B> affectedBeans) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DataAccessException |
class |
DataRetrievalException |
class |
OptimisticLockingException |
Copyright © 2019. All Rights Reserved.