|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidateException | |
---|---|
fc.jdbc.dbo.generated | These are sample tables, purely to show as an example of DBO generated code. |
Uses of ValidateException in fc.jdbc.dbo.generated |
---|
Methods in fc.jdbc.dbo.generated that throw ValidateException | |
---|---|
static int |
alltypesMgr.countUsing(java.sql.Connection con,
alltypes bean)
Convenience method that invokes getUsing with an empty clause parameter. |
static int |
alltypesMgr.countUsing(java.sql.Connection con,
alltypes bean,
java.lang.String clause)
Returns the rows count by querying the table with the contents of the specified instance of alltypes As many fields in alltypes can be set as needed and the values of all set fields (including fields explicitly set to null) are then used to perform the query. |
static int |
alltypesMgr.deleteUsing(java.sql.Connection con,
alltypes bean)
Convenience method that invokes getUsing with an empty clause parameter. |
static int |
alltypesMgr.deleteUsing(java.sql.Connection con,
alltypes bean,
java.lang.String clause)
Returns the rows returned by querying the table with the contents of the specified instance of alltypes or null if no rows were found. |
static boolean |
alltypesMgr.existsUsing(java.sql.Connection con,
alltypes bean)
A thin wrapper around getUsing
that returns false if no rows are returned, true otherwise. |
static java.util.List |
alltypesMgr.getAll(java.sql.Connection con)
Convenience method that invokes getAll with an empty additional clause. |
static java.util.List |
alltypesMgr.getUsing(java.sql.Connection con,
alltypes bean)
Convenience method that invokes getUsing with an empty clause parameter. |
static java.util.List |
alltypesMgr.getUsing(java.sql.Connection con,
alltypes bean,
java.lang.String clause)
Returns the rows returned by querying the table with the value of the specified alltypes object or an empty list if no rows were found. |
static java.util.List |
alltypesMgr.getUsing(java.sql.Connection con,
NamedParamStatement ps)
This is a convenience method that runs the specified NamedParamStatement to perform an arbitrary query. |
static java.util.List |
alltypesMgr.getUsing(java.sql.Connection con,
java.sql.PreparedStatement ps)
This is a convenience method that runs the specified prepared statement to perform an arbitrary query. |
static int |
alltypesMgr.save(java.sql.Connection con,
alltypes bean)
Saves the specified object into the database. |
static int |
alltypesMgr.update(java.sql.Connection con,
alltypes bean,
int id)
Uses the specified object to update existing data in the database. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |