Package net.sourceforge.jdbclogger.core.formatters

Examples of net.sourceforge.jdbclogger.core.formatters.NumberParameterFormatterImpl


    // This driver is compatible with the Oracle 10g release2 jdbc Driver
   
    public JdbcLoggerOracleDriver() {
      super();     
        formatters.add(new JdbcLoggerOracleDateParameterFormatterImpl());
        formatters.add(new NumberParameterFormatterImpl());
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.jdbclogger.core.formatters.NumberParameterFormatterImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.