Package oracle.spatial.util
Class DBFReaderJGeom.DateColumn
- java.lang.Object
-
- oracle.spatial.util.DBFReaderJGeom.RecordColumn
-
- oracle.spatial.util.DBFReaderJGeom.DateColumn
-
- Enclosing class:
- DBFReaderJGeom
public static class DBFReaderJGeom.DateColumn extends DBFReaderJGeom.RecordColumn
-
-
Field Summary
-
Fields inherited from class oracle.spatial.util.DBFReaderJGeom.RecordColumn
columnName, values
-
-
Constructor Summary
Constructors Constructor Description DateColumn(byte[] name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLength()bytegetType()-
Methods inherited from class oracle.spatial.util.DBFReaderJGeom.RecordColumn
addValue, getDecimalDigits, getName, getNumValues, getValue
-
-
-
-
Method Detail
-
getType
public byte getType()
- Overrides:
getTypein classDBFReaderJGeom.RecordColumn
-
getLength
public int getLength()
- Overrides:
getLengthin classDBFReaderJGeom.RecordColumn
-
-