factor/libs/sql/sql.factor

12 lines
157 B
Factor
Raw Permalink Normal View History

2006-12-15 04:06:17 -05:00
USING: kernel namespaces ;
IN: sql
SYMBOL: db
TUPLE: connection handle ;
2006-12-17 23:29:33 -05:00
TUPLE: persistent id ;
2006-12-15 04:06:17 -05:00
! TESTING
"handle" <connection> db set-global