Uses of Class
com.sas.rio.RIOException

Packages that use RIOException
com.sas.rio The SAS IOM Driver for JDBC 
 

Uses of RIOException in com.sas.rio
 

Methods in com.sas.rio that throw RIOException
 void MVAStatement.createTable(java.lang.String libref, java.lang.String tableName, com.sas.rio.Column[] columnObject, java.lang.String options)
          Deprecated. prefer use of create table by executeUpdate with SQL grammar.
 void MVAStatement.deleteTable(java.lang.String libref, java.lang.String tableName)
          Deletes the table with the name specified in the tableName String.
 void MVAStatement.deleteTable(java.lang.String libref, java.lang.String tableName, java.lang.String tableType, java.lang.String alterPassword)
          RIO Deletes the table for the specified tableType with the name specified in the tableName String.
 int MVAResultSetMetaData.getColumnFormatDecimal(int columnIndex)
          RIO Gets the format decimal of the column.
 int[] MVAResultSetMetaData.getColumnFormatDecimals()
          RIO Gets the format lengths of the columns in the ResultSet.
 int MVAResultSetMetaData.getColumnFormatLength(int columnIndex)
          RIO Gets the format length of the column.
 int[] MVAResultSetMetaData.getColumnFormatLengths()
          RIO Gets the format lengths of the columns in the ResultSet.
 java.lang.String MVAResultSetMetaData.getColumnFormatName(int columnIndex)
          RIO Gets the format name of the column.
 java.lang.String[] MVAResultSetMetaData.getColumnFormatNames()
          RIO Gets the format names of the columns in the ResultSet.
 int MVAResultSetMetaData.getColumnFormatWidth(int columnIndex)
          RIO Gets the format width of the column.
 int[] MVAResultSetMetaData.getColumnFormatWidths()
          RIO Gets the format widths of the columns in the ResultSet.
 int MVAResultSetMetaData.getColumnInformatDecimal(int columnIndex)
          RIO Gets the informat decimal of the column.
 int[] MVAResultSetMetaData.getColumnInformatDecimals()
          RIO Gets the informat decimals of the columns in the ResultSet.
 int MVAResultSetMetaData.getColumnInformatLength(int columnIndex)
          RIO Gets the informat length of the column.
 int[] MVAResultSetMetaData.getColumnInformatLengths()
          RIO Gets the informat lengths of the columns in the ResultSet.
 java.lang.String MVAResultSetMetaData.getColumnInformatName(int columnIndex)
          RIO Gets the informat name of the column.
 java.lang.String[] MVAResultSetMetaData.getColumnInformatNames()
          RIO Gets the informat names of the columns in the ResultSet.
 int MVAResultSetMetaData.getColumnInformatWidth(int columnIndex)
          RIO Gets the informat width of the column.
 int[] MVAResultSetMetaData.getColumnInformatWidths()
          RIO Gets the informat widths of the columns in the ResultSet.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.