StoredProcedure 构造函数
定义
重载
StoredProcedure() |
Constructor. |
StoredProcedure(JSONObject jsonObject) |
Constructor.
|
StoredProcedure(String jsonString) |
Constructor.
|
StoredProcedure()
Constructor.
public StoredProcedure()
StoredProcedure(JSONObject jsonObject)
Constructor.
public StoredProcedure(JSONObject jsonObject)
参数
- jsonObject
- JSONObject
the json object that represents the stored procedure.
StoredProcedure(String jsonString)
Constructor.
public StoredProcedure(String jsonString)
参数
- jsonString
- String
the json string that represents the stored procedure.