/trunk/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()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/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()
|
/trunk/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()
|
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLArray.java | 32 import com.sun.star.sdbc.XArray; 36 public class JavaSQLArray extends ComponentBase implements XArray {
|
H A D | JavaSQLCallableStatement.java | 31 import com.sun.star.sdbc.XArray; 172 public synchronized XArray getArray(int columnIndex) throws SQLException { in getArray()
|
H A D | JavaSQLPreparedStatement.java | 42 import com.sun.star.sdbc.XArray; 157 public synchronized void setArray(int index, XArray x) throws SQLException { in setArray()
|
H A D | JavaSQLResultSet.java | 51 import com.sun.star.sdbc.XArray; 387 public XArray getArray(int columnIndex) throws SQLException { in getArray()
|
/trunk/main/forms/qa/integration/complex/forms/tools/ |
H A D | ResultSet.java | 32 import com.sun.star.sdbc.XArray; 281 XArray getArray( int _colIndex ) throws SQLException in getArray()
|
/trunk/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()
|
/trunk/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()
|
/trunk/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()
|
/trunk/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()
|
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlPreparedStatement.java | 35 import com.sun.star.sdbc.XArray; 166 public void setArray(int arg0, XArray arg1) throws SQLException { in setArray()
|
H A D | PostgresqlResultSet.java | 36 import com.sun.star.sdbc.XArray; 177 public XArray getArray(int arg0) throws SQLException { in getArray()
|
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | CustomResultSet.java | 33 import com.sun.star.sdbc.XArray; 218 public synchronized XArray getArray(int columnIndex) throws SQLException { in getArray()
|
H A D | DatabaseMetaDataResultSet.java | 41 import com.sun.star.sdbc.XArray; 240 public synchronized XArray getArray(int columnIndex) throws SQLException { in getArray()
|
/trunk/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 | XRow.idl | 57 published interface XArray; 336 XArray getArray([in]long columnIndex) raises (SQLException);
|
/trunk/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);
|
/trunk/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()
|
/trunk/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()
|
/trunk/main/connectivity/source/inc/java/sql/ |
H A D | Array.hxx | 37 … public ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XArray>
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | ACallableStatement.cxx | 193 Reference< XArray > SAL_CALL OCallableStatement::getArray( sal_Int32 /*columnIndex*/ ) throw(SQLExc… in getArray()
|