Interface IResultSetItem
-
public interface IResultSetItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IResultMetaData
getResultMetaData()
return the result meta data.java.lang.String
getResultSetDisplayName()
return the display name from externalizationjava.lang.String
getResultSetName()
return the result set name.
-
-
-
Method Detail
-
getResultSetName
java.lang.String getResultSetName()
return the result set name.- Returns:
- the result set name
-
getResultSetDisplayName
java.lang.String getResultSetDisplayName()
return the display name from externalization- Returns:
- the display name
-
getResultMetaData
IResultMetaData getResultMetaData()
return the result meta data.- Returns:
- the result meta data
-
-