Package | Description |
---|---|
org.voovan.db | |
org.voovan.tools |
Modifier and Type | Method and Description |
---|---|
static CallType |
CallType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CallType[] |
CallType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Object> |
JdbcOperate.call(String sqlText,
CallType[] callTypes,
Map<String,Object> maps)
调用存储过程,map作为参数,字段名和Map键名大消息必须大小写一致
|
List<Object> |
JdbcOperate.call(String sqlText,
CallType[] callTypes,
Object... args)
调用存储过程,Array作为参数
|
List<Object> |
JdbcOperate.call(String sqlText,
CallType[] callTypes,
Object arg)
调用存储过程,对象作为参数
|
Modifier and Type | Method and Description |
---|---|
static CallableStatement |
TSQL.createCallableStatement(Connection conn,
String sqlStr,
Map<String,Object> params,
CallType[] callTypes)
创建PreparedStatement
|
Copyright © 2020 Voovan. All rights reserved.