public class ElFieldMacro extends NutPojo
expert| Constructor and Description |
|---|
ElFieldMacro(MappingField field,
String str) |
| Modifier and Type | Method and Description |
|---|---|
Pojo |
duplicate()
复制一份自己的实例
|
String |
forPrint() |
SqlType |
getSqlType() |
void |
onAfter(Connection conn,
ResultSet rs,
Statement stmt)
语句执行完毕的后续操作
|
addParamsBy, append, clear, getAdaptors, getItem, getLastParams, getOperatingObject, getParamMatrix, insertFirst, onBefore, params, removeItem, setAfter, setBefore, setItem, setOperatingObject, setPager, setSqlType, toPreparedStatement, toStringforceExecQuery, getAdapterBy, getBoolean, getContext, getDouble, getDouble, getEntity, getFloat, getFloat, getInt, getInt, getList, getLong, getLong, getNumber, getObject, getResult, getString, getUpdateCount, isAlter, isCall, isCreate, isDelete, isDrop, isExec, isForceExecQuery, isInsert, isOther, isRun, isSelect, isUpdate, param2String, setContext, setEntity, setExpert, toExampleStatement, toStatementclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforceExecQuery, getBoolean, getContext, getDouble, getDouble, getEntity, getFloat, getFloat, getInt, getInt, getList, getLong, getLong, getNumber, getObject, getResult, getString, getUpdateCount, isAlter, isCall, isCreate, isDelete, isDrop, isExec, isForceExecQuery, isInsert, isOther, isRun, isSelect, isUpdate, setEntity, setExpertpublic ElFieldMacro(MappingField field, String str)
public SqlType getSqlType()
getSqlType in interface DaoStatementgetSqlType in class NutStatementpublic void onAfter(Connection conn, ResultSet rs, Statement stmt) throws SQLException
DaoStatement这个接口函数你基本不会直接使用的
onAfter in interface DaoStatementonAfter in class NutPojoconn - 当前执行语句的连接rs - 当前语句执行的结果集stmt - TODOSQLException - 回调函数抛出的异常public String forPrint()
forPrint in interface DaoStatementforPrint in class NutStatementCopyright © 2017. All rights reserved.