Searched defs:OTypeInfo (Results 1 – 3 of 3) sorted by relevance
32 struct OTypeInfo struct40 sal_Int32 nPrecision; // Laenge des Types42 sal_Int16 nMaximumScale; // Nachkommastellen43 sal_Int16 nMinimumScale; // Min Nachkommastellen45 sal_Int16 nType; // Datenbanktyp49 sal_Bool bCurrency : 1, // Waehrung51 bNullable : 1, // Kann das Feld NULL annehmen53 bUnsigned : 1, // Ist der Type Unsigned 54 bEmpty_1 : 1, // for later use55 bEmpty_2 : 1;[all …]
33 struct OTypeInfo struct41 sal_Int32 nPrecision; // Laenge des Types43 sal_Int16 nMaximumScale; // Nachkommastellen44 sal_Int16 nMinimumScale; // Min Nachkommastellen46 sal_Int16 nType; // Datenbanktyp50 sal_Bool bCurrency : 1, // Waehrung52 bNullable : 1, // Kann das Feld NULL annehmen54 bUnsigned : 1, // Ist der Type Unsigned55 bEmpty_1 : 1, // for later use56 bEmpty_2 : 1;[all …]
81 class OTypeInfo class106 OTypeInfo() in OTypeInfo() function in dbaui::OTypeInfo
Completed in 10 milliseconds