Quadcap Embeddable Database

com.quadcap.sql.file.LogOp Interface Reference

Inheritance diagram for com.quadcap.sql.file.LogOp:

Externalizable com.quadcap.sql.file.LogEntry com.quadcap.sql.file.Log1.Checkpoint com.quadcap.sql.file.Log1.Close com.quadcap.sql.file.Log1.Flush com.quadcap.sql.file.Log1.Rollback com.quadcap.sql.file.Log1.Sync List of all members.

Detailed Description

Author:
Stan Bailes

Definition at line 51 of file LogOp.java.

Public Member Functions

long getTransactionId ()
int getStatementId ()
void handle (Log log) throws Exception
void writeExternal (ObjectOutput out) throws IOException
void readExternal (ObjectInput in) throws IOException, ClassNotFoundException


Member Function Documentation

int com.quadcap.sql.file.LogOp.getStatementId  ) 
 

Implemented in com.quadcap.sql.file.LogEntry.

long com.quadcap.sql.file.LogOp.getTransactionId  ) 
 

Implemented in com.quadcap.sql.file.LogEntry.

void com.quadcap.sql.file.LogOp.handle Log  log  )  throws Exception
 

Implemented in com.quadcap.sql.file.Log1.Flush, com.quadcap.sql.file.Log1.Checkpoint, com.quadcap.sql.file.Log1.Close, com.quadcap.sql.file.Log1.Rollback, com.quadcap.sql.file.Log1.Sync, and com.quadcap.sql.file.LogEntry.

void com.quadcap.sql.file.LogOp.readExternal ObjectInput  in  )  throws IOException, ClassNotFoundException
 

Implemented in com.quadcap.sql.file.LogEntry.

void com.quadcap.sql.file.LogOp.writeExternal ObjectOutput  out  )  throws IOException
 

Implemented in com.quadcap.sql.file.LogEntry.