create: Create instance of a schema

View source: R/shared_class_functions.r

createR Documentation

Create instance of a schema

Description

Create a relation data object, using the given relational schema object, with the resulting relations empty and ready for data insertion using insert.

Usage

create(x, ...)

Arguments

x

a relational schema object, representing the schema to create an instance of, such as a relation_schema or database_schema object.

...

further arguments passed on to methods.

Value

An instance of the schema. For example, calling create on a database_schema creates a database, where all the relations contain zero records.


autodb documentation built on April 4, 2025, 5:12 a.m.