def google.appengine._internal.django.core.management.commands.inspectdb.Command.get_field_type |
( |
|
self, |
|
|
|
connection, |
|
|
|
table_name, |
|
|
|
row |
|
) |
| |
Given the database connection, the table name, and the cursor row
description, this routine will return the given field type name, as
well as any additional keyword parameters and notes for the field.
def google.appengine._internal.django.core.management.commands.inspectdb.Command.get_meta |
( |
|
self, |
|
|
|
table_name |
|
) |
| |
Return a sequence comprising the lines of code necessary
to construct the inner Meta class for the model corresponding
to the given database table name.
tuple google.appengine._internal.django.core.management.commands.inspectdb.Command.option_list |
|
static |
Initial value: 1 = NoArgsCommand.option_list+(
2 make_option(
'--database', action=
'store', dest=
'database',
3 default=DEFAULT_DB_ALIAS, help=
'Nominates a database to '
4 'introspect. Defaults to using the "default" database.'),
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/_internal/django/core/management/commands/inspectdb.py