|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResultsMetadataProvider
Interface to provide result set metadata.
Method Summary | |
---|---|
boolean |
getBooleanValue(int columnIndex,
java.lang.Integer metadataPropertyKey)
Get metadata value for the column at columnIndex for a given metadata property. |
int |
getColumnCount()
Get number of columns in the result set metadata |
int |
getIntValue(int columnIndex,
java.lang.Integer metadataPropertyKey)
Get metadata value for the column at columnIndex for a given metadata property. |
int |
getParameterCount()
Get parameter count from original command |
java.lang.String |
getStringValue(int columnIndex,
java.lang.Integer metadataPropertyKey)
Get metadata value for the column at columnIndex for a given metadata property. |
java.lang.Object |
getValue(int columnIndex,
java.lang.Integer metadataPropertyKey)
Get metadata value for the column at columnIndex for a given metadata property. |
Method Detail |
---|
int getColumnCount() throws java.sql.SQLException
java.sql.SQLException
java.lang.Object getValue(int columnIndex, java.lang.Integer metadataPropertyKey) throws java.sql.SQLException
columnIndex
- The column indexmetadataPropertyKey
- The metadata property
java.sql.SQLException
java.lang.String getStringValue(int columnIndex, java.lang.Integer metadataPropertyKey) throws java.sql.SQLException
columnIndex
- The column indexmetadataPropertyKey
- The metadata property
java.sql.SQLException
int getIntValue(int columnIndex, java.lang.Integer metadataPropertyKey) throws java.sql.SQLException
columnIndex
- The column indexmetadataPropertyKey
- The metadata property
java.sql.SQLException
boolean getBooleanValue(int columnIndex, java.lang.Integer metadataPropertyKey) throws java.sql.SQLException
columnIndex
- The column indexmetadataPropertyKey
- The metadata property
java.sql.SQLException
int getParameterCount() throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |