MATLAB DATABASE TOOLBOX RELEASE NOTES Guide de l'utilisateur Page 661

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 684
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 660
1 2 ... 656 657 658 659 660 661 662 663 664 665 666 ... 683 684

Commentaires sur ces manuels

Pas de commentaire