Merge branch 'master' of git://factorcode.org/git/factor

db4
John Benediktsson 2008-10-09 19:48:20 -07:00
commit fe2301df94
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." } ;