public interface IfmxResultSet
extends java.sql.ResultSet
The IfmxResultSet interface extends the java.sql.ResultSet interface.
Statement.executeQuery(java.lang.String)
,
Statement.getResultSet()
,
ResultSetMetaData
Modifier and Type | Method and Description |
---|---|
IfxBSONObject |
getIfxBSONObject(int columnIndex)
Gets the value of a column in the current row as an Informix
IfxBSONObject object. |
IfxBSONObject |
getIfxBSONObject(java.lang.String columnName)
Gets the value of a column in the current row as an Informix
IfxBSONObject object. |
Interval |
getInterval(int columnIndex)
Gets the value of a column in the current row as an Informix Interval.
|
Interval |
getInterval(java.lang.String columnName)
Gets the value of a column in the current row as an Informix Interval.
|
IntervalDF |
getIntervalDF(int columnIndex)
Gets the value of a column in the current row as an Informix IntervalDF.
|
IntervalDF |
getIntervalDF(java.lang.String columnName)
Gets the value of a column in the current row as an Informix IntervalDF.
|
IntervalYM |
getIntervalYM(int columnIndex)
Gets the value of a column in the current row as an Informix IntervalYM.
|
IntervalYM |
getIntervalYM(java.lang.String columnName)
Gets the value of a column in the current row as an Informix IntervalYM.
|
java.lang.String |
getUnloadString(int columnIndex)
Gets the value of a column in the current row in format compatible with
SQL LOAD/UNLOAD format
|
absolute, afterLast, beforeFirst, cancelRowUpdates, clearWarnings, close, deleteRow, findColumn, first, getArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getConcurrency, getCursorName, getDate, getDate, getDate, getDate, getDouble, getDouble, getFetchDirection, getFetchSize, getFloat, getFloat, getHoldability, getInt, getInt, getLong, getLong, getMetaData, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getObject, getObject, getObject, getObject, getRef, getRef, getRow, getRowId, getRowId, getShort, getShort, getSQLXML, getSQLXML, getStatement, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getType, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, insertRow, isAfterLast, isBeforeFirst, isClosed, isFirst, isLast, last, moveToCurrentRow, moveToInsertRow, next, previous, refreshRow, relative, rowDeleted, rowInserted, rowUpdated, setFetchDirection, setFetchSize, updateArray, updateArray, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateBigDecimal, updateBigDecimal, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBlob, updateBlob, updateBlob, updateBlob, updateBlob, updateBlob, updateBoolean, updateBoolean, updateByte, updateByte, updateBytes, updateBytes, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateClob, updateClob, updateClob, updateClob, updateClob, updateClob, updateDate, updateDate, updateDouble, updateDouble, updateFloat, updateFloat, updateInt, updateInt, updateLong, updateLong, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNString, updateNString, updateNull, updateNull, updateObject, updateObject, updateObject, updateObject, updateRef, updateRef, updateRow, updateRowId, updateRowId, updateShort, updateShort, updateSQLXML, updateSQLXML, updateString, updateString, updateTime, updateTime, updateTimestamp, updateTimestamp, wasNull
Interval getInterval(int columnIndex) throws java.sql.SQLException
columnIndex
- The first column is 1, the second is 2, and so on.java.sql.SQLException
Interval getInterval(java.lang.String columnName) throws java.sql.SQLException
columnName
- The SQL name of the column.java.sql.SQLException
IntervalYM getIntervalYM(int columnIndex) throws java.sql.SQLException
columnIndex
- The first column is 1, the second is 2, and so on.java.sql.SQLException
IntervalYM getIntervalYM(java.lang.String columnName) throws java.sql.SQLException
columnName
- The SQL name of the column.java.sql.SQLException
IntervalDF getIntervalDF(int columnIndex) throws java.sql.SQLException
columnIndex
- The first column is 1, the second is 2, and so on.java.sql.SQLException
IntervalDF getIntervalDF(java.lang.String columnName) throws java.sql.SQLException
columnName
- The SQL name of the column.java.sql.SQLException
java.lang.String getUnloadString(int columnIndex) throws java.sql.SQLException
columnName
- The SQL name of the column.java.sql.SQLException
IfxBSONObject getIfxBSONObject(java.lang.String columnName) throws java.sql.SQLException
IfxBSONObject
object.columnName
- The SQL name of the column.java.sql.SQLException
IfxBSONObject getIfxBSONObject(int columnIndex) throws java.sql.SQLException
IfxBSONObject
object.columnIndex
- The first column is 1, the second is 2, and so on.java.sql.SQLException