# File lib/sqlite/database.rb, line 99
    def self.complete?( string )
      SQLite::API.complete( string )
    end