Package fr.dyade.aaa.util
Class DBOperation
- java.lang.Object
-
- fr.dyade.aaa.util.DBOperation
-
- All Implemented Interfaces:
Serializable
final class DBOperation extends Object implements Serializable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static intCOMMIT(package private) static intCREATE(package private) static intDELETE(package private) static intEND(package private) Stringname(package private) static intNOOPprivate static Poolpool(package private) static intSAVEprivate static longserialVersionUIDdefine serialVersionUID for interoperability(package private) inttype(package private) byte[]value
-
Constructor Summary
Constructors Modifier Constructor Description privateDBOperation(int type, String name, byte[] value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static DBOperationalloc(int type, String name)(package private) static DBOperationalloc(int type, String name, byte[] value)(package private) voidfree()StringtoString()Returns a string representation for this object.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
define serialVersionUID for interoperability- See Also:
- Constant Field Values
-
SAVE
static final int SAVE
- See Also:
- Constant Field Values
-
CREATE
static final int CREATE
- See Also:
- Constant Field Values
-
DELETE
static final int DELETE
- See Also:
- Constant Field Values
-
NOOP
static final int NOOP
- See Also:
- Constant Field Values
-
COMMIT
static final int COMMIT
- See Also:
- Constant Field Values
-
END
static final int END
- See Also:
- Constant Field Values
-
type
int type
-
name
String name
-
value
byte[] value
-
pool
private static Pool pool
-
-
Constructor Detail
-
DBOperation
private DBOperation(int type, String name, byte[] value)
-
-
Method Detail
-
toString
public String toString()
Returns a string representation for this object.
-
alloc
static DBOperation alloc(int type, String name)
-
alloc
static DBOperation alloc(int type, String name, byte[] value)
-
free
void free()
-
-