/aoo41x/main/ucbhelper/source/provider/ |
H A D | resultsetmetadata.cxx | 164 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in isAutoIncrement() 175 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in isCaseSensitive() 191 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in isSearchable() 206 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in isCurrency() 222 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in isNullable() 237 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in isSigned() 252 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in getColumnDisplaySize() 268 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in getColumnLabel() 287 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in getColumnName() 305 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in getSchemaName() [all …]
|
/aoo41x/main/offapi/com/sun/star/sdbc/ |
H A D | XResultSetMetaData.idl | 53 @param column 64 @param column 75 @param column 86 @param column 97 @param column 108 @param column 119 @param column 131 @param column 142 @param column 153 @param column [all …]
|
H A D | XRowUpdate.idl | 71 the new column value 82 the new column value 93 the new column value 104 the new column value 115 the new column value 126 the new column value 137 the new column value 148 the new column value 159 the new column value 170 the new column value [all …]
|
H A D | XRow.idl | 86 the first column is 1, the second is 2, 97 the first column is 1, the second is 2, 108 the first column is 1, the second is 2, 119 the first column is 1, the second is 2, 130 the first column is 1, the second is 2, 141 the first column is 1, the second is 2, 152 the first column is 1, the second is 2, 163 the first column is 1, the second is 2, 186 the first column is 1, the second is 2, 198 the first column is 1, the second is 2, [all …]
|
/aoo41x/main/connectivity/source/drivers/odbcbase/ |
H A D | OResultSetMetaData.cxx | 42 sal_Int32 column = _column; in getCharColAttrib() local 44 column = m_vMapping[_column]; in getCharColAttrib() 50 (SQLUSMALLINT)column, in getCharColAttrib() 70 (SQLUSMALLINT)column, in getCharColAttrib() 105 sal_Int32 column = _column; in getNumColAttrib() local 107 column = m_vMapping[_column]; in getNumColAttrib() 194 return getCharColAttrib(column,SQL_DESC_NAME); in getColumnName() 210 return getCharColAttrib(column,SQL_DESC_TYPE_NAME); in getColumnTypeName() 216 return getCharColAttrib(column,SQL_DESC_LABEL); in getColumnLabel() 267 nType = getNumColAttrib(column,SQL_DESC_SCALE); in getScale() [all …]
|
/aoo41x/main/mysqlc/source/ |
H A D | mysqlc_resultsetmetadata.cxx | 64 checkColumnIndex(column); in getColumnType() 104 checkColumnIndex(column); in isCaseSensitive() 123 checkColumnIndex(column); in getSchemaName() 142 checkColumnIndex(column); in getColumnName() 161 checkColumnIndex(column); in getTableName() 180 checkColumnIndex(column); in getCatalogName() 199 checkColumnIndex(column); in getColumnTypeName() 218 checkColumnIndex(column); in getColumnLabel() 237 checkColumnIndex(column); in getColumnServiceName() 250 checkColumnIndex(column); in isCurrency() [all …]
|
H A D | mysqlc_resultset.cxx | 197 checkColumnIndex(column); in getBinaryStream() 212 checkColumnIndex(column); in getCharacterStream() 228 checkColumnIndex(column); in getBoolean() 259 checkColumnIndex(column); in getByte() 297 checkColumnIndex(column); in getDate() 337 checkColumnIndex(column); in getDouble() 356 checkColumnIndex(column); in getFloat() 375 checkColumnIndex(column); in getInt() 412 checkColumnIndex(column); in getLong() 451 checkColumnIndex(column); in getArray() [all …]
|
H A D | mysqlc_resultset.hxx | 183 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getBytes(sal_Int32 column) 186 ::com::sun::star::util::Date SAL_CALL getDate(sal_Int32 column) 189 ::com::sun::star::util::Time SAL_CALL getTime(sal_Int32 column) 192 ::com::sun::star::util::DateTime SAL_CALL getTimestamp(sal_Int32 column) 195 my_XInputStreamRef SAL_CALL getBinaryStream(sal_Int32 column) 198 my_XInputStreamRef SAL_CALL getCharacterStream(sal_Int32 column) 201 Any SAL_CALL getObject(sal_Int32 column, const my_XNameAccessRef& typeMap) 261 void SAL_CALL updateString(sal_Int32 column, const OUString& x) 267 void SAL_CALL updateDate(sal_Int32 column, const ::com::sun::star::util::Date& x) 270 void SAL_CALL updateTime(sal_Int32 column, const ::com::sun::star::util::Time& x) [all …]
|
H A D | mysqlc_resultsetmetadata.hxx | 74 sal_Bool SAL_CALL isSearchable(sal_Int32 column) throw(SQLException, RuntimeException); 76 sal_Bool SAL_CALL isCurrency(sal_Int32 column) throw(SQLException, RuntimeException); 78 sal_Int32 SAL_CALL isNullable(sal_Int32 column) throw(SQLException, RuntimeException); 80 sal_Bool SAL_CALL isSigned(sal_Int32 column) throw(SQLException, RuntimeException); 86 OUString SAL_CALL getColumnName(sal_Int32 column) throw(SQLException, RuntimeException); 88 OUString SAL_CALL getSchemaName(sal_Int32 column) throw(SQLException, RuntimeException); 90 sal_Int32 SAL_CALL getPrecision(sal_Int32 column) throw(SQLException, RuntimeException); 92 sal_Int32 SAL_CALL getScale(sal_Int32 column) throw(SQLException, RuntimeException); 94 OUString SAL_CALL getTableName(sal_Int32 column) throw(SQLException, RuntimeException); 102 sal_Bool SAL_CALL isReadOnly(sal_Int32 column) throw(SQLException, RuntimeException); [all …]
|
/aoo41x/main/connectivity/source/drivers/jdbc/ |
H A D | ResultSetMetaData.cxx | 81 return callIntMethodWithIntArg("getColumnType",mID,column); in getColumnType() 109 return callStringMethodWithIntArg("getSchemaName",mID,column); in getSchemaName() 117 return callStringMethodWithIntArg("getColumnName",mID,column); in getColumnName() 124 return callStringMethodWithIntArg("getTableName",mID,column); in getTableName() 131 return callStringMethodWithIntArg("getCatalogName",mID,column); in getCatalogName() 145 return callStringMethodWithIntArg("getColumnLabel",mID,column); in getColumnLabel() 162 return callBooleanMethodWithIntArg( "isCurrency", mID,column ); in isCurrency() 179 return callBooleanMethodWithIntArg( "isSigned", mID,column ); in isSigned() 186 return callIntMethodWithIntArg("getPrecision",mID,column); in getPrecision() 193 return callIntMethodWithIntArg("getScale",mID,column); in getScale() [all …]
|
/aoo41x/main/connectivity/source/drivers/file/ |
H A D | FResultSetMetaData.cxx | 62 if(column <= 0 || column > (sal_Int32)(sal_Int32)m_xColumns->get().size()) in checkColumnIndex() 69 return getPrecision(column); in getColumnDisplaySize() 76 checkColumnIndex(column); in getColumnType() 105 checkColumnIndex(column); in getColumnName() 126 checkColumnIndex(column); in getColumnTypeName() 146 checkColumnIndex(column); in isCurrency() 166 checkColumnIndex(column); in getPrecision() 173 checkColumnIndex(column); in getScale() 181 checkColumnIndex(column); in isNullable() 196 checkColumnIndex(column); in isReadOnly() [all …]
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | ADatabaseMetaDataResultSetMetaData.cxx | 52 WpADOField aField = ADOS::getField(m_pRecordSet,m_vMapping[column]); in getColumnDisplaySize() 67 WpADOField aField = ADOS::getField(m_pRecordSet,m_vMapping[column]); in getColumnType() 98 WpADOField aField = ADOS::getField(m_pRecordSet,m_vMapping[column]); in getColumnName() 109 return getColumnName(column); in getColumnLabel() 119 WpADOField aField = ADOS::getField(m_pRecordSet,m_vMapping[column]); in isCurrency() 135 WpADOField aField = ADOS::getField(m_pRecordSet,m_vMapping[column]); in isSigned() 149 WpADOField aField = ADOS::getField(m_pRecordSet,m_vMapping[column]); in getPrecision() 163 WpADOField aField = ADOS::getField(m_pRecordSet,m_vMapping[column]); in getScale() 178 WpADOField aField = ADOS::getField(m_pRecordSet,m_vMapping[column]); in isNullable() 195 WpADOField aField = ADOS::getField(m_pRecordSet,m_vMapping[column]); in isReadOnly() [all …]
|
H A D | AResultSetMetaData.cxx | 55 WpADOField aField = ADOS::getField(m_pRecordSet,column); in getColumnDisplaySize() 64 WpADOField aField = ADOS::getField(m_pRecordSet,column); in getColumnType() 88 WpADOField aField = ADOS::getField(m_pRecordSet,column); in isCaseSensitive() 107 WpADOField aField = ADOS::getField(m_pRecordSet,column); in getColumnName() 118 WpADOField aField = ADOS::getField(m_pRecordSet,column); in getTableName() 140 return getColumnName(column); in getColumnLabel() 151 WpADOField aField = ADOS::getField(m_pRecordSet,column); in isCurrency() 163 WpADOField aField = ADOS::getField(m_pRecordSet,column); in isAutoIncrement() 188 WpADOField aField = ADOS::getField(m_pRecordSet,column); in isSigned() 199 WpADOField aField = ADOS::getField(m_pRecordSet,column); in getPrecision() [all …]
|
/aoo41x/main/vcl/unx/gtk/a11y/ |
H A D | atktable.cxx | 92 gint column) in table_wrapper_ref_at() argument 101 if( column >= 255 ) in table_wrapper_ref_at() 122 gint column) in table_wrapper_get_index_at() argument 130 row, column, pTable->getAccessibleIndex( row, column ) ); in table_wrapper_get_index_at() 254 row, column, pTable->getAccessibleColumnExtentAt( row, column ) ); in table_wrapper_get_column_extent_at() 280 row, column, pTable->getAccessibleRowExtentAt( row, column ) ); in table_wrapper_get_row_extent_at() 354 column, getAsConst( pTable->getAccessibleColumnDescription( column ) ) ); in table_wrapper_get_column_description() 414 column, column ); in table_wrapper_get_column_header() 535 column, pTable->isAccessibleColumnSelected( column ) ? "true" : "false" ); in table_wrapper_is_column_selected() 578 gint column ) in table_wrapper_is_selected() argument [all …]
|
/aoo41x/main/offapi/com/sun/star/sdb/ |
H A D | XColumnUpdate.idl | 67 the new column value 76 the new column value 85 the new column value 94 the new column value 103 the new column value 112 the new column value 121 the new column value 130 the new column value 139 the new column value 148 the new column value [all …]
|
H A D | XColumn.idl | 85 the column value 94 the column value 103 the column value 112 the column value 121 the column value 130 the column value 139 the column value 148 the column value 167 the column value 177 the column value [all …]
|
/aoo41x/main/offapi/com/sun/star/awt/grid/ |
H A D | XGridColumnModel.idl | 69 /** creates a new column for use with the column model. 77 /** Adds a column to the model. 84 … column is removed, or when the column model is disposed, the grid column is disposed as well.</p> 86 @param column 87 the column to add to the model. 89 the index of new created column. 92 … if the given column is not a valid element for the column container, or if it is <NULL/>. 94 long addColumn( [in] XGridColumn column ) 97 /** removes a column from the model 115 /** Returns a specific column. [all …]
|
H A D | XGridColumn.idl | 47 /** allows cloning the complete grid column 51 /** specifies an identifier of the column 58 /** specifies the current width of the column. 62 /** specifies the minimal width the column can have. 66 /** specifies the maximal width the column can have. 70 /** controls whether or not the column's width is fixed or not. 72 …p>If this is <TRUE/>, the user can interactively change the column's width. Also, the column is su… 102 /** is the help text associated with the column. 108 /** denotes the index of the column within the grid column model it belongs to 110 <p>If the column is not yet part of a column model, <code>Index</code> is -1.</p> [all …]
|
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SResultSetMetaData.cxx | 43 sal_Int32 SAL_CALL OResultSetMetaData::getColumnType( sal_Int32 column ) throw(SQLException, Runtim… in getColumnType() argument 57 sal_Bool SAL_CALL OResultSetMetaData::isCaseSensitive( sal_Int32 column ) throw(SQLException, Runti… in isCaseSensitive() argument 71 return ::rtl::OUString::createFromAscii("Column") + ::rtl::OUString::valueOf(column); in getColumnName() 100 sal_Bool SAL_CALL OResultSetMetaData::isCurrency( sal_Int32 column ) throw(SQLException, RuntimeExc… in isCurrency() argument 106 sal_Bool SAL_CALL OResultSetMetaData::isAutoIncrement( sal_Int32 column ) throw(SQLException, Runti… in isAutoIncrement() argument 113 sal_Bool SAL_CALL OResultSetMetaData::isSigned( sal_Int32 column ) throw(SQLException, RuntimeExcep… in isSigned() argument 118 sal_Int32 SAL_CALL OResultSetMetaData::getPrecision( sal_Int32 column ) throw(SQLException, Runtime… in getPrecision() argument 129 sal_Int32 SAL_CALL OResultSetMetaData::isNullable( sal_Int32 column ) throw(SQLException, RuntimeEx… in isNullable() argument 135 sal_Bool SAL_CALL OResultSetMetaData::isSearchable( sal_Int32 column ) throw(SQLException, RuntimeE… in isSearchable() argument 141 sal_Bool SAL_CALL OResultSetMetaData::isReadOnly( sal_Int32 column ) throw(SQLException, RuntimeExc… in isReadOnly() argument [all …]
|
H A D | SResultSetMetaData.hxx | 55 …virtual sal_Bool SAL_CALL isAutoIncrement( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExc… 56 …virtual sal_Bool SAL_CALL isCaseSensitive( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExc… 57 …virtual sal_Bool SAL_CALL isSearchable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcept… 58 …virtual sal_Bool SAL_CALL isCurrency( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio… 59 …virtual sal_Int32 SAL_CALL isNullable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcepti… 60 …virtual sal_Bool SAL_CALL isSigned( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException,… 65 …virtual sal_Int32 SAL_CALL getPrecision( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcep… 66 …virtual sal_Int32 SAL_CALL getScale( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException… 69 …virtual sal_Int32 SAL_CALL getColumnType( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExce… 71 …virtual sal_Bool SAL_CALL isReadOnly( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio… [all …]
|
/aoo41x/main/connectivity/source/inc/odbc/ |
H A D | OResultSetMetaData.hxx | 58 …sal_Int32 getNumColAttrib(sal_Int32 column,sal_Int32 ident) throw(::com::sun::star::sdbc::SQLExcep… 86 ,sal_Int32 column) 98 …virtual sal_Bool SAL_CALL isAutoIncrement( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExc… 100 …virtual sal_Bool SAL_CALL isSearchable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcept… 101 …virtual sal_Bool SAL_CALL isCurrency( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio… 102 …virtual sal_Int32 SAL_CALL isNullable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcepti… 103 …virtual sal_Bool SAL_CALL isSigned( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException,… 108 …virtual sal_Int32 SAL_CALL getPrecision( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcep… 109 …virtual sal_Int32 SAL_CALL getScale( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException… 114 …virtual sal_Bool SAL_CALL isReadOnly( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio… [all …]
|
/aoo41x/main/connectivity/source/inc/file/ |
H A D | FResultSetMetaData.hxx | 50 …void checkColumnIndex(sal_Int32 column) throw(::com::sun::star::sdbc::SQLException, ::com::sun::st… 62 …virtual sal_Bool SAL_CALL isAutoIncrement( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExc… 63 …virtual sal_Bool SAL_CALL isCaseSensitive( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExc… 64 …virtual sal_Bool SAL_CALL isSearchable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcept… 65 …virtual sal_Bool SAL_CALL isCurrency( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio… 66 …virtual sal_Int32 SAL_CALL isNullable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcepti… 67 …virtual sal_Bool SAL_CALL isSigned( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException,… 72 …virtual sal_Int32 SAL_CALL getPrecision( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcep… 73 …virtual sal_Int32 SAL_CALL getScale( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException… 78 …virtual sal_Bool SAL_CALL isReadOnly( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio… [all …]
|
/aoo41x/main/connectivity/source/drivers/kab/ |
H A D | KResultSetMetaData.hxx | 64 …virtual sal_Bool SAL_CALL isAutoIncrement( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExc… 65 …virtual sal_Bool SAL_CALL isCaseSensitive( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExc… 66 …virtual sal_Bool SAL_CALL isSearchable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcept… 67 …virtual sal_Bool SAL_CALL isCurrency( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio… 68 …virtual sal_Int32 SAL_CALL isNullable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcepti… 69 …virtual sal_Bool SAL_CALL isSigned( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException,… 74 …virtual sal_Int32 SAL_CALL getPrecision( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcep… 75 …virtual sal_Int32 SAL_CALL getScale( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException… 78 …virtual sal_Int32 SAL_CALL getColumnType( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExce… 80 …virtual sal_Bool SAL_CALL isReadOnly( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio… [all …]
|
/aoo41x/main/connectivity/source/inc/ado/ |
H A D | AResultSetMetaData.hxx | 65 …virtual sal_Bool SAL_CALL isAutoIncrement( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExc… 66 …virtual sal_Bool SAL_CALL isCaseSensitive( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExc… 67 …virtual sal_Bool SAL_CALL isSearchable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcept… 68 …virtual sal_Bool SAL_CALL isCurrency( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio… 69 …virtual sal_Int32 SAL_CALL isNullable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcepti… 70 …virtual sal_Bool SAL_CALL isSigned( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException,… 75 …virtual sal_Int32 SAL_CALL getPrecision( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcep… 76 …virtual sal_Int32 SAL_CALL getScale( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException… 79 …virtual sal_Int32 SAL_CALL getColumnType( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExce… 81 …virtual sal_Bool SAL_CALL isReadOnly( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio… [all …]
|
/aoo41x/main/connectivity/source/inc/java/sql/ |
H A D | ResultSetMetaData.hxx | 55 …virtual sal_Bool SAL_CALL isAutoIncrement( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExc… 56 …virtual sal_Bool SAL_CALL isCaseSensitive( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExc… 57 …virtual sal_Bool SAL_CALL isSearchable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcept… 58 …virtual sal_Bool SAL_CALL isCurrency( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio… 59 …virtual sal_Int32 SAL_CALL isNullable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcepti… 60 …virtual sal_Bool SAL_CALL isSigned( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException,… 65 …virtual sal_Int32 SAL_CALL getPrecision( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcep… 66 …virtual sal_Int32 SAL_CALL getScale( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException… 69 …virtual sal_Int32 SAL_CALL getColumnType( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExce… 71 …virtual sal_Bool SAL_CALL isReadOnly( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio… [all …]
|