LibreOffice
LibreOffice 24.2 SDK API Reference
|
This is the complete list of members for RowSet, including all inherited members.
absolute([in] long row) | XResultSet | |
acquire() | XInterface | protected |
addEventListener([in] XEventListener xListener) | XComponent | protected |
addPropertyChangeListener([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener xListener) | XPropertySet | |
addRowSetListener([in]XRowSetListener listener) | XRowSet | |
addVetoableChangeListener([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) | XPropertySet | |
afterLast() | XResultSet | |
beforeFirst() | XResultSet | |
cancelRowUpdates() | XResultSetUpdate | protected |
clearParameters() | XParameters | |
clearWarnings() | XWarningsSupplier | protected |
close() | XCloseable | protected |
com::sun::star::beans::XPropertySet | ResultSet | |
com::sun::star::lang::XComponent | ResultSet | optional |
com::sun::star::sdbc::ResultSet | RowSet | |
Command | RowSet | property |
CursorName | ResultSet | optionalpropertyreadonly |
DataSourceName | RowSet | property |
deleteRow() | XResultSetUpdate | protected |
dispose() | XComponent | protected |
EscapeProcessing | RowSet | property |
execute() | XRowSet | |
FetchDirection | ResultSet | property |
FetchSize | ResultSet | property |
findColumn([in]string columnName) | XColumnLocate | |
first() | XResultSet | |
getArray([in]long columnIndex) | XRow | |
getBinaryStream([in]long columnIndex) | XRow | |
getBlob([in]long columnIndex) | XRow | |
getBoolean([in]long columnIndex) | XRow | |
getByte([in]long columnIndex) | XRow | |
getBytes([in]long columnIndex) | XRow | |
getCharacterStream([in]long columnIndex) | XRow | |
getClob([in]long columnIndex) | XRow | |
getDate([in]long columnIndex) | XRow | |
getDouble([in]long columnIndex) | XRow | |
getFloat([in]long columnIndex) | XRow | |
getInt([in]long columnIndex) | XRow | |
getLong([in]long columnIndex) | XRow | |
getMetaData() | XResultSetMetaDataSupplier | |
getObject([in]long columnIndex, [in]com::sun::star::container::XNameAccess typeMap) | XRow | |
getPropertySetInfo() | XPropertySet | |
getPropertyValue([in] string PropertyName) | XPropertySet | |
getRef([in]long columnIndex) | XRow | |
getRow() | XResultSet | |
getShort([in]long columnIndex) | XRow | |
getStatement() | XResultSet | |
getString([in]long columnIndex) | XRow | |
getTime([in]long columnIndex) | XRow | |
getTimestamp([in]long columnIndex) | XRow | |
getWarnings() | XWarningsSupplier | protected |
insertRow() | XResultSetUpdate | protected |
isAfterLast() | XResultSet | |
isBeforeFirst() | XResultSet | |
isFirst() | XResultSet | |
isLast() | XResultSet | |
last() | XResultSet | |
MaxFieldSize | RowSet | property |
MaxRows | RowSet | property |
moveToCurrentRow() | XResultSetUpdate | protected |
moveToInsertRow() | XResultSetUpdate | protected |
next() | XResultSet | |
Password | RowSet | property |
previous() | XResultSet | |
queryInterface([in] type aType) | XInterface | protected |
QueryTimeOut | RowSet | property |
refreshRow() | XResultSet | |
relative([in]long rows) | XResultSet | |
release() | XInterface | protected |
removeEventListener([in] XEventListener aListener) | XComponent | protected |
removePropertyChangeListener([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener aListener) | XPropertySet | |
removeRowSetListener([in]XRowSetListener listener) | XRowSet | |
removeVetoableChangeListener([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) | XPropertySet | |
ResultSetConcurrency | ResultSet | propertyreadonly |
ResultSetType | RowSet | property |
rowDeleted() | XResultSet | |
rowInserted() | XResultSet | |
rowUpdated() | XResultSet | |
setArray([in]long parameterIndex, [in]XArray x) | XParameters | |
setBinaryStream([in]long parameterIndex, [in]com::sun::star::io::XInputStream x, [in]long length) | XParameters | |
setBlob([in]long parameterIndex, [in]XBlob x) | XParameters | |
setBoolean([in]long parameterIndex, [in]boolean x) | XParameters | |
setByte([in]long parameterIndex, [in]byte x) | XParameters | |
setBytes([in]long parameterIndex, [in]sequence< byte > x) | XParameters | |
setCharacterStream([in]long parameterIndex, [in]com::sun::star::io::XInputStream x, [in]long length) | XParameters | |
setClob([in]long parameterIndex, [in]XClob x) | XParameters | |
setDate([in]long parameterIndex, [in]com::sun::star::util::Date x) | XParameters | |
setDouble([in]long parameterIndex, [in]double x) | XParameters | |
setFloat([in]long parameterIndex, [in]float x) | XParameters | |
setInt([in]long parameterIndex, [in]long x) | XParameters | |
setLong([in]long parameterIndex, [in]hyper x) | XParameters | |
setNull([in]long parameterIndex, [in]long sqlType) | XParameters | |
setObject([in]long parameterIndex, [in]any x) | XParameters | |
setObjectNull([in]long parameterIndex, [in]long sqlType, [in]string typeName) | XParameters | |
setObjectWithInfo([in]long parameterIndex, [in]any x, [in]long targetSqlType, [in]long scale) | XParameters | |
setPropertyValue([in] string aPropertyName, [in] any aValue) | XPropertySet | |
setRef([in]long parameterIndex, [in]XRef x) | XParameters | |
setShort([in]long parameterIndex, [in]short x) | XParameters | |
setString([in]long parameterIndex, [in]string x) | XParameters | |
setTime([in]long parameterIndex, [in]com::sun::star::util::Time x) | XParameters | |
setTimestamp([in]long parameterIndex, [in]com::sun::star::util::DateTime x) | XParameters | |
TransactionIsolation | RowSet | property |
TypeMap | RowSet | property |
updateBinaryStream([in]long columnIndex, [in]com::sun::star::io::XInputStream x, [in]long length) | XRowUpdate | protected |
updateBoolean([in]long columnIndex, [in]boolean x) | XRowUpdate | protected |
updateByte([in]long columnIndex, [in]byte x) | XRowUpdate | protected |
updateBytes([in]long columnIndex, [in]sequence< byte > x) | XRowUpdate | protected |
updateCharacterStream([in]long columnIndex, [in]com::sun::star::io::XInputStream x, [in]long length) | XRowUpdate | protected |
updateDate([in]long columnIndex, [in]com::sun::star::util::Date x) | XRowUpdate | protected |
updateDouble([in]long columnIndex, [in]double x) | XRowUpdate | protected |
updateFloat([in]long columnIndex, [in]float x) | XRowUpdate | protected |
updateInt([in]long columnIndex, [in]long x) | XRowUpdate | protected |
updateLong([in]long columnIndex, [in]hyper x) | XRowUpdate | protected |
updateNull([in]long columnIndex) | XRowUpdate | protected |
updateNumericObject([in]long columnIndex, [in]any x, [in]long scale) | XRowUpdate | protected |
updateObject([in]long columnIndex, [in]any x) | XRowUpdate | protected |
updateRow() | XResultSetUpdate | protected |
updateShort([in]long columnIndex, [in]short x) | XRowUpdate | protected |
updateString([in]long columnIndex, [in]string x) | XRowUpdate | protected |
updateTime([in]long columnIndex, [in]com::sun::star::util::Time x) | XRowUpdate | protected |
updateTimestamp([in]long columnIndex, [in]com::sun::star::util::DateTime x) | XRowUpdate | protected |
URL | RowSet | property |
User | RowSet | property |
wasNull() | XRow | |
XCloseable | ResultSet | optional |
XColumnLocate | RowSet | |
XParameters | RowSet | |
XResultSet | ResultSet | |
XResultSetMetaDataSupplier | ResultSet | |
XResultSetUpdate | ResultSet | optional |
XRow | ResultSet | |
XRowSet | RowSet | |
XRowUpdate | ResultSet | optional |
XWarningsSupplier | ResultSet | optional |