Home
last modified time | relevance | path

Searched refs:typeMap (Results 1 – 25 of 71) sorted by relevance

123

/trunk/main/offapi/com/sun/star/sdbc/
H A DXArray.idl94 <code>typeMap</code>
99 <code>typeMap</code>
102 @param typeMap
105 <code>typeMap</code>
119 sequence<any> getArray([in]com::sun::star::container::XNameAccess typeMap)
136 @param typeMap
139 <code>typeMap</code>
158 typeMap)
167 <code>typeMap</code>
170 <code>typeMap</code>
[all …]
H A DXStruct.idl84 @param typeMap
87 <code>typeMap</code>is
97 sequence<any> getAttributes([in]com::sun::star::container::XNameAccess typeMap)
H A DXRow.idl279 @param typeMap
287 [in]com::sun::star::container::XNameAccess typeMap)
H A DXConnection.idl419 @param typeMap
424 void setTypeMap([in]com::sun::star::container::XNameAccess typeMap)
/trunk/main/connectivity/java/sdbc_jdbc/src/main/java/com/sun/star/comp/sdbc/
H A DJavaSQLArray.java55 public Object[] getArray(XNameAccess typeMap) throws SQLException { in getArray() argument
56 if (typeMap.hasElements()) { in getArray()
66 public Object[] getArrayAtIndex(int index, int count, XNameAccess typeMap) throws SQLException { in getArrayAtIndex() argument
67 if (typeMap.hasElements()) { in getArrayAtIndex()
95 public XResultSet getResultSet(XNameAccess typeMap) throws SQLException { in getResultSet() argument
96 if (typeMap.hasElements()) { in getResultSet()
106 …public XResultSet getResultSetAtIndex(int index, int count, XNameAccess typeMap) throws SQLExcepti… in getResultSetAtIndex() argument
107 if (typeMap.hasElements()) { in getResultSetAtIndex()
H A DJavaSQLCallableStatement.java232 public synchronized Object getObject(int columnIndex, XNameAccess typeMap) throws SQLException { in getObject() argument
234 if (typeMap.hasElements()) { in getObject()
/trunk/main/connectivity/source/drivers/jdbc/
H A DArray.cxx61 …rray( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& typeMap ) in getArray() argument
67 jobject obj = convertTypeMapToJavaMap(t.pEnv,typeMap); in getArray()
81 …ount, const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& typeMap ) in getArrayAtIndex() argument
87 jobject obj = convertTypeMapToJavaMap(t.pEnv,typeMap); in getArrayAtIndex()
101 …tSet( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& typeMap ) in getResultSet() argument
107 jobject obj = convertTypeMapToJavaMap(t.pEnv,typeMap); in getResultSet()
124 …ount, const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& typeMap ) in getResultSetAtIndex() argument
130 jobject obj = convertTypeMapToJavaMap(t.pEnv,typeMap); in getResultSetAtIndex()
/trunk/main/connectivity/source/inc/java/sql/
H A DArray.hxx51 …ray( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& typeMap );
52 …unt, const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& typeMap );
53 …Set( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& typeMap );
54 …unt, const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& typeMap );
/trunk/main/connectivity/source/cpool/
H A DZConnectionWrapper.cxx211 …tionWeakWrapper::setTypeMap( const Reference< ::com::sun::star::container::XNameAccess >& typeMap ) in setTypeMap() argument
217 m_xConnection->setTypeMap(typeMap); in setTypeMap()
H A DZConnectionWrapper.hxx77 …Map( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& typeMap );
/trunk/main/svx/source/form/
H A Dsdbdatacolumn.cxx170 Any DataColumn::getObject(const Reference< XNameAccess>& typeMap) in getObject() argument
172 return m_xColumn->getObject(typeMap); in getObject()
/trunk/main/dbaccess/source/core/api/
H A Dcallablestatement.cxx295 …ject( sal_Int32 columnIndex, const Reference< ::com::sun::star::container::XNameAccess >& typeMap ) in getObject() argument
301 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getObject( columnIndex, typeMap ); in getObject()
H A Ddatacolumn.cxx284 Any ODataColumn::getObject(const Reference< ::com::sun::star::container::XNameAccess > & typeMap) in getObject() argument
289 return m_xRow->getObject(m_nPos, typeMap); in getObject()
H A DCacheSet.cxx574 …ject( sal_Int32 columnIndex, const Reference< ::com::sun::star::container::XNameAccess >& typeMap ) in getObject() argument
577 return m_xDriverRow->getObject(columnIndex,typeMap); in getObject()
H A DPrivateRow.hxx55 …dex, const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& typeMap );
/trunk/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.hxx261 com::sun::star::container::XNameAccess >& typeMap ) in getObject()
264 return m_aItems[m_nRow]->getObject( columnIndex,typeMap ); in getObject()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.hxx251 … const com::sun::star::uno::Reference< com::sun::star::container::XNameAccess >& typeMap ) in getObject()
254 return m_aItems[m_nRow]->getObject( columnIndex,typeMap ); in getObject()
/trunk/main/ucb/source/ucp/file/
H A Dfilrset.hxx307 … const com::sun::star::uno::Reference< com::sun::star::container::XNameAccess >& typeMap ) in getObject()
310 return m_aItems[m_nRow]->getObject( columnIndex,typeMap ); in getObject()
/trunk/main/mysqlc/source/
H A Dmysqlc_connection.cxx581 void SAL_CALL OConnection::setTypeMap(const Reference<XNameAccess >& typeMap) in setTypeMap() argument
587 m_typeMap = typeMap; in setTypeMap()
/trunk/main/offapi/com/sun/star/sdb/
H A DXColumn.idl246 @param typeMap
253 any getObject([in]com::sun::star::container::XNameAccess typeMap)
/trunk/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx1243 com::sun::star::container::XNameAccess >& typeMap ) in getObject()
1255 return m_xRowOrigin->getObject( columnIndex, typeMap ); in getObject()
/trunk/main/dbaccess/source/core/dataaccess/
H A Dconnection.cxx306 void OConnection::setTypeMap(const Reference< XNameAccess > & typeMap) in setTypeMap() argument
311 m_xMasterConnection->setTypeMap(typeMap); in setTypeMap()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabConnection.hxx108 …Map( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& typeMap );
/trunk/main/connectivity/source/inc/ado/
H A DACallableStatement.hxx71 …dex, const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& typeMap );
/trunk/main/connectivity/source/drivers/evoab2/
H A DNConnection.hxx109 …Map( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& typeMap );

123