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 TypeMethodDescriptionvoid
close()
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) boolean
next()
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, wasNull
Methods inherited from interface de.uplanet.lucy.server.util.db.IValueHolderAccess
getValueHolder, getValueHolder, getValueHolder, getValueHolder, getValueHolder
-
Method Details
-
next
- Throws:
SQLException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
SQLException
-
getTimestampValue
- Throws:
SQLException
ValueCastException
-
getTimestampValue
- Throws:
SQLException
ValueCastException
-
getTimestampValue
Timestamp getTimestampValue(int p_iIdx, Timestamp p_valueIfNull, TimeZone p_tz) throws SQLException, ValueCastException - Throws:
SQLException
ValueCastException
-
getTimestampValue
Timestamp getTimestampValue(int p_iIdx, Timestamp p_valueIfNull, Calendar p_cal) throws SQLException, ValueCastException - Throws:
SQLException
ValueCastException
-
getDateValue
- Throws:
SQLException
ValueCastException
-
getDateValue
- Throws:
SQLException
ValueCastException
-
getDateValue
Date getDateValue(int p_iIdx, Date p_valueIfNull, TimeZone p_tz) throws SQLException, ValueCastException - Throws:
SQLException
ValueCastException
-
getDateValue
Date getDateValue(int p_iIdx, Date p_valueIfNull, Calendar p_cal) throws SQLException, ValueCastException - Throws:
SQLException
ValueCastException
-
getTimeValue
- Throws:
SQLException
ValueCastException
-
getTimeValue
- Throws:
SQLException
ValueCastException
-
getTimeValue
Date getTimeValue(int p_iIdx, Date p_valueIfNull, TimeZone p_tz) throws SQLException, ValueCastException - Throws:
SQLException
ValueCastException
-
getTimeValue
Date getTimeValue(int p_iIdx, Date p_valueIfNull, Calendar p_cal) throws SQLException, ValueCastException - Throws:
SQLException
ValueCastException
-