From 1d758388ce3b17b8de1ae1d3a8ec39c1026baefc Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 13 Aug 2001 01:09:02 +0000 Subject: removing --- htdocs/docs/man/FS/dbdef.html | 97 ------------------------------------------- 1 file changed, 97 deletions(-) delete mode 100644 htdocs/docs/man/FS/dbdef.html (limited to 'htdocs/docs/man/FS/dbdef.html') 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, - -

- - - -- cgit v1.2.1