Method: IBRuby::Database#drop

Defined in:
lib/src.rb

#drop(user, password) ⇒ Object

This method attempts to drop the database referred to by the details in a Database object.

Parameters

user

The user name to be used in dropping the database.

password

The password to be used in dropping the database.

Exceptions

IBRubyError

Thrown whenever a problem occurs dropping the database

instance.


121
122
# File 'lib/src.rb', line 121

def drop(user, password)
end