Interface ICoreEstablish

    • Method Detail

      • openConnection

        java.sql.Connection openConnection()
                                    throws java.sql.SQLException
        Open the connect to SQL
        Returns:
        the SQL connection class (Connection)
        Throws:
        java.sql.SQLException - When the SQL cannot connect by errors
      • testConnect

        default boolean testConnect​(boolean stackTrace)
        Test connection of this establish by making a dummy connect.
        Parameters:
        stackTrace - Print the stack trace
        Returns:
        Whether can connect