Class TCLIServiceConstants
- java.lang.Object
-
- com.databricks.jdbc.model.client.thrift.generated.TCLIServiceConstants
-
public class TCLIServiceConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCHARACTER_MAXIMUM_LENGTHstatic Set<TTypeId>COLLECTION_TYPESstatic Set<TTypeId>COMPLEX_TYPESstatic StringPRECISIONstatic Set<TTypeId>PRIMITIVE_TYPESstatic StringSCALEstatic Map<TTypeId,String>TYPE_NAMES
-
Constructor Summary
Constructors Constructor Description TCLIServiceConstants()
-
-
-
Field Detail
-
CHARACTER_MAXIMUM_LENGTH
public static final String CHARACTER_MAXIMUM_LENGTH
- See Also:
- Constant Field Values
-
PRECISION
public static final String PRECISION
- See Also:
- Constant Field Values
-
SCALE
public static final String SCALE
- See Also:
- Constant Field Values
-
-