Package org.teiid.odata.api
Interface ProcedureReturnType
-
public interface ProcedureReturnType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.olingo.commons.api.edm.EdmReturnTypegetReturnType()IntegergetSqlType()booleanhasResultSet()
-
-
-
Method Detail
-
hasResultSet
boolean hasResultSet()
-
getSqlType
Integer getSqlType()
- Returns:
- the sql type of the return parameter or null if there is no return parameter
-
getReturnType
org.apache.olingo.commons.api.edm.EdmReturnType getReturnType()
- Returns:
- the return type or null, if no resultset nor return parameter
-
-