MATLAB DATABASE TOOLBOX RELEASE NOTES Podręcznik Użytkownika Strona 683

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 684
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 682
width
7-253
width
Return field size of column in fetched data set
Syntax
colsize = width(cursor, colnum)
Description
colsize = width(cursor, colnum) returns the field size of the specified column
number colnum in the fetched data set curs.
Examples
Get the width of the first column of the fetched data set, curs:
colsize = width(curs, 1)
colsize =
11
The field size of column one is 11 characters (bytes).
See Also
attr | cols | columnnames | fetch | get
Przeglądanie stron 682
1 2 ... 678 679 680 681 682 683 684

Komentarze do niniejszej Instrukcji

Brak uwag