Package oracle.spatial.util
Class DBFReaderJGeom.RecordColumn
- java.lang.Object
-
- oracle.spatial.util.DBFReaderJGeom.RecordColumn
-
- Direct Known Subclasses:
DBFReaderJGeom.CharacterColumn
,DBFReaderJGeom.DateColumn
,DBFReaderJGeom.LogicalColumn
,DBFReaderJGeom.NumericColumn
- Enclosing class:
- DBFReaderJGeom
public abstract static class DBFReaderJGeom.RecordColumn extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]
columnName
protected java.util.Vector
values
-
Constructor Summary
Constructors Constructor Description RecordColumn(byte[] name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addValue(byte[] v)
int
getDecimalDigits()
int
getLength()
byte[]
getName()
int
getNumValues()
byte
getType()
byte[]
getValue(int num)
-