lib/src.rb in rubyfb-0.6.2 vs lib/src.rb in rubyfb-0.6.3

- old
+ new

@@ -710,10 +710,19 @@ # FireRubyError:: Generated whenever a problem occurs closing the # statement object. # def close end + + # + # This method returns the SQL execution plan for the statement + # + # ==== Exceptions + # FireRubyError:: Generated whenever a problem occurs obtaining the plan + # + def plan + end end # # This class represents the results of a SQL query executed against a @@ -1507,9 +1516,10 @@ # # This method is used to set the indicator for whether checksum values # should be ignored in performing a backup. + # # ==== Parameters # setting:: True to ignore checksums, false otherwise. # def ignore_checksums=(setting)