Package net.snowflake.client.core
Class ParameterBindingDTO
- java.lang.Object
-
- net.snowflake.client.core.ParameterBindingDTO
-
public class ParameterBindingDTO extends Object
This class represents a binding object passed to server side Created by hyu on 6/15/17.
-
-
Constructor Summary
Constructors Constructor Description ParameterBindingDTO(String type, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
Object
getValue()
void
setType(String type)
void
setValue(Object value)
-