Package de.mhus.lib.core
Class MSql.SqlTranslator
- java.lang.Object
-
- de.mhus.lib.core.MSql.SqlTranslator
-
-
Constructor Summary
Constructors Constructor Description SqlTranslator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtoBinary(ResultSet res, MProperties prop, String name, int i, int type)voidtoBoolean(ResultSet res, MProperties prop, String name, int i, int type)voidtoDate(ResultSet res, MProperties prop, String name, int i, int type)voidtoDouble(ResultSet res, MProperties prop, String name, int i, int type)voidtoInt(ResultSet res, MProperties prop, String name, int i, int type)voidtoLong(ResultSet res, MProperties prop, String name, int i, int type)voidtoNumber(ResultSet res, MProperties prop, String name, int i, int type)voidtoString(ResultSet res, MProperties prop, String name, int i, int type)
-
-
-
Method Detail
-
toString
public void toString(ResultSet res, MProperties prop, String name, int i, int type) throws de.mhus.lib.errors.MException, SQLException
- Throws:
de.mhus.lib.errors.MExceptionSQLException
-
toDate
public void toDate(ResultSet res, MProperties prop, String name, int i, int type) throws de.mhus.lib.errors.MException, SQLException
- Throws:
de.mhus.lib.errors.MExceptionSQLException
-
toBinary
public void toBinary(ResultSet res, MProperties prop, String name, int i, int type) throws de.mhus.lib.errors.MException, SQLException
- Throws:
de.mhus.lib.errors.MExceptionSQLException
-
toDouble
public void toDouble(ResultSet res, MProperties prop, String name, int i, int type) throws de.mhus.lib.errors.MException, SQLException
- Throws:
de.mhus.lib.errors.MExceptionSQLException
-
toLong
public void toLong(ResultSet res, MProperties prop, String name, int i, int type) throws de.mhus.lib.errors.MException, SQLException
- Throws:
de.mhus.lib.errors.MExceptionSQLException
-
toInt
public void toInt(ResultSet res, MProperties prop, String name, int i, int type) throws de.mhus.lib.errors.MException, SQLException
- Throws:
de.mhus.lib.errors.MExceptionSQLException
-
toBoolean
public void toBoolean(ResultSet res, MProperties prop, String name, int i, int type) throws de.mhus.lib.errors.MException, SQLException
- Throws:
de.mhus.lib.errors.MExceptionSQLException
-
toNumber
public void toNumber(ResultSet res, MProperties prop, String name, int i, int type) throws de.mhus.lib.errors.MException, SQLException
- Throws:
de.mhus.lib.errors.MExceptionSQLException
-
-