acquire() | XInterface | protected |
addBatch() | XPreparedBatchExecution | protected |
addEventListener([in] XEventListener xListener) | XComponent | protected |
addPropertyChangeListener([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener xListener) | XPropertySet | |
addVetoableChangeListener([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) | XPropertySet | |
cancel() | XCancellable | protected |
clearBatch() | XPreparedBatchExecution | protected |
clearParameters() | XParameters | |
clearWarnings() | XWarningsSupplier | |
close() | XCloseable | |
com::com::sun::star::beans::XPropertySet | PreparedStatement | |
com::sun::star::sdb::PreparedStatement::com::sun::star::beans::XPropertySet | PreparedStatement | |
com::com::sun::star::lang::XComponent | PreparedStatement | optional |
com::sun::star::sdb::PreparedStatement::com::sun::star::lang::XComponent | PreparedStatement | optional |
com::sun::star::sdb::PreparedStatement | CallableStatement | |
com::sun::star::sdbc::CallableStatement | CallableStatement | |
com::sun::star::sdbc::PreparedStatement | PreparedStatement | |
com::sun::star::sdbcx::XColumnsSupplier | PreparedStatement | |
com::com::sun::star::util::XCancellable | PreparedStatement | optional |
com::sun::star::sdb::PreparedStatement::com::sun::star::util::XCancellable | PreparedStatement | optional |
com::CursorName | PreparedStatement | property |
com::sun::star::sdb::PreparedStatement::CursorName | PreparedStatement | property |
dispose() | XComponent | protected |
execute() | XPreparedStatement | |
executeBatch() | XPreparedBatchExecution | protected |
executeQuery() | XPreparedStatement | |
executeUpdate() | XPreparedStatement | |
com::FetchDirection | PreparedStatement | property |
com::sun::star::sdb::PreparedStatement::FetchDirection | PreparedStatement | property |
com::FetchSize | PreparedStatement | property |
com::sun::star::sdb::PreparedStatement::FetchSize | PreparedStatement | property |
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 | |
getColumns() | XColumnsSupplier | |
getConnection() | XPreparedStatement | |
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 | |
getMoreResults() | XMultipleResults | |
getObject([in]long columnIndex, [in]com::sun::star::container::XNameAccess typeMap) | XRow | |
getPropertySetInfo() | XPropertySet | |
getPropertyValue([in] string PropertyName) | XPropertySet | |
getRef([in]long columnIndex) | XRow | |
getResultSet() | XMultipleResults | |
getShort([in]long columnIndex) | XRow | |
getString([in]long columnIndex) | XRow | |
getTime([in]long columnIndex) | XRow | |
getTimestamp([in]long columnIndex) | XRow | |
getUpdateCount() | XMultipleResults | |
getWarnings() | XWarningsSupplier | |
com::MaxFieldSize | PreparedStatement | property |
com::sun::star::sdb::PreparedStatement::MaxFieldSize | PreparedStatement | property |
com::MaxRows | PreparedStatement | property |
com::sun::star::sdb::PreparedStatement::MaxRows | PreparedStatement | property |
PreparedStatement | CallableStatement | |
queryInterface([in] type aType) | XInterface | protected |
com::QueryTimeOut | PreparedStatement | property |
com::sun::star::sdb::PreparedStatement::QueryTimeOut | PreparedStatement | property |
registerNumericOutParameter([in]long parameterIndex, [in]long sqlType, [in]long scale) | XOutParameters | |
registerOutParameter([in]long parameterIndex, [in]long sqlType, [in]string typeName) | XOutParameters | |
release() | XInterface | protected |
removeEventListener([in] XEventListener aListener) | XComponent | protected |
removePropertyChangeListener([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener aListener) | XPropertySet | |
removeVetoableChangeListener([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) | XPropertySet | |
com::ResultSetConcurrency | PreparedStatement | property |
com::sun::star::sdb::PreparedStatement::ResultSetConcurrency | PreparedStatement | property |
com::ResultSetType | PreparedStatement | property |
com::sun::star::sdb::PreparedStatement::ResultSetType | PreparedStatement | property |
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 | |
wasNull() | XRow | |
com::XCloseable | PreparedStatement | |
com::sun::star::sdb::PreparedStatement::XCloseable | PreparedStatement | |
com::XMultipleResults | PreparedStatement | |
com::sun::star::sdb::PreparedStatement::XMultipleResults | PreparedStatement | |
XOutParameters | CallableStatement | |
com::XParameters | PreparedStatement | |
com::sun::star::sdb::PreparedStatement::XParameters | PreparedStatement | |
com::XPreparedBatchExecution | PreparedStatement | optional |
com::sun::star::sdb::PreparedStatement::XPreparedBatchExecution | PreparedStatement | optional |
com::XPreparedStatement | PreparedStatement | |
com::sun::star::sdb::PreparedStatement::XPreparedStatement | PreparedStatement | |
com::XResultSetMetaDataSupplier | PreparedStatement | |
com::sun::star::sdb::PreparedStatement::XResultSetMetaDataSupplier | PreparedStatement | |
XRow | CallableStatement | |
com::XWarningsSupplier | PreparedStatement | |
com::sun::star::sdb::PreparedStatement::XWarningsSupplier | PreparedStatement | |