Package net.snowflake.client.core
Class MetaDataOfBinds
- java.lang.Object
-
- net.snowflake.client.core.MetaDataOfBinds
-
- All Implemented Interfaces:
Serializable
public class MetaDataOfBinds extends Object implements Serializable
Class that creates constructor used for storing information about a binding parameter's metadata. Each instantiation of a MetaDataOfBinds object corresponds to one binding parameter; an arraylist of MetaDataOfBinds corresponds to a list of binding parameters in a prepared statement.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetaDataOfBinds(int prec, boolean n, int sc, int bL, int len, String name, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getByteLength()
int
getLength()
String
getName()
int
getPrecision()
int
getScale()
String
getTypeName()
boolean
isNullable()
-