Package | Description |
---|---|
fc.jdbc | |
fc.jdbc.dbo.generated |
These are sample tables, purely to show as an example of DBO generated code.
|
Modifier and Type | Method and Description |
---|---|
static NamedParamStatement |
NamedParamStatement.get(Connection con,
String query)
Returns a new instance of NamedParamStatement.
|
static NamedParamStatement |
NamedParamStatement.getScrollable(Connection con,
String query)
Returns a new instance of NamedParamStatement.
|
Modifier and Type | Method and Description |
---|---|
static List |
alltypesMgr.getUsing(Connection con,
NamedParamStatement ps)
This is a convenience method that runs the specified
NamedParamStatement to perform an arbitrary query. |