Class DerbyDoesTableExist

  • All Implemented Interfaces:
    IDatabaseSupplier<Boolean>

    public class DerbyDoesTableExist
    extends Object
    implements IDatabaseSupplier<Boolean>
    For this implementation we simply run a select against the table and see if it kicks back with an error (which isn't related to connection failure).
    • Constructor Detail

      • DerbyDoesTableExist

        public DerbyDoesTableExist​(String schemaName,
                                   String tableName)
        Public constructor
        Parameters:
        schemaName -
        tableName -