Appendix A Jaguar 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 Jaguar 1.1 Java Clients" in the Jaguar CTS 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 Jaguar version 1.1.
Package |
|
Interface |
protected void destroy() throws JException
This method is provided for backward compatibility with clients developed for Jaguar version 1.1. Calling it has no effect.
Update INOUT parameter values after retrieving row results returned by a Jaguar method call.
Package |
|
Interface |
public void getInOutParams() throws JException
"JDBC Result Set Handling" in the Jaguar CTS Programmer's Guide describes how to process results returned by a Jaguar method call.
getMoreResults(), getResultSet()
Test whether all result sets returned by a Jaguar method call have been processed.
Package |
|
Interface |
public boolean getMoreResults() throws JException
"JDBC Result Set Handling" in the Jaguar CTS Programmer's Guide describes how to process results returned by a Jaguar method call.
getInOutParams(), getResultSet()
Retrieve a ResultSet that contains rows returned by a Jaguar method call.
Package |
|
Interface |
public ResultSet getResultSet() throws JException
"JDBC Result Set Handling" in the Jaguar CTS Programmer's Guide describes how to process results returned by a Jaguar method call.
getInOutParams(), getMoreResults()
Copyright © 2000 Sybase, Inc. All rights reserved. |