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>
102 @param typeMap
136 @param typeMap
167 <code>typeMap</code>
170 <code>typeMap</code>
172 <code>typeMap</code>
188 @param typeMap
207 <code>typeMap</code>
210 <code>typeMap</code>
212 <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/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()
H A DJavaSQLResultSet.java443 public Object getObject(int columnIndex, XNameAccess typeMap) throws SQLException { in getObject() argument
444 if (typeMap.hasElements()) { in getObject()
/trunk/main/connectivity/source/drivers/jdbc/
H A DArray.cxx61 …::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& typeMap ) throw(::com::su… in getArray() argument
67 jobject obj = convertTypeMapToJavaMap(t.pEnv,typeMap); in getArray()
81 …::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& typeMap ) throw(::com::su… in getArrayAtIndex() argument
87 jobject obj = convertTypeMapToJavaMap(t.pEnv,typeMap); in getArrayAtIndex()
101 …::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& typeMap ) throw(::com::su… in getResultSet() argument
107 jobject obj = convertTypeMapToJavaMap(t.pEnv,typeMap); in getResultSet()
124 …::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& typeMap ) throw(::com::su… in getResultSetAtIndex() argument
130 jobject obj = convertTypeMapToJavaMap(t.pEnv,typeMap); in getResultSetAtIndex()
/trunk/main/connectivity/source/inc/java/sql/
H A DArray.hxx51 …::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& typeMap ) throw(::com::su…
52 …::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& typeMap ) throw(::com::su…
53 …::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& typeMap ) throw(::com::su…
54 …::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& typeMap ) throw(::com::su…
/trunk/main/connectivity/source/cpool/
H A DZConnectionWrapper.cxx211 …setTypeMap( const Reference< ::com::sun::star::container::XNameAccess >& typeMap ) throw(SQLExcept… in setTypeMap() argument
217 m_xConnection->setTypeMap(typeMap); in setTypeMap()
H A DZConnectionWrapper.hxx77 …::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& typeMap ) throw(::com::su…
/trunk/main/svx/source/form/
H A Dsdbdatacolumn.cxx170 …Any DataColumn::getObject(const Reference< XNameAccess>& typeMap) throw( SQLException, RuntimeExce… in getObject() argument
172 return m_xColumn->getObject(typeMap); in getObject()
/trunk/main/dbaccess/source/core/api/
H A Dcallablestatement.cxx295 …olumnIndex, const Reference< ::com::sun::star::container::XNameAccess >& typeMap ) throw(SQLExcept… 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) t… in getObject() argument
289 return m_xRow->getObject(m_nPos, typeMap); in getObject()
H A DCacheSet.cxx574 …olumnIndex, const Reference< ::com::sun::star::container::XNameAccess >& typeMap ) throw(SQLExcept… in getObject() argument
577 return m_xDriverRow->getObject(columnIndex,typeMap); in getObject()
H A DPrivateRow.hxx55 …::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& typeMap ) throw (::com::s…
/trunk/main/mysqlc/source/
H A Dmysqlc_connection.cxx599 void SAL_CALL OConnection::setTypeMap(const Reference<XNameAccess >& typeMap) in setTypeMap() argument
606 m_typeMap = typeMap; in setTypeMap()
H A Dmysqlc_connection.hxx207 void SAL_CALL setTypeMap(const my_XNameAccessRef& typeMap)
/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/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.hxx286 const com::sun::star::uno::Reference< com::sun::star::container::XNameAccess >& typeMap ) in getObject()
291 return m_aItems[m_nRow]->getObject( columnIndex,typeMap ); in getObject()
/trunk/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx1345 com::sun::star::container::XNameAccess >& typeMap ) in getObject()
1359 return m_xRowOrigin->getObject( columnIndex, typeMap ); in getObject()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.hxx296 com::sun::star::container::XNameAccess >& typeMap ) in getObject()
301 return m_aItems[m_nRow]->getObject( columnIndex,typeMap ); in getObject()
/trunk/main/dbaccess/source/core/dataaccess/
H A Dconnection.cxx305 void OConnection::setTypeMap(const Reference< XNameAccess > & typeMap) throw( SQLException, Runtime… in setTypeMap() argument
310 m_xMasterConnection->setTypeMap(typeMap); in setTypeMap()
/trunk/main/ucb/source/ucp/file/
H A Dfilrset.hxx343 const com::sun::star::uno::Reference< com::sun::star::container::XNameAccess >& typeMap ) in getObject()
348 return m_aItems[m_nRow]->getObject( columnIndex,typeMap ); in getObject()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNConnection.hxx109 …::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& typeMap ) throw(::com::su…

Completed in 97 milliseconds

123