MATLAB DATABASE TOOLBOX RELEASE NOTES Guida Utente Pagina 661

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 684
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 660
setdbprefs
7-231
setdbprefs
DataReturnFormat: 'numeric'
ErrorHandling: 'store'
NullNumberRead: '0'
NullNumberWrite: 'NaN'
NullStringRead: 'null'
NullStringWrite: 'null'
JDBCDataSourceFile: ''
UseRegistryForSources: 'yes'
TempDirForRegistryOutput: 'C:\Work'
DefaultRowPreFetch: '10000'
FetchInBatches: 'no'
FetchBatchSize: '1000'
Return Values to a Structure
Capture all preferences and their values in a structure.
Assign values for all preferences to s.
s = setdbprefs
s =
DataReturnFormat: 'cellarray'
ErrorHandling: 'store'
NullNumberRead: 'NaN'
NullNumberWrite: 'NaN'
NullStringRead: 'null'
NullStringWrite: 'null'
JDBCDataSourceFile: ''
UseRegistryForSources: 'yes'
TempDirForRegistryOutput: 'C:\Work'
DefaultRowPreFetch: '10000'
FetchInBatches: 'no'
FetchBatchSize: '1000'
Use the MATLAB tab completion feature when obtaining the value for a preference.
s.U
Press the Tab key, and then Enter. MATLAB completes the field and displays the value.
s.UseRegistryForSources
Vedere la pagina 660
1 2 ... 656 657 658 659 660 661 662 663 664 665 666 ... 683 684

Commenti su questo manuale

Nessun commento