From 2c816f314a8f3cc46e72e31f34ed97b4e11d0449 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 4 Aug 1999 12:13:27 +0000 Subject: new HTML manpages --- htdocs/docs/man/FS/dbdef.html | 97 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create 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 new file mode 100644 index 000000000..9b8274b29 --- /dev/null +++ b/htdocs/docs/man/FS/dbdef.html @@ -0,0 +1,97 @@ + + +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