| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
Command --+
|
addgrid
Command: addgrid <grid> <dataset_id>
Add a grid to a dataset
Can add multiple grids to multiple datasets at once.
Arguments:
<grid> Specify the grid, either by name or id
<dataset_id> Specify dataset to act on
Returns:
Returns the result of the mysql query (success or failure).
Warning that if the grid or dataset is wrong it will likely
print success because there was no mysql error.
Examples:
Add GLOW to 1234
addgrid GLOW 1234
or
addgrid 1 1234
Add GLOW to 1234 and glow-test to 4321
addgrid GLOW 1234 glow-test 4321
Add GLOW and glow-test to 1234 and 4321
addgrid GLOW,glow-test 1234,4321
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
shortdoc = hash(x) |
|||
numArgs = 2
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
|||
shortdochash(x)
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Jan 4 16:45:08 2013 | http://epydoc.sourceforge.net |