Home
last modified time | relevance | path

Searched refs:DataType (Results 26 – 50 of 196) sorted by relevance

12345678

/aoo42x/main/wizards/com/sun/star/wizards/db/
H A DRecordParser.java28 import com.sun.star.sdbc.DataType;
139 case DataType.BIT: // == -7; in getColumnValue()
140 case DataType.BOOLEAN: in getColumnValue()
144 case DataType.TINYINT: // == -6; in getColumnValue()
148 case DataType.BIGINT: // == -5; in getColumnValue()
152 case DataType.CHAR: // == 1; in getColumnValue()
182 case DataType.FLOAT: // == 6; in getColumnValue()
186 case DataType.REAL: // == 7; in getColumnValue()
190 case DataType.DOUBLE: // == 8; in getColumnValue()
194 case DataType.DATE: // == 91; in getColumnValue()
[all …]
/aoo42x/main/connectivity/source/commontools/
H A Ddbtools.cxx145 if (DataType::NUMERIC == nDataType || DataType::DECIMAL == nDataType) in getDefaultNumberFormat()
174 case DataType::BIT: in getDefaultNumberFormat()
182 case DataType::FLOAT: in getDefaultNumberFormat()
183 case DataType::REAL: in getDefaultNumberFormat()
208 case DataType::CHAR: in getDefaultNumberFormat()
211 case DataType::CLOB: in getDefaultNumberFormat()
214 case DataType::DATE: in getDefaultNumberFormat()
217 case DataType::TIME: in getDefaultNumberFormat()
227 case DataType::OTHER: in getDefaultNumberFormat()
232 case DataType::BLOB: in getDefaultNumberFormat()
[all …]
H A Dformattedcolumnvalue.cxx74 namespace DataType = ::com::sun::star::sdbc::DataType;
96 ,m_nFieldType( DataType::OTHER ) in FormattedColumnValue_Data()
144 case DataType::DATE: in lcl_initColumnDataValue_nothrow()
145 case DataType::TIME: in lcl_initColumnDataValue_nothrow()
147 case DataType::BIT: in lcl_initColumnDataValue_nothrow()
148 case DataType::BOOLEAN: in lcl_initColumnDataValue_nothrow()
149 case DataType::TINYINT: in lcl_initColumnDataValue_nothrow()
151 case DataType::INTEGER: in lcl_initColumnDataValue_nothrow()
152 case DataType::REAL: in lcl_initColumnDataValue_nothrow()
153 case DataType::BIGINT: in lcl_initColumnDataValue_nothrow()
[all …]
H A DTDatabaseMetaDataBase.cxx104 DataType::VARCHAR in getTypeInfo()
105 ,DataType::INTEGER in getTypeInfo()
106 ,DataType::INTEGER in getTypeInfo()
107 ,DataType::VARCHAR in getTypeInfo()
108 ,DataType::VARCHAR in getTypeInfo()
109 ,DataType::VARCHAR in getTypeInfo()
110 ,DataType::INTEGER in getTypeInfo()
111 ,DataType::BOOLEAN in getTypeInfo()
112 ,DataType::INTEGER in getTypeInfo()
113 ,DataType::BOOLEAN in getTypeInfo()
[all …]
H A Dpredicateinput.cxx143 sal_Int32 nType = DataType::OTHER; in implPredicateTree()
146 if ( ( DataType::CHAR == nType ) in implPredicateTree()
147 || ( DataType::VARCHAR == nType ) in implPredicateTree()
148 || ( DataType::LONGVARCHAR == nType ) in implPredicateTree()
149 || ( DataType::CLOB == nType ) in implPredicateTree()
184 if ( ( DataType::FLOAT == nType ) in implPredicateTree()
185 || ( DataType::REAL == nType ) in implPredicateTree()
186 || ( DataType::DOUBLE == nType ) in implPredicateTree()
187 || ( DataType::NUMERIC == nType ) in implPredicateTree()
188 || ( DataType::DECIMAL == nType ) in implPredicateTree()
[all …]
/aoo42x/main/connectivity/source/drivers/flat/
H A DETable.cxx192 …bNumeric = io_nType == DataType::SQLNULL || io_nType == DataType::DOUBLE || io_nType == DataType::… in impl_fillColumnInfo_nothrow()
288 …else if ( io_nType == DataType::DATE || io_nType == DataType::TIMESTAMP || io_nType == DataType::T… in impl_fillColumnInfo_nothrow()
649 case DataType::TIMESTAMP: in fetchRow()
650 case DataType::DATE: in fetchRow()
651 case DataType::TIME: in fetchRow()
659 case DataType::DATE: in fetchRow()
662 case DataType::TIMESTAMP: in fetchRow()
674 case DataType::DOUBLE: in fetchRow()
675 case DataType::INTEGER: in fetchRow()
677 case DataType::NUMERIC: in fetchRow()
[all …]
H A DEDatabaseMetaData.cxx81 aRow.push_back(new ORowSetValueDecorator(DataType::CHAR)); in impl_getTypeInfo_throw()
102 aRow[2] = new ORowSetValueDecorator(DataType::VARCHAR); in impl_getTypeInfo_throw()
116 aRow[2] = new ORowSetValueDecorator(DataType::DATE); in impl_getTypeInfo_throw()
123 aRow[2] = new ORowSetValueDecorator(DataType::TIME); in impl_getTypeInfo_throw()
137 aRow[2] = new ORowSetValueDecorator(DataType::BIT); in impl_getTypeInfo_throw()
143 aRow[2] = new ORowSetValueDecorator(DataType::DECIMAL); in impl_getTypeInfo_throw()
149 aRow[2] = new ORowSetValueDecorator(DataType::DOUBLE); in impl_getTypeInfo_throw()
155 aRow[2] = new ORowSetValueDecorator(DataType::NUMERIC); in impl_getTypeInfo_throw()
220 case DataType::CHAR: in getColumns()
221 case DataType::VARCHAR: in getColumns()
[all …]
/aoo42x/main/sc/source/ui/docshell/
H A Ddocsh8.cxx324 case sdbc::DataType::BIT: in DBaseImport()
327 case sdbc::DataType::DATE: in DBaseImport()
333 case sdbc::DataType::VARCHAR: in DBaseImport()
337 case sdbc::DataType::DECIMAL: in DBaseImport()
652 case sdbc::DataType::BIT : in lcl_GetColumnTypes()
655 case sdbc::DataType::DATE : in lcl_GetColumnTypes()
661 case sdbc::DataType::VARCHAR : in lcl_GetColumnTypes()
665 case sdbc::DataType::DECIMAL : in lcl_GetColumnTypes()
909 case sdbc::DataType::VARCHAR: in DBaseExport()
916 case sdbc::DataType::DATE: in DBaseExport()
[all …]
/aoo42x/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaData.cxx880 case DataType::BIT: in supportsConvert()
898 case DataType::REAL: in supportsConvert()
910 case DataType::CHAR: in supportsConvert()
917 case DataType::CLOB: in supportsConvert()
920 case DataType::DATE: in supportsConvert()
923 case DataType::TIME: in supportsConvert()
936 case DataType::BLOB: in supportsConvert()
957 case DataType::REF: in supportsConvert()
964 case DataType::BIT: in supportsConvert()
982 case DataType::REAL: in supportsConvert()
[all …]
H A DOTools.cxx735 nValue = DataType::BIT; in MapOdbcType2Jdbc()
747 nValue = DataType::BIGINT; in MapOdbcType2Jdbc()
750 nValue = DataType::FLOAT; in MapOdbcType2Jdbc()
753 nValue = DataType::REAL; in MapOdbcType2Jdbc()
756 nValue = DataType::DOUBLE; in MapOdbcType2Jdbc()
766 nValue = DataType::CHAR; in MapOdbcType2Jdbc()
778 nValue = DataType::DATE; in MapOdbcType2Jdbc()
782 nValue = DataType::TIME; in MapOdbcType2Jdbc()
817 case DataType::DATE: in jdbcTypeToOdbc()
820 case DataType::TIME: in jdbcTypeToOdbc()
[all …]
H A DOPreparedStatement.cxx365 setParameter(parameterIndex,DataType::TINYINT,sizeof(sal_Int8),&x); in setByte()
372 setParameter(parameterIndex,DataType::DATE,sizeof(DATE_STRUCT),&x); in setDate()
380 setParameter(parameterIndex,DataType::TIME,sizeof(TIME_STRUCT),&x); in setTime()
393 setParameter(parameterIndex,DataType::DOUBLE,sizeof(double),&x); in setDouble()
400 setParameter(parameterIndex,DataType::FLOAT,sizeof(float),&x); in setFloat()
512 case DataType::VARCHAR: in setObjectWithInfo()
513 case DataType::LONGVARCHAR: in setObjectWithInfo()
524 case DataType::DECIMAL: in setObjectWithInfo()
531 case DataType::NUMERIC: in setObjectWithInfo()
578 setStream(parameterIndex, x, length, DataType::LONGVARCHAR); in setCharacterStream()
[all …]
/aoo42x/main/wizards/com/sun/star/wizards/document/
H A DDatabaseControl.java31 import com.sun.star.sdbc.DataType;
182 if (getFieldType() == DataType.LONGVARCHAR) in getControlWidth()
224 case DataType.BIGINT: in setNumericLimits()
228 case DataType.INTEGER: in setNumericLimits()
232 case DataType.SMALLINT: in setNumericLimits()
236 case DataType.TINYINT: in setNumericLimits()
240 case DataType.FLOAT: in setNumericLimits()
241 case DataType.REAL: in setNumericLimits()
242 case DataType.DOUBLE: in setNumericLimits()
243 case DataType.DECIMAL: in setNumericLimits()
[all …]
/aoo42x/main/connectivity/source/drivers/file/
H A Dfcode.cxx349 case DataType::CHAR: in operate()
350 case DataType::VARCHAR: in operate()
371 case DataType::TINYINT: in operate()
373 case DataType::INTEGER: in operate()
374 case DataType::DECIMAL: in operate()
375 case DataType::NUMERIC: in operate()
376 case DataType::REAL: in operate()
377 case DataType::DOUBLE: in operate()
378 case DataType::BIT: in operate()
380 case DataType::DATE: in operate()
[all …]
/aoo42x/main/wizards/com/sun/star/wizards/form/
H A DFormControlArranger.java29 import com.sun.star.sdbc.DataType;
136 case DataType.TINYINT: in isReducable()
138 case DataType.INTEGER: in isReducable()
139 case DataType.FLOAT: in isReducable()
140 case DataType.DATE: in isReducable()
141 case DataType.TIME: in isReducable()
143 case DataType.REAL: in isReducable()
144 case DataType.DOUBLE: in isReducable()
145 case DataType.NUMERIC: in isReducable()
147 case DataType.BIT: in isReducable()
[all …]
/aoo42x/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx1552 case DataType::TINYINT: in convertType()
1560 case DataType::INTEGER: in convertType()
1564 case DataType::FLOAT: in convertType()
1568 case DataType::DATE: in convertType()
1569 case DataType::TIME: in convertType()
1570 if( DataType::DATE == _pType->nType || DataType::TIME == _pType->nType ) in convertType()
1577 case DataType::REAL: in convertType()
1578 case DataType::BIGINT: in convertType()
1582 case DataType::DOUBLE: in convertType()
1586 case DataType::NUMERIC: in convertType()
[all …]
/aoo42x/main/connectivity/source/drivers/calc/
H A DCTable.cxx314 rDataType = DataType::BIT; in lcl_GetColumnInfo()
356 case DataType::DECIMAL: in lcl_SetValue()
362 case DataType::BIT: in lcl_SetValue()
368 case DataType::DATE: in lcl_SetValue()
379 case DataType::TIME: in lcl_SetValue()
489 case DataType::VARCHAR: in fillColumns()
495 case DataType::DECIMAL: in fillColumns()
498 case DataType::BIT: in fillColumns()
501 case DataType::DATE: in fillColumns()
504 case DataType::TIME: in fillColumns()
[all …]
/aoo42x/main/mysqlc/source/
H A Dmysqlc_preparedstatement.cxx623 case DataType::DECIMAL: in setObjectWithInfo()
624 case DataType::NUMERIC: in setObjectWithInfo()
635 case DataType::CHAR: in setObjectWithInfo()
641 case DataType::BIGINT: in setObjectWithInfo()
650 case DataType::FLOAT: in setObjectWithInfo()
651 case DataType::REAL: in setObjectWithInfo()
662 case DataType::DOUBLE: in setObjectWithInfo()
671 case DataType::DATE: in setObjectWithInfo()
675 case DataType::TIME: in setObjectWithInfo()
683 case DataType::BINARY: in setObjectWithInfo()
[all …]
/aoo42x/main/svx/source/form/
H A Dfmvwimp.cxx160 namespace DataType = ::com::sun::star::sdbc::DataType;
1248 if ((DataType::BINARY == nDataType) || (DataType::VARBINARY == nDataType)) in implCreateFieldControl()
1265 case DataType::BLOB: in implCreateFieldControl()
1270 case DataType::CLOB: in implCreateFieldControl()
1276 case DataType::BIT: in implCreateFieldControl()
1285 case DataType::REAL: in implCreateFieldControl()
1295 case DataType::DATE: in implCreateFieldControl()
1298 case DataType::TIME: in implCreateFieldControl()
1600 case DataType::BIT: in createControlLabelPair()
1605 case DataType::CLOB: in createControlLabelPair()
[all …]
/aoo42x/main/extensions/source/dbpilots/
H A Dgridwizard.cxx139 case DataType::BIT: in implApplySettings()
140 case DataType::BOOLEAN: in implApplySettings()
145 case DataType::TINYINT: in implApplySettings()
147 case DataType::INTEGER: in implApplySettings()
152 case DataType::FLOAT: in implApplySettings()
153 case DataType::REAL: in implApplySettings()
154 case DataType::DOUBLE: in implApplySettings()
155 case DataType::NUMERIC: in implApplySettings()
156 case DataType::DECIMAL: in implApplySettings()
161 case DataType::DATE: in implApplySettings()
[all …]
/aoo42x/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx1343 case DataType::CHAR: in DisplayData()
1360 case DataType::DATE: in DisplayData()
1361 case DataType::TIME: in DisplayData()
1370 case DataType::BIT: in DisplayData()
1389 case DataType::FLOAT: in DisplayData()
1394 case DataType::REAL: in DisplayData()
1414 case DataType::ARRAY: in DisplayData()
1415 case DataType::BLOB: in DisplayData()
1416 case DataType::CLOB: in DisplayData()
1417 case DataType::REF: in DisplayData()
[all …]
/aoo42x/main/sc/source/core/data/
H A Ddptablecache.cxx99 case sdbc::DataType::BIT: in lcl_GetItemValue()
100 case sdbc::DataType::BOOLEAN: in lcl_GetItemValue()
108 case sdbc::DataType::TINYINT: in lcl_GetItemValue()
111 case sdbc::DataType::BIGINT: in lcl_GetItemValue()
112 case sdbc::DataType::FLOAT: in lcl_GetItemValue()
113 case sdbc::DataType::REAL: in lcl_GetItemValue()
114 case sdbc::DataType::DOUBLE: in lcl_GetItemValue()
124 case sdbc::DataType::DATE: in lcl_GetItemValue()
134 case sdbc::DataType::TIME: in lcl_GetItemValue()
156 case sdbc::DataType::CHAR: in lcl_GetItemValue()
[all …]
/aoo42x/main/connectivity/inc/connectivity/
H A DFValue.hxx72 :m_eTypeKind(::com::sun::star::sdbc::DataType::VARCHAR) in ORowSetValue()
82 :m_eTypeKind(::com::sun::star::sdbc::DataType::VARCHAR) in ORowSetValue()
93 :m_eTypeKind(::com::sun::star::sdbc::DataType::VARCHAR) in ORowSetValue()
104 :m_eTypeKind(::com::sun::star::sdbc::DataType::DOUBLE) in ORowSetValue()
115 :m_eTypeKind(::com::sun::star::sdbc::DataType::FLOAT) in ORowSetValue()
156 :m_eTypeKind(::com::sun::star::sdbc::DataType::BIGINT) in ORowSetValue()
167 :m_eTypeKind(::com::sun::star::sdbc::DataType::BIT) in ORowSetValue()
178 :m_eTypeKind(::com::sun::star::sdbc::DataType::DATE) in ORowSetValue()
189 :m_eTypeKind(::com::sun::star::sdbc::DataType::TIME) in ORowSetValue()
200 :m_eTypeKind(::com::sun::star::sdbc::DataType::TIMESTAMP) in ORowSetValue()
[all …]
/aoo42x/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx141 namespace DataType = ::com::sun::star::sdbc::DataType;
1275 case DataType::DOUBLE: in impl_copyRows_throw()
1276 case DataType::REAL: in impl_copyRows_throw()
1280 case DataType::CHAR: in impl_copyRows_throw()
1288 case DataType::BIGINT: in impl_copyRows_throw()
1292 case DataType::FLOAT: in impl_copyRows_throw()
1302 case DataType::DATE: in impl_copyRows_throw()
1306 case DataType::TIME: in impl_copyRows_throw()
1314 case DataType::BIT: in impl_copyRows_throw()
1337 case DataType::BLOB: in impl_copyRows_throw()
[all …]
/aoo42x/main/dbaccess/qa/complex/dbaccess/
H A DParser.java29 import com.sun.star.sdbc.DataType;
178 new int[] { DataType.DATE, DataType.VARCHAR, DataType.VARCHAR }, in checkParameterTypes()
186 new int[] { DataType.INTEGER, DataType.INTEGER }, in checkParameterTypes()
193 new int[] { DataType.VARCHAR, DataType.VARCHAR }, in checkParameterTypes()
/aoo42x/main/forms/source/component/
H A DFormattedField.cxx757 case DataType::BIT: in onConnectedDbColumn()
758 case DataType::BOOLEAN: in onConnectedDbColumn()
759 case DataType::TINYINT: in onConnectedDbColumn()
761 case DataType::INTEGER: in onConnectedDbColumn()
762 case DataType::BIGINT: in onConnectedDbColumn()
763 case DataType::FLOAT: in onConnectedDbColumn()
764 case DataType::REAL: in onConnectedDbColumn()
765 case DataType::DOUBLE: in onConnectedDbColumn()
766 case DataType::NUMERIC: in onConnectedDbColumn()
768 case DataType::DATE: in onConnectedDbColumn()
[all …]

Completed in 223 milliseconds

12345678