Interface DatabaseInterfaceExtended

    • Method Detail

      • getDropTableIfExistsStatement

        String getDropTableIfExistsStatement​(String tableName)
        Deprecated.
        Forms the drop table statement specific for a certain RDBMS.
        Parameters:
        tableName - Name of the table to drop
        Returns:
        Drop table statement specific for the current database
      • fullExceptionLog

        boolean fullExceptionLog​(Exception e)
        Deprecated.
        Returns false if exception doesn't require full exception log. Could be used in cases of DB vendor specific error which doesn't require stack trace log.
        Parameters:
        e - exception to check
        Returns:
        decision result