|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConvertionException | |
jdbcadmin.core.tools | Tools package. |
jdbcadmin.core.util | Utility package. |
Uses of ConvertionException in jdbcadmin.core.tools |
Methods in jdbcadmin.core.tools that throw ConvertionException | |
void |
DataManager.insert(Line aLine)
Insert the specified line in the database. |
void |
DataManager.update(Line aLine)
Update the database with the specified line |
void |
DataManager.delete(Line aLine)
Deletes the specified line from the database |
Uses of ConvertionException in jdbcadmin.core.util |
Methods in jdbcadmin.core.util that throw ConvertionException | |
static java.lang.Object |
SQLTypeConvertor.parse(Column aCol,
java.lang.String aVal)
Parses the string value and return its object value |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |