Class FederationSQLOutParameter<T>
java.lang.Object
org.apache.hadoop.yarn.server.federation.store.sql.FederationSQLOutParameter<T>
- Type Parameters:
T- Generic T.
SQLOutParameter is used to set the output parameters of the stored procedure.
-
Constructor Summary
ConstructorsConstructorDescriptionFederationSQLOutParameter(int sqlType, Class<T> javaType, T value) FederationSQLOutParameter(String paramName, int sqlType, Class<T> javaType) -
Method Summary
Modifier and TypeMethodDescriptionintgetValue()voidsetParamName(String paramName) voidtoString()