Index

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y

A

abs() (pydal.objects.Expression method)
adapt() (pydal.adapters.base.BaseAdapter method)
(pydal.adapters.base.SQLAdapter method)
(pydal.adapters.postgres.PostgrePG8000 method)
(pydal.adapters.postgres.PostgrePsyco method)
AdapterMeta (class in pydal.adapters)
Adapters (class in pydal.adapters)
after_connection() (pydal.adapters.informix.Informix method)
(pydal.adapters.mongo.Mongo method)
(pydal.adapters.mysql.MySQL method)
(pydal.adapters.oracle.Oracle method)
(pydal.adapters.postgres.JDBCPostgre method)
(pydal.adapters.postgres.Postgre method)
(pydal.adapters.sqlite.JDBCSQLite method)
(pydal.adapters.sqlite.SQLite method)
(pydal.connection.ConnectionPool method)
after_connection_hook() (pydal.connection.ConnectionPool method)
after_connections() (pydal.adapters.sqlite.Spatialite method)
after_execute() (pydal.helpers.classes.ExecutionHandler method)
(pydal.helpers.classes.TimingHandler method)
alias() (pydal.adapters.base.BaseAdapter method)
annotate_expression() (pydal.adapters.mongo.Expansion method)
append() (pydal.base.DAL.Rows method)
(pydal.objects.Rows method)
archive_record() (in module pydal.helpers.methods)
as_csv() (pydal.objects.BasicRows method)
as_dict() (pydal.base.DAL method)
(pydal.base.DAL.Row method)
(pydal.base.DAL.Table method)
(pydal.helpers.classes.Serializable method)
(pydal.objects.BasicRows method)
(pydal.objects.Field method)
(pydal.objects.Query method)
(pydal.objects.Row method)
(pydal.objects.Set method)
(pydal.objects.Table method)
as_json() (pydal.base.DAL.Row method)
(pydal.helpers.classes.Serializable method)
(pydal.objects.BasicRows method)
(pydal.objects.Row method)
as_list() (pydal.objects.BasicRows method)
as_trees() (pydal.objects.BasicRows method)
as_xml() (pydal.base.DAL.Row method)
(pydal.helpers.classes.Serializable method)
(pydal.objects.BasicRows method)
(pydal.objects.Row method)
as_yaml() (pydal.helpers.classes.Serializable method)
auto_represent() (in module pydal.helpers.methods)
auto_validators() (in module pydal.helpers.methods)
avg() (pydal.objects.Expression method)

B

bar_decode_integer() (in module pydal.helpers.methods)
bar_decode_string() (in module pydal.helpers.methods)
bar_encode() (in module pydal.helpers.methods)
bar_escape() (in module pydal.helpers.methods)
BaseAdapter (class in pydal.adapters.base)
BasicRows (class in pydal.objects)
BasicStorage (class in pydal.helpers.classes)
before_execute() (pydal.adapters.base.DebugHandler method)
(pydal.helpers.classes.ExecutionHandler method)
(pydal.helpers.classes.TimingHandler method)
belongs() (pydal.objects.Expression method)
Binary (class in pydal.adapters.mongo)
build() (pydal.objects.Set method)
bulk_insert() (pydal.adapters.base.SQLAdapter method)
(pydal.adapters.mongo.Mongo method)
(pydal.base.DAL.Table method)
(pydal.objects.Table method)

C

can_join() (pydal.base.DAL method)
can_select_for_update (pydal.adapters.base.NoSQLAdapter attribute)
(pydal.adapters.base.SQLAdapter attribute)
case() (pydal.objects.Query method)
check_active_connection (pydal.connection.ConnectionPool attribute)
check_notnull() (pydal.adapters.mongo.Mongo method)
check_reserved_keyword() (pydal.base.DAL method)
check_unique() (pydal.adapters.mongo.Mongo method)
cleanup() (in module pydal.helpers.methods)
clear() (pydal.helpers.classes.BasicStorage method)
clone() (pydal.objects.Field method)
close() (pydal.adapters.teradata.Teradata method)
(pydal.base.DAL method)
(pydal.connection.ConnectionPool method)
(pydal.helpers.classes.DatabaseStoredFile method)
(pydal.helpers.classes.FakeDriver method)
close_all_instances() (pydal.connection.ConnectionPool static method)
close_connection() (pydal.adapters.base.BaseAdapter method)
(pydal.helpers.classes.DatabaseStoredFile method)
close_cursor() (pydal.connection.ConnectionPool method)
cmd_fix (pydal.adapters.oracle.Oracle attribute)
coalesce() (pydal.objects.Expression method)
coalesce_zero() (pydal.objects.Expression method)
column() (pydal.base.DAL.Rows method)
(pydal.objects.Rows method)
commit() (pydal.adapters.base.NoSQLAdapter method)
(pydal.adapters.base.SQLAdapter method)
(pydal.base.DAL method)
(pydal.helpers.classes.FakeDriver method)
commit_on_alter_table (pydal.adapters.base.SQLAdapter attribute)
(pydal.adapters.firebird.FireBird attribute)
(pydal.adapters.mysql.MySQL attribute)
commit_prepared() (pydal.adapters.base.NoSQLAdapter method)
(pydal.adapters.base.SQLAdapter method)
(pydal.adapters.mysql.MySQL method)
(pydal.adapters.postgres.Postgre method)
common_filter() (pydal.adapters.base.BaseAdapter method)
connection (pydal.connection.ConnectionPool attribute)
ConnectionPool (class in pydal.connection)
connector() (pydal.adapters.base.BaseAdapter method)
(pydal.adapters.base.NullAdapter method)
(pydal.adapters.couchdb.CouchDB method)
(pydal.adapters.db2.DB2IBM method)
(pydal.adapters.db2.DB2Pyodbc method)
(pydal.adapters.firebird.FireBird method)
(pydal.adapters.informix.Informix method)
(pydal.adapters.ingres.Ingres method)
(pydal.adapters.mongo.Mongo method)
(pydal.adapters.mssql.MSSQL method)
(pydal.adapters.mssql.Sybase method)
(pydal.adapters.mysql.MySQL method)
(pydal.adapters.oracle.Oracle method)
(pydal.adapters.postgres.JDBCPostgre method)
(pydal.adapters.postgres.Postgre method)
(pydal.adapters.sqlite.JDBCSQLite method)
(pydal.adapters.sqlite.SQLite method)
(pydal.adapters.teradata.Teradata method)
contains() (pydal.objects.Expression method)
copy() (pydal.helpers.classes.BasicStorage method)
CouchDB (class in pydal.adapters.couchdb)
count() (pydal.adapters.base.SQLAdapter method)
(pydal.adapters.couchdb.CouchDB method)
(pydal.adapters.mongo.Mongo method)
(pydal.objects.Field method)
(pydal.objects.LazySet method)
(pydal.objects.Set method)
create_index() (pydal.adapters.base.SQLAdapter method)
(pydal.base.DAL.Table method)
(pydal.objects.Table method)
create_sequence_and_triggers() (pydal.adapters.base.SQLAdapter method)
(pydal.adapters.firebird.FireBird method)
(pydal.adapters.ingres.Ingres method)
(pydal.adapters.oracle.Oracle method)
create_table() (pydal.adapters.base.NoSQLAdapter method)
(pydal.adapters.base.SQLAdapter method)
(pydal.adapters.couchdb.CouchDB method)
Cubrid (class in pydal.adapters.mysql)
cursor (pydal.connection.ConnectionPool attribute)
cursor() (pydal.helpers.classes.FakeDriver method)
cursors (pydal.connection.ConnectionPool attribute)

D

DAL (class in pydal.base)
DAL.Row (class in pydal.base)
DAL.Rows (class in pydal.base)
DAL.Table (class in pydal.base)
DAL_pickler() (in module pydal.base)
DAL_unpickler() (in module pydal.base)
DatabaseStoredFile (class in pydal.helpers.classes)
day() (pydal.objects.Expression method)
DB2 (class in pydal.adapters.db2)
DB2IBM (class in pydal.adapters.db2)
DB2Pyodbc (class in pydal.adapters.db2)
dbengine (pydal.adapters.base.BaseAdapter attribute)
(pydal.adapters.couchdb.CouchDB attribute)
(pydal.adapters.db2.DB2 attribute)
(pydal.adapters.firebird.FireBird attribute)
(pydal.adapters.informix.Informix attribute)
(pydal.adapters.ingres.Ingres attribute)
(pydal.adapters.mongo.Mongo attribute)
(pydal.adapters.mssql.MSSQL attribute)
(pydal.adapters.mssql.Sybase attribute)
(pydal.adapters.mysql.Cubrid attribute)
(pydal.adapters.mysql.MySQL attribute)
(pydal.adapters.oracle.Oracle attribute)
(pydal.adapters.postgres.Postgre attribute)
(pydal.adapters.sqlite.SQLite attribute)
(pydal.adapters.sqlite.Spatialite attribute)
(pydal.adapters.teradata.Teradata attribute)
DebugHandler (class in pydal.adapters.base)
decode() (pydal.adapters.mongo.MongoBlob static method)
define_table() (pydal.base.DAL method)
delete() (pydal.adapters.base.SQLAdapter method)
(pydal.adapters.couchdb.CouchDB method)
(pydal.adapters.mongo.Mongo method)
(pydal.adapters.sqlite.SQLite method)
(pydal.objects.LazySet method)
(pydal.objects.Set method)
delete_uploaded_files() (pydal.objects.LazySet method)
(pydal.objects.Set method)
dialect (pydal.adapters.mongo.Expansion attribute)
distributed_transaction_begin() (pydal.adapters.base.SQLAdapter method)
(pydal.adapters.mysql.MySQL method)
(pydal.base.DAL static method)
distributed_transaction_commit() (pydal.base.DAL static method)
drivers (pydal.adapters.base.BaseAdapter attribute)
(pydal.adapters.couchdb.CouchDB attribute)
(pydal.adapters.db2.DB2IBM attribute)
(pydal.adapters.db2.DB2Pyodbc attribute)
(pydal.adapters.firebird.FireBird attribute)
(pydal.adapters.informix.Informix attribute)
(pydal.adapters.ingres.Ingres attribute)
(pydal.adapters.mongo.Mongo attribute)
(pydal.adapters.mssql.MSSQL attribute)
(pydal.adapters.mysql.Cubrid attribute)
(pydal.adapters.mysql.MySQL attribute)
(pydal.adapters.oracle.Oracle attribute)
(pydal.adapters.postgres.JDBCPostgre attribute)
(pydal.adapters.postgres.Postgre attribute)
(pydal.adapters.postgres.PostgrePG8000 attribute)
(pydal.adapters.postgres.PostgrePsyco attribute)
(pydal.adapters.sqlite.JDBCSQLite attribute)
(pydal.adapters.sqlite.SQLite attribute)
(pydal.adapters.teradata.Teradata attribute)
drop() (pydal.adapters.base.NoSQLAdapter method)
(pydal.adapters.base.SQLAdapter method)
(pydal.base.DAL.Table method)
(pydal.objects.Table method)
drop_index() (pydal.adapters.base.SQLAdapter method)
(pydal.base.DAL.Table method)
(pydal.objects.Table method)
drop_table() (pydal.adapters.base.BaseAdapter method)
(pydal.adapters.base.NoSQLAdapter method)
(pydal.adapters.base.SQLAdapter method)

E

endswith() (pydal.helpers.classes.SQLCustomType method)
(pydal.objects.Expression method)
epoch() (pydal.objects.Expression method)
escape() (pydal.helpers.classes.DatabaseStoredFile method)
exclude() (pydal.base.DAL.Rows method)
(pydal.objects.Rows method)
execute() (pydal.adapters.base.SQLAdapter method)
(pydal.adapters.db2.DB2 method)
(pydal.adapters.informix.Informix method)
(pydal.adapters.mssql.MSSQLN method)
(pydal.adapters.oracle.Oracle method)
(pydal.adapters.postgres.PostgrePG8000 method)
executesql() (pydal.base.DAL method)
execution_handlers (pydal.adapters.base.SQLAdapter attribute)
(pydal.base.DAL attribute)
ExecutionHandler (class in pydal.helpers.classes)
exists() (pydal.helpers.classes.DatabaseStoredFile static method)
expand_all() (pydal.adapters.base.BaseAdapter method)
Expansion (class in pydal.adapters.mongo)
export_to_csv_file() (pydal.base.DAL method)
(pydal.objects.BasicRows method)
Expression (class in pydal.objects)

F

FakeCursor (class in pydal.helpers.classes)
FakeDriver (class in pydal.helpers.classes)
fetchall() (pydal.adapters.base.SQLAdapter method)
(pydal.adapters.oracle.Oracle method)
fetchone() (pydal.adapters.base.SQLAdapter method)
Field (class in pydal.objects)
FieldMethod (class in pydal.objects)
fields (pydal.base.DAL.Table attribute)
(pydal.objects.Table attribute)
FieldVirtual (class in pydal.objects)
filter_sql_command() (pydal.adapters.base.SQLAdapter method)
find() (pydal.base.DAL.Rows method)
(pydal.objects.Rows method)
find_driver() (pydal.adapters.base.BaseAdapter method)
(pydal.adapters.base.NullAdapter method)
(pydal.adapters.mongo.Mongo method)
FireBird (class in pydal.adapters.firebird)
FireBirdEmbedded (class in pydal.adapters.firebird)
first() (pydal.base.DAL.Rows method)
(pydal.objects.IterRows method)
(pydal.objects.Rows method)
formatter() (pydal.objects.Field method)

G

geoLine() (in module pydal.helpers.methods)
geoPoint() (in module pydal.helpers.methods)
geoPolygon() (in module pydal.helpers.methods)
get() (pydal.base.DAL.Row method)
(pydal.helpers.classes.BasicStorage method)
(pydal.helpers.classes.Reference method)
(pydal.objects.Row method)
get_collection() (pydal.adapters.mongo.Expansion method)
get_for() (pydal.adapters.Adapters method)
get_instances() (pydal.base.DAL static method)
get_table() (pydal.adapters.base.BaseAdapter method)
group_by_value() (pydal.base.DAL.Rows method)
(pydal.objects.Rows method)

H

has_key() (pydal.helpers.classes.BasicStorage method)
has_representer() (pydal.base.DAL method)
hide_password() (in module pydal.helpers.methods)
hour() (pydal.objects.Expression method)

I

id_query() (pydal.adapters.base.NoSQLAdapter method)
(pydal.adapters.base.SQLAdapter method)
ilike() (pydal.objects.Expression method)
import_from_csv_file() (pydal.base.DAL method)
(pydal.base.DAL.Table method)
(pydal.objects.Table method)
import_table_definitions() (pydal.base.DAL method)
index_expander() (pydal.adapters.base.SQLAdapter method)
Informix (class in pydal.adapters.informix)
InformixSE (class in pydal.adapters.informix)
Ingres (class in pydal.adapters.ingres)
IngresUnicode (class in pydal.adapters.ingres)
insert() (pydal.adapters.base.SQLAdapter method)
(pydal.adapters.couchdb.CouchDB method)
(pydal.adapters.mongo.Mongo method)
(pydal.adapters.oracle.Oracle method)
(pydal.base.DAL.Rows method)
(pydal.base.DAL.Table method)
(pydal.objects.Rows method)
(pydal.objects.Table method)
int2uuid() (in module pydal.helpers.methods)
is_operational_error() (pydal.helpers.classes.DatabaseStoredFile static method)
is_programming_error() (pydal.helpers.classes.DatabaseStoredFile static method)
isempty() (pydal.objects.LazySet method)
(pydal.objects.Set method)
items() (pydal.helpers.classes.BasicStorage method)
iteritems() (pydal.helpers.classes.BasicStorage method)
iterkeys() (pydal.helpers.classes.BasicStorage method)
iterparse() (pydal.adapters.base.BaseAdapter method)
IterRows (class in pydal.objects)
iterselect() (pydal.adapters.base.SQLAdapter method)
(pydal.objects.Set method)
itervalues() (pydal.helpers.classes.BasicStorage method)

J

JDBCPostgre (class in pydal.adapters.postgres)
JDBCSQLite (class in pydal.adapters.sqlite)
join() (pydal.base.DAL.Rows method)
(pydal.objects.Rows method)
json() (pydal.objects.BasicRows method)

K

keys() (pydal.helpers.classes.BasicStorage method)

L

last() (pydal.base.DAL.Rows method)
(pydal.objects.Rows method)
lastrowid (pydal.helpers.classes.NullCursor attribute)
lastrowid() (pydal.adapters.base.SQLAdapter method)
(pydal.adapters.db2.DB2 method)
(pydal.adapters.firebird.FireBird method)
(pydal.adapters.informix.Informix method)
(pydal.adapters.mssql.MSSQL method)
(pydal.adapters.mssql.Vertica method)
(pydal.adapters.oracle.Oracle method)
(pydal.adapters.postgres.Postgre method)
(pydal.adapters.teradata.Teradata method)
Lazy (pydal.objects.Field attribute)
lazy_define_table() (pydal.base.DAL method)
LazyReferenceGetter (class in pydal.objects)
LazySet (class in pydal.objects)
len() (pydal.objects.Expression method)
like() (pydal.objects.Expression method)
list_represent() (in module pydal.helpers.methods)
lock_cursor() (pydal.connection.ConnectionPool method)
logger (pydal.base.DAL attribute)
lower() (pydal.objects.Expression method)

M

max() (pydal.objects.Expression method)
MAXSTORAGE (pydal.helpers.classes.TimingHandler attribute)
MetaDAL (class in pydal.base)
Method (pydal.objects.Field attribute)
MethodAdder (class in pydal.helpers.classes)
min() (pydal.objects.Expression method)
minutes() (pydal.objects.Expression method)
Mongo (class in pydal.adapters.mongo)
MONGO_BLOB_BYTES (pydal.adapters.mongo.MongoBlob attribute)
MONGO_BLOB_NON_UTF8_STR (pydal.adapters.mongo.MongoBlob attribute)
MongoBlob (class in pydal.adapters.mongo)
month() (pydal.objects.Expression method)
MSSQL (class in pydal.adapters.mssql)
MSSQL1 (class in pydal.adapters.mssql)
MSSQL1N (class in pydal.adapters.mssql)
MSSQL3 (class in pydal.adapters.mssql)
MSSQL3N (class in pydal.adapters.mssql)
MSSQL4 (class in pydal.adapters.mssql)
MSSQL4N (class in pydal.adapters.mssql)
MSSQLN (class in pydal.adapters.mssql)
MySQL (class in pydal.adapters.mysql)

N

nested_select() (pydal.objects.LazySet method)
(pydal.objects.Set method)
next() (pydal.objects.IterRows method)
NoSQLAdapter (class in pydal.adapters.base)
NullAdapter (class in pydal.adapters.base)
NullCursor (class in pydal.helpers.classes)
NullDriver (class in pydal.helpers.classes)

O

object_id() (pydal.adapters.mongo.Mongo method)
on() (pydal.base.DAL.Table method)
(pydal.objects.Table method)
Oracle (class in pydal.adapters.oracle)

P

parse() (pydal.adapters.base.BaseAdapter method)
(pydal.objects.Set method)
parse_as_rest() (pydal.base.DAL method)
parse_value() (pydal.adapters.base.BaseAdapter method)
pickle_basicstorage() (in module pydal.helpers.classes)
pickle_row() (in module pydal.objects)
pluralize() (in module pydal.helpers.methods)
POOLS (pydal.connection.ConnectionPool attribute)
pop() (pydal.helpers.classes.BasicStorage method)
Postgre (class in pydal.adapters.postgres)
PostgreBoolean (class in pydal.adapters.postgres)
PostgreMeta (class in pydal.adapters.postgres)
PostgreNew (class in pydal.adapters.postgres)
PostgrePG8000 (class in pydal.adapters.postgres)
PostgrePG8000Boolean (class in pydal.adapters.postgres)
PostgrePG8000New (class in pydal.adapters.postgres)
PostgrePsyco (class in pydal.adapters.postgres)
PostgrePsycoBoolean (class in pydal.adapters.postgres)
PostgrePsycoNew (class in pydal.adapters.postgres)
prepare() (pydal.adapters.base.NoSQLAdapter method)
(pydal.adapters.base.SQLAdapter method)
(pydal.adapters.mysql.MySQL method)
(pydal.adapters.postgres.Postgre method)
pydal (module)
pydal.adapters (module)
pydal.adapters.base (module)
pydal.adapters.couchdb (module)
pydal.adapters.db2 (module)
pydal.adapters.firebird (module)
pydal.adapters.informix (module)
pydal.adapters.ingres (module)
pydal.adapters.mongo (module)
pydal.adapters.mssql (module)
pydal.adapters.mysql (module)
pydal.adapters.oracle (module)
pydal.adapters.postgres (module)
pydal.adapters.sqlite (module)
pydal.adapters.teradata (module)
pydal.base (module)
pydal.connection (module)
pydal.helpers (module)
pydal.helpers.classes (module)
pydal.helpers.methods (module)
pydal.helpers.regex (module)
pydal.objects (module)

Q

Query (class in pydal.objects)

R

read() (pydal.helpers.classes.DatabaseStoredFile method)
readline() (pydal.helpers.classes.DatabaseStoredFile method)
reconnect() (pydal.connection.ConnectionPool method)
record_operators (pydal.base.DAL attribute)
RecordDeleter (class in pydal.helpers.classes)
RecordOperator (class in pydal.helpers.classes)
RecordUpdater (class in pydal.helpers.classes)
Reference (class in pydal.helpers.classes)
Reference_pickler() (in module pydal.helpers.classes)
Reference_unpickler() (in module pydal.helpers.classes)
REGEX_ARGPATTERN (pydal.adapters.mssql.MSSQL attribute)
REGEX_DSN (pydal.adapters.mssql.MSSQL attribute)
REGEX_URI (pydal.adapters.firebird.FireBird attribute)
(pydal.adapters.firebird.FireBirdEmbedded attribute)
(pydal.adapters.mssql.MSSQL attribute)
(pydal.adapters.mysql.MySQL attribute)
(pydal.adapters.postgres.JDBCPostgre attribute)
(pydal.adapters.postgres.Postgre attribute)
regexp() (pydal.objects.Expression method)
register() (pydal.helpers.classes.MethodAdder method)
register_for() (pydal.adapters.Adapters method)
release_cursor() (pydal.connection.ConnectionPool method)
render() (pydal.base.DAL.Rows method)
(pydal.objects.Rows method)
replace() (pydal.objects.Expression method)
represent() (pydal.adapters.base.BaseAdapter method)
(pydal.adapters.base.SQLAdapter method)
(pydal.adapters.mongo.Mongo method)
(pydal.adapters.mssql.MSSQLN method)
(pydal.base.DAL method)
representers (pydal.base.DAL attribute)
retrieve() (pydal.objects.Field method)
retrieve_file_properties() (pydal.objects.Field method)
rollback() (pydal.adapters.base.NoSQLAdapter method)
(pydal.adapters.base.SQLAdapter method)
(pydal.base.DAL method)
rollback_prepared() (pydal.adapters.base.NoSQLAdapter method)
(pydal.adapters.base.SQLAdapter method)
(pydal.adapters.mysql.MySQL method)
(pydal.adapters.postgres.Postgre method)
Row (class in pydal.objects)
Rows (class in pydal.objects)
rowslice() (pydal.adapters.base.BaseAdapter method)
(pydal.adapters.db2.DB2 method)
(pydal.adapters.informix.InformixSE method)
(pydal.adapters.mssql.Slicer method)

S

seconds() (pydal.objects.Expression method)
select() (pydal.adapters.base.SQLAdapter method)
(pydal.adapters.couchdb.CouchDB method)
(pydal.adapters.mongo.Mongo method)
(pydal.adapters.sqlite.SQLite method)
(pydal.objects.LazySet method)
(pydal.objects.Set method)
Serializable (class in pydal.helpers.classes)
serializers (pydal.base.DAL attribute)
Set (class in pydal.objects)
set_attributes() (pydal.objects.Field method)
set_folder() (pydal.base.DAL static method)
(pydal.connection.ConnectionPool static method)
setvirtualfields() (pydal.base.DAL.Rows method)
(pydal.objects.Rows method)
Slicer (class in pydal.adapters.mssql)
smart_adapt() (pydal.adapters.base.SQLAdapter method)
smart_query() (in module pydal.helpers.methods)
(pydal.base.DAL method)
sort() (pydal.base.DAL.Rows method)
(pydal.objects.Rows method)
Spatialite (class in pydal.adapters.sqlite)
SPATIALLIBS (pydal.adapters.sqlite.Spatialite attribute)
SQLAdapter (class in pydal.adapters.base)
SQLALL (class in pydal.helpers.classes)
SQLCallableList (class in pydal.helpers.classes)
SQLCustomType (class in pydal.helpers.classes)
SQLite (class in pydal.adapters.sqlite)
sqlsafe (pydal.base.DAL.Table attribute)
(pydal.objects.Field attribute)
(pydal.objects.Table attribute)
sqlsafe_alias (pydal.base.DAL.Table attribute)
(pydal.objects.Table attribute)
sqlsafe_field() (pydal.adapters.base.NoSQLAdapter method)
(pydal.adapters.base.SQLAdapter method)
sqlsafe_name (pydal.objects.Field attribute)
sqlsafe_table() (pydal.adapters.base.NoSQLAdapter method)
(pydal.adapters.base.SQLAdapter method)
(pydal.adapters.oracle.Oracle method)
st_asgeojson() (pydal.objects.Expression method)
st_astext() (pydal.objects.Expression method)
st_contains() (pydal.objects.Expression method)
st_distance() (pydal.objects.Expression method)
st_dwithin() (pydal.objects.Expression method)
st_equals() (pydal.objects.Expression method)
st_intersects() (pydal.objects.Expression method)
st_overlaps() (pydal.objects.Expression method)
st_simplify() (pydal.objects.Expression method)
st_simplifypreservetopology() (pydal.objects.Expression method)
st_touches() (pydal.objects.Expression method)
st_within() (pydal.objects.Expression method)
st_x() (pydal.objects.Expression method)
st_y() (pydal.objects.Expression method)
startswith() (pydal.helpers.classes.SQLCustomType method)
(pydal.objects.Expression method)
store() (pydal.objects.Field method)
sum() (pydal.objects.Expression method)
support_distributed_transaction (pydal.adapters.base.BaseAdapter attribute)
(pydal.adapters.firebird.FireBird attribute)
(pydal.adapters.mysql.MySQL attribute)
(pydal.adapters.postgres.Postgre attribute)
Sybase (class in pydal.adapters.mssql)

T

Table (class in pydal.objects)
table_alias() (pydal.adapters.base.SQLAdapter method)
tables (pydal.base.DAL attribute)
tables() (pydal.adapters.base.BaseAdapter method)
Teradata (class in pydal.adapters.teradata)
test_connection() (pydal.adapters.base.BaseAdapter method)
(pydal.adapters.base.SQLAdapter method)
(pydal.adapters.informix.Informix method)
(pydal.adapters.oracle.Oracle method)
TimingHandler (class in pydal.helpers.classes)
timings (pydal.helpers.classes.TimingHandler attribute)
truncate() (pydal.adapters.base.SQLAdapter method)
(pydal.adapters.mongo.Mongo method)
(pydal.base.DAL.Table method)
(pydal.objects.Table method)
try_create_web2py_filesystem() (pydal.helpers.classes.DatabaseStoredFile static method)
types (pydal.adapters.base.BaseAdapter attribute)

U

update() (pydal.adapters.base.SQLAdapter method)
(pydal.adapters.couchdb.CouchDB method)
(pydal.adapters.mongo.Mongo method)
(pydal.base.DAL.Table method)
(pydal.helpers.classes.BasicStorage method)
(pydal.objects.LazySet method)
(pydal.objects.Set method)
(pydal.objects.Table method)
update_naive() (pydal.objects.LazySet method)
(pydal.objects.Set method)
update_or_insert() (pydal.base.DAL.Table method)
(pydal.objects.Table method)
uploads_in_blob (pydal.adapters.base.BaseAdapter attribute)
(pydal.adapters.couchdb.CouchDB attribute)
upper() (pydal.objects.Expression method)
use_common_filters() (in module pydal.helpers.methods)
uuid() (pydal.base.DAL method)
uuid2int() (in module pydal.helpers.methods)

V

validate() (pydal.objects.Field method)
validate_and_insert() (pydal.base.DAL.Table method)
(pydal.objects.Table method)
validate_and_update() (pydal.base.DAL.Table method)
(pydal.objects.LazySet method)
(pydal.objects.Set method)
(pydal.objects.Table method)
validate_and_update_or_insert() (pydal.base.DAL.Table method)
(pydal.objects.Table method)
validators (pydal.base.DAL attribute)
validators_method (pydal.base.DAL attribute)
values() (pydal.helpers.classes.BasicStorage method)
varquote_aux() (in module pydal.helpers.methods)
Vertica (class in pydal.adapters.mssql)
Virtual (pydal.objects.Field attribute)
VirtualCommand (class in pydal.objects)

W

warn_bad_usage() (pydal.helpers.classes.FakeCursor method)
web2py_extract() (pydal.adapters.sqlite.SQLite static method)
web2py_filesystems (pydal.helpers.classes.DatabaseStoredFile attribute)
web2py_regexp() (pydal.adapters.sqlite.SQLite static method)
where() (pydal.base.DAL method)
(pydal.objects.LazySet method)
(pydal.objects.Set method)
with_alias() (pydal.base.DAL.Table method)
(pydal.objects.Expression method)
(pydal.objects.Table method)
with_connection() (in module pydal.adapters)
with_connection_or_raise() (in module pydal.adapters)
write() (pydal.helpers.classes.DatabaseStoredFile method)

X

xml() (pydal.objects.BasicRows method)
xorify() (in module pydal.helpers.methods)

Y

year() (pydal.objects.Expression method)