public interface XdrStreamAccess
Provides access to the
XdrInputStream
and XdrOutputStream
.- Since:
- 3.0
- Author:
- Mark Rotteveel
-
Method Summary
-
Method Details
-
getXdrIn
Gets the XdrInputStream.- Returns:
- Instance of XdrInputStream
- Throws:
SQLException
- If no connection is opened or when exceptions occur retrieving the InputStream
-
getXdrOut
Gets the XdrOutputStream.- Returns:
- Instance of XdrOutputStream
- Throws:
SQLException
- If no connection is opened or when exceptions occur retrieving the OutputStream
-