Interfaces for objects that construct and send row results from a Java server component to the client:
jaguar.sql.JServerResultSet interface – Provides methods to return result rows to a client application. JServerResultSet is similar to the java.sql.ResultSet interface, which is used to retrieve result rows from a server.
jaguar.sql.JServerResultSetMetaData interface – Provides methods for describing the metadata of a result set. Metadata specifies the number of columns in each row as well as the datatype, format, nullability, and so forth for each column.
Copyright © 2005. Sybase Inc. All rights reserved. |