MATLAB DATABASE TOOLBOX RELEASE NOTES Guia do Utilizador Página 586

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 684
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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:
Vista de página 585
1 2 ... 581 582 583 584 585 586 587 588 589 590 591 ... 683 684

Comentários a estes Manuais

Sem comentários