User`s guide

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: