Home
last modified time | relevance | path

Searched refs:_commandType (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/connectivity/qa/connectivity/tools/
H A DAbstractDatabase.java194 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 DRowSet.java52 … 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 DDatabaseAccess.java56 RowSet createRowSet(final int _commandType, final String _command); in createRowSet() argument
/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DHsqlDatabase.java242 public RowSet createRowSet( int _commandType, String _command ) in createRowSet() argument
244 return new RowSet( m_context, getDocumentURL(), _commandType, _command ); in createRowSet()
H A DRowSet.java50 … public RowSet( XComponentContext _context, String _dataSource, int _commandType, String _command ) in RowSet() argument
57 m_rowSetProps.setPropertyValue( "CommandType", new Integer( _commandType ) ); in RowSet()
/aoo4110/main/wizards/com/sun/star/wizards/db/
H A DCommandMetaData.java372 public void setCommandType(int _commandType) in setCommandType() argument
374 CommandType = _commandType; in setCommandType()

Completed in 34 milliseconds