LibreOffice Module connectivity (master) 1
|
Classes | |
class | ADOS |
class | OAdoColumn |
class | OAdoGroup |
class | OAdoIndex |
class | OAdoKey |
class | OAdoTable |
class | OAdoUser |
class | OAdoView |
class | OCallableStatement |
class | OCatalog |
class | OColumns |
class | OConnection |
class | ODatabaseMetaData |
class | ODatabaseMetaDataResultSet |
class | ODatabaseMetaDataResultSetMetaData |
class | ODriver |
struct | OExtendedTypeInfo |
class | OGroups |
class | OIndexes |
class | OKeys |
class | OLEVariant |
class | OPreparedStatement |
class | OResultSet |
class | OResultSetMetaData |
class | OStatement |
class | OStatement_Base |
class | OTables |
class | OTools |
class | OUserExtend |
class | OUsers |
class | OViews |
class | WpADOCatalog |
class | WpADOColumn |
class | WpADOCommand |
class | WpADOConnection |
class | WpADOError |
class | WpADOField |
class | WpADOGroup |
class | WpADOIndex |
class | WpADOKey |
class | WpADOParameter |
class | WpADOProperty |
class | WpADORecordset |
class | WpADOTable |
class | WpADOUser |
class | WpADOView |
class | WpOLEAppendCollection |
class | WpOLEBase |
class | WpOLECollection |
Typedefs | |
typedef sdbcx::OColumn | OColumn_ADO |
typedef std::multimap< DataTypeEnum, OExtendedTypeInfo * > | OTypeInfoMap |
typedef connectivity::OMetaConnection | OConnection_BASE |
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XResultSet, css::sdbc::XRow, css::sdbc::XResultSetMetaDataSupplier, css::util::XCancellable, css::sdbc::XWarningsSupplier, css::sdbc::XCloseable, css::sdbc::XColumnLocate > | ODatabaseMetaDataResultSet_BASE |
typedef ::cppu::WeakImplHelper< css::sdbc::XResultSetMetaData > | ODatabaseMetaResultSetMetaData_BASE |
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XDriver, css::sdbcx::XDataDefinitionSupplier, css::lang::XServiceInfo > | ODriver_BASE |
typedef sdbcx::OGroup | OGroup_ADO |
typedef sdbcx::OKey | OKey_ADO |
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XResultSet, css::sdbc::XRow, css::sdbc::XResultSetMetaDataSupplier, css::util::XCancellable, css::sdbc::XWarningsSupplier, css::sdbc::XResultSetUpdate, css::sdbc::XRowUpdate, css::sdbc::XCloseable, css::sdbc::XColumnLocate, css::sdbcx::XRowLocate, css::sdbcx::XDeleteRows, css::lang::XServiceInfo > | OResultSet_BASE |
typedef ::cppu::WeakImplHelper< css::sdbc::XResultSetMetaData > | OResultSetMetaData_BASE |
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XStatement, css::sdbc::XWarningsSupplier, css::util::XCancellable, css::sdbc::XCloseable, css::sdbc::XMultipleResults > | OStatement_BASE |
typedef connectivity::sdbcx::OTable | OTable_TYPEDEF |
typedef connectivity::sdbcx::OTableDescriptor_BASE | OTableDescriptor_BASE_TYPEDEF |
typedef connectivity::sdbcx::OUser | OUser_TYPEDEF |
typedef connectivity::sdbcx::OUser_BASE | OUser_BASE_TYPEDEF |
typedef ::comphelper::OPropertyArrayUsageHelper< OUserExtend > | OUserExtend_PROP |
typedef sdbcx::OView | OView_ADO |
typedef WpOLEAppendCollection< ADOFields, WpADOField > | WpADOFields |
typedef WpOLECollection< ADOProperties, WpADOProperty > | WpADOProperties |
typedef WpOLEAppendCollection< ADOTables, WpADOTable > | WpADOTables |
typedef WpOLEAppendCollection< ADOKeys, WpADOKey > | WpADOKeys |
typedef WpOLEAppendCollection< ADOIndexes, WpADOIndex > | WpADOIndexes |
typedef WpOLEAppendCollection< ADOColumns, WpADOColumn > | WpADOColumns |
typedef WpOLEAppendCollection< ADOGroups, WpADOGroup > | WpADOGroups |
typedef WpOLEAppendCollection< ADOViews, WpADOView > | WpADOViews |
typedef WpOLEAppendCollection< ADOUsers, WpADOUser > | WpADOUsers |
Definition at line 28 of file AColumn.hxx.
Definition at line 45 of file AConnection.hxx.
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XResultSet, css::sdbc::XRow, css::sdbc::XResultSetMetaDataSupplier, css::util::XCancellable, css::sdbc::XWarningsSupplier, css::sdbc::XCloseable, css::sdbc::XColumnLocate> connectivity::ado::ODatabaseMetaDataResultSet_BASE |
Definition at line 47 of file ADatabaseMetaDataResultSet.hxx.
typedef ::cppu::WeakImplHelper< css::sdbc::XResultSetMetaData> connectivity::ado::ODatabaseMetaResultSetMetaData_BASE |
Definition at line 34 of file ADatabaseMetaDataResultSetMetaData.hxx.
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XDriver, css::sdbcx::XDataDefinitionSupplier, css::lang::XServiceInfo > connectivity::ado::ODriver_BASE |
Definition at line 35 of file ADriver.hxx.
Definition at line 27 of file AGroup.hxx.
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XResultSet, css::sdbc::XRow, css::sdbc::XResultSetMetaDataSupplier, css::util::XCancellable, css::sdbc::XWarningsSupplier, css::sdbc::XResultSetUpdate, css::sdbc::XRowUpdate, css::sdbc::XCloseable, css::sdbc::XColumnLocate, css::sdbcx::XRowLocate, css::sdbcx::XDeleteRows, css::lang::XServiceInfo> connectivity::ado::OResultSet_BASE |
Definition at line 55 of file AResultSet.hxx.
typedef ::cppu::WeakImplHelper<css::sdbc::XResultSetMetaData> connectivity::ado::OResultSetMetaData_BASE |
Definition at line 35 of file AResultSetMetaData.hxx.
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XStatement, css::sdbc::XWarningsSupplier, css::util::XCancellable, css::sdbc::XCloseable, css::sdbc::XMultipleResults> connectivity::ado::OStatement_BASE |
Definition at line 44 of file AStatement.hxx.
Definition at line 28 of file ATable.hxx.
Definition at line 29 of file ATable.hxx.
typedef std::multimap<DataTypeEnum, OExtendedTypeInfo*> connectivity::ado::OTypeInfoMap |
Definition at line 44 of file AConnection.hxx.
typedef WpOLEAppendCollection<ADOColumns, WpADOColumn> connectivity::ado::WpADOColumns |
Definition at line 35 of file WrapTypeDefs.hxx.
typedef WpOLEAppendCollection< ADOFields, WpADOField> connectivity::ado::WpADOFields |
Definition at line 45 of file Awrapado.hxx.
typedef WpOLEAppendCollection<ADOGroups, WpADOGroup> connectivity::ado::WpADOGroups |
Definition at line 36 of file WrapTypeDefs.hxx.
typedef WpOLEAppendCollection<ADOIndexes, WpADOIndex> connectivity::ado::WpADOIndexes |
Definition at line 34 of file WrapTypeDefs.hxx.
typedef WpOLEAppendCollection<ADOKeys, WpADOKey> connectivity::ado::WpADOKeys |
Definition at line 33 of file WrapTypeDefs.hxx.
typedef WpOLECollection< ADOProperties, WpADOProperty> connectivity::ado::WpADOProperties |
Definition at line 46 of file Awrapado.hxx.
typedef WpOLEAppendCollection< ADOTables, WpADOTable > connectivity::ado::WpADOTables |
Definition at line 54 of file WrapTable.hxx.
typedef WpOLEAppendCollection<ADOUsers, WpADOUser> connectivity::ado::WpADOUsers |
Definition at line 38 of file WrapTypeDefs.hxx.
typedef WpOLEAppendCollection<ADOViews, WpADOView> connectivity::ado::WpADOViews |
Definition at line 37 of file WrapTypeDefs.hxx.