Package net.sf.jkniv.sqlegance
Interface Storable
-
- All Known Implementing Classes:
ProcedureTag
public interface Storable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcedureParameterTag[]getParams()Retrieve parameter from stored procedureStringgetSpName()Retrieve the name from stored procedure.
-
-
-
Method Detail
-
getParams
ProcedureParameterTag[] getParams()
Retrieve parameter from stored procedure- Returns:
- the parameters
-
getSpName
String getSpName()
Retrieve the name from stored procedure.- Returns:
- name of stored procedure
-
-