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[]columnNameprotected java.util.Vectorvalues
-
Constructor Summary
Constructors Constructor Description RecordColumn(byte[] name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddValue(byte[] v)intgetDecimalDigits()intgetLength()byte[]getName()intgetNumValues()bytegetType()byte[]getValue(int num)
-