Package web2py :: Package gluon :: Module sql
[hide private]
[frames] | no frames]

Source Code for Module web2py.gluon.sql

1  # this file exists for backward compatibility 
2   
3  __all__ = ['DAL','Field','drivers'] 
4   
5  from dal import DAL, Field, Table, Query, Set, Expression, Row, Rows, drivers, BaseAdapter, SQLField, SQLTable, SQLXorable, SQLQuery, SQLSet, SQLRows, SQLStorage, SQLDB, GQLDB, SQLALL, SQLCustomType 
6