Home
last modified time | relevance | path

Searched refs:sdbc (Results 51 – 75 of 1395) sorted by relevance

12345678910>>...56

/aoo41x/main/ucb/source/cacher/
H A Dcachedcontentresultset.hxx66 throw( com::sun::star::sdbc::SQLException,
100 throw( com::sun::star::sdbc::SQLException,
172 throw( com::sun::star::sdbc::SQLException,
275 throw( com::sun::star::sdbc::SQLException,
279 throw( com::sun::star::sdbc::SQLException,
283 throw( com::sun::star::sdbc::SQLException,
287 throw( com::sun::star::sdbc::SQLException,
435 com::sun::star::sdbc::XRef > SAL_CALL
441 com::sun::star::sdbc::XBlob > SAL_CALL
447 com::sun::star::sdbc::XClob > SAL_CALL
[all …]
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSConnection.hxx46 typedef ::cppu::WeakComponentImplHelper3< ::com::sun::star::sdbc::XConnection,
47 ::com::sun::star::sdbc::XWarningsSupplier,
74 … ::com::sun::star::uno::WeakReference< ::com::sun::star::sdbc::XDatabaseMetaData > m_xMetaData;
80 … ::com::sun::star::sdbc::SQLWarning m_aLastWarning; // Last SQLWarning generated by
92 void buildTypeInfo() throw( ::com::sun::star::sdbc::SQLException);
100 void closeAllStatements () throw( ::com::sun::star::sdbc::SQLException);
110 …ar::uno::Reference< ::com::sun::star::sdbc::XStatement > SAL_CALL createStatement( ) throw(::com:…
111 …e< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl::OUString& …
112 …nce< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::OUString& sql…
119 …r::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData > SAL_CALL getMetaData( ) throw(::co…
[all …]
/aoo41x/main/ucb/source/ucp/file/
H A Dfilrset.hxx61 public com::sun::star::sdbc::XRow,
62 public com::sun::star::sdbc::XResultSet,
64 public com::sun::star::sdbc::XCloseable,
161 throw( com::sun::star::sdbc::SQLException, in wasNull()
174 throw( com::sun::star::sdbc::SQLException, in getString()
186 throw( com::sun::star::sdbc::SQLException, in getBoolean()
198 throw( com::sun::star::sdbc::SQLException, in getByte()
211 com::sun::star::sdbc::SQLException, in getShort()
223 throw( com::sun::star::sdbc::SQLException, in getInt()
235 throw( com::sun::star::sdbc::SQLException, in getLong()
[all …]
/aoo41x/main/connectivity/source/inc/odbc/
H A DOStatement.hxx51 typedef ::cppu::WeakComponentImplHelper6< ::com::sun::star::sdbc::XStatement,
54 ::com::sun::star::sdbc::XCloseable,
55 ::com::sun::star::sdbc::XGeneratedResultSet,
109 void reset () throw( ::com::sun::star::sdbc::SQLException);
110 void clearMyResultSet () throw( ::com::sun::star::sdbc::SQLException);
111 …void setWarning (const ::com::sun::star::sdbc::SQLWarning &ex) throw( ::com::sun::star::sdbc::SQL…
113 sal_Int32 getColumnCount () throw( ::com::sun::star::sdbc::SQLException);
120 …:uno::Reference< ::com::sun::star::sdbc::XResultSet > getResultSet (sal_Bool checkCount) throw( ::…
126 SQLLEN getRowCount () throw( ::com::sun::star::sdbc::SQLException);
189 …::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL getGeneratedValues( ) throw (::co…
[all …]
H A DOConnection.hxx70 ::com::sun::star::sdbc::SQLWarning m_aLastWarning; // Last SQLWarning generated by
100 void closeAllStatements () throw( ::com::sun::star::sdbc::SQLException);
110 …ar::uno::Reference< ::com::sun::star::sdbc::XStatement > SAL_CALL createStatement( ) throw(::com:…
111 …e< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl::OUString& …
112 …nce< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::OUString& sql…
116 …virtual void SAL_CALL commit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno…
117 …virtual void SAL_CALL rollback( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
119 …r::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData > SAL_CALL getMetaData( ) throw(::co…
129 …virtual void SAL_CALL close( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno:…
132 …virtual void SAL_CALL clearWarnings( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
[all …]
H A DOResultSetMetaData.hxx43 …typedef ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XResultSetMetaData> OResultSetMe…
58 …getNumColAttrib(sal_Int32 column,sal_Int32 ident) throw(::com::sun::star::sdbc::SQLException, ::co…
81 …,sal_Int32 ident) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeExcept…
87 … throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
94 …inline operator ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData > () … in operator ::com::sun::star::uno::Reference<::com::sun::star::sdbc::XResultSetMetaData>()
97 …virtual sal_Int32 SAL_CALL getColumnCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::s…
101 …virtual sal_Bool SAL_CALL isCurrency( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio…
102 …virtual sal_Int32 SAL_CALL isNullable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcepti…
103 …virtual sal_Bool SAL_CALL isSigned( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException,…
109 …virtual sal_Int32 SAL_CALL getScale( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException…
[all …]
/aoo41x/main/svx/source/inc/
H A Dsdbdatacolumn.hxx91 …inline sal_Bool wasNull() throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::Runt…
94 …inline sal_Int8 getByte() throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::Runt…
95 …inline sal_Int16 getShort() throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::Ru…
96 …inline sal_Int32 getInt() throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::Runt…
97 …inline sal_Int64 getLong() throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::Run…
98 …inline float getFloat() throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::Runtim…
99 …inline double getDouble() throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::Runt…
107 …:com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRef> getRef() throw( ::com::sun::star::s…
108 …com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob> getBlob() throw( ::com::sun::star::
109 …com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob> getClob() throw( ::com::sun::star::
[all …]
/aoo41x/main/offapi/com/sun/star/sdb/
H A DXColumn.idl31 #include <com/sun/star/sdbc/SQLException.idl>
77 @throws com::sun::star::sdbc::SQLException
86 @throws com::sun::star::sdbc::SQLException
95 @throws com::sun::star::sdbc::SQLException
104 @throws com::sun::star::sdbc::SQLException
113 @throws com::sun::star::sdbc::SQLException
122 @throws com::sun::star::sdbc::SQLException
264 com::sun::star::sdbc::XRef getRef() raises (com::sun::star::sdbc::SQLException);
273 com::sun::star::sdbc::XBlob getBlob() raises (com::sun::star::sdbc::SQLException);
282 com::sun::star::sdbc::XClob getClob() raises (com::sun::star::sdbc::SQLException);
[all …]
H A DXColumnUpdate.idl31 #include <com/sun/star/sdbc/SQLException.idl>
59 @throws com::sun::star::sdbc::SQLException
68 @throws com::sun::star::sdbc::SQLException
77 @throws com::sun::star::sdbc::SQLException
86 @throws com::sun::star::sdbc::SQLException
95 @throws com::sun::star::sdbc::SQLException
104 @throws com::sun::star::sdbc::SQLException
113 @throws com::sun::star::sdbc::SQLException
122 @throws com::sun::star::sdbc::SQLException
131 @throws com::sun::star::sdbc::SQLException
[all …]
/aoo41x/main/connectivity/source/drivers/kab/
H A DKConnection.hxx49 typedef ::cppu::WeakComponentImplHelper3< ::com::sun::star::sdbc::XConnection,
50 ::com::sun::star::sdbc::XWarningsSupplier,
71 ::com::sun::star::uno::WeakReference< ::com::sun::star::sdbc::XDatabaseMetaData > m_xMetaData;
87 void closeAllStatements () throw( ::com::sun::star::sdbc::SQLException);
99 …ar::uno::Reference< ::com::sun::star::sdbc::XStatement > SAL_CALL createStatement( ) throw(::com:…
100 …e< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl::OUString& …
101 …nce< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::OUString& sql…
105 …virtual void SAL_CALL commit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno…
108 …r::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData > SAL_CALL getMetaData( ) throw(::co…
119 …virtual void SAL_CALL close( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno:…
[all …]
H A DKResultSetMetaData.hxx40 …typedef ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XResultSetMetaData> KabResultSetMetaDat…
55 …inline operator ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData > () … in operator ::com::sun::star::uno::Reference<::com::sun::star::sdbc::XResultSetMetaData>()
59 …const ::vos::ORef<connectivity::OSQLColumns> &xColumns) throw(::com::sun::star::sdbc::SQLException…
63 …virtual sal_Int32 SAL_CALL getColumnCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::s…
66 …virtual sal_Bool SAL_CALL isSearchable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcept…
67 …virtual sal_Bool SAL_CALL isCurrency( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio…
68 …virtual sal_Int32 SAL_CALL isNullable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcepti…
69 …virtual sal_Bool SAL_CALL isSigned( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException,…
75 …virtual sal_Int32 SAL_CALL getScale( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException…
80 …virtual sal_Bool SAL_CALL isReadOnly( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio…
[all …]
/aoo41x/main/dbaccess/source/core/api/
H A DStaticSet.hxx60 …virtual sal_Bool SAL_CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
62 …virtual sal_Bool SAL_CALL isAfterLast( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
63 …virtual sal_Bool SAL_CALL isFirst( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star…
64 …virtual sal_Bool SAL_CALL isLast( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
65 …virtual void SAL_CALL beforeFirst( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star…
66 …virtual void SAL_CALL afterLast( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::…
67 …virtual sal_Bool SAL_CALL first( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::…
68 …virtual sal_Bool SAL_CALL last( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
69 …virtual sal_Int32 SAL_CALL getRow( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star…
72 …virtual sal_Bool SAL_CALL previous( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::sta…
[all …]
H A DPrivateRow.hxx32 class OPrivateRow : public ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XRow>
40 …virtual ::sal_Bool SAL_CALL wasNull( ) throw (::com::sun::star::sdbc::SQLException, ::com::sun::s…
43 …Int8 SAL_CALL getByte( ::sal_Int32 columnIndex ) throw (::com::sun::star::sdbc::SQLException, ::co…
45 …Int32 SAL_CALL getInt( ::sal_Int32 columnIndex ) throw (::com::sun::star::sdbc::SQLException, ::co…
46 …nt64 SAL_CALL getLong( ::sal_Int32 columnIndex ) throw (::com::sun::star::sdbc::SQLException, ::co…
47 …virtual float SAL_CALL getFloat( ::sal_Int32 columnIndex ) throw (::com::sun::star::sdbc::SQLExcep…
48 …virtual double SAL_CALL getDouble( ::sal_Int32 columnIndex ) throw (::com::sun::star::sdbc::SQLExc…
56 …uno::Reference< ::com::sun::star::sdbc::XRef > SAL_CALL getRef( ::sal_Int32 columnIndex ) throw (:…
57 …no::Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL getBlob( ::sal_Int32 columnIndex ) throw (…
58 …no::Reference< ::com::sun::star::sdbc::XClob > SAL_CALL getClob( ::sal_Int32 columnIndex ) throw (…
[all …]
/aoo41x/main/connectivity/source/drivers/macab/
H A DMacabConnection.hxx44 typedef ::cppu::WeakComponentImplHelper3< ::com::sun::star::sdbc::XConnection,
45 ::com::sun::star::sdbc::XWarningsSupplier,
79 void closeAllStatements () throw( ::com::sun::star::sdbc::SQLException);
91 …ar::uno::Reference< ::com::sun::star::sdbc::XStatement > SAL_CALL createStatement( ) throw(::com:…
92 …e< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl::OUString& …
93 …nce< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::OUString& sql…
97 …virtual void SAL_CALL commit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno…
98 …virtual void SAL_CALL rollback( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
100 …r::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData > SAL_CALL getMetaData( ) throw(::co…
111 …virtual void SAL_CALL close( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno:…
[all …]
/aoo41x/main/connectivity/source/inc/ado/
H A DACallableStatement.hxx41 public ::com::sun::star::sdbc::XRow,
42 public ::com::sun::star::sdbc::XOutParameters
56 …virtual sal_Bool SAL_CALL wasNull( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star…
59 …virtual sal_Int8 SAL_CALL getByte( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
61 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
63 …virtual float SAL_CALL getFloat( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExceptio…
64 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
72 …:uno::Reference< ::com::sun::star::sdbc::XRef > SAL_CALL getRef( sal_Int32 columnIndex ) throw(::c…
73 …uno::Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL getBlob( sal_Int32 columnIndex ) throw(::…
74 …uno::Reference< ::com::sun::star::sdbc::XClob > SAL_CALL getClob( sal_Int32 columnIndex ) throw(::…
[all …]
H A DAConnection.hxx77 void buildTypeInfo() throw( ::com::sun::star::sdbc::SQLException);
80 …OConnection(ODriver* _pDriver) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star…
85 void closeAllStatements () throw( ::com::sun::star::sdbc::SQLException);
98 …ar::uno::Reference< ::com::sun::star::sdbc::XStatement > SAL_CALL createStatement( ) throw(::com:…
99 …e< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl::OUString& …
100 …nce< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::OUString& sql…
104 …virtual void SAL_CALL commit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno…
105 …virtual void SAL_CALL rollback( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
107 …r::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData > SAL_CALL getMetaData( ) throw(::co…
117 …virtual void SAL_CALL close( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno:…
[all …]
/aoo41x/main/connectivity/inc/connectivity/
H A Ddbtools.hxx44 namespace sdbc { namespace
154 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection> connectRowset(
155 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet>& _rxRowSet,
158 ) SAL_THROW ( ( ::com::sun::star::sdbc::SQLException
186 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet>& _rxRowSet,
189 ) SAL_THROW ( ( ::com::sun::star::sdbc::SQLException
207 SAL_THROW ( (::com::sun::star::sdbc::SQLException) );
326 ::com::sun::star::sdbc::SQLException prependErrorInfo(
327 const ::com::sun::star::sdbc::SQLException& _rChainedException,
445 ) SAL_THROW( ( ::com::sun::star::sdbc::SQLException ) );
[all …]
/aoo41x/main/dbaccess/source/core/inc/
H A Dstatement.hxx80 public ::com::sun::star::sdbc::XWarningsSupplier,
81 public ::com::sun::star::sdbc::XPreparedBatchExecution,
82 public ::com::sun::star::sdbc::XMultipleResults,
83 public ::com::sun::star::sdbc::XCloseable,
84 public ::com::sun::star::sdbc::XGeneratedResultSet
146 …star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL getResultSet( ) throw(::com::…
155 …::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL getGeneratedValues( ) throw (::co…
167 typedef ::cppu::ImplHelper3 < ::com::sun::star::sdbc::XStatement
169 , ::com::sun::star::sdbc::XBatchExecution
192 …ference< ::com::sun::star::sdbc::XResultSet > SAL_CALL executeQuery( const ::rtl::OUString& sql ) …
[all …]
H A Dcallablestatement.hxx42 public ::com::sun::star::sdbc::XRow,
43 public ::com::sun::star::sdbc::XOutParameters
46 …OCallableStatement(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > &… in OCallableStatement()
68 …virtual sal_Bool SAL_CALL wasNull( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star…
71 …virtual sal_Int8 SAL_CALL getByte( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
73 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
75 …virtual float SAL_CALL getFloat( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExceptio…
84 …:uno::Reference< ::com::sun::star::sdbc::XRef > SAL_CALL getRef( sal_Int32 columnIndex ) throw(::c…
85 …uno::Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL getBlob( sal_Int32 columnIndex ) throw(::…
86 …uno::Reference< ::com::sun::star::sdbc::XClob > SAL_CALL getClob( sal_Int32 columnIndex ) throw(::…
[all …]
/aoo41x/main/dbaccess/source/core/dataaccess/
H A DSharedConnection.hxx78 typedef ::cppu::WeakComponentImplHelper1< ::com::sun::star::sdbc::XConnection
113 …virtual void SAL_CALL close( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno:… in close()
145 …ar::uno::Reference< ::com::sun::star::sdbc::XStatement > SAL_CALL createStatement( ) throw(::com:…
146 …e< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl::OUString& …
147 …nce< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::OUString& sql…
149 …virtual sal_Bool SAL_CALL getAutoCommit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
150 …virtual void SAL_CALL commit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno…
151 …virtual void SAL_CALL rollback( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
152 …virtual sal_Bool SAL_CALL isClosed( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::sta…
153 …r::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData > SAL_CALL getMetaData( ) throw(::co…
[all …]
/aoo41x/main/connectivity/source/inc/java/sql/
H A DCallableStatement.hxx38 … public ::com::sun::star::sdbc::XRow,
39 … public ::com::sun::star::sdbc::XOutParameters
61 …virtual sal_Bool SAL_CALL wasNull( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star…
64 …virtual sal_Int8 SAL_CALL getByte( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
66 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
68 …virtual float SAL_CALL getFloat( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExceptio…
69 …virtual double SAL_CALL getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
77 …:uno::Reference< ::com::sun::star::sdbc::XRef > SAL_CALL getRef( sal_Int32 columnIndex ) throw(::c…
78 …uno::Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL getBlob( sal_Int32 columnIndex ) throw(::…
79 …uno::Reference< ::com::sun::star::sdbc::XClob > SAL_CALL getClob( sal_Int32 columnIndex ) throw(::…
[all …]
/aoo41x/main/connectivity/source/inc/file/
H A DFConnection.hxx64 … ::com::sun::star::sdbc::SQLWarning m_aLastWarning; // Last SQLWarning generated by
90 void closeAllStatements () throw( ::com::sun::star::sdbc::SQLException);
101 …ar::uno::Reference< ::com::sun::star::sdbc::XStatement > SAL_CALL createStatement( ) throw(::com:…
102 …e< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl::OUString& …
103 …nce< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::OUString& sql…
107 …virtual void SAL_CALL commit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno…
108 …virtual void SAL_CALL rollback( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
109 …virtual sal_Bool SAL_CALL isClosed( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::sta…
110 …r::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData > SAL_CALL getMetaData( ) throw(::co…
120 …virtual void SAL_CALL close( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno:…
[all …]
/aoo41x/main/connectivity/source/drivers/evoab2/
H A DNConnection.hxx92 …ar::uno::Reference< ::com::sun::star::sdbc::XStatement > SAL_CALL createStatement( ) throw(::com:…
93 …e< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl::OUString& …
94 …nce< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::OUString& sql…
97 …virtual sal_Bool SAL_CALL getAutoCommit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
98 …virtual void SAL_CALL commit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno…
99 …virtual void SAL_CALL rollback( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
100 …virtual sal_Bool SAL_CALL isClosed( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::sta…
101 …r::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData > SAL_CALL getMetaData( ) throw(::co…
103 …virtual sal_Bool SAL_CALL isReadOnly( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
112 …virtual void SAL_CALL close( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno:…
[all …]
/aoo41x/main/forms/source/component/
H A DDatabaseForm.hxx80 namespace com { namespace sun { namespace star { namespace sdbc { namespace
129 , ::com::sun::star::sdbc::XRowSetListener
144 , ::com::sun::star::sdbc::XWarningsSupplier
147 typedef ::cppu::ImplHelper7< ::com::sun::star::sdbc::XCloseable,
148 ::com::sun::star::sdbc::XRowSet,
151 ::com::sun::star::sdbc::XResultSetUpdate,
153 ::com::sun::star::sdbc::XParameters > ODatabaseForm_BASE3;
184 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet> m_xAggregateAsRowSet;
423 …t ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRef>& x) throw(::com::sun::star::sdbc
424 …t ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob>& x) throw(::com::sun::star::sdb…
[all …]
/aoo41x/main/connectivity/source/cpool/
H A DZConnectionWrapper.hxx40 typedef ::cppu::WeakComponentImplHelper1< ::com::sun::star::sdbc::XConnection
60 …ar::uno::Reference< ::com::sun::star::sdbc::XStatement > SAL_CALL createStatement( ) throw(::com:…
61 …e< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl::OUString& …
62 …nce< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::OUString& sql…
65 …virtual sal_Bool SAL_CALL getAutoCommit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
66 …virtual void SAL_CALL commit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno…
67 …virtual void SAL_CALL rollback( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
68 …virtual sal_Bool SAL_CALL isClosed( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::sta…
69 …r::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData > SAL_CALL getMetaData( ) throw(::co…
71 …virtual sal_Bool SAL_CALL isReadOnly( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
[all …]

Completed in 139 milliseconds

12345678910>>...56