public class MySqlProcedureExecutor extends Object
Constructor and Description |
---|
MySqlProcedureExecutor() |
Modifier and Type | Method and Description |
---|---|
static int |
executeAssign(SQLStatement stmt) |
static int |
executeCase(SQLStatement stmt) |
static int |
executeClose(SQLStatement stmt) |
static int |
executeFetch(SQLStatement stmt) |
static int |
executeFunction(SQLStatement stmt) |
static int |
executeIf(SQLStatement stmt) |
static int |
executeLoop(SQLStatement stmt) |
static int |
executeOpen(SQLStatement stmt) |
static int |
executeSQL(SQLStatement stmt) |
static int |
executeStatement(SQLStatement stmt) |
static int |
executeStatements(List<SQLStatement> list) |
static int |
executeWhile(SQLStatement stmt) |
public static int executeStatements(List<SQLStatement> list)
public static int executeStatement(SQLStatement stmt)
public static int executeIf(SQLStatement stmt)
public static int executeWhile(SQLStatement stmt)
public static int executeLoop(SQLStatement stmt)
public static int executeCase(SQLStatement stmt)
public static int executeAssign(SQLStatement stmt)
public static int executeOpen(SQLStatement stmt)
public static int executeFetch(SQLStatement stmt)
public static int executeClose(SQLStatement stmt)
public static int executeSQL(SQLStatement stmt)
public static int executeFunction(SQLStatement stmt)
Copyright © 2013–2021 Alibaba Group. All rights reserved.