Uses of Class
com.sas.rio.RIOException
Packages that use RIOException
-
Uses of RIOException in com.sas.rio
Methods in com.sas.rio that throw RIOExceptionModifier and TypeMethodDescriptionvoidMVAStatement.createTable(String libref, String tableName, com.sas.rio.Column[] columnObject, String options) Deprecated.prefer use of create table by executeUpdate with SQL grammar.voidRIOStatementInterface.createTable(String libref, String tableName, com.sas.rio.Column[] columnObject, String options) Deprecated.voidMVAStatement.deleteTable(String libref, String tableName) Deletes the table with the name specified in the tableName String.voidMVAStatement.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.voidRIOStatementInterface.deleteTable(String libref, String tableName) Deletes the table with the name specified in the tableName String.voidRIOStatementInterface.deleteTable(String libref, String tableName, String tableType, String alterPassword) Deletes the table for the specified tableType with the name specified in the tableName String.intMVAResultSetMetaData.getColumnFormatDecimal(int columnIndex) RIO Gets the format decimal of the column.intRIOResultSetMetaDataInterface.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.intMVAResultSetMetaData.getColumnFormatLength(int columnIndex) RIO Gets the format length of the column.intRIOResultSetMetaDataInterface.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.StringMVAResultSetMetaData.getColumnFormatName(int columnIndex) RIO Gets the format name of the column.StringRIOResultSetMetaDataInterface.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.intMVAResultSetMetaData.getColumnFormatWidth(int columnIndex) RIO Gets the format width of the column.intRIOResultSetMetaDataInterface.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.intMVAResultSetMetaData.getColumnInformatDecimal(int columnIndex) RIO Gets the informat decimal of the column.intRIOResultSetMetaDataInterface.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.intMVAResultSetMetaData.getColumnInformatLength(int columnIndex) RIO Gets the informat length of the column.intRIOResultSetMetaDataInterface.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.StringMVAResultSetMetaData.getColumnInformatName(int columnIndex) RIO Gets the informat name of the column.StringRIOResultSetMetaDataInterface.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.intMVAResultSetMetaData.getColumnInformatWidth(int columnIndex) RIO Gets the informat width of the column.intRIOResultSetMetaDataInterface.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.