Note:

Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.

Package com.sas.rio


@CodeSet("sas.platform") @SASScope("ALL") package com.sas.rio
The SAS IOM Driver for JDBC
  • Class
    Description
    This class defines the SQLCode enumerations for error messages and exceptions used by the IOM JDBC Driver.
    This class defines the methods that get, set, and clear the ResultSet and column annotations for the IOM JDBC Driver.
    Note: None of the methods in this class are supported because SAS software does not support stored procedures.
    A Connection represents a session with a specific database.
    This class provides information about the database as a whole.
    MVADriver class implements the Driver interface.
    A dual result set provides simultaneous access to unformatted and server-side formatted data.
    An object that represents a precompiled SQL statement.
    A ResultSet provides access to a table of data.
    A ResultSetMetaData object can be used to find out about the types and properties of the columns in a ResultSet.
    This class defines the SQL exception handling routines for error messages issued by the IOM JDBC Driver.
    This exception is thrown to indicate that the IOM JDBC driver does not support an optional JDBC feature.
    This class defines the SQLState enumerations for error messages and exceptions used by the IOM JDBC Driver.
    This class defines the SQL exception handling routines for warning messages issued by the IOM JDBC Driver.
    A Statement object is used for executing a static SQL statement and obtaining the results produced by it.
    Exception class for proprietary extensions to the SAS IOM Driver for JDBC.