Package de.uplanet.lucy.server.util.db
Interface IDbResultSet
- All Superinterfaces:
AutoCloseable,de.uplanet.util.ICloseable,IValueAccess,IValueHolderAccess
- All Known Implementing Classes:
DbResultSet
-
Method Summary
Modifier 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.IValueAccess
getBigDecimalValue, 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.IValueHolderAccess
getValueHolder, getValueHolder, getValueHolder, getValueHolder, getValueHolder
-
Method Details
-
next
- Throws:
SQLException
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
SQLException
-
getTimestampValue
- Throws:
SQLExceptionValueCastException
-
getTimestampValue
- Throws:
SQLExceptionValueCastException
-
getTimestampValue
Timestamp getTimestampValue(int p_iIdx, Timestamp p_valueIfNull, TimeZone p_tz) throws SQLException, ValueCastException - Throws:
SQLExceptionValueCastException
-
getTimestampValue
Timestamp getTimestampValue(int p_iIdx, Timestamp p_valueIfNull, Calendar p_cal) throws SQLException, ValueCastException - Throws:
SQLExceptionValueCastException
-
getDateValue
- Throws:
SQLExceptionValueCastException
-
getDateValue
- Throws:
SQLExceptionValueCastException
-
getDateValue
Date getDateValue(int p_iIdx, Date p_valueIfNull, TimeZone p_tz) throws SQLException, ValueCastException - Throws:
SQLExceptionValueCastException
-
getDateValue
Date getDateValue(int p_iIdx, Date p_valueIfNull, Calendar p_cal) throws SQLException, ValueCastException - Throws:
SQLExceptionValueCastException
-
getTimeValue
- Throws:
SQLExceptionValueCastException
-
getTimeValue
- Throws:
SQLExceptionValueCastException
-
getTimeValue
Date getTimeValue(int p_iIdx, Date p_valueIfNull, TimeZone p_tz) throws SQLException, ValueCastException - Throws:
SQLExceptionValueCastException
-
getTimeValue
Date getTimeValue(int p_iIdx, Date p_valueIfNull, Calendar p_cal) throws SQLException, ValueCastException - Throws:
SQLExceptionValueCastException
-