public class SetPropertiesRequest extends SQLRequest
JBaseSerializable.TYPE
log, statementId
Constructor and Description |
---|
SetPropertiesRequest(java.util.Properties props) |
Modifier and Type | Method and Description |
---|---|
int |
getType()
This method must be overridden by classes inheriting from SQLStartRequest.
|
void |
readObject(JBaseObjectReader reader,
int version) |
void |
writeObject(JBaseObjectWriter writer,
int version)
As a bare minimum each JDBC request contains statement ID.
|
getVersion
public int getType()
SQLStartRequest
getType
in interface JBaseSerializable
getType
in class SQLStartRequest
public void writeObject(JBaseObjectWriter writer, int version) throws java.io.IOException
SQLRequest
writeObject
in interface JBaseSerializable
writeObject
in class SQLRequest
java.io.IOException
public void readObject(JBaseObjectReader reader, int version) throws java.io.IOException, java.lang.ClassNotFoundException
readObject
in interface JBaseSerializable
readObject
in class SQLRequest
java.io.IOException
java.lang.ClassNotFoundException