Uses of Class
net.sf.jaxme.generator.sg.impl.JaxMeJdbcSG.Mode

Packages that use JaxMeJdbcSG.Mode
net.sf.jaxme.generator.sg.impl   
 

Uses of JaxMeJdbcSG.Mode in net.sf.jaxme.generator.sg.impl
 

Fields in net.sf.jaxme.generator.sg.impl declared as JaxMeJdbcSG.Mode
static JaxMeJdbcSG.Mode JaxMeJdbcSG.Mode.GENERIC
          Default database mode; types are taken as reported by the JDBC driver.
static JaxMeJdbcSG.Mode JaxMeJdbcSG.Mode.ORACLE
          Oracle database mode; the type NUMERIC is interpreted as FLOAT, TINYINT, SMALLINT, INTEGER, BIGINT, or DOUBLE, depending on scale and precision.
 

Methods in net.sf.jaxme.generator.sg.impl that return JaxMeJdbcSG.Mode
protected  JaxMeJdbcSG.Mode JaxMeJdbcSG.getDatabaseMode(JaxMeJdbcSG.ConnectionDetails pDetails, java.sql.Connection pConn)
           
static JaxMeJdbcSG.Mode JaxMeJdbcSG.Mode.valueOf(java.lang.String pMode)
           
 JaxMeJdbcSG.Mode JaxMeJdbcSG.ConnectionDetails.getDbMode()
           
 

Methods in net.sf.jaxme.generator.sg.impl with parameters of type JaxMeJdbcSG.Mode
protected  int JaxMeJdbcSG.getDbType(JaxMeJdbcSG.Mode pDbMode, int pDbType, int pScale, int pPrecision)
          Guess an SQL type, based on reported type, scale and precision.