Class Row
java.lang.Object
javaforce.io.SerialObject
javaforce.db.Row
- Direct Known Subclasses:
Test
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class javaforce.io.SerialObject
dis, dos, id_1, id_2, id_4, id_8, id_array, id_end, id_len, java_magic, javaforce_magic -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintOverride this method to sort your rows.voidvoidMethods inherited from class javaforce.io.SerialObject
isJavaSerialObject, isJavaSerialObject, readBoolean, readByte, readBytes, readChar, readDouble, readFloat, readInit, readInit, readInt, readLong, readShort, readString, skipChunk, writeBoolean, writeByte, writeBytes, writeChar, writeDouble, writeFloat, writeInit, writeInit, writeInt, writeLong, writeShort, writeString
-
Field Details
-
id
public int idauto-increment id -
timestamp
public long timestampinsert timestamp
-
-
Constructor Details
-
Row
public Row()
-
-
Method Details
-
compare
Override this method to sort your rows.- Returns:
- 0=equal -1=this is lower +1=other is lower
-
readObject
- Specified by:
readObjectin classSerialObject- Throws:
Exception
-
writeObject
- Specified by:
writeObjectin classSerialObject- Throws:
Exception
-