public class EclFieldTypeWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
local_length |
protected String |
local_locale |
protected BigInteger |
local_precision |
protected HPCCFieldTypeWrapper |
local_type |
| Constructor and Description |
|---|
EclFieldTypeWrapper() |
EclFieldTypeWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.EclFieldType eclfieldtype) |
EclFieldTypeWrapper(HPCCFieldTypeWrapper _type,
String _locale,
BigInteger _length,
BigInteger _precision) |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getLength() |
String |
getLocale() |
BigInteger |
getPrecision() |
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.EclFieldType |
getRaw() |
HPCCFieldTypeWrapper |
getType() |
void |
setLength(BigInteger _length) |
void |
setLocale(String _locale) |
void |
setPrecision(BigInteger _precision) |
void |
setType(HPCCFieldTypeWrapper _type) |
String |
toString() |
protected HPCCFieldTypeWrapper local_type
protected String local_locale
protected BigInteger local_length
protected BigInteger local_precision
public EclFieldTypeWrapper()
public EclFieldTypeWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.EclFieldType eclfieldtype)
public EclFieldTypeWrapper(HPCCFieldTypeWrapper _type, String _locale, BigInteger _length, BigInteger _precision)
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.EclFieldType getRaw()
public void setType(HPCCFieldTypeWrapper _type)
public HPCCFieldTypeWrapper getType()
public void setLocale(String _locale)
public String getLocale()
public void setLength(BigInteger _length)
public BigInteger getLength()
public void setPrecision(BigInteger _precision)
public BigInteger getPrecision()
Copyright © 2021. All rights reserved.