Home
last modified time | relevance | path

Searched defs:OTypeInfo (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DOTypeInfo.hxx32 struct OTypeInfo struct
40 sal_Int32 nPrecision; // Laenge des Types
42 sal_Int16 nMaximumScale; // Nachkommastellen
43 sal_Int16 nMinimumScale; // Min Nachkommastellen
45 sal_Int16 nType; // Datenbanktyp
46 sal_Int16 nSearchType; // kann nach dem Typen gesucht werden
47 sal_Int16 nNumPrecRadix; // indicating the radix, which is usually 2 or 10
49 sal_Bool bCurrency : 1, // Waehrung
50 bAutoIncrement : 1, // Ist es ein automatisch incrementierendes Feld
51 bNullable : 1, // Kann das Feld NULL annehmen
[all …]
/AOO41X/main/connectivity/source/inc/
H A DOTypeInfo.hxx33 struct OTypeInfo struct
41 sal_Int32 nPrecision; // Laenge des Types
43 sal_Int16 nMaximumScale; // Nachkommastellen
44 sal_Int16 nMinimumScale; // Min Nachkommastellen
46 sal_Int16 nType; // Datenbanktyp
47 sal_Int16 nSearchType; // kann nach dem Typen gesucht werden
48 sal_Int16 nNumPrecRadix; // indicating the radix, which is usually 2 or 10
50 sal_Bool bCurrency : 1, // Waehrung
51 bAutoIncrement : 1, // Ist es ein automatisch incrementierendes Feld
52 bNullable : 1, // Kann das Feld NULL annehmen
[all …]
/AOO41X/main/dbaccess/source/ui/inc/
H A DTypeInfo.hxx81 class OTypeInfo class
106 OTypeInfo() in OTypeInfo() function in dbaui::OTypeInfo