public class PGArray extends Object
| Constructor and Description |
|---|
PGArray() |
PGArray(int ndims,
boolean hasnull,
long typeOid,
int[] dims,
int[] lbounds,
char[] separators,
Object array) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getArray() |
int[] |
getDims() |
int[] |
getLbounds() |
int |
getNdims() |
char[] |
getSeparators() |
long |
getTypeOid() |
boolean |
isHasnull() |
void |
setArray(Object array) |
void |
setDims(int[] dims) |
void |
setHasnull(boolean hasnull) |
void |
setLbounds(int[] lbounds) |
void |
setNdims(int ndims) |
void |
setSeparators(char[] separators) |
void |
setTypeOid(long typeOid) |
public PGArray()
public PGArray(int ndims,
boolean hasnull,
long typeOid,
int[] dims,
int[] lbounds,
char[] separators,
Object array)
public int getNdims()
public void setNdims(int ndims)
public boolean isHasnull()
public void setHasnull(boolean hasnull)
public long getTypeOid()
public void setTypeOid(long typeOid)
public int[] getDims()
public void setDims(int[] dims)
public int[] getLbounds()
public void setLbounds(int[] lbounds)
public char[] getSeparators()
public void setSeparators(char[] separators)
public Object getArray()
public void setArray(Object array)
Copyright © 2017 The CLARUS Consortium. All rights reserved.