public class StoredProcedureStatement extends AbstractSqlStatement implements CallableSqlStatement
EMPTY_SQL_STATEMENT
Constructor and Description |
---|
StoredProcedureStatement(String procedureName) |
Modifier and Type | Method and Description |
---|---|
void |
addParameter(String param,
int type) |
List<String> |
getParameters() |
int |
getParameterType(String param) |
String |
getProcedureName() |
continueOnError, setContinueOnError, skipOnUnsupported
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
continueOnError, skipOnUnsupported
public StoredProcedureStatement(String procedureName)
Copyright © 2023 Liquibase.org. All rights reserved.