/aoo42x/main/ucbhelper/source/provider/ |
H A D | propertyvalueset.cxx | 109 Reference< XRef > xRef; // getRef 595 Reference< XRef > SAL_CALL PropertyValueSet::getRef( sal_Int32 columnIndex ) in getRef() 598 GETVALUE_IMPL( Reference< XRef >, REF_VALUE_SET, xRef ); in getRef() 790 const Reference< XRef >& rValue ) in appendRef()
|
/aoo42x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XRow.java | 37 import com.sun.star.sdbc.XRef; 453 int col = findColumnOfType(XRef.class) ; in _getRef() 457 XRef getVal = oObj.getRef(col) ; in _getRef()
|
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLRef.java | 25 import com.sun.star.sdbc.XRef; 27 public class JavaSQLRef extends WeakBase implements XRef {
|
H A D | JavaSQLCallableStatement.java | 35 import com.sun.star.sdbc.XRef; 217 public synchronized XRef getRef(int columnIndex) throws SQLException { in getRef()
|
H A D | JavaSQLPreparedStatement.java | 49 import com.sun.star.sdbc.XRef; 357 public void setRef(int index, XRef x) throws SQLException { in setRef()
|
H A D | JavaSQLResultSet.java | 56 import com.sun.star.sdbc.XRef; 429 public XRef getRef(int columnIndex) throws SQLException { in getRef()
|
/aoo42x/main/ucbhelper/inc/ucbhelper/ |
H A D | propertyvalueset.hxx | 167 ::com::sun::star::sdbc::XRef > SAL_CALL 354 …tring& rPropName, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRef >& rValue ); 355 …r* pAsciiPropName, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRef >& rValue ) in appendRef() 359 …::Property& rProp, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRef >& rValue ) in appendRef()
|
/aoo42x/main/forms/qa/org/openoffice/complex/forms/tools/ |
H A D | ResultSet.java | 35 import com.sun.star.sdbc.XRef; 263 XRef getRef( int _colIndex ) throws SQLException in getRef()
|
/aoo42x/main/ucb/source/ucp/file/ |
H A D | filrow.cxx | 358 uno::Reference< sdbc::XRef > SAL_CALL 366 uno::Reference< sdbc::XRef > Value; in getRef() 368 m_nWasNull = ::convert<uno::Reference< sdbc::XRef> >( m_pMyShell, in getRef()
|
H A D | filrset.hxx | 353 virtual com::sun::star::uno::Reference< com::sun::star::sdbc::XRef > SAL_CALL 362 return com::sun::star::uno::Reference< com::sun::star::sdbc::XRef >(); in getRef()
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | PrivateRow.cxx | 118 …Reference< XRef > SAL_CALL OPrivateRow::getRef( ::sal_Int32 columnIndex ) throw (SQLException, Run… in getRef() 121 return Reference< XRef >(m_aRow[m_nPos].makeAny(),UNO_QUERY); in getRef()
|
/aoo42x/main/connectivity/qa/connectivity/tools/ |
H A D | RowSet.java | 36 import com.sun.star.sdbc.XRef; 268 public XRef getRef(int i) throws SQLException in getRef()
|
/aoo42x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | RowSet.java | 33 import com.sun.star.sdbc.XRef; 267 public XRef getRef(int i) throws SQLException in getRef()
|
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlPreparedStatement.java | 44 import com.sun.star.sdbc.XRef; 234 public void setRef(int arg0, XRef arg1) throws SQLException { in setRef()
|
H A D | PostgresqlResultSet.java | 41 import com.sun.star.sdbc.XRef; 233 public XRef getRef(int arg0) throws SQLException { in getRef()
|
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | CustomResultSet.java | 38 import com.sun.star.sdbc.XRef; 297 public synchronized XRef getRef(int columnIndex) throws SQLException { in getRef()
|
H A D | DatabaseMetaDataResultSet.java | 46 import com.sun.star.sdbc.XRef; 319 public synchronized XRef getRef(int columnIndex) throws SQLException { in getRef()
|
/aoo42x/main/offapi/com/sun/star/sdbc/ |
H A D | XSQLInput.idl | 52 published interface XRef; 251 XRef readRef() raises (SQLException);
|
H A D | XSQLOutput.idl | 52 published interface XRef; 261 void writeRef([in]XRef x) raises (SQLException);
|
H A D | XRow.idl | 56 published interface XRef; 299 XRef getRef([in]long columnIndex) raises (SQLException);
|
H A D | XRef.idl | 42 published interface XRef: com::sun::star::uno::XInterface
|
/aoo42x/main/connectivity/source/inc/java/sql/ |
H A D | Ref.hxx | 37 public ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XRef>
|
/aoo42x/main/offapi/com/sun/star/sdb/ |
H A D | XColumn.idl | 55 published interface XRef; 264 com::sun::star::sdbc::XRef getRef() raises (com::sun::star::sdbc::SQLException);
|
/aoo42x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetbase.hxx | 296 virtual com::sun::star::uno::Reference< com::sun::star::sdbc::XRef > SAL_CALL 305 return com::sun::star::uno::Reference< com::sun::star::sdbc::XRef >(); in getRef()
|
/aoo42x/main/ucb/source/ucp/ftp/ |
H A D | ftpresultsetbase.hxx | 307 com::sun::star::sdbc::XRef > SAL_CALL 316 return com::sun::star::uno::Reference< com::sun::star::sdbc::XRef >(); in getRef()
|