public class StoredProcedureStatement extends AbstractSqlStatement implements CallableSqlStatement
| 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, skipOnUnsupportedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontinueOnError, skipOnUnsupportedpublic StoredProcedureStatement(String procedureName)
Copyright © 2018 Liquibase.org. All rights reserved.