public static class IDaoMethod.SQLOption
extends java.lang.Object
| 构造器和说明 |
|---|
SQLOption() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected static java.lang.String |
processSql(java.lang.String sql,
IDaoMethod.MethodSignatrue methodSignatrue,
java.lang.Class<? extends SQLProcessor> processorClass) |
static java.lang.Object |
select(IDaoMethod.SQLCommand sqlCommand,
IDaoMethod.MethodSignatrue methodSignatrue,
CrudOption crudOption) |
static java.lang.Object |
update(IDaoMethod.SQLCommand sqlCommand,
IDaoMethod.MethodSignatrue methodSignatrue,
CrudOption crudOption) |
public static java.lang.Object select(IDaoMethod.SQLCommand sqlCommand, IDaoMethod.MethodSignatrue methodSignatrue, CrudOption crudOption)
public static java.lang.Object update(IDaoMethod.SQLCommand sqlCommand, IDaoMethod.MethodSignatrue methodSignatrue, CrudOption crudOption)
protected static java.lang.String processSql(java.lang.String sql,
IDaoMethod.MethodSignatrue methodSignatrue,
java.lang.Class<? extends SQLProcessor> processorClass)
Copyright © 2018. All Rights Reserved.