Home
last modified time | relevance | path

Searched refs:m_xRow (Results 1 – 10 of 10) sorted by relevance

/trunk/main/dbaccess/source/core/api/
H A Ddatacolumn.cxx74 ,m_xRow(_xRow) in DBG_NAME()
146 m_xRow = NULL; in disposing()
157 return m_xRow->wasNull(); in wasNull()
184 return m_xRow->getByte(m_nPos); in getByte()
202 return m_xRow->getInt(m_nPos); in getInt()
211 return m_xRow->getLong(m_nPos); in getLong()
245 return m_xRow->getDate(m_nPos); in getDate()
254 return m_xRow->getTime(m_nPos); in getTime()
298 return m_xRow->getRef(m_nPos); in getRef()
307 return m_xRow->getBlob(m_nPos); in getBlob()
[all …]
H A DKeySet.cxx1218 m_xRow = NULL; in beforeFirst()
1228 m_xRow = NULL; in afterLast()
1356 m_xRow = NULL; in refreshRow()
1413 m_xRow.set(m_xSet,UNO_QUERY); in refreshRow()
1465 return m_xRow->wasNull(); in wasNull()
1486 return m_xRow->getByte(columnIndex); in getByte()
1500 return m_xRow->getInt(columnIndex); in getInt()
1507 return m_xRow->getLong(columnIndex); in getLong()
1535 return m_xRow->getDate(columnIndex); in getDate()
1542 return m_xRow->getTime(columnIndex); in getTime()
[all …]
H A Ddatacolumn.hxx55 ::com::sun::star::uno::Reference < ::com::sun::star::sdbc::XRow > m_xRow;
H A DKeySet.hxx108 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow> m_xRow;
/trunk/main/dbaccess/source/ui/misc/
H A DRowSetDrop.cxx190 aValue <<= m_xRow->getLong(*aIter); in insertNewRow()
193 aValue <<= m_xRow->getFloat(*aIter); in insertNewRow()
202 aValue <<= m_xRow->getBytes(*aIter); in insertNewRow()
205 aValue <<= m_xRow->getDate(*aIter); in insertNewRow()
208 aValue <<= m_xRow->getTime(*aIter); in insertNewRow()
218 aValue <<= m_xRow->getByte(*aIter); in insertNewRow()
221 aValue <<= m_xRow->getShort(*aIter); in insertNewRow()
224 aValue <<= m_xRow->getInt(*aIter); in insertNewRow()
234 aValue <<= m_xRow->getBlob(*aIter); in insertNewRow()
237 aValue <<= m_xRow->getClob(*aIter); in insertNewRow()
[all …]
H A DTokenWriter.cxx181 ::comphelper::disposeComponent(m_xRow); in dispose()
186 m_xRow.clear(); in dispose()
344 m_xRow = NULL; in initialize()
386 if ( !m_xRow.is() && m_xResultSet.is() ) in impl_initializeRowMember_throw()
388 m_xRow.set( m_xResultSet, UNO_QUERY ); in impl_initializeRowMember_throw()
390 m_xResultSetMetaData = Reference<XResultSetMetaDataSupplier>(m_xRow,UNO_QUERY)->getMetaData(); in impl_initializeRowMember_throw()
581 Reference< XRowSet > xRowSet(m_xRow,UNO_QUERY); in Write()
648 Reference< XRowSet > xRowSet(m_xRow,UNO_QUERY); in appendRow()
973 Reference< XRowSet > xRowSet(m_xRow,UNO_QUERY); in WriteTables()
/trunk/main/connectivity/source/commontools/
H A DTPrivilegesResultSet.cxx59 m_xRow = Reference< XRow>(m_xTables,UNO_QUERY); in OResultSetPrivileges()
102 if ( m_xRow.is() && m_bResetValues ) in getValue()
104 (*m_aRowsIter)[1] = new ORowSetValueDecorator(m_xRow->getString(1)); in getValue()
105 if ( m_xRow->wasNull() ) in getValue()
107 (*m_aRowsIter)[2] = new ORowSetValueDecorator(m_xRow->getString(2)); in getValue()
108 if ( m_xRow->wasNull() ) in getValue()
110 (*m_aRowsIter)[3] = new ORowSetValueDecorator(m_xRow->getString(3)); in getValue()
111 if ( m_xRow->wasNull() ) in getValue()
124 m_xRow.clear(); in disposing()
H A DFValue.cxx2038 :m_xRow( _xRow ) in RowValue()
2046 …virtual sal_Int8 getByte() const { return m_xRow->getByte( m_nPos )… in getByte()
2047 …virtual sal_Int16 getShort() const { return m_xRow->getShort( m_nPos … in getShort()
2048 …virtual sal_Int32 getInt() const { return m_xRow->getInt( m_nPos );… in getInt()
2049 …virtual sal_Int64 getLong() const { return m_xRow->getLong( m_nPos )… in getLong()
2052 …virtual Date getDate() const { return m_xRow->getDate( m_nPos )… in getDate()
2058 virtual Reference< XBlob > getBlob() const { return m_xRow->getBlob( m_nPos ); }; in getBlob()
2059 virtual Reference< XClob > getClob() const { return m_xRow->getClob( m_nPos ); }; in getClob()
2060 virtual Any getObject() const { return m_xRow->getObject( m_nPos ,NULL); }; in getObject()
2061 … virtual sal_Bool wasNull() const { return m_xRow->wasNull( ); }; in wasNull()
[all …]
/trunk/main/connectivity/source/inc/
H A DTPrivilegesResultSet.hxx36 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow> m_xRow;
/trunk/main/dbaccess/source/ui/inc/
H A DTokenWriter.hxx74 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow > m_xRow;

Completed in 52 milliseconds