X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=htdocs%2Fdocs%2Fman%2FFS%2Fdbdef.html;fp=htdocs%2Fdocs%2Fman%2FFS%2Fdbdef.html;h=0000000000000000000000000000000000000000;hp=a986ad95b1e9485f16a0313f1a99844426b28e26;hb=1d758388ce3b17b8de1ae1d3a8ec39c1026baefc;hpb=e6cf4af2b9d3ffefebe1a3e358f0674f566b56bc diff --git a/htdocs/docs/man/FS/dbdef.html b/htdocs/docs/man/FS/dbdef.html deleted file mode 100644 index a986ad95b..000000000 --- a/htdocs/docs/man/FS/dbdef.html +++ /dev/null @@ -1,97 +0,0 @@ - - -FS::dbdef - Database objects - - - - - - - - - - -
-

-

NAME

-

-FS::dbdef - Database objects - -

-


-

SYNOPSIS

-

-

  use FS::dbdef;
-
-

-

  $dbdef = new FS::dbdef (@dbdef_table_objects);
-  $dbdef = load FS::dbdef "filename";
-
-

-

  $dbdef->save("filename");
-
-

-

  $dbdef->addtable($dbdef_table_object);
-
-

-

  @table_names = $dbdef->tables;
-
-

-

  $FS_dbdef_table_object = $dbdef->table;
-
-

-


-

DESCRIPTION

-

-FS::dbdef objects are collections of FS::dbdef_table objects and represnt a -database (a collection of tables). - -

-


-

METHODS

-
-
new TABLE, TABLE, ...
-

-Creates a new FS::dbdef object - -

load FILENAME
-

-Loads an FS::dbdef object from a file. - -

save FILENAME
-

-Saves an FS::dbdef object to a file. - -

addtable TABLE
-

-Adds this FS::dbdef_table object. - -

tables
-

-Returns the names of all tables. - -

table TABLENAME
-

-Returns the named FS::dbdef_table object. - -

BUGS

-

-Each FS::dbdef object should have a name which corresponds to its name -within the SQL database engine. - -

SEE ALSO

-

-FS::dbdef_table, FS::Record, - -

- - -