public interface IArrayValueAction
限定符和类型 | 方法和说明 |
---|---|
java.lang.Boolean[] |
booleanArrayAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input)
This method should be used to assemble and execute SQLs
and transforms ResultSet to Boolean array.The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.lang.Boolean[] |
booleanArrayAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn)
This method should be used to assemble and execute SQLs
and transforms ResultSet to Boolean array.The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.lang.Boolean[] |
booleanArrayAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn,
boolean isPrepared)
This method should be used to assemble and execute SQLs
and transforms ResultSet to Boolean array.The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.lang.Double[] |
doubleArrayAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input)
This method should be used to assemble and execute SQLs
and transforms ResultSet to Double array.The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.lang.Double[] |
doubleArrayAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn)
This method should be used to assemble and execute SQLs
and transforms ResultSet to Double array.The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.lang.Double[] |
doubleArrayAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn,
boolean isPrepared)
This method should be used to assemble and execute SQLs
and transforms ResultSet to Double array.The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.lang.Float[] |
floatArrayAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input)
This method should be used to assemble and execute SQLs
and transforms ResultSet to Float array.The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.lang.Float[] |
floatArrayAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn)
This method should be used to assemble and execute SQLs
and transforms ResultSet to Float array.The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.lang.Float[] |
floatArrayAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn,
boolean isPrepared)
This method should be used to assemble and execute SQLs
and transforms ResultSet to Float array.The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.lang.Integer[] |
intArrayAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input)
This method should be used to assemble and execute SQLs
and transforms ResultSet to Integer array.The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.lang.Integer[] |
intArrayAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn)
This method should be used to assemble and execute SQLs
and transforms ResultSet to Integer array.The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.lang.Integer[] |
intArrayAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn,
boolean isPrepared)
This method should be used to assemble and execute SQLs
and transforms ResultSet to Integer array.The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.lang.Long[] |
longArrayAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input)
This method should be used to assemble and execute SQLs
and transforms ResultSet to Long array.The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.lang.Long[] |
longArrayAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn)
This method should be used to assemble and execute SQLs
and transforms ResultSet to Long array.The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.lang.Long[] |
longArrayAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn,
boolean isPrepared)
This method should be used to assemble and execute SQLs
and transforms ResultSet to Long array.The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.lang.Object[] |
objArrayAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input)
This method should be used to assemble and execute SQLs
and transforms ResultSet to Object array.The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.lang.Object[] |
objArrayAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn)
This method should be used to assemble and execute SQLs
and transforms ResultSet to Object array.The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.lang.Object[] |
objArrayAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn,
boolean isPrepared)
This method should be used to assemble and execute SQLs
and transforms ResultSet to Object array.The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.lang.Short[] |
shortArrayAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input)
This method should be used to assemble and execute SQLs
and transforms ResultSet to Short array.The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.lang.Short[] |
shortArrayAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn)
This method should be used to assemble and execute SQLs
and transforms ResultSet to Short array.The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.lang.Short[] |
shortArrayAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn,
boolean isPrepared)
This method should be used to assemble and execute SQLs
and transforms ResultSet to Short array.The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.lang.String[] |
stringArrayAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input)
This method should be used to assemble and execute SQLs
and transforms ResultSet to String array.The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.lang.String[] |
stringArrayAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn)
This method should be used to assemble and execute SQLs
and transforms ResultSet to String array.The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.lang.String[] |
stringArrayAction(java.lang.String actionName,
java.util.Map<java.lang.String,java.lang.Object> input,
java.sql.Connection conn,
boolean isPrepared)
This method should be used to assemble and execute SQLs
and transforms ResultSet to String array.The parameters are
configuration of Action , and values in Map<String, Object>.
|
java.lang.Short[] shortArrayAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input) throws ExecuteSQLException
actionName
- input
- ExecuteSQLException
java.lang.Short[] shortArrayAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn) throws ExecuteSQLException
actionName
- input
- conn
- ExecuteSQLException
java.lang.Short[] shortArrayAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn, boolean isPrepared) throws ExecuteSQLException
actionName
- input
- conn
- isPrepared
- ExecuteSQLException
java.lang.Integer[] intArrayAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input) throws ExecuteSQLException
actionName
- input
- ExecuteSQLException
java.lang.Integer[] intArrayAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn) throws ExecuteSQLException
actionName
- input
- conn
- ExecuteSQLException
java.lang.Integer[] intArrayAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn, boolean isPrepared) throws ExecuteSQLException
actionName
- input
- conn
- isPrepared
- ExecuteSQLException
java.lang.Long[] longArrayAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input) throws ExecuteSQLException
actionName
- input
- ExecuteSQLException
java.lang.Long[] longArrayAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn) throws ExecuteSQLException
actionName
- input
- conn
- ExecuteSQLException
java.lang.Long[] longArrayAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn, boolean isPrepared) throws ExecuteSQLException
actionName
- input
- conn
- isPrepared
- ExecuteSQLException
java.lang.Float[] floatArrayAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input) throws ExecuteSQLException
actionName
- input
- ExecuteSQLException
java.lang.Float[] floatArrayAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn) throws ExecuteSQLException
actionName
- input
- conn
- ExecuteSQLException
java.lang.Float[] floatArrayAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn, boolean isPrepared) throws ExecuteSQLException
actionName
- input
- conn
- isPrepared
- ExecuteSQLException
java.lang.Double[] doubleArrayAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input) throws ExecuteSQLException
actionName
- input
- ExecuteSQLException
java.lang.Double[] doubleArrayAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn) throws ExecuteSQLException
actionName
- input
- conn
- ExecuteSQLException
java.lang.Double[] doubleArrayAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn, boolean isPrepared) throws ExecuteSQLException
actionName
- input
- conn
- isPrepared
- ExecuteSQLException
java.lang.Boolean[] booleanArrayAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input) throws ExecuteSQLException
actionName
- input
- ExecuteSQLException
java.lang.Boolean[] booleanArrayAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn) throws ExecuteSQLException
actionName
- input
- conn
- ExecuteSQLException
java.lang.Boolean[] booleanArrayAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn, boolean isPrepared) throws ExecuteSQLException
actionName
- input
- conn
- isPrepared
- ExecuteSQLException
java.lang.String[] stringArrayAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input) throws ExecuteSQLException
actionName
- input
- ExecuteSQLException
java.lang.String[] stringArrayAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn) throws ExecuteSQLException
actionName
- input
- conn
- ExecuteSQLException
java.lang.String[] stringArrayAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn, boolean isPrepared) throws ExecuteSQLException
actionName
- input
- conn
- isPrepared
- ExecuteSQLException
java.lang.Object[] objArrayAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input) throws ExecuteSQLException
actionName
- input
- ExecuteSQLException
java.lang.Object[] objArrayAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn) throws ExecuteSQLException
actionName
- input
- conn
- ExecuteSQLException
java.lang.Object[] objArrayAction(java.lang.String actionName, java.util.Map<java.lang.String,java.lang.Object> input, java.sql.Connection conn, boolean isPrepared) throws ExecuteSQLException
actionName
- input
- conn
- isPrepared
- ExecuteSQLException