Package | Description |
---|---|
org.apache.tapestry.contrib.jdbc |
A set of classes that assist with dynamically generating JDBC SQL queries.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanParameter
Wrapper around a boolean parameter.
|
class |
DoubleParameter
A wrapper around a double parameter.
|
class |
FloatParameter
A wrapper around a float parameter.
|
class |
IntegerParameter
A wrapper around an integer parameter.
|
class |
LongParameter
Wrapper around long parameter.
|
class |
ObjectParameter
An arbitrary object parameter.
|
class |
ShortParameter
A wrapper around a short parameter.
|
class |
StringParameter
Used with String parameters.
|
class |
TimestampParameter
Used with Timestamp parameters.
|