I hereby claim:
- I am grrrdog on github.
- I am greendog (https://keybase.io/greendog) on keybase.
- I have a public key ASAtBb7Tr6ScDH1nm430PI5HSOxVph3D2eyv8WelMReCEwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| private void readObject(ObjectInputStream paramObjectInputStream) | |
| throws IOException, ClassNotFoundException, SQLException | |
| { | |
| paramObjectInputStream.defaultReadObject(); | |
| this.connectionProperty = ((Hashtable)paramObjectInputStream.readObject()); | |
| try | |
| { | |
| Properties localProperties = (Properties)this.connectionProperty.get("connection_properties"); | |
| String str1 = localProperties.getProperty("connection_url"); | |
| this.oracleDriver = new OracleDriver(); |