Class Row
java.lang.Object
javaforce.io.SerialObject
javaforce.db.Row
- Direct Known Subclasses:
TestDB
Deprecated.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionintDeprecated.auto-increment idlongDeprecated.insert timestampFields 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 TypeMethodDescriptionintDeprecated.Override this method to sort your rows.voidDeprecated.voidDeprecated.Methods 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 idDeprecated.auto-increment id -
timestamp
public long timestampDeprecated.insert timestamp
-
-
Constructor Details
-
Row
public Row()Deprecated.
-
-
Method Details
-
compare
Deprecated.Override this method to sort your rows.- Returns:
- 0=equal -1=this is lower +1=other is lower
-
readObject
Deprecated.- Specified by:
readObjectin classSerialObject- Throws:
Exception
-
writeObject
Deprecated.- Specified by:
writeObjectin classSerialObject- Throws:
Exception
-