Package liquibase.statement
Class StoredProcedureStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.StoredProcedureStatement
- All Implemented Interfaces:
CallableSqlStatement
,SqlStatement
-
Field Summary
Fields inherited from interface liquibase.statement.SqlStatement
EMPTY_SQL_STATEMENT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addParameter
(String param, int type) int
getParameterType
(String param) Methods inherited from class liquibase.statement.AbstractSqlStatement
continueOnError, setContinueOnError, skipOnUnsupported
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface liquibase.statement.SqlStatement
continueOnError, skipOnUnsupported
-
Constructor Details
-
StoredProcedureStatement
-
-
Method Details
-
getProcedureName
-
getParameters
-
addParameter
-
getParameterType
-