MATLAB DATABASE TOOLBOX RELEASE NOTES Betriebsanweisung Seite 568

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 684
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 567
7 Functions — Alphabetical List
7-138
Database table column names, specified as a cell array of one or more strings to denote
the columns in the existing database table tablename.
Example: {'col1','col2','col3'}
Data Types: cell
data — Insert data
numeric matrix | cell array | table | dataset | structure
Insert data, specified as a numeric matrix, cell array, table, dataset array, or structure,
that contains all data for insertion into the existing database table tablename. If data
is a structure, field names in the structure must match colnames. If data is a table or a
dataset array, the variable names in the table or dataset array must match colnames.
Data Types: double | cell | table | struct
More About
“Inserting Data Using the fastinsert Function” on page 6-68
“Connecting to a Database Using the Native ODBC Interface”
“Getting Started with Visual Query Builder” on page 5-2
See Also
close | commit | database | exec | get | insert | logical | querybuilder |
rollback | set | update
Seitenansicht 567
1 2 ... 563 564 565 566 567 568 569 570 571 572 573 ... 683 684

Kommentare zu diesen Handbüchern

Keine Kommentare