public abstract class SQLRequest extends SQLStartRequest
JBaseSerializable.TYPE
Modifier and Type | Field and Description |
---|---|
protected static java.util.logging.Logger |
log |
protected StatementID |
statementId |
Constructor and Description |
---|
SQLRequest() |
Modifier and Type | Method and Description |
---|---|
void |
readObject(JBaseObjectReader reader,
int version) |
void |
writeObject(JBaseObjectWriter writer,
int version)
As a bare minimum each JDBC request contains statement ID.
|
getType, getVersion
protected static final java.util.logging.Logger log
protected StatementID statementId
public void writeObject(JBaseObjectWriter writer, int version) throws java.io.IOException
java.io.IOException
public void readObject(JBaseObjectReader reader, int version) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException