Package de.uplanet.lucy.server.util.db
Interface IDbResultSet
- All Superinterfaces:
- AutoCloseable,- de.uplanet.util.ICloseable,- IValueAccess,- IValueHolderAccess
- All Known Implementing Classes:
- DbResultSet
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()getDateValue(int p_iIdx, Calendar p_cal) getDateValue(int p_iIdx, Date p_valueIfNull, Calendar p_cal) getDateValue(int p_iIdx, Date p_valueIfNull, TimeZone p_tz) getDateValue(int p_iIdx, TimeZone p_tz) getTimestampValue(int p_iIdx, Timestamp p_valueIfNull, Calendar p_cal) getTimestampValue(int p_iIdx, Timestamp p_valueIfNull, TimeZone p_tz) getTimestampValue(int p_iIdx, Calendar p_cal) getTimestampValue(int p_iIdx, TimeZone p_tz) getTimeValue(int p_iIdx, Calendar p_cal) getTimeValue(int p_iIdx, Date p_valueIfNull, Calendar p_cal) getTimeValue(int p_iIdx, Date p_valueIfNull, TimeZone p_tz) getTimeValue(int p_iIdx, TimeZone p_tz) booleannext()Methods inherited from interface de.uplanet.lucy.server.util.db.IValueAccessgetBigDecimalValue, getBigDecimalValue, getBooleanValue, getBooleanValue, getByteValue, getByteValue, getDateValue, getDateValue, getDoubleValue, getDoubleValue, getFloatValue, getFloatValue, getIntValue, getIntValue, getLongValue, getLongValue, getShortValue, getShortValue, getStringValue, getStringValue, getTimestampValue, getTimestampValue, getTimeValue, getTimeValue, getValue, getValue, wasNullMethods inherited from interface de.uplanet.lucy.server.util.db.IValueHolderAccessgetValueHolder, getValueHolder, getValueHolder, getValueHolder, getValueHolder
- 
Method Details- 
next- Throws:
- SQLException
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Throws:
- SQLException
 
- 
getTimestampValue- Throws:
- SQLException
- ValueCastException
 
- 
getTimestampValue- Throws:
- SQLException
- ValueCastException
 
- 
getTimestampValueTimestamp getTimestampValue(int p_iIdx, Timestamp p_valueIfNull, TimeZone p_tz) throws SQLException, ValueCastException - Throws:
- SQLException
- ValueCastException
 
- 
getTimestampValueTimestamp getTimestampValue(int p_iIdx, Timestamp p_valueIfNull, Calendar p_cal) throws SQLException, ValueCastException - Throws:
- SQLException
- ValueCastException
 
- 
getDateValue- Throws:
- SQLException
- ValueCastException
 
- 
getDateValue- Throws:
- SQLException
- ValueCastException
 
- 
getDateValueDate getDateValue(int p_iIdx, Date p_valueIfNull, TimeZone p_tz) throws SQLException, ValueCastException - Throws:
- SQLException
- ValueCastException
 
- 
getDateValueDate getDateValue(int p_iIdx, Date p_valueIfNull, Calendar p_cal) throws SQLException, ValueCastException - Throws:
- SQLException
- ValueCastException
 
- 
getTimeValue- Throws:
- SQLException
- ValueCastException
 
- 
getTimeValue- Throws:
- SQLException
- ValueCastException
 
- 
getTimeValueDate getTimeValue(int p_iIdx, Date p_valueIfNull, TimeZone p_tz) throws SQLException, ValueCastException - Throws:
- SQLException
- ValueCastException
 
- 
getTimeValueDate getTimeValue(int p_iIdx, Date p_valueIfNull, Calendar p_cal) throws SQLException, ValueCastException - Throws:
- SQLException
- ValueCastException
 
 
-