Home
last modified time | relevance | path

Searched refs:sdbc (Results 1 – 25 of 1390) sorted by relevance

12345678910>>...56

/AOO41X/main/mysqlc/source/
H A Dmysqlc_types.cxx28 using namespace com::sun::star::sdbc;
35 com::sun::star::sdbc::DataType::BIT, // sdbc-type
40 com::sun::star::sdbc::ColumnValue::NULLABLE, // nullable
42 com::sun::star::sdbc::ColumnSearch::FULL, // searchable
57 com::sun::star::sdbc::DataType::BIT, // sdbc-type
62 com::sun::star::sdbc::ColumnValue::NULLABLE, // nullable
64 com::sun::star::sdbc::ColumnSearch::FULL, // searchable
79 com::sun::star::sdbc::DataType::TINYINT, // sdbc-type
84 com::sun::star::sdbc::ColumnValue::NULLABLE, // nullable
86 com::sun::star::sdbc::ColumnSearch::FULL, // searchable
[all …]
/AOO41X/main/qadevOOo/objdsc/dbaccess/
H A Dcom.sun.star.comp.dba.ORowSet.csv7 "ORowSet";"com::sun::star::sdbc::XRowUpdate#optional";"updateNull()"
8 "ORowSet";"com::sun::star::sdbc::XRowUpdate#optional";"updateBoolean()"
9 "ORowSet";"com::sun::star::sdbc::XRowUpdate#optional";"updateByte()"
10 "ORowSet";"com::sun::star::sdbc::XRowUpdate#optional";"updateShort()"
11 "ORowSet";"com::sun::star::sdbc::XRowUpdate#optional";"updateInt()"
12 "ORowSet";"com::sun::star::sdbc::XRowUpdate#optional";"updateLong()"
13 "ORowSet";"com::sun::star::sdbc::XRowUpdate#optional";"updateFloat()"
14 "ORowSet";"com::sun::star::sdbc::XRowUpdate#optional";"updateDouble()"
15 "ORowSet";"com::sun::star::sdbc::XRowUpdate#optional";"updateString()"
16 "ORowSet";"com::sun::star::sdbc::XRowUpdate#optional";"updateBytes()"
[all …]
/AOO41X/main/connectivity/source/drivers/macab/
H A DMacabDatabaseMetaData.hxx39 …typedef ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XDatabaseMetaData> MacabDatabaseMetaData_…
55 …virtual sal_Bool SAL_CALL allProceduresAreCallable( ) throw(::com::sun::star::sdbc::SQLException,…
56 …virtual sal_Bool SAL_CALL allTablesAreSelectable( ) throw(::com::sun::star::sdbc::SQLException, :…
57 …virtual ::rtl::OUString SAL_CALL getURL( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
58 …virtual ::rtl::OUString SAL_CALL getUserName( ) throw(::com::sun::star::sdbc::SQLException, ::com…
59 …virtual sal_Bool SAL_CALL isReadOnly( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
60 …virtual sal_Bool SAL_CALL nullsAreSortedHigh( ) throw(::com::sun::star::sdbc::SQLException, ::com…
61 …virtual sal_Bool SAL_CALL nullsAreSortedLow( ) throw(::com::sun::star::sdbc::SQLException, ::com:…
62 …virtual sal_Bool SAL_CALL nullsAreSortedAtStart( ) throw(::com::sun::star::sdbc::SQLException, ::…
63 …virtual sal_Bool SAL_CALL nullsAreSortedAtEnd( ) throw(::com::sun::star::sdbc::SQLException, ::co…
[all …]
H A DMacabResultSet.hxx45 typedef ::cppu::WeakComponentImplHelper12< ::com::sun::star::sdbc::XResultSet,
46 ::com::sun::star::sdbc::XRow,
47 … ::com::sun::star::sdbc::XResultSetMetaDataSupplier,
49 ::com::sun::star::sdbc::XWarningsSupplier,
50 ::com::sun::star::sdbc::XResultSetUpdate,
51 ::com::sun::star::sdbc::XRowUpdate,
54 ::com::sun::star::sdbc::XCloseable,
55 ::com::sun::star::sdbc::XColumnLocate,
125 …virtual sal_Bool SAL_CALL isBeforeFirst( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
126 …virtual sal_Bool SAL_CALL isAfterLast( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
[all …]
/AOO41X/main/connectivity/source/drivers/kab/
H A DKDatabaseMetaData.hxx39 …typedef ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XDatabaseMetaData> KabDatabaseMetaData_BA…
56 …virtual sal_Bool SAL_CALL allProceduresAreCallable( ) throw(::com::sun::star::sdbc::SQLException,…
57 …virtual sal_Bool SAL_CALL allTablesAreSelectable( ) throw(::com::sun::star::sdbc::SQLException, :…
58 …virtual ::rtl::OUString SAL_CALL getURL( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
59 …virtual ::rtl::OUString SAL_CALL getUserName( ) throw(::com::sun::star::sdbc::SQLException, ::com…
60 …virtual sal_Bool SAL_CALL isReadOnly( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
61 …virtual sal_Bool SAL_CALL nullsAreSortedHigh( ) throw(::com::sun::star::sdbc::SQLException, ::com…
62 …virtual sal_Bool SAL_CALL nullsAreSortedLow( ) throw(::com::sun::star::sdbc::SQLException, ::com:…
63 …virtual sal_Bool SAL_CALL nullsAreSortedAtStart( ) throw(::com::sun::star::sdbc::SQLException, ::…
64 …virtual sal_Bool SAL_CALL nullsAreSortedAtEnd( ) throw(::com::sun::star::sdbc::SQLException, ::co…
[all …]
H A DKResultSet.hxx46 typedef ::cppu::WeakComponentImplHelper12< ::com::sun::star::sdbc::XResultSet,
47 ::com::sun::star::sdbc::XRow,
48 … ::com::sun::star::sdbc::XResultSetMetaDataSupplier,
50 ::com::sun::star::sdbc::XWarningsSupplier,
51 ::com::sun::star::sdbc::XResultSetUpdate,
52 ::com::sun::star::sdbc::XRowUpdate,
55 ::com::sun::star::sdbc::XCloseable,
56 ::com::sun::star::sdbc::XColumnLocate,
123 …virtual sal_Bool SAL_CALL isBeforeFirst( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
124 …virtual sal_Bool SAL_CALL isAfterLast( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
[all …]
/AOO41X/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSDatabaseMetaData.hxx39 …typedef ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XDatabaseMetaData> ODatabaseMetaData_BASE;
54 …virtual sal_Bool SAL_CALL allProceduresAreCallable( ) throw(::com::sun::star::sdbc::SQLException,…
55 …virtual sal_Bool SAL_CALL allTablesAreSelectable( ) throw(::com::sun::star::sdbc::SQLException, :…
56 …virtual ::rtl::OUString SAL_CALL getURL( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
57 …virtual ::rtl::OUString SAL_CALL getUserName( ) throw(::com::sun::star::sdbc::SQLException, ::com…
58 …virtual sal_Bool SAL_CALL isReadOnly( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
59 …virtual sal_Bool SAL_CALL nullsAreSortedHigh( ) throw(::com::sun::star::sdbc::SQLException, ::com…
60 …virtual sal_Bool SAL_CALL nullsAreSortedLow( ) throw(::com::sun::star::sdbc::SQLException, ::com:…
61 …virtual sal_Bool SAL_CALL nullsAreSortedAtStart( ) throw(::com::sun::star::sdbc::SQLException, ::…
62 …virtual sal_Bool SAL_CALL nullsAreSortedAtEnd( ) throw(::com::sun::star::sdbc::SQLException, ::co…
[all …]
H A DSResultSet.hxx50 typedef ::cppu::WeakComponentImplHelper12< ::com::sun::star::sdbc::XResultSet,
51 ::com::sun::star::sdbc::XRow,
52 … ::com::sun::star::sdbc::XResultSetMetaDataSupplier,
54 ::com::sun::star::sdbc::XWarningsSupplier,
55 ::com::sun::star::sdbc::XResultSetUpdate,
56 ::com::sun::star::sdbc::XRowUpdate,
59 ::com::sun::star::sdbc::XCloseable,
60 ::com::sun::star::sdbc::XColumnLocate,
71 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData> m_xMetaData;
120 …virtual sal_Bool SAL_CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
[all …]
/AOO41X/main/connectivity/source/inc/java/sql/
H A DDatabaseMetaData.hxx55 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > impl_getTypeInfo_th…
71 …virtual sal_Bool SAL_CALL allProceduresAreCallable( ) throw(::com::sun::star::sdbc::SQLException,…
72 …virtual sal_Bool SAL_CALL allTablesAreSelectable( ) throw(::com::sun::star::sdbc::SQLException, :…
73 …virtual ::rtl::OUString SAL_CALL getURL( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
74 …virtual ::rtl::OUString SAL_CALL getUserName( ) throw(::com::sun::star::sdbc::SQLException, ::com…
75 …virtual sal_Bool SAL_CALL isReadOnly( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
76 …virtual sal_Bool SAL_CALL nullsAreSortedHigh( ) throw(::com::sun::star::sdbc::SQLException, ::com…
77 …virtual sal_Bool SAL_CALL nullsAreSortedLow( ) throw(::com::sun::star::sdbc::SQLException, ::com:…
78 …virtual sal_Bool SAL_CALL nullsAreSortedAtStart( ) throw(::com::sun::star::sdbc::SQLException, ::…
79 …virtual sal_Bool SAL_CALL nullsAreSortedAtEnd( ) throw(::com::sun::star::sdbc::SQLException, ::co…
[all …]
H A DResultSet.hxx49 typedef ::cppu::WeakComponentImplHelper10< ::com::sun::star::sdbc::XResultSet,
50 ::com::sun::star::sdbc::XRow,
51 … ::com::sun::star::sdbc::XResultSetMetaDataSupplier,
53 ::com::sun::star::sdbc::XWarningsSupplier,
54 ::com::sun::star::sdbc::XResultSetUpdate,
55 ::com::sun::star::sdbc::XRowUpdate,
56 ::com::sun::star::sdbc::XCloseable,
57 ::com::sun::star::sdbc::XColumnLocate,
68 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData> m_xMetaData;
72 …sal_Int32 getResultSetConcurrency() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
[all …]
/AOO41X/main/connectivity/source/inc/odbc/
H A DODatabaseMetaData.hxx63 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > impl_getTypeInfo_th…
78 …virtual sal_Bool SAL_CALL allProceduresAreCallable( ) throw(::com::sun::star::sdbc::SQLException,…
79 …virtual sal_Bool SAL_CALL allTablesAreSelectable( ) throw(::com::sun::star::sdbc::SQLException, :…
80 …virtual ::rtl::OUString SAL_CALL getURL( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
81 …virtual ::rtl::OUString SAL_CALL getUserName( ) throw(::com::sun::star::sdbc::SQLException, ::com…
82 …virtual sal_Bool SAL_CALL isReadOnly( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
83 …virtual sal_Bool SAL_CALL nullsAreSortedHigh( ) throw(::com::sun::star::sdbc::SQLException, ::com…
84 …virtual sal_Bool SAL_CALL nullsAreSortedLow( ) throw(::com::sun::star::sdbc::SQLException, ::com:…
85 …virtual sal_Bool SAL_CALL nullsAreSortedAtStart( ) throw(::com::sun::star::sdbc::SQLException, ::…
86 …virtual sal_Bool SAL_CALL nullsAreSortedAtEnd( ) throw(::com::sun::star::sdbc::SQLException, ::co…
[all …]
H A DOResultSet.hxx55 typedef ::cppu::WeakComponentImplHelper12< ::com::sun::star::sdbc::XResultSet,
56 ::com::sun::star::sdbc::XRow,
57 … ::com::sun::star::sdbc::XResultSetMetaDataSupplier,
59 ::com::sun::star::sdbc::XWarningsSupplier,
60 ::com::sun::star::sdbc::XResultSetUpdate,
61 ::com::sun::star::sdbc::XRowUpdate,
64 ::com::sun::star::sdbc::XCloseable,
65 ::com::sun::star::sdbc::XColumnLocate,
135 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData> m_xMetaData;
166 …t32 columnIndex,SQLSMALLINT _nType,void* _pValue) throw(::com::sun::star::sdbc::SQLException, ::co…
[all …]
H A DODatabaseMetaDataResultSet.hxx52 typedef ::cppu::WeakComponentImplHelper7< ::com::sun::star::sdbc::XResultSet,
53 ::com::sun::star::sdbc::XRow,
54 … ::com::sun::star::sdbc::XResultSetMetaDataSupplier,
56 ::com::sun::star::sdbc::XWarningsSupplier,
57 ::com::sun::star::sdbc::XCloseable,
58 … ::com::sun::star::sdbc::XColumnLocate> ODatabaseMetaDataResultSet_BASE;
77 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData> m_xMetaData;
91 …sal_Int32 getResultSetConcurrency() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
92 …sal_Int32 getResultSetType() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
93 …sal_Int32 getFetchDirection() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
[all …]
/AOO41X/main/connectivity/source/inc/ado/
H A DADatabaseMetaData.hxx63 …StringProperty(const ::rtl::OUString& _aProperty) throw(::com::sun::star::sdbc::SQLException, ::co…
64 …tInt32Property(const ::rtl::OUString& _aProperty) throw(::com::sun::star::sdbc::SQLException, ::co…
65 …etBoolProperty(const ::rtl::OUString& _aProperty) throw(::com::sun::star::sdbc::SQLException, ::co…
67 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > impl_getTypeInfo_th…
87 …virtual sal_Bool SAL_CALL allProceduresAreCallable( ) throw(::com::sun::star::sdbc::SQLException,…
88 …virtual sal_Bool SAL_CALL allTablesAreSelectable( ) throw(::com::sun::star::sdbc::SQLException, :…
89 …virtual ::rtl::OUString SAL_CALL getURL( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
90 …virtual ::rtl::OUString SAL_CALL getUserName( ) throw(::com::sun::star::sdbc::SQLException, ::com…
91 …virtual sal_Bool SAL_CALL isReadOnly( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
92 …virtual sal_Bool SAL_CALL nullsAreSortedHigh( ) throw(::com::sun::star::sdbc::SQLException, ::com…
[all …]
H A DAResultSet.hxx55 typedef ::cppu::WeakComponentImplHelper12< ::com::sun::star::sdbc::XResultSet,
56 ::com::sun::star::sdbc::XRow,
57 … ::com::sun::star::sdbc::XResultSetMetaDataSupplier,
59 ::com::sun::star::sdbc::XWarningsSupplier,
60 ::com::sun::star::sdbc::XResultSetUpdate,
61 ::com::sun::star::sdbc::XRowUpdate,
62 ::com::sun::star::sdbc::XCloseable,
63 ::com::sun::star::sdbc::XColumnLocate,
77 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData> m_xMetaData;
85 …sal_Int32 getResultSetConcurrency() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
[all …]
H A DADatabaseMetaDataResultSet.hxx53 typedef ::cppu::WeakComponentImplHelper7< ::com::sun::star::sdbc::XResultSet,
54 ::com::sun::star::sdbc::XRow,
55 … ::com::sun::star::sdbc::XResultSetMetaDataSupplier,
57 ::com::sun::star::sdbc::XWarningsSupplier,
58 ::com::sun::star::sdbc::XCloseable,
59 … ::com::sun::star::sdbc::XColumnLocate> ODatabaseMetaDataResultSet_BASE;
79 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData> m_xMetaData;
86 …sal_Int32 getResultSetConcurrency() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
87 …sal_Int32 getResultSetType() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
88 …sal_Int32 getFetchDirection() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
[all …]
/AOO41X/main/connectivity/source/inc/file/
H A DFDatabaseMetaData.hxx42 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > impl_getTypeInfo_th…
64 …virtual sal_Bool SAL_CALL allProceduresAreCallable( ) throw(::com::sun::star::sdbc::SQLException,…
65 …virtual sal_Bool SAL_CALL allTablesAreSelectable( ) throw(::com::sun::star::sdbc::SQLException, :…
66 …virtual ::rtl::OUString SAL_CALL getURL( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
67 …virtual ::rtl::OUString SAL_CALL getUserName( ) throw(::com::sun::star::sdbc::SQLException, ::com…
68 …virtual sal_Bool SAL_CALL isReadOnly( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
69 …virtual sal_Bool SAL_CALL nullsAreSortedHigh( ) throw(::com::sun::star::sdbc::SQLException, ::com…
70 …virtual sal_Bool SAL_CALL nullsAreSortedLow( ) throw(::com::sun::star::sdbc::SQLException, ::com:…
71 …virtual sal_Bool SAL_CALL nullsAreSortedAtStart( ) throw(::com::sun::star::sdbc::SQLException, ::…
72 …virtual sal_Bool SAL_CALL nullsAreSortedAtEnd( ) throw(::com::sun::star::sdbc::SQLException, ::co…
[all …]
H A DFResultSet.hxx73 typedef ::cppu::WeakComponentImplHelper12< ::com::sun::star::sdbc::XResultSet,
74 ::com::sun::star::sdbc::XRow,
75 … ::com::sun::star::sdbc::XResultSetMetaDataSupplier,
77 ::com::sun::star::sdbc::XWarningsSupplier,
78 ::com::sun::star::sdbc::XResultSetUpdate,
79 ::com::sun::star::sdbc::XRowUpdate,
80 ::com::sun::star::sdbc::XCloseable,
81 ::com::sun::star::sdbc::XColumnLocate,
136 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData> m_xMetaData;
137 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData> m_xDBMetaData;
[all …]
/AOO41X/main/connectivity/source/drivers/evoab2/
H A DNDatabaseMetaData.hxx81 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > impl_getTypeInfo_th…
105 …virtual sal_Bool SAL_CALL allProceduresAreCallable( ) throw(::com::sun::star::sdbc::SQLException,…
106 …virtual sal_Bool SAL_CALL allTablesAreSelectable( ) throw(::com::sun::star::sdbc::SQLException, :…
107 …virtual ::rtl::OUString SAL_CALL getURL( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
108 …virtual ::rtl::OUString SAL_CALL getUserName( ) throw(::com::sun::star::sdbc::SQLException, ::com…
109 …virtual sal_Bool SAL_CALL isReadOnly( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
110 …virtual sal_Bool SAL_CALL nullsAreSortedHigh( ) throw(::com::sun::star::sdbc::SQLException, ::com…
111 …virtual sal_Bool SAL_CALL nullsAreSortedLow( ) throw(::com::sun::star::sdbc::SQLException, ::com:…
112 …virtual sal_Bool SAL_CALL nullsAreSortedAtStart( ) throw(::com::sun::star::sdbc::SQLException, ::…
113 …virtual sal_Bool SAL_CALL nullsAreSortedAtEnd( ) throw(::com::sun::star::sdbc::SQLException, ::co…
[all …]
/AOO41X/main/qadevOOo/objdsc/forms/
H A Dcom.sun.star.comp.forms.ODatabaseForm.csv15 "ODatabaseForm";"com::sun::star::sdbc::XRowUpdate#optional";"updateNull()"
16 "ODatabaseForm";"com::sun::star::sdbc::XRowUpdate#optional";"updateBoolean()"
17 "ODatabaseForm";"com::sun::star::sdbc::XRowUpdate#optional";"updateByte()"
18 "ODatabaseForm";"com::sun::star::sdbc::XRowUpdate#optional";"updateShort()"
19 "ODatabaseForm";"com::sun::star::sdbc::XRowUpdate#optional";"updateInt()"
20 "ODatabaseForm";"com::sun::star::sdbc::XRowUpdate#optional";"updateLong()"
21 "ODatabaseForm";"com::sun::star::sdbc::XRowUpdate#optional";"updateFloat()"
22 "ODatabaseForm";"com::sun::star::sdbc::XRowUpdate#optional";"updateDouble()"
23 "ODatabaseForm";"com::sun::star::sdbc::XRowUpdate#optional";"updateString()"
24 "ODatabaseForm";"com::sun::star::sdbc::XRowUpdate#optional";"updateBytes()"
[all …]
/AOO41X/main/connectivity/workben/skeleton/
H A DSResultSet.hxx51 typedef ::cppu::WeakComponentImplHelper12< ::com::sun::star::sdbc::XResultSet,
52 ::com::sun::star::sdbc::XRow,
53 … ::com::sun::star::sdbc::XResultSetMetaDataSupplier,
55 ::com::sun::star::sdbc::XWarningsSupplier,
56 ::com::sun::star::sdbc::XResultSetUpdate,
57 ::com::sun::star::sdbc::XRowUpdate,
60 ::com::sun::star::sdbc::XCloseable,
61 ::com::sun::star::sdbc::XColumnLocate,
81 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData> m_xMetaData;
93 …sal_Bool isBookmarkable() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
[all …]
/AOO41X/main/dbaccess/source/core/api/
H A Dresultset.hxx91 typedef ::cppu::WeakComponentImplHelper11< ::com::sun::star::sdbc::XWarningsSupplier,
92 ::com::sun::star::sdbc::XResultSet,
93 ::com::sun::star::sdbc::XResultSetMetaDataSupplier,
94 ::com::sun::star::sdbc::XRow,
95 ::com::sun::star::sdbc::XCloseable,
96 ::com::sun::star::sdbc::XColumnLocate,
99 ::com::sun::star::sdbc::XResultSetUpdate,
100 ::com::sun::star::sdbc::XRowUpdate,
116 …::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > m_xDelegatorResult…
117 …::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetUpdate > m_xDelegatorResult…
[all …]
H A DCacheSet.hxx65 namespace com{ namespace sun { namespace star{namespace sdbc{ class XParameters; } } } } namespace
69 class OCacheSet : public ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XRow>
72 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet> m_xDriverSet;
73 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow> m_xDriverRow;
74 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData> m_xSetMetaData;
75 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection> m_xConnection;
91 … ,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XParameters >& _xParameter
101 …::com::sun::star::beans::XPropertySet>& _xTable) throw(::com::sun::star::sdbc::SQLException, ::co…
107 …virtual void construct(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet>…
111 …virtual sal_Bool SAL_CALL wasNull( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star…
[all …]
H A DRowSet.hxx62 , ::com::sun::star::sdbc::XParameters
64 , ::com::sun::star::sdbc::XResultSetUpdate
65 , ::com::sun::star::sdbc::XRowUpdate
69 , ::com::sun::star::sdbc::XWarningsSupplier
80 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > m_xOldConnection;
81 …::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > m_xActiveConnectio…
85 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > m_xStatement;
204 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet >
207sdbc::XConnection > calcConnection(const ::com::sun::star::uno::Reference< ::com::sun::star::task…
286 …virtual void SAL_CALL close( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno:…
[all …]
/AOO41X/main/dbaccess/source/ui/browser/
H A Dformadapter.cxx142 …STOP_MULTIPLEXER_LISTENING(RowSetListener, m_aRowSetListeners, ::com::sun::star::sdbc::XRowSet, m_… in StopListening()
175 …START_MULTIPLEXER_LISTENING(RowSetListener, m_aRowSetListeners, ::com::sun::star::sdbc::XRowSet, m… in StartListening()
205 void SbaXFormAdapter::AttachForm(const Reference< ::com::sun::star::sdbc::XRowSet >& xNewMaster) in AttachForm()
210 …DBG_ASSERT(xNewMaster.get() != static_cast< ::com::sun::star::sdbc::XRowSet* >(this), "SbaXFormAda… in AttachForm()
250 void SAL_CALL SbaXFormAdapter::close() throw( ::com::sun::star::sdbc::SQLException, RuntimeExceptio… in close()
252 Reference< ::com::sun::star::sdbc::XCloseable > xIface(m_xMainForm, UNO_QUERY); in close()
259 …eference< ::com::sun::star::sdbc::XResultSetMetaData > SAL_CALL SbaXFormAdapter::getMetaData() thr… in getMetaData()
261 Reference< ::com::sun::star::sdbc::XResultSetMetaDataSupplier > xIface(m_xMainForm, UNO_QUERY); in getMetaData()
264 return Reference< ::com::sun::star::sdbc::XResultSetMetaData > (); in getMetaData()
269 …r::findColumn(const ::rtl::OUString& columnName) throw( ::com::sun::star::sdbc::SQLException, Runt… in findColumn()
[all …]

12345678910>>...56