# File lib/jdbc_adapter/jdbc_hsqldb.rb, line 101
def
quote_string
(
str
)
str
.
gsub
(
/'/
,
"''"
)
end