Class RecordsFileImpl.RecordImpl
java.lang.Object
org.gvsig.fmap.dal.store.simplereader.virtualrows.RecordsFileImpl.RecordImpl
- All Implemented Interfaces:
RecordsFile.Record
- Enclosing class:
RecordsFileImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetByte(int n) byte[]getBytes()byte[]getBytes(int n) doublegetDouble(int n) intgetInt(int n) longgetLong(int n) intgetShort(int n) getString(int n) getTimestamp(int n) getType()voidsetByte(int n, byte v) voidsetBytes(byte[] bytes) voidsetBytes(int n, byte[] v) voidsetDouble(int n, double v) voidsetInt(int n, int v) voidsetLong(int n, long v) voidsetShort(int n, short v) voidvoidsetTimestamp(int n, Timestamp v)
-
Constructor Details
-
RecordImpl
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceRecordsFile.Record
-
getBytes
public byte[] getBytes()- Specified by:
getBytesin interfaceRecordsFile.Record
-
getBuffer
- Specified by:
getBufferin interfaceRecordsFile.Record
-
setBytes
public void setBytes(byte[] bytes) - Specified by:
setBytesin interfaceRecordsFile.Record
-
getInt
public int getInt(int n) - Specified by:
getIntin interfaceRecordsFile.Record
-
getLong
public long getLong(int n) - Specified by:
getLongin interfaceRecordsFile.Record
-
getDouble
public double getDouble(int n) - Specified by:
getDoublein interfaceRecordsFile.Record
-
getTimestamp
- Specified by:
getTimestampin interfaceRecordsFile.Record
-
getString
- Specified by:
getStringin interfaceRecordsFile.Record
-
getBytes
public byte[] getBytes(int n) - Specified by:
getBytesin interfaceRecordsFile.Record
-
getByte
public int getByte(int n) - Specified by:
getBytein interfaceRecordsFile.Record
-
getShort
public int getShort(int n) - Specified by:
getShortin interfaceRecordsFile.Record
-
setByte
public void setByte(int n, byte v) - Specified by:
setBytein interfaceRecordsFile.Record
-
setShort
public void setShort(int n, short v) - Specified by:
setShortin interfaceRecordsFile.Record
-
setInt
public void setInt(int n, int v) - Specified by:
setIntin interfaceRecordsFile.Record
-
setLong
public void setLong(int n, long v) - Specified by:
setLongin interfaceRecordsFile.Record
-
setDouble
public void setDouble(int n, double v) - Specified by:
setDoublein interfaceRecordsFile.Record
-
setTimestamp
- Specified by:
setTimestampin interfaceRecordsFile.Record
-
setString
- Specified by:
setStringin interfaceRecordsFile.Record
-
setBytes
public void setBytes(int n, byte[] v) - Specified by:
setBytesin interfaceRecordsFile.Record
-