Appendix A Jaguar 1.1 Java Classes and Interfaces


jaguar.stub.jdbc11.JJDBCStub class

Description

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:

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.

Constructors

None. Call CommunicationDriver.createInstance(String, Class) and cast the returned object to your stub class name.

Methods

See Also

jaguar.beans.enterprise.Stub interface


JJDBCStub.destroy()

Description

Provided for backward compatibility with clients developed for Jaguar version 1.1.

Syntax

Package

com.sybase.jaguar.stub.jdbc11

Interface

JJDBCStub (JDK 1.1.x [plus ])

protected void destroy() throws JException

Usage

This method is provided for backward compatibility with clients developed for Jaguar version 1.1. Calling it has no effect.


JJDBCStub.getInOutParams()

Description

Update INOUT parameter values after retrieving row results returned by a Jaguar method call.

Syntax

Package

com.sybase.jaguar.sql

Interface

JJDBCStub (JDK 1.1.x [plus ])

public void getInOutParams() throws JException 

Usage

"JDBC Result Set Handling" in the Jaguar CTS Programmer's Guide describes how to process results returned by a Jaguar method call.

See Also

getMoreResults(), getResultSet()


JJDBCStub.getMoreResults()

Description

Test whether all result sets returned by a Jaguar method call have been processed.

Syntax

Package

com.sybase.jaguar.sql

Interface

JJDBCStub (JDK 1.1.x [plus ])

public boolean getMoreResults() throws JException 

Usage

"JDBC Result Set Handling" in the Jaguar CTS Programmer's Guide describes how to process results returned by a Jaguar method call.

See Also

getInOutParams(), getResultSet()


JJDBCStub.getResultSet()

Description

Retrieve a ResultSet that contains rows returned by a Jaguar method call.

Syntax

Package

com.sybase.jaguar.sql

Interface

JJDBCStub (JDK 1.1.x [plus ])

public ResultSet getResultSet() throws JException 

Usage

"JDBC Result Set Handling" in the Jaguar CTS Programmer's Guide describes how to process results returned by a Jaguar method call.

See Also

getInOutParams(), getMoreResults()

 


Copyright © 2000 Sybase, Inc. All rights reserved.