Searched refs:dataType (Results 1 – 12 of 12) sorted by relevance
/trunk/main/connectivity/source/drivers/macab/ |
H A D | macabutilities.hxx | 120 sal_Int32 dataType; in ABTypeToDataType() local 124 dataType = ::com::sun::star::sdbc::DataType::CHAR; in ABTypeToDataType() 127 dataType = ::com::sun::star::sdbc::DataType::TIMESTAMP; in ABTypeToDataType() 130 dataType = ::com::sun::star::sdbc::DataType::INTEGER; in ABTypeToDataType() 133 dataType = ::com::sun::star::sdbc::DataType::FLOAT; in ABTypeToDataType() 136 dataType = -1; in ABTypeToDataType() 138 return dataType; in ABTypeToDataType()
|
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlDatabaseMetadata.java | 101 short dataType = row.getShort(5); in getColumns() local 116 if (dataType == DataType.BIT) { in getColumns() 118 dataType = DataType.BOOLEAN; in getColumns() 127 rowOut[4] = new ORowSetValue(dataType); in getColumns() 348 short dataType = row.getShort(2); in getTypeInfo() local 366 if (dataType == DataType.BIT) { in getTypeInfo() 372 dataType = DataType.BOOLEAN; in getTypeInfo() 375 if ((dataType == DataType.CHAR || dataType == DataType.VARCHAR)) { in getTypeInfo() 382 rowOut[1] = new ORowSetValue(dataType); in getTypeInfo()
|
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/ |
H A D | OColumnContainer.java | 56 public int dataType; field in OColumnContainer.ExtraColumnInfo 82 int dataType = DataType.OTHER; in createObject() local 110 dataType = columnInfo.dataType; in createObject()
|
H A D | OIndexColumnContainer.java | 86 int dataType = row.getInt(5); in createObject() local 94 … nul, size, dec, dataType, false, false, false, isCaseSensitive()); in createObject()
|
H A D | OKeyColumnContainer.java | 81 int dataType = row.getInt(5); in createObject() local 93 … "", columnDef, nul, size, dec, dataType, false, false, false, isCaseSensitive()); in createObject()
|
/trunk/main/extensions/source/propctrlr/ |
H A D | xsdvalidationpropertyhandler.cxx | 674 for ( ::std::vector< ::rtl::OUString >::const_iterator dataType = aAllTypes.begin(); in implGetAvailableDataTypeNames() 675 dataType != aAllTypes.end(); in implGetAvailableDataTypeNames() 676 ++dataType in implGetAvailableDataTypeNames() 679 ::rtl::Reference< XSDDataType > pType = m_pHelper->getDataTypeByName( *dataType ); in implGetAvailableDataTypeNames() 681 _rNames.push_back( *dataType ); in implGetAvailableDataTypeNames()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/form/ |
H A D | _XGridFieldDataSupplier.java | 50 boolean[] dataType = oObj.queryFieldDataType(new Type(String.class)); in _queryFieldDataType() 51 tRes.tested("queryFieldDataType()", dataType != null); in _queryFieldDataType()
|
/trunk/main/toolkit/source/controls/grid/ |
H A D | sortablegriddatamodel.cxx | 488 Type dataType; in impl_reIndex_nothrow() local 495 … if ( ( dataType.getTypeClass() == TypeClass_VOID ) && aColumnData[ rowIndex ].hasValue() ) in impl_reIndex_nothrow() 496 dataType = aColumnData[ rowIndex ].getValueType(); in impl_reIndex_nothrow() 500 …PredicateLess > const pPredicate( ::comphelper::getStandardLessPredicate( dataType, m_collator ) ); in impl_reIndex_nothrow()
|
/trunk/main/mysqlc/source/ |
H A D | mysqlc_types.hxx | 27 sal_Int32 dataType; member
|
H A D | mysqlc_databasemetadata.cxx | 1534 aRow.push_back(makeAny(mysqlc_types[i].dataType)); in getTypeInfo()
|
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | DbTools.java | 709 columnInfo.dataType = metadata.getColumnType(i); in collectColumnInformation()
|
/trunk/main/oox/source/token/ |
H A D | tokens.txt | 1593 dataType
|
Completed in 159 milliseconds