Home
last modified time | relevance | path

Searched refs:commandType (Results 1 – 10 of 10) sorted by relevance

/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportDataFactory.java79 final int commandType; field in SDBCReportDataFactory.RowSetProperties
87 this.commandType = commandType; in RowSetProperties()
108 if (this.commandType != other.commandType) in equals()
131 hash = 59 * hash + this.commandType; in hashCode()
185 int commandType = CommandType.COMMAND; in queryData() local
191 commandType = CommandType.QUERY; in queryData()
195 commandType = CommandType.TABLE; in queryData()
199 commandType = CommandType.COMMAND; in queryData()
321 final int commandType) in getComposer() argument
329 param[0] = commandType; in getComposer()
[all …]
/trunk/main/dbaccess/source/sdbtools/connection/
H A Dconnectiontools.cxx115 … > SAL_CALL ConnectionTools::getFieldsByCommandDescriptor( ::sal_Int32 commandType, const ::rtl::O… in getFieldsByCommandDescriptor() argument
119 …ccess > xRet = ::dbtools::getFieldsByCommandDescriptor(getConnection(),commandType,command,keepFie… in getFieldsByCommandDescriptor()
125 …lectQueryComposer > SAL_CALL ConnectionTools::getComposer( ::sal_Int32 commandType, const ::rtl::O… in getComposer() argument
128 dbtools::StatementComposer aComposer(getConnection(), command, commandType, sal_True ); in getComposer()
H A Dconnectiontools.hxx90 …iner::XNameAccess > SAL_CALL getFieldsByCommandDescriptor( ::sal_Int32 commandType, const ::rtl::O…
91 …r::sdb::XSingleSelectQueryComposer > SAL_CALL getComposer( ::sal_Int32 commandType, const ::rtl::O…
/trunk/main/dbaccess/source/core/dataaccess/
H A Dconnection.cxx691 …OConnection::prepareCommand( const ::rtl::OUString& command, sal_Int32 commandType ) throw(::com::… in prepareCommand() argument
698 switch (commandType) in prepareCommand()
850 …cess > SAL_CALL OConnection::getFieldsByCommandDescriptor( ::sal_Int32 commandType, const ::rtl::O… in getFieldsByCommandDescriptor() argument
857 return m_xConnectionTools->getFieldsByCommandDescriptor(commandType,command,keepFieldsAlive); in getFieldsByCommandDescriptor()
860 Reference< XSingleSelectQueryComposer > SAL_CALL OConnection::getComposer( ::sal_Int32 commandType,… in getComposer() argument
867 return m_xConnectionTools->getComposer(commandType,command); in getComposer()
H A Dconnection.hxx155 …t > SAL_CALL prepareCommand( const ::rtl::OUString& command, sal_Int32 commandType ) throw(::com::…
203 …iner::XNameAccess > SAL_CALL getFieldsByCommandDescriptor( ::sal_Int32 commandType, const ::rtl::O…
204 …r::sdb::XSingleSelectQueryComposer > SAL_CALL getComposer( ::sal_Int32 commandType, const ::rtl::O…
/trunk/main/offapi/com/sun/star/sdb/tools/
H A DXConnectionTools.idl98 @param commandType
120 ::com::sun::star::container::XNameAccess getFieldsByCommandDescriptor( [in] long commandType,
126 @param commandType
135 …::com::sun::star::sdb::XSingleSelectQueryComposer getComposer([in] long commandType,[in] string co…
/trunk/main/offapi/com/sun/star/sdb/
H A DXCommandPreparation.idl59 @param commandType
67 com::sun::star::sdbc::XPreparedStatement prepareCommand([in]string command, [in] long commandType)
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java156 private void createRowSet(String command, int commandType, boolean execute) in createRowSet() argument
158 createRowSet(command, commandType, execute, false); in createRowSet()
172 …private void createRowSet(String command, int commandType, boolean execute, boolean limitFetchSize) in createRowSet() argument
179 rowSetProperties.setPropertyValue("CommandType", Integer.valueOf(commandType)); in createRowSet()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DPentahoReportJob.java357 …final String commandType = (String) officeReport.getAttribute(OfficeNamespaces.OOREPORT_NS, SDBCRe… in execute() local
360 parameters.put(SDBCReportDataFactory.COMMAND_TYPE, commandType); in execute()
/trunk/main/oox/source/token/
H A Dtokens.txt1265 commandType

Completed in 51 milliseconds