Searched refs:nDefaultType (Results 1 – 1 of 1) sorted by relevance
1549 sal_Int32 nDefaultType = DataType::VARCHAR; in convertType() local1553 if(supportsType(DataType::SMALLINT,nDefaultType)) in convertType()1557 if(supportsType(DataType::INTEGER,nDefaultType)) in convertType()1561 if(supportsType(DataType::FLOAT,nDefaultType)) in convertType()1565 if(supportsType(DataType::REAL,nDefaultType)) in convertType()1579 if ( supportsType(DataType::DOUBLE,nDefaultType) ) in convertType()1587 supportsType(DataType::DECIMAL,nDefaultType); in convertType()1592 if ( supportsType(DataType::DOUBLE,nDefaultType) ) in convertType()1600 if ( supportsType(DataType::CLOB,nDefaultType) ) in convertType()1612 if ( supportsType(DataType::BLOB,nDefaultType) ) in convertType()[all …]
Completed in 22 milliseconds