CSVW RDF Convertor - Documentation
GitHub
npm
Preparing search index...
@csvw-rdf-convertor/core
lib/table-group-schema
TableGroupSchema
Class TableGroupSchema
Index
Constructors
constructor
Properties
tables
Methods
merge
Tables
remove
Table
remove
Table
Col
rename
Table
rename
Table
Col
Constructors
constructor
new
TableGroupSchema
()
:
TableGroupSchema
Returns
TableGroupSchema
Properties
tables
tables
:
Map
<
string
,
TableSchema
>
= ...
Methods
merge
Tables
mergeTables
(
a
:
string
,
b
:
string
)
:
void
Parameters
a
:
string
b
:
string
Returns
void
remove
Table
removeTable
(
name
:
string
)
:
void
Parameters
name
:
string
Returns
void
remove
Table
Col
removeTableCol
(
table
:
string
,
name
:
string
)
:
void
Parameters
table
:
string
name
:
string
Returns
void
rename
Table
renameTable
(
oldName
:
string
,
newName
:
string
)
:
void
Parameters
oldName
:
string
newName
:
string
Returns
void
rename
Table
Col
renameTableCol
(
table
:
string
,
oldName
:
string
,
newName
:
string
)
:
void
Parameters
table
:
string
oldName
:
string
newName
:
string
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
tables
Methods
merge
Tables
remove
Table
remove
Table
Col
rename
Table
rename
Table
Col
GitHub
npm
CSVW RDF Convertor - Documentation
Loading...