Appendix A EAServer 1.1 Java Classes and Interfaces
package com.sybase.jaguar.stub.jdbc11;public class JJDBCStub extends Object
Contains methods that are inherited by generated client stub classes. JJDBCStub is not meant to be instantiated directly; the methods that are documented here must only be called using a reference to a generated stub class.
There are two alternate implementations of this class:
import jdbc.sql.*; import jdbc.math.*; import com.sybase.jaguar.stub.jdbc102.*;
import java.sql.*; import java.math.*; import com.sybase.jaguar.stub.jdbc11.*;
Java stubs also implement the jaguar.beans.enterprise.Stub interface interface.
Appendix C, "Creating EAServer 1.1 Java Clients" in the EAServer Programmer's Guide describes how to use generated Java stub classes.
None. Call CommunicationDriver.createInstance(String, Class) and cast the returned object to your stub class name.
jaguar.beans.enterprise.Stub interface
Provided for backward compatibility with clients developed for EAServer version 1.1.
Package | com.sybase.jaguar.stub.jdbc11 |
Interface | JJDBCStub (JDK 1.1.x [plus ]) |
protected void destroy() throws JException
This method is provided for backward compatibility with clients developed for EAServer version 1.1. Calling it has no effect.
Update INOUT parameter values after retrieving row results returned by a component method call.
Package | com.sybase.jaguar.sql |
Interface | JJDBCStub (JDK 1.1.x [plus ]) |
public void getInOutParams() throws JException
"JDBC Result Set Handling" in the EAServer Programmer's Guide describes how to process results returned by a component method call.
getMoreResults(), getResultSet()
Test whether all result sets returned by a component method call have been processed.
Package | com.sybase.jaguar.sql |
Interface | JJDBCStub (JDK 1.1.x [plus ]) |
public boolean getMoreResults() throws JException
"JDBC Result Set Handling" in the EAServer Programmer's Guide describes how to process results returned by a component method call.
getInOutParams(), getResultSet()
Retrieve a ResultSet that contains rows returned by a component method call.
Package | com.sybase.jaguar.sql |
Interface | JJDBCStub (JDK 1.1.x [plus ]) |
public ResultSet getResultSet() throws JException
"JDBC Result Set Handling" in the EAServer Programmer's Guide describes how to process results returned by a component method call.
getInOutParams(), getMoreResults()
Copyright © 2001 Sybase, Inc. All rights reserved. |