Home
last modified time | relevance | path

Searched refs:createRowSet (Results 1 – 9 of 9) sorted by relevance

/trunk/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java143 createRowSet("TEST1", CommandType.TABLE, true, true); in createTestCase()
156 private void createRowSet(String command, int commandType, boolean execute) in createRowSet() method in RowSet
158 createRowSet(command, commandType, execute, false); in createRowSet()
172 …private void createRowSet(String command, int commandType, boolean execute, boolean limitFetchSize) in createRowSet() method in RowSet
851 createRowSet("products", CommandType.TABLE, false); in testTableParameters()
869 createRowSet("SELECT * FROM \"customers\"", CommandType.COMMAND, true); in testParametersAfterNormalExecute()
915 createRowSet("products like", CommandType.QUERY, false); in testParametrizedQuery()
932 createRowSet("products like", CommandType.QUERY, false); in testParametersInteraction()
970 createRowSet("SELECT * FROM \"customers\"", CommandType.COMMAND, false); in testParametersInFilter()
H A DQueryInQuery.java64 …final RowSet outerRowSet = m_database.getDatabase().createRowSet( _outerCommandType, _outerCommand… in verifyEqualRowSetContent()
67 …final RowSet innerRowSet = m_database.getDatabase().createRowSet( _innerCommandType, _innerCommand… in verifyEqualRowSetContent()
158 …final RowSet rowSet = m_database.getDatabase().createRowSet( CommandType.QUERY, "orders level 0" ); in checkCyclicReferences()
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportDataFactory.java207 final Object[] p = createRowSet(rowSetProps, parameters); in queryData()
379 private final Object[] createRowSet(final RowSetProperties rowSetProps, final Map parameters) in createRowSet() method in SDBCReportDataFactory
/trunk/main/connectivity/qa/connectivity/tools/
H A DDatabaseAccess.java56 RowSet createRowSet(final int _commandType, final String _command); in createRowSet() method
H A DAbstractDatabase.java194 public RowSet createRowSet(final int _commandType, final String _command) in createRowSet() method in AbstractDatabase
/trunk/main/connectivity/qa/complex/connectivity/
H A DFlatFileAccess.java236 rowSet = m_database.createRowSet( CommandType.COMMAND, i_command ); in testRowSetResults()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DHsqlDatabase.java242 public RowSet createRowSet( int _commandType, String _command ) in createRowSet() method in HsqlDatabase
/trunk/main/dbaccess/source/ui/inc/
H A DDExport.hxx125 sal_Bool createRowSet();
/trunk/main/dbaccess/source/ui/misc/
H A DDExport.cxx699 sal_Bool ODatabaseExport::createRowSet() in createRowSet() function in ODatabaseExport
760 bError = !createRowSet(); in executeWizard()

Completed in 46 milliseconds