Class Summary |
Column |
This is the Column class which defines a columns' attributes.
|
MVACallableStatement |
Note: None of the methods in this class are supported because SAS software does not support stored
procedures. |
MVAConnection |
A Connection represents a session with a specific
database. |
MVADatabaseMetaData |
This class provides information about the database as a whole.
|
MVADriver |
MVADriver class implements the Driver interface.
|
MVAPreparedStatement |
|
MVAResultSet |
A ResultSet provides access to a table of data. |
MVAResultSetMetaData |
A ResultSetMetaData object can be used to find out about the types
and properties of the columns in a ResultSet. |
MVAStatement |
A Statement object is used for executing a static SQL statement
and obtaining the results produced by it.
|
Options |
This is the Options class which defines the SAS options like By clause,
while creating a table. |