/aoo41x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XRow.java | 34 import com.sun.star.sdbc.XArray; 513 int col = findColumnOfType(XArray.class) ; in _getArray() 517 XArray getVal = oObj.getArray(col) ; in _getArray()
|
/aoo41x/main/ucbhelper/source/provider/ |
H A D | propertyvalueset.cxx | 112 Reference< XArray > xArray; // getArray 619 Reference< XArray > SAL_CALL PropertyValueSet::getArray( sal_Int32 columnIndex ) in getArray() 622 GETVALUE_IMPL( Reference< XArray >, ARRAY_VALUE_SET, xArray ); in getArray() 811 const Reference< XArray >& rValue ) in appendArray()
|
/aoo41x/main/ucbhelper/inc/ucbhelper/ |
H A D | propertyvalueset.hxx | 182 ::com::sun::star::sdbc::XArray > SAL_CALL 384 …ing& rPropName, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XArray >& rValue ); 385 … pAsciiPropName, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XArray >& rValue ) in appendArray() 389 …Property& rProp, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XArray >& rValue ) in appendArray()
|
/aoo41x/main/forms/qa/org/openoffice/complex/forms/tools/ |
H A D | ResultSet.java | 32 import com.sun.star.sdbc.XArray; 281 XArray getArray( int _colIndex ) throws SQLException in getArray()
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | PrivateRow.cxx | 133 …Reference< XArray > SAL_CALL OPrivateRow::getArray( ::sal_Int32 columnIndex ) throw (SQLException,… in getArray() 136 return Reference< XArray >(m_aRow[m_nPos].makeAny(),UNO_QUERY); in getArray()
|
H A D | PrivateRow.hxx | 59 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XArray > SAL_CALL getArray( ::sa…
|
/aoo41x/main/ucb/source/ucp/file/ |
H A D | filrow.cxx | 410 uno::Reference< sdbc::XArray > SAL_CALL 418 uno::Reference< sdbc::XArray > Value; in getArray() 420 m_nWasNull = ::convert<uno::Reference< sdbc::XArray> >( m_pMyShell, in getArray()
|
H A D | filrset.hxx | 389 virtual com::sun::star::uno::Reference< com::sun::star::sdbc::XArray > SAL_CALL 398 return com::sun::star::uno::Reference< com::sun::star::sdbc::XArray >(); in getArray()
|
H A D | filrow.hxx | 183 virtual com::sun::star::uno::Reference< com::sun::star::sdbc::XArray > SAL_CALL
|
/aoo41x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | RowSet.java | 30 import com.sun.star.sdbc.XArray; 282 public XArray getArray(int i) throws SQLException in getArray()
|
/aoo41x/main/connectivity/qa/connectivity/tools/ |
H A D | RowSet.java | 33 import com.sun.star.sdbc.XArray; 283 public XArray getArray(int i) throws SQLException in getArray()
|
/aoo41x/main/offapi/com/sun/star/sdbc/ |
H A D | XSQLInput.idl | 53 published interface XArray; 278 XArray readArray() raises (SQLException);
|
H A D | XSQLOutput.idl | 53 published interface XArray; 297 void writeArray([in]XArray x) raises (SQLException);
|
H A D | makefile.mk | 73 XArray.idl \
|
H A D | XRow.idl | 57 published interface XArray; 336 XArray getArray([in]long columnIndex) raises (SQLException);
|
/aoo41x/main/offapi/com/sun/star/sdb/ |
H A D | XColumn.idl | 56 published interface XArray; 291 com::sun::star::sdbc::XArray getArray() raises (com::sun::star::sdbc::SQLException);
|
/aoo41x/main/connectivity/source/inc/java/sql/ |
H A D | Array.hxx | 37 … public ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XArray>
|
H A D | CallableStatement.hxx | 80 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XArray > SAL_CALL getArray( sal_…
|
/aoo41x/main/ucb/source/ucp/ftp/ |
H A D | ftpresultsetbase.hxx | 347 com::sun::star::sdbc::XArray > SAL_CALL 357 com::sun::star::sdbc::XArray >(); in getArray()
|
/aoo41x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetbase.hxx | 332 virtual com::sun::star::uno::Reference< com::sun::star::sdbc::XArray > SAL_CALL 341 return com::sun::star::uno::Reference< com::sun::star::sdbc::XArray >(); in getArray()
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | ACallableStatement.cxx | 193 Reference< XArray > SAL_CALL OCallableStatement::getArray( sal_Int32 /*columnIndex*/ ) throw(SQLExc… in getArray()
|
/aoo41x/main/mysqlc/source/ |
H A D | mysqlc_preparedstatement.hxx | 159 void SAL_CALL setArray(sal_Int32 parameter, const Reference< ::com::sun::star::sdbc::XArray >& x)
|
/aoo41x/main/connectivity/source/inc/ado/ |
H A D | ACallableStatement.hxx | 75 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XArray > SAL_CALL getArray( sal_…
|
/aoo41x/main/svx/source/form/ |
H A D | sdbdatacolumn.cxx | 190 Reference< XArray> DataColumn::getArray() throw( SQLException, RuntimeException ) in getArray()
|
/aoo41x/main/connectivity/source/drivers/evoab2/ |
H A D | NPreparedStatement.cxx | 251 …paredStatement::setArray( sal_Int32 /*parameterIndex*/, const Reference< XArray >& /*x*/ ) throw(S… in setArray() argument
|