Class TestDB
java.lang.Object
javaforce.io.SerialObject
javaforce.db.Row
javaforce.tests.TestDB
-
Nested Class Summary
Nested classes/interfaces inherited from class Row
Row.Creator -
Field Summary
FieldsFields inherited from class SerialObject
dis, dos, id_1, id_2, id_4, id_8, id_array, id_end, id_len, java_magic, javaforce_magicModifier and TypeFieldDescriptionDeprecated.Deprecated.static final shortDeprecated.static final shortDeprecated.static final shortDeprecated.static final shortDeprecated.static final shortDeprecated.static final shortDeprecated.static final shortDeprecated.static final shortDeprecated.static final shortDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidvoidvoidMethods inherited from class 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, writeStringModifier and TypeMethodDescriptionstatic booleanDeprecated.static booleanisJavaSerialObject(String file) Deprecated.booleanDeprecated.bytereadByte()Deprecated.byte[]Deprecated.charreadChar()Deprecated.doubleDeprecated.floatDeprecated.voidreadInit(DataInputStream dis) Deprecated.voidreadInit(SerialObject so) Deprecated.intreadInt()Deprecated.longreadLong()Deprecated.shortDeprecated.Deprecated.voidskipChunk(short id) Deprecated.voidwriteBoolean(boolean value) Deprecated.voidwriteByte(byte value) Deprecated.voidwriteBytes(byte[] bytes) Deprecated.voidwriteChar(char value) Deprecated.voidwriteDouble(double value) Deprecated.voidwriteFloat(float value) Deprecated.voidDeprecated.voidDeprecated.voidwriteInt(int value) Deprecated.voidwriteLong(long value) Deprecated.voidwriteShort(short value) Deprecated.voidwriteString(String value) Deprecated.
-
Field Details
-
value
-
-
Constructor Details
-
TestDB
public TestDB()
-
-
Method Details
-
readObject
- Overrides:
readObjectin classRow- Throws:
Exception
-
writeObject
- Overrides:
writeObjectin classRow- Throws:
Exception
-
main
-