|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IProcedure
Represents a procedural execution (such as a stored procedure).
| Method Summary | |
|---|---|
java.util.List<IParameter> |
getParameters()
Returns list of the IParameter objects associated with this execution. |
java.lang.String |
getProcedureName()
Gets the name of the procedure. |
java.lang.Class<?>[] |
getResultSetColumnTypes()
Get the procedure result set column types |
void |
setProcedureName(java.lang.String name)
Sets the name of the procedure. |
| Methods inherited from interface org.teiid.connector.language.ILanguageObject |
|---|
acceptVisitor |
| Methods inherited from interface org.teiid.connector.language.IMetadataReference |
|---|
getMetadataObject |
| Method Detail |
|---|
java.lang.String getProcedureName()
java.util.List<IParameter> getParameters()
void setProcedureName(java.lang.String name)
name - The name of the procedure
java.lang.Class<?>[] getResultSetColumnTypes()
throws ConnectorException
ConnectorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||