|
| Query |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
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 |
|---|
boolean isLocalized(int columnIndex)
throws java.sql.SQLException
java.sql.SQLException
java.lang.String getString(int columnIndex,
java.util.Locale locale)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...locale -
java.sql.SQLException
java.lang.Object getObject(int columnIndex,
java.util.Locale locale)
throws java.sql.SQLException
columnIndex - the first column is 1, the second is 2, ...locale -
java.sql.SQLException
MLSResultSetMetaDataInterface getMLSResultSetMetaData()
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.ResultSet getResultSet()
|
| Query |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||