Class Summary |
BaseDateTimeGetterTag |
Base tag for getDate, getTime, and getTimestamp |
BaseGetterTag |
Base class for all the getter tags in the resultset package. |
BaseGetterTEI |
TagExtraInfo for all getter tags. |
GetColumnTag |
Get the value of a database column as a String. |
GetDateTag |
Translates a java.sql.Date to a readable String. |
GetNumberTag |
Translates any SQL number to a readable String. |
GetTimestampTag |
Translates a java.sql.Timestamp to a readable String. |
GetTimeTag |
Translates a java.sql.Time to a readable String. |
ResultSetTag |
JSP tag resultSet, executes the query and loops through the results
for the enclosing statement or preparedstatement tag. |
ResultSetTEI |
TagExtraInfo for the resultset tag. |
RowCountTag |
Prints out the number of rows retrieved from the database. |
WasEmptyTag |
Executes its body if the last ResultSet tag received 0 rows
from the database. |
WasNotEmptyTag |
Executes its body if the last ResultSet tag received more than 0 rows
from the database. |
WasNotNullTag |
Executes its body if the last getColumn tag did not receive
a null from the database. |
WasNullTag |
Executes its body if the last getColumn tag received a null value
from the database. |