Description Usage Arguments Details Value Author(s) Examples
h.m is called from any interface function (defined e.g. in odm1_1-class
) when no handler object has been defined with options(odm.handler=sqhandler)
check.version checks for correct version of the database and gives an error if this is not the case. Includes a check if the data base schema has been created. If not the corresponding scripts are processed from the src directory.
1 2 | h.m(object)
check.version(object, version)
|
object |
The odm-handler object. For example created by new("odm1_1Ver", con = con) where con is the database connection. |
version |
The version required. |
What do you need?
Nothing returned. Side effects assure that the package can be used without explicitly setting up a database.
Dominik Reusser
1 | # see code
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.