Home
last modified time | relevance | path

Searched refs:m_row (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java50 private final XRow m_row; field in ResultSet
169 return m_row.wasNull(); in wasNull()
187 return m_row.getByte( _colIndex ); in getByte()
193 return m_row.getShort( _colIndex ); in getShort()
199 return m_row.getInt( _colIndex ); in getInt()
205 return m_row.getLong( _colIndex ); in getLong()
229 return m_row.getDate( _colIndex ); in getDate()
235 return m_row.getTime( _colIndex ); in getTime()
265 return m_row.getRef( _colIndex ); in getRef()
271 return m_row.getBlob( _colIndex ); in getBlob()
[all …]
/aoo41x/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java189 return m_row.wasNull(); in wasNull()
204 return m_row.getByte(i); in getByte()
209 return m_row.getShort(i); in getShort()
214 return m_row.getInt(i); in getInt()
219 return m_row.getLong(i); in getLong()
224 return m_row.getFloat(i); in getFloat()
239 return m_row.getDate(i); in getDate()
244 return m_row.getTime(i); in getTime()
269 return m_row.getRef(i); in getRef()
274 return m_row.getBlob(i); in getBlob()
[all …]
/aoo41x/main/connectivity/qa/connectivity/tools/
H A DRowSet.java190 return m_row.wasNull(); in wasNull()
205 return m_row.getByte(i); in getByte()
210 return m_row.getShort(i); in getShort()
215 return m_row.getInt(i); in getInt()
220 return m_row.getLong(i); in getLong()
225 return m_row.getFloat(i); in getFloat()
240 return m_row.getDate(i); in getDate()
245 return m_row.getTime(i); in getTime()
270 return m_row.getRef(i); in getRef()
275 return m_row.getBlob(i); in getBlob()
[all …]
/aoo41x/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java72 XRow m_row; field in RowSet
82 XRow m_row; field in RowSet.ResultSetMovementStress
88 m_row = UnoRuntime.queryInterface( XRow.class, m_resultSet ); in ResultSetMovementStress()
102 testPosition(m_resultSet, m_row, i + 1, "clone move(" + m_id + ")"); in run()
188 m_row = UnoRuntime.queryInterface( XRow.class, m_rowSet ); in createRowSet()
214 testSequentialPositining(m_resultSet, m_row); in testRowSet()
217 testAbsolutePositioning(m_resultSet, m_row); in testRowSet()
257 final int val = m_row.getInt(1); in testPosition()
434 updRow.updateString(2, m_row.getString(2)); in testRowSetEvents()
825 final int rowValue1 = m_row.getInt(1); in testCloneMovesPlusInsertions()
[all …]

Completed in 30 milliseconds