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::sun::star::beans::XPropertySet | PreparedStatement | |
com::sun::star::lang::XComponent | PreparedStatement | optional |
com::sun::star::sdbc::PreparedStatement | PreparedStatement | |
com::sun::star::sdbcx::XColumnsSupplier | PreparedStatement | |
com::sun::star::util::XCancellable | PreparedStatement | optional |
CursorName | PreparedStatement | property |
dispose() | XComponent | protected |
execute() | XPreparedStatement | |
executeBatch() | XPreparedBatchExecution | protected |
executeQuery() | XPreparedStatement | |
executeUpdate() | XPreparedStatement | |
FetchDirection | PreparedStatement | property |
FetchSize | PreparedStatement | property |
getColumns() | XColumnsSupplier | |
getConnection() | XPreparedStatement | |
getMetaData() | XResultSetMetaDataSupplier | |
getMoreResults() | XMultipleResults | |
getPropertySetInfo() | XPropertySet | |
getPropertyValue([in] string PropertyName) | XPropertySet | |
getResultSet() | XMultipleResults | |
getUpdateCount() | XMultipleResults | |
getWarnings() | XWarningsSupplier | |
MaxFieldSize | PreparedStatement | property |
MaxRows | PreparedStatement | property |
queryInterface([in] type aType) | XInterface | protected |
QueryTimeOut | PreparedStatement | property |
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 | |
ResultSetConcurrency | PreparedStatement | property |
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 | |
XCloseable | PreparedStatement | |
XMultipleResults | PreparedStatement | |
XParameters | PreparedStatement | |
XPreparedBatchExecution | PreparedStatement | optional |
XPreparedStatement | PreparedStatement | |
XResultSetMetaDataSupplier | PreparedStatement | |
XWarningsSupplier | PreparedStatement | |