com.sas.iquery.execution2
Interface MLSResultSetMetaDataInterface


public interface MLSResultSetMetaDataInterface

interface to surface up metadata about localized values


Method Summary
 java.util.Set<java.util.Locale> getColumnLocales(int column)
           
 java.util.Set<java.util.Locale> getLocales()
           
 java.sql.ResultSet getResultSet()
          returns the wrapped result set
 boolean isColumnLocalized(int column)
           
 boolean isLocalized()
           
 

Method Detail

isLocalized

boolean isLocalized()
                    throws java.sql.SQLException
Returns:
Throws:
java.sql.SQLException

getLocales

java.util.Set<java.util.Locale> getLocales()
                                           throws java.sql.SQLException
Returns:
Throws:
java.sql.SQLException

isColumnLocalized

boolean isColumnLocalized(int column)
                          throws java.sql.SQLException
Parameters:
columnIndex - the first column is 1, the second is 2, ...
Returns:
Throws:
java.sql.SQLException

getColumnLocales

java.util.Set<java.util.Locale> getColumnLocales(int column)
                                                 throws java.sql.SQLException
Parameters:
columnIndex - the first column is 1, the second is 2, ...
Returns:
Throws:
java.sql.SQLException

getResultSet

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.