| Constructor and Description |
|---|
SqlTranslator() |
| Modifier and Type | Method and Description |
|---|---|
void |
toBinary(ResultSet res,
MProperties prop,
String name,
int i,
int type) |
void |
toBoolean(ResultSet res,
MProperties prop,
String name,
int i,
int type) |
void |
toDate(ResultSet res,
MProperties prop,
String name,
int i,
int type) |
void |
toDouble(ResultSet res,
MProperties prop,
String name,
int i,
int type) |
void |
toInt(ResultSet res,
MProperties prop,
String name,
int i,
int type) |
void |
toLong(ResultSet res,
MProperties prop,
String name,
int i,
int type) |
void |
toNumber(ResultSet res,
MProperties prop,
String name,
int i,
int type) |
void |
toString(ResultSet res,
MProperties prop,
String name,
int i,
int type) |
public void toString(ResultSet res, MProperties prop, String name, int i, int type) throws MException, SQLException
MExceptionSQLExceptionpublic void toDate(ResultSet res, MProperties prop, String name, int i, int type) throws MException, SQLException
MExceptionSQLExceptionpublic void toBinary(ResultSet res, MProperties prop, String name, int i, int type) throws MException, SQLException
MExceptionSQLExceptionpublic void toDouble(ResultSet res, MProperties prop, String name, int i, int type) throws MException, SQLException
MExceptionSQLExceptionpublic void toLong(ResultSet res, MProperties prop, String name, int i, int type) throws MException, SQLException
MExceptionSQLExceptionpublic void toInt(ResultSet res, MProperties prop, String name, int i, int type) throws MException, SQLException
MExceptionSQLExceptionpublic void toBoolean(ResultSet res, MProperties prop, String name, int i, int type) throws MException, SQLException
MExceptionSQLExceptionpublic void toNumber(ResultSet res, MProperties prop, String name, int i, int type) throws MException, SQLException
MExceptionSQLExceptionCopyright © 2016. All Rights Reserved.