MATLAB DATABASE TOOLBOX RELEASE NOTES Betriebsanweisung Seite 586

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 684
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 585
7 Functions — Alphabetical List
7-156
NullsAreSortedAtEnd: 0
NullsAreSortedAtStart: 0
NullsAreSortedHigh: 0
NullsAreSortedLow: 1
UsesLocalFilePerTable: 0
UsesLocalFiles: 1
Display the contents of the Catalogs property of v.
v.Catalogs
ans =
'D:\matlab\toolbox\database\dbdemos\db1'
'D:\matlab\toolbox\database\dbdemos\origtutorial'
'D:\matlab\toolbox\database\dbdemos\tutorial'
'D:\matlab\toolbox\database\dbdemos\tutorial1'
Close the connection.
close(conn)
Get the AutoCommit Flag Status
Retrieve the 'AutoCommit' property of the database connection object.
Establish connection conn to a MySQL database with user name username and
password pwd.
conn = database('MySQL','username','pwd');
Check the status of the 'AutoCommit' property for the database connection conn.
v = get(conn,'AutoCommit')
v =
on
Close the connection.
close(conn)
Input Arguments
object — Database Toolbox object
database connection object | cursor object | driver object | ...
Database Toolbox object, specified as the following allowable objects:
Seitenansicht 585
1 2 ... 581 582 583 584 585 586 587 588 589 590 591 ... 683 684

Kommentare zu diesen Handbüchern

Keine Kommentare