remove old word

db4
Doug Coleman 2008-10-09 16:40:19 -05:00
parent 83f1634219
commit ace2ce2ce7
1 changed files with 0 additions and 4 deletions

View File

@ -26,10 +26,6 @@ HELP: dispose-statements
{ $values { "assoc" assoc } }
{ $description "Disposes an associative list of statements." } ;
HELP: db-dispose
{ $values { "db" db } }
{ $description "Disposes of all the statements stored in the " { $link db } " object." } ;
HELP: statement
{ $description "A " { $snippet "statement" } " stores the information about a statemen, such as the SQL statement text, the in/out parameters, and type information." } ;