Class: SQLite3::Database

Inherits:
Object show all
Defined in:
lib/framework/autocomplete/SQLite3.rb

Instance Method Summary collapse

Instance Method Details

#close(rest) ⇒ Object



9
10
# File 'lib/framework/autocomplete/SQLite3.rb', line 9

def close(rest)
end

#commit(rest) ⇒ Object



15
16
# File 'lib/framework/autocomplete/SQLite3.rb', line 15

def commit(rest)
end

#destroy_tables(rest) ⇒ Object



23
24
# File 'lib/framework/autocomplete/SQLite3.rb', line 23

def destroy_tables(rest)
end

#execute(rest) ⇒ Object



11
12
# File 'lib/framework/autocomplete/SQLite3.rb', line 11

def execute(rest)
end

#export(rest) ⇒ Object



29
30
# File 'lib/framework/autocomplete/SQLite3.rb', line 29

def export(rest)
end

#import(rest) ⇒ Object



31
32
# File 'lib/framework/autocomplete/SQLite3.rb', line 31

def import(rest)
end

#is_ui_waitfordb(rest) ⇒ Object



27
28
# File 'lib/framework/autocomplete/SQLite3.rb', line 27

def is_ui_waitfordb(rest)
end

#lock_db(rest) ⇒ Object



19
20
# File 'lib/framework/autocomplete/SQLite3.rb', line 19

def lock_db(rest)
end

#rollback(rest) ⇒ Object



17
18
# File 'lib/framework/autocomplete/SQLite3.rb', line 17

def rollback(rest)
end

#start_transaction(rest) ⇒ Object



13
14
# File 'lib/framework/autocomplete/SQLite3.rb', line 13

def start_transaction(rest)
end

#table_exist?(rest) ⇒ Boolean

Returns:

  • (Boolean)


25
26
# File 'lib/framework/autocomplete/SQLite3.rb', line 25

def table_exist?(rest)
end

#unlock_db(rest) ⇒ Object



21
22
# File 'lib/framework/autocomplete/SQLite3.rb', line 21

def unlock_db(rest)
end