Esempio n. 1
0
 /**
  * Creates a WireConnection (without establishing a connection to the server) with the default
  * protocol collection.
  *
  * @param attachProperties Attach properties
  */
 protected WireConnection(T attachProperties) throws SQLException {
   this(
       attachProperties,
       EncodingFactory.getDefaultInstance(),
       ProtocolCollection.getDefaultCollection());
 }