Uses of Class
com.sas.rio.RIOException

Packages that use RIOException
Package
Description
The SAS IOM Driver for JDBC
  • Uses of RIOException in com.sas.rio

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