Home
last modified time | relevance | path

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

/trunk/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
49 sal_Bool bCurrency : 1, // Waehrung
51 bNullable : 1, // Kann das Feld NULL annehmen
53 bUnsigned : 1, // Ist der Type Unsigned
54 bEmpty_1 : 1, // for later use
55 bEmpty_2 : 1;
[all …]
/trunk/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
50 sal_Bool bCurrency : 1, // Waehrung
52 bNullable : 1, // Kann das Feld NULL annehmen
54 bUnsigned : 1, // Ist der Type Unsigned
55 bEmpty_1 : 1, // for later use
56 bEmpty_2 : 1;
[all …]
/trunk/main/dbaccess/source/ui/inc/
H A DTypeInfo.hxx81 class OTypeInfo class
106 OTypeInfo() in OTypeInfo() function in dbaui::OTypeInfo

Completed in 26 milliseconds