Home
last modified time | relevance | path

Searched refs:sdbc (Results 76 – 100 of 1459) sorted by relevance

12345678910>>...59

/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSResultSetMetaData.hxx38 …typedef ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XResultSetMetaData> OResultSetMetaData_…
51 …inline operator ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData > () … in operator ::com::sun::star::uno::Reference<::com::sun::star::sdbc::XResultSetMetaData>()
54 …virtual sal_Int32 SAL_CALL getColumnCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::s…
55 …Bool SAL_CALL isAutoIncrement( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException, ::co…
57 …virtual sal_Bool SAL_CALL isSearchable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcept…
58 …virtual sal_Bool SAL_CALL isCurrency( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio…
59 …virtual sal_Int32 SAL_CALL isNullable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcepti…
60 …virtual sal_Bool SAL_CALL isSigned( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException,…
66 …virtual sal_Int32 SAL_CALL getScale( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException…
71 …virtual sal_Bool SAL_CALL isReadOnly( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio…
[all …]
H A DSStatement.hxx45 typedef ::cppu::WeakComponentImplHelper5< ::com::sun::star::sdbc::XStatement,
46 ::com::sun::star::sdbc::XWarningsSupplier,
48 ::com::sun::star::sdbc::XCloseable,
49 … ::com::sun::star::sdbc::XMultipleResults> OStatement_BASE;
61 ::com::sun::star::sdbc::SQLWarning m_aLastWarning;
63 …::com::sun::star::uno::WeakReference< ::com::sun::star::sdbc::XResultSet> m_xResultSet; // Th…
109 …ference< ::com::sun::star::sdbc::XResultSet > SAL_CALL executeQuery( const ::rtl::OUString& sql ) …
112 …tar::uno::Reference< ::com::sun::star::sdbc::XConnection > SAL_CALL getConnection( ) throw(::com:…
115 …virtual void SAL_CALL clearWarnings( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
121 …star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL getResultSet( ) throw(::com::…
[all …]
/aoo42x/main/ucb/source/ucp/file/
H A Dfilrow.hxx42 public com::sun::star::sdbc::XRow
70 throw( com::sun::star::sdbc::SQLException,
76 throw( com::sun::star::sdbc::SQLException,
82 throw( com::sun::star::sdbc::SQLException,
88 throw( com::sun::star::sdbc::SQLException,
95 com::sun::star::sdbc::SQLException,
101 throw( com::sun::star::sdbc::SQLException,
107 throw( com::sun::star::sdbc::SQLException,
113 throw( com::sun::star::sdbc::SQLException,
119 throw( com::sun::star::sdbc::SQLException,
[all …]
H A Dfilrset.cxx163 sdbc::XRow, in XTYPEPROVIDER_IMPL_10()
164 sdbc::XResultSet, in XTYPEPROVIDER_IMPL_10()
166 sdbc::XCloseable, in XTYPEPROVIDER_IMPL_10()
282 throw( sdbc::SQLException, in OneMore()
363 throw( sdbc::SQLException, in next()
377 throw( sdbc::SQLException, in isBeforeFirst()
387 throw( sdbc::SQLException, in isAfterLast()
397 throw( sdbc::SQLException, in isFirst()
407 throw( sdbc::SQLException, in isLast()
420 throw( sdbc::SQLException, in beforeFirst()
[all …]
/aoo42x/main/connectivity/source/inc/java/sql/
H A DConnection.hxx121 …ar::uno::Reference< ::com::sun::star::sdbc::XStatement > SAL_CALL createStatement( ) throw(::com:…
122 …e< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl::OUString& …
123 …nce< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::OUString& sql…
126 …virtual sal_Bool SAL_CALL getAutoCommit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
127 …virtual void SAL_CALL commit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno…
128 …virtual void SAL_CALL rollback( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
129 …virtual sal_Bool SAL_CALL isClosed( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::sta…
130 …r::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData > SAL_CALL getMetaData( ) throw(::co…
132 …virtual sal_Bool SAL_CALL isReadOnly( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
140 …virtual void SAL_CALL close( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno:…
[all …]
H A DResultSetMetaData.hxx37 …class java_sql_ResultSetMetaData : public ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XResul…
54 …virtual sal_Int32 SAL_CALL getColumnCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::s…
55 …virtual sal_Bool SAL_CALL isAutoIncrement( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExc…
57 …virtual sal_Bool SAL_CALL isSearchable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcept…
58 …virtual sal_Bool SAL_CALL isCurrency( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio…
59 …virtual sal_Int32 SAL_CALL isNullable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcepti…
60 …virtual sal_Bool SAL_CALL isSigned( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException,…
65 …virtual sal_Int32 SAL_CALL getPrecision( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcep…
66 …virtual sal_Int32 SAL_CALL getScale( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException…
71 …virtual sal_Bool SAL_CALL isReadOnly( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio…
[all …]
/aoo42x/main/sc/source/ui/docshell/
H A Ddocsh8.cxx324 case sdbc::DataType::BIT: in DBaseImport()
327 case sdbc::DataType::DATE: in DBaseImport()
333 case sdbc::DataType::VARCHAR: in DBaseImport()
337 case sdbc::DataType::DECIMAL: in DBaseImport()
377 catch ( sdbc::SQLException& ) in DBaseImport()
652 case sdbc::DataType::BIT : in lcl_GetColumnTypes()
655 case sdbc::DataType::DATE : in lcl_GetColumnTypes()
661 case sdbc::DataType::VARCHAR : in lcl_GetColumnTypes()
665 case sdbc::DataType::DECIMAL : in lcl_GetColumnTypes()
916 case sdbc::DataType::DATE: in DBaseExport()
[all …]
/aoo42x/main/sc/source/core/data/
H A Ddbdocutl.cxx65 case sdbc::DataType::BIT: in PutData()
66 case sdbc::DataType::BOOLEAN: in PutData()
75 case sdbc::DataType::TINYINT: in PutData()
77 case sdbc::DataType::INTEGER: in PutData()
78 case sdbc::DataType::BIGINT: in PutData()
79 case sdbc::DataType::FLOAT: in PutData()
80 case sdbc::DataType::REAL: in PutData()
81 case sdbc::DataType::DOUBLE: in PutData()
90 case sdbc::DataType::CHAR: in PutData()
97 case sdbc::DataType::DATE: in PutData()
[all …]
/aoo42x/main/connectivity/source/inc/
H A DFDatabaseMetaDataResultSetMetaData.hxx42 …typedef ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XResultSetMetaData> ODatabaseMetaResult…
60 …inline operator ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData > () … in operator ::com::sun::star::uno::Reference<::com::sun::star::sdbc::XResultSetMetaData>()
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,…
74 …virtual sal_Int32 SAL_CALL getPrecision( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcep…
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 …]
/aoo42x/main/connectivity/source/inc/ado/
H A DADatabaseMetaDataResultSetMetaData.hxx43 …typedef ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XResultSetMetaData> ODatabaseMet…
83 …inline operator ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData > () … in operator ::com::sun::star::uno::Reference<::com::sun::star::sdbc::XResultSetMetaData>()
86 …virtual sal_Int32 SAL_CALL getColumnCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::s…
89 …virtual sal_Bool SAL_CALL isSearchable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcept…
90 …virtual sal_Bool SAL_CALL isCurrency( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio…
91 …virtual sal_Int32 SAL_CALL isNullable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcepti…
92 …virtual sal_Bool SAL_CALL isSigned( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException,…
97 …virtual sal_Int32 SAL_CALL getPrecision( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcep…
98 …virtual sal_Int32 SAL_CALL getScale( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException…
103 …virtual sal_Bool SAL_CALL isReadOnly( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio…
[all …]
H A DAResultSetMetaData.hxx44 …typedef ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XResultSetMetaData> OResultSetMe…
64 …virtual sal_Int32 SAL_CALL getColumnCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::s…
65 …virtual sal_Bool SAL_CALL isAutoIncrement( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExc…
67 …virtual sal_Bool SAL_CALL isSearchable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcept…
68 …virtual sal_Bool SAL_CALL isCurrency( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio…
69 …virtual sal_Int32 SAL_CALL isNullable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcepti…
70 …virtual sal_Bool SAL_CALL isSigned( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException,…
75 …virtual sal_Int32 SAL_CALL getPrecision( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcep…
76 …virtual sal_Int32 SAL_CALL getScale( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException…
81 …virtual sal_Bool SAL_CALL isReadOnly( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio…
[all …]
/aoo42x/main/connectivity/source/inc/dbase/
H A DDDatabaseMetaDataResultSetMetaData.hxx42 …typedef ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XResultSetMetaData> ODatabaseMet…
75 …inline operator ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData > () … in operator ::com::sun::star::uno::Reference<::com::sun::star::sdbc::XResultSetMetaData>()
78 …virtual sal_Int32 SAL_CALL getColumnCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::s…
81 …virtual sal_Bool SAL_CALL isSearchable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcept…
82 …virtual sal_Bool SAL_CALL isCurrency( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio…
83 …virtual sal_Int32 SAL_CALL isNullable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExcepti…
84 …virtual sal_Bool SAL_CALL isSigned( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException,…
89 …l_Int32 SAL_CALL getPrecision( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException, ::co…
90 …virtual sal_Int32 SAL_CALL getScale( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException…
95 …virtual sal_Bool SAL_CALL isReadOnly( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLExceptio…
[all …]
/aoo42x/main/mysqlc/source/
H A Dmysqlc_general.cxx27 using com::sun::star::sdbc::SQLException;
90 return com::sun::star::sdbc::DataType::VARCHAR; in mysqlToOOOType()
93 return com::sun::star::sdbc::DataType::TINYINT; in mysqlToOOOType()
99 return com::sun::star::sdbc::DataType::INTEGER; in mysqlToOOOType()
102 return com::sun::star::sdbc::DataType::BIGINT; in mysqlToOOOType()
105 return com::sun::star::sdbc::DataType::REAL; in mysqlToOOOType()
108 return com::sun::star::sdbc::DataType::DOUBLE; in mysqlToOOOType()
114 return com::sun::star::sdbc::DataType::CHAR; in mysqlToOOOType()
117 return com::sun::star::sdbc::DataType::BINARY; in mysqlToOOOType()
137 return com::sun::star::sdbc::DataType::DATE; in mysqlToOOOType()
[all …]
/aoo42x/main/dbaccess/source/core/dataaccess/
H A Dconnection.hxx67 , ::com::sun::star::sdbc::XConnection
68 , ::com::sun::star::sdbc::XWarningsSupplier
102 …::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > m_xMasterConnec…
124 ,::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxMaster
155 …::star::sdbc::XPreparedStatement > SAL_CALL prepareCommand( const ::rtl::OUString& command, sal_In…
167 …ar::uno::Reference< ::com::sun::star::sdbc::XStatement > SAL_CALL createStatement( ) throw(::com:…
168 …e< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( const ::rtl::OUString& …
169 …nce< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::rtl::OUString& sql…
173 …virtual void SAL_CALL commit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno…
176 …r::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData > SAL_CALL getMetaData( ) throw(::co…
[all …]
/aoo42x/main/ucbhelper/inc/ucbhelper/
H A Dresultsetmetadata.hxx215 throw( ::com::sun::star::sdbc::SQLException,
227 throw( ::com::sun::star::sdbc::SQLException,
238 throw( ::com::sun::star::sdbc::SQLException,
250 throw( ::com::sun::star::sdbc::SQLException,
261 throw( ::com::sun::star::sdbc::SQLException,
275 throw( ::com::sun::star::sdbc::SQLException,
286 throw( ::com::sun::star::sdbc::SQLException,
297 throw( ::com::sun::star::sdbc::SQLException,
309 throw( ::com::sun::star::sdbc::SQLException,
320 throw( ::com::sun::star::sdbc::SQLException,
[all …]
/aoo42x/main/connectivity/source/drivers/macab/
H A DMacabStatement.hxx44 typedef ::cppu::WeakComponentImplHelper4< ::com::sun::star::sdbc::XStatement,
45 ::com::sun::star::sdbc::XWarningsSupplier,
59 ::com::sun::star::sdbc::SQLWarning m_aLastWarning;
73 const OSQLParseNode *pParseNode) const throw(::com::sun::star::sdbc::SQLException);
75 const OSQLParseNode *pParseNode) const throw(::com::sun::star::sdbc::SQLException);
79 void sortRecords(MacabResultSet *pResult) const throw(::com::sun::star::sdbc::SQLException);
98 virtual void resetParameters() const throw(::com::sun::star::sdbc::SQLException);
134 ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
138 ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
140 ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
[all …]
/aoo42x/main/connectivity/inc/connectivity/
H A Ddbexception.hxx42 namespace sdbc namespace
265 throw ( ::com::sun::star::sdbc::SQLException );
275 throw ( ::com::sun::star::sdbc::SQLException );
284 throw ( ::com::sun::star::sdbc::SQLException );
293 throw ( ::com::sun::star::sdbc::SQLException );
302 throw (::com::sun::star::sdbc::SQLException);
312 throw (::com::sun::star::sdbc::SQLException);
329 throw (::com::sun::star::sdbc::SQLException);
341 throw (::com::sun::star::sdbc::SQLException);
353 throw (::com::sun::star::sdbc::SQLException);
[all …]
/aoo42x/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.cxx167 throw( sdbc::SQLException, in next()
183 throw( sdbc::SQLException, in isBeforeFirst()
193 throw( sdbc::SQLException, in isAfterLast()
203 throw( sdbc::SQLException, in isFirst()
213 throw( sdbc::SQLException, in isLast()
226 throw( sdbc::SQLException, in beforeFirst()
236 throw( sdbc::SQLException, in afterLast()
246 throw( sdbc::SQLException, in first()
257 throw( sdbc::SQLException, in last()
268 throw( sdbc::SQLException, in getRow()
[all …]
/aoo42x/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.cxx168 throw( sdbc::SQLException, in next()
183 throw( sdbc::SQLException, in isBeforeFirst()
193 throw( sdbc::SQLException, in isAfterLast()
203 throw( sdbc::SQLException, in isFirst()
213 throw( sdbc::SQLException, in isLast()
226 throw( sdbc::SQLException, in beforeFirst()
236 throw( sdbc::SQLException, in afterLast()
246 throw( sdbc::SQLException, in first()
257 throw( sdbc::SQLException, in last()
268 throw( sdbc::SQLException, in getRow()
[all …]
/aoo42x/main/connectivity/source/drivers/jdbc/
H A DPreparedStatement.cxx47 using namespace ::com::sun::star::sdbc;
99 sal_Bool SAL_CALL java_sql_PreparedStatement::execute( ) throw(::com::sun::star::sdbc::SQLExceptio… in execute()
142 …rence< ::com::sun::star::sdbc::XConnection > SAL_CALL java_sql_PreparedStatement::getConnection( … in getConnection()
148 …erence< ::com::sun::star::sdbc::XResultSet > SAL_CALL java_sql_PreparedStatement::executeQuery( )… in executeQuery()
296 …:com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob >& /*x*/ ) throw(::com::sun::star:: in setClob()
302 …:com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& /*x*/ ) throw(::com::sun::star:: in setBlob()
308 …com::sun::star::uno::Reference< ::com::sun::star::sdbc::XArray >& /*x*/ ) throw(::com::sun::star:: in setArray()
314 …:com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRef >& /*x*/ ) throw(::com::sun::star::s… in setRef()
555 void SAL_CALL java_sql_PreparedStatement::clearBatch( ) throw(::com::sun::star::sdbc::SQLException… in clearBatch()
568 void SAL_CALL java_sql_PreparedStatement::addBatch( ) throw(::com::sun::star::sdbc::SQLException, :… in addBatch()
[all …]
/aoo42x/main/connectivity/source/drivers/evoab2/
H A DNStatement.hxx57 typedef ::cppu::WeakComponentImplHelper2 < ::com::sun::star::sdbc::XWarningsSupplier
58 , ::com::sun::star::sdbc::XCloseable
188 void reset () throw( ::com::sun::star::sdbc::SQLException);
189 void clearMyResultSet () throw( ::com::sun::star::sdbc::SQLException);
237 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet >
240 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet >
243 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >
244 …n ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >( (::com::sun::star::sdbc in impl_getConnection()
251 , ::com::sun::star::sdbc::XStatement
277 …ference< ::com::sun::star::sdbc::XResultSet > SAL_CALL executeQuery( const ::rtl::OUString& sql ) …
[all …]
/aoo42x/main/connectivity/source/inc/file/
H A DFStatement.hxx58 typedef ::cppu::WeakComponentImplHelper3< ::com::sun::star::sdbc::XWarningsSupplier,
60 … ::com::sun::star::sdbc::XCloseable> OStatement_BASE;
78 ::com::sun::star::sdbc::SQLWarning m_aLastWarning;
79 …::com::sun::star::uno::WeakReference< ::com::sun::star::sdbc::XResultSet> m_xResultSet; // Th…
80 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData> m_xDBMetaData;
124 void reset () throw( ::com::sun::star::sdbc::SQLException);
125 void clearMyResultSet () throw( ::com::sun::star::sdbc::SQLException);
126 …void setWarning (const ::com::sun::star::sdbc::SQLWarning &ex) throw( ::com::sun::star::sdbc::SQL…
193 …typedef ::cppu::ImplHelper2< ::com::sun::star::sdbc::XStatement,::com::sun::star::lang::XServiceIn…
211 …ference< ::com::sun::star::sdbc::XResultSet > SAL_CALL executeQuery( const ::rtl::OUString& sql ) …
[all …]
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DKeyRule.idl26 module com { module sun { module star { module sdbc {
39 <type scope="com::sun::star::sdbc">XResultSet</type>
41 <member scope="com::sun::star::sdbc">XDatabaseMetaData::getImportedKeys()</member>
43 <member scope="com::sun::star::sdbc">XDatabaseMetaData::getExportedKeys()</member>
73 <type scope="com::sun::star::sdbc">XResultSet</type>
75 <member scope="com::sun::star::sdbc">XDatabaseMetaData::getImportedKeys()</member>
77 <member scope="com::sun::star::sdbc">XDatabaseMetaData::getExportedKeys()</member>
105 <type scope="com::sun::star::sdbc">XResultSet</type>
107 <member scope="com::sun::star::sdbc">XDatabaseMetaData::getImportedKeys()</member>
133 <type scope="com::sun::star::sdbc">XResultSet</type>
[all …]
/aoo42x/main/dbaccess/source/core/api/
H A DWrappedResultSet.hxx39 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetUpdate> m_xUpd;
40 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowUpdate> m_xUpdRow;
42 …void updateColumn(sal_Int32 nPos,::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowUpd…
51 …virtual void construct(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet>…
54 …virtual ::com::sun::star::uno::Any SAL_CALL getBookmark() throw(::com::sun::star::sdbc::SQLExcepti…
55 …ark( const ::com::sun::star::uno::Any& bookmark ) throw(::com::sun::star::sdbc::SQLException, ::co…
58 …virtual sal_Bool SAL_CALL hasOrderedBookmarks( ) throw(::com::sun::star::sdbc::SQLException, ::co…
59 …ark( const ::com::sun::star::uno::Any& bookmark ) throw(::com::sun::star::sdbc::SQLException, ::co…
66 …virtual void SAL_CALL cancelRowUpdates( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
67 …virtual void SAL_CALL moveToInsertRow( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
[all …]
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlViews.java26 import org.apache.openoffice.comp.sdbc.dbtools.sdbcx.OContainer;
27 import org.apache.openoffice.comp.sdbc.dbtools.sdbcx.OView;
30 import org.apache.openoffice.comp.sdbc.dbtools.util.DbTools;
32 import org.apache.openoffice.comp.sdbc.dbtools.util.Osl;
40 import com.sun.star.sdbc.SQLException;
41 import com.sun.star.sdbc.XDatabaseMetaData;
42 import com.sun.star.sdbc.XParameters;
43 import com.sun.star.sdbc.XPreparedStatement;
44 import com.sun.star.sdbc.XResultSet;
45 import com.sun.star.sdbc.XRow;
[all …]

Completed in 123 milliseconds

12345678910>>...59