MATLAB DATABASE TOOLBOX RELEASE NOTES Uživatelská příručka Strana 661

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 684
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 660
1 2 ... 656 657 658 659 660 661 662 663 664 665 666 ... 683 684

Komentáře k této Příručce

Žádné komentáře