Home
last modified time | relevance | path

Searched refs:nNumPrecRadix (Results 1 – 5 of 5) sorted by relevance

/trunk/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx563 aInfo.nNumPrecRadix = aValue; in buildTypeInfo()
573 if( aInfo.nNumPrecRadix < 0) in buildTypeInfo()
574 aInfo.nNumPrecRadix = 10; in buildTypeInfo()
/trunk/main/connectivity/source/inc/
H A DOTypeInfo.hxx48 sal_Int16 nNumPrecRadix; // indicating the radix, which is usually 2 or 10 member
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DOTypeInfo.hxx47 sal_Int16 nNumPrecRadix; // indicating the radix, which is usually 2 or 10 member
H A DSConnection.cxx352 aInfo.nNumPrecRadix = (sal_Int16)xRow->getInt(18); in buildTypeInfo()
/trunk/main/connectivity/source/drivers/ado/
H A DAConnection.cxx470 aInfo->aSimpleType.nNumPrecRadix = ADOS::getField(pRecordset,nPos++).get_Value(); in buildTypeInfo()

Completed in 25 milliseconds