com.sas.iquery.execution2
Interface MLSResultSetInterface


public interface MLSResultSetInterface

interface to surface up localized values


Method Summary
abstract  MLSResultSetMetaDataInterface getMLSResultSetMetaData()
           
abstract  java.lang.Object getObject(int columnIndex, java.util.Locale locale)
           
abstract  java.sql.ResultSet getResultSet()
          returns the result set extended
abstract  java.lang.String getString(int columnIndex, java.util.Locale locale)
           
abstract  boolean isLocalized(int columnIndex)
          Returns true if the column is backed by any localization data.
 

Method Detail

isLocalized

boolean isLocalized(int columnIndex)
                    throws java.sql.SQLException
Returns true if the column is backed by any localization data. This does not mean that it has localization for any specific locale, only that it could.

Returns:
Throws:
java.sql.SQLException

getString

java.lang.String getString(int columnIndex,
                           java.util.Locale locale)
                           throws java.sql.SQLException
Parameters:
columnIndex - the first column is 1, the second is 2, ...
locale -
Returns:
Throws:
java.sql.SQLException

getObject

java.lang.Object getObject(int columnIndex,
                           java.util.Locale locale)
                           throws java.sql.SQLException
Parameters:
columnIndex - the first column is 1, the second is 2, ...
locale -
Returns:
Throws:
java.sql.SQLException

getMLSResultSetMetaData

MLSResultSetMetaDataInterface getMLSResultSetMetaData()
                                                      throws java.sql.SQLException
Returns:
Throws:
java.sql.SQLException

getResultSet

java.sql.ResultSet getResultSet()
returns the result set extended




Copyright © 2009 SAS Institute Inc. All Rights Reserved.