# File lib/sqlite/database.rb, line 160
def
prepare
(
sql
)
Statement
.
new
(
self
,
sql
)
end