Searched refs:_commandType (Results 1 – 6 of 6) sorted by relevance
/trunk/main/connectivity/qa/connectivity/tools/ |
H A D | AbstractDatabase.java | 194 public RowSet createRowSet(final int _commandType, final String _command) in createRowSet() argument 196 return new RowSet(m_orb, getDocumentURL(), _commandType, _command); in createRowSet()
|
H A D | RowSet.java | 52 … public RowSet( XMultiServiceFactory _orb, String _dataSource, int _commandType, String _command ) in RowSet() argument 58 m_rowSetProps.setPropertyValue( "CommandType", new Integer( _commandType ) ); in RowSet()
|
H A D | DatabaseAccess.java | 56 RowSet createRowSet(final int _commandType, final String _command); in createRowSet() argument
|
/trunk/main/odk/examples/DevelopersGuide/Forms/ |
H A D | HsqlDatabase.java | 242 public RowSet createRowSet( int _commandType, String _command ) in createRowSet() argument 244 return new RowSet( m_context, getDocumentURL(), _commandType, _command ); in createRowSet()
|
H A D | RowSet.java | 50 … public RowSet( XComponentContext _context, String _dataSource, int _commandType, String _command ) in RowSet() argument 57 m_rowSetProps.setPropertyValue( "CommandType", new Integer( _commandType ) ); in RowSet()
|
/trunk/main/wizards/com/sun/star/wizards/db/ |
H A D | CommandMetaData.java | 372 public void setCommandType(int _commandType) in setCommandType() argument 374 CommandType = _commandType; in setCommandType()
|
Completed in 22 milliseconds