Searched defs:commandType (Results  1 – 5 of 5) sorted by relevance
| /trunk/main/reportbuilder/java/com/sun/star/report/ | 
| H A D | SDBCReportDataFactory.java | 79         final int commandType;  field in SDBCReportDataFactory.RowSetProperties84 …public RowSetProperties(final Boolean escapeProcessing, final int commandType, final String comman…  in RowSetProperties()
 185             int commandType = CommandType.COMMAND;  in queryData()  local
 238 …private String getOrderStatement(final int commandType, final String command, final List groupExpr…  in getOrderStatement()
 300 …private XNameAccess getFieldsByCommandDescriptor(final int commandType, final String command, fina…  in getFieldsByCommandDescriptor()
 321             final int commandType)  in getComposer()
 532             final int commandType, final Map parameters,  in fillOrderStatement()
 
 | 
| /trunk/main/dbaccess/source/sdbtools/connection/ | 
| H A D | connectiontools.cxx | 115 …Access > SAL_CALL ConnectionTools::getFieldsByCommandDescriptor( ::sal_Int32 commandType, const ::…  in getFieldsByCommandDescriptor()125 …ngleSelectQueryComposer > SAL_CALL ConnectionTools::getComposer( ::sal_Int32 commandType, const ::…  in getComposer()
 
 | 
| /trunk/main/dbaccess/source/core/dataaccess/ | 
| H A D | connection.cxx | 691 …CALL OConnection::prepareCommand( const ::rtl::OUString& command, sal_Int32 commandType ) throw(::…  in prepareCommand()850 …NameAccess > SAL_CALL OConnection::getFieldsByCommandDescriptor( ::sal_Int32 commandType, const ::…  in getFieldsByCommandDescriptor()
 860 Reference< XSingleSelectQueryComposer > SAL_CALL OConnection::getComposer( ::sal_Int32 commandType,…  in getComposer()
 
 | 
| /trunk/main/dbaccess/qa/complex/dbaccess/ | 
| H A D | RowSet.java | 156     private void createRowSet(String command, int commandType, boolean execute)  in createRowSet()172 …private void createRowSet(String command, int commandType, boolean execute, boolean limitFetchSize)  in createRowSet()
 
 | 
| /trunk/main/reportbuilder/java/com/sun/star/report/pentaho/ | 
| H A D | PentahoReportJob.java | 357 …final String commandType = (String) officeReport.getAttribute(OfficeNamespaces.OOREPORT_NS, SDBCRe…  in execute()  local
 | 
        Completed in 135 milliseconds