psdi.iface.util

Class MxSql

  • java.lang.Object
    • psdi.iface.util.MxSql


  • public class MxSql
    extends java.lang.Object
    Public Class MxSql A general purpose SQL interpreter class that makes SQL processing to ignor certain kind of SQL errors
    • Constructor Summary

      Constructors 
      Constructor and Description
      MxSql() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.sql.ResultSet execSql(java.lang.String sql) 
      static void setConnection(java.sql.Connection con)
      Default init() Method with Database Connection as a parameter
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MxSql

        public MxSql()
    • Method Detail

      • setConnection

        public static void setConnection(java.sql.Connection con)
                                  throws java.lang.Exception
        Default init() Method with Database Connection as a parameter
        Throws:
        java.lang.Exception
      • execSql

        public static java.sql.ResultSet execSql(java.lang.String sql)
                                          throws java.lang.Exception
        Throws:
        java.lang.Exception