/trunk/main/dbaccess/source/ui/inc/ |
H A D | formadapter.hxx | 149 typedef ::cppu::WeakImplHelper12< ::com::sun::star::sdbc::XResultSetMetaDataSupplier 151 , ::com::sun::star::sdbc::XResultSetUpdate 152 , ::com::sun::star::sdbc::XRowSet 155 , ::com::sun::star::sdbc::XRowUpdate 156 , ::com::sun::star::sdbc::XRow 158 , ::com::sun::star::sdbc::XColumnLocate 160 , ::com::sun::star::sdbc::XParameters 163 typedef ::cppu::ImplHelper12 < ::com::sun::star::sdbc::XWarningsSupplier 164 , ::com::sun::star::sdbc::XCloseable 257 …r::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData > SAL_CALL getMetaData() throw(::com… [all …]
|
/trunk/main/connectivity/source/inc/ |
H A D | FDatabaseMetaDataResultSet.hxx | 50 typedef ::cppu::WeakComponentImplHelper9< ::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::XCloseable, 58 ::com::sun::star::sdbc::XColumnLocate> ODatabaseMetaDataResultSet_BASE; 124 void checkIndex(sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLException); 206 …:uno::Reference< ::com::sun::star::sdbc::XRef > SAL_CALL getRef( sal_Int32 columnIndex ) throw(::c… 207 …uno::Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL getBlob( sal_Int32 columnIndex ) throw(::… 208 …uno::Reference< ::com::sun::star::sdbc::XClob > SAL_CALL getClob( sal_Int32 columnIndex ) throw(::… [all …]
|
H A D | TDatabaseMetaDataBase.hxx | 40 public ::cppu::WeakImplHelper2< ::com::sun::star::sdbc::XDatabaseMetaData2, 73 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > m_xConnection; 79 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > impl_getTypeInfo_th… 106 …star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL getTypeInfo( ) throw(::com::s… 109 …:star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL getSchemas( ) throw(::com::s… 110 …star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL getCatalogs( ) throw(::com::s… 114 …sdbc::XResultSet > SAL_CALL getVersionColumns( const ::com::sun::star::uno::Any& catalog, const ::… 115 …sdbc::XResultSet > SAL_CALL getPrimaryKeys( const ::com::sun::star::uno::Any& catalog, const ::rtl… 116 …sdbc::XResultSet > SAL_CALL getImportedKeys( const ::com::sun::star::uno::Any& catalog, const ::rt… 117 …sdbc::XResultSet > SAL_CALL getExportedKeys( const ::com::sun::star::uno::Any& catalog, const ::rt… [all …]
|
/trunk/main/dbaccess/source/core/api/ |
H A D | KeySet.hxx | 106 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XPreparedStatement> m_xStatement; 107 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet> m_xSet; 108 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow> m_xRow; 183 …:uno::Reference< ::com::sun::star::sdbc::XRef > SAL_CALL getRef( sal_Int32 columnIndex ) throw(::c… 184 …uno::Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL getBlob( sal_Int32 columnIndex ) throw(::… 185 …uno::Reference< ::com::sun::star::sdbc::XClob > SAL_CALL getClob( sal_Int32 columnIndex ) throw(::… 186 …no::Reference< ::com::sun::star::sdbc::XArray > SAL_CALL getArray( sal_Int32 columnIndex ) throw(:… 193 …virtual sal_Bool SAL_CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u… 199 …virtual void SAL_CALL afterLast( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::… 200 …virtual sal_Bool SAL_CALL first( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::… [all …]
|
H A D | RowSetBase.hxx | 105 ::com::sun::star::sdbc::XRow, 106 ::com::sun::star::sdbc::XResultSetMetaDataSupplier, 107 ::com::sun::star::sdbc::XWarningsSupplier, 108 ::com::sun::star::sdbc::XColumnLocate, 111 ::com::sun::star::sdbc::XRowSet, 112 ::com::sun::star::sdbc::XCloseable, 306 …::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData > SAL_CALL getMetaData( ) throw(::co… 331 …:uno::Reference< ::com::sun::star::sdbc::XRef > SAL_CALL getRef( sal_Int32 columnIndex ) throw(::c… 332 …uno::Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL getBlob( sal_Int32 columnIndex ) throw(::… 333 …uno::Reference< ::com::sun::star::sdbc::XClob > SAL_CALL getClob( sal_Int32 columnIndex ) throw(::… [all …]
|
H A D | datacolumn.hxx | 55 ::com::sun::star::uno::Reference < ::com::sun::star::sdbc::XRow > m_xRow; 56 ::com::sun::star::uno::Reference < ::com::sun::star::sdbc::XRowUpdate > m_xRowUpdate; 60 …ODataColumn (const ::com::sun::star::uno::Reference < ::com::sun::star::sdbc::XResultSetMetaData … 61 const ::com::sun::star::uno::Reference < ::com::sun::star::sdbc::XRow >& _xRow, 62 const ::com::sun::star::uno::Reference < ::com::sun::star::sdbc::XRowUpdate >& _xRowUpdate, 64 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData >& _rxDBMeta); 90 …virtual float SAL_CALL getFloat( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::… 99 …:sun::star::uno::Reference< ::com::sun::star::sdbc::XRef > SAL_CALL getRef( ) throw(::com::sun::s… 100 …sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL getBlob( ) throw(::com::sun::… 101 …sun::star::uno::Reference< ::com::sun::star::sdbc::XClob > SAL_CALL getClob( ) throw(::com::sun::… [all …]
|
/trunk/main/connectivity/source/inc/ado/ |
H A D | APreparedStatement.hxx | 44 public ::com::sun::star::sdbc::XPreparedStatement, 45 public ::com::sun::star::sdbc::XParameters, 46 public ::com::sun::star::sdbc::XPreparedBatchExecution, 47 public ::com::sun::star::sdbc::XResultSetMetaDataSupplier, 60 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData > m_xMetaData; 78 …star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL executeQuery( ) throw(::com::… 81 …tar::uno::Reference< ::com::sun::star::sdbc::XConnection > SAL_CALL getConnection( ) throw(::com:… 101 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRef >& x ) throw(::com::sun::star::sdb… 102 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& x ) throw(::com::sun::star::sd… 103 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob >& x ) throw(::com::sun::star::sd… [all …]
|
H A D | AStatement.hxx | 49 typedef ::cppu::WeakComponentImplHelper5< ::com::sun::star::sdbc::XStatement, 52 ::com::sun::star::sdbc::XCloseable, 68 ::com::sun::star::sdbc::SQLWarning m_aLastWarning; 114 void reset () throw( ::com::sun::star::sdbc::SQLException); 115 void clearMyResultSet () throw( ::com::sun::star::sdbc::SQLException); 116 …void setWarning (const ::com::sun::star::sdbc::SQLWarning &ex) throw( ::com::sun::star::sdbc::SQL… 117 sal_Int32 getColumnCount () throw( ::com::sun::star::sdbc::SQLException); 118 sal_Int32 getRowCount () throw( ::com::sun::star::sdbc::SQLException); 161 …tar::uno::Reference< ::com::sun::star::sdbc::XConnection > SAL_CALL getConnection( ) throw(::com:… 170 …star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL getResultSet( ) throw(::com::… [all …]
|
/trunk/main/ucb/source/ucp/file/ |
H A D | filrow.cxx | 129 sdbc::XRow ) in XTYPEPROVIDER_IMPL_2() 135 throw( sdbc::SQLException, in XTYPEPROVIDER_IMPL_2() 145 throw( sdbc::SQLException, in getString() 159 throw( sdbc::SQLException, in getBoolean() 174 throw( sdbc::SQLException, in getByte() 188 throw( sdbc::SQLException, in getShort() 203 throw( sdbc::SQLException, in getInt() 217 throw( sdbc::SQLException, in getLong() 231 throw( sdbc::SQLException, in getFloat() 245 throw( sdbc::SQLException, in getDouble() [all …]
|
H A D | filrset.hxx | 61 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 …]
|
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabPreparedStatement.hxx | 41 ::com::sun::star::sdbc::XPreparedStatement, 42 ::com::sun::star::sdbc::XParameters, 43 ::com::sun::star::sdbc::XResultSetMetaDataSupplier, 56 void checkAndResizeParameters(sal_Int32 nParams) throw(::com::sun::star::sdbc::SQLException); 57 void setMacabFields() const throw(::com::sun::star::sdbc::SQLException); 64 virtual void resetParameters() const throw(::com::sun::star::sdbc::SQLException); 76 …star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL executeQuery( ) throw(::com::… 79 …tar::uno::Reference< ::com::sun::star::sdbc::XConnection > SAL_CALL getConnection( ) throw(::com:… 100 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRef >& x ) throw(::com::sun::star::sdb… 101 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& x ) throw(::com::sun::star::sd… [all …]
|
/trunk/main/connectivity/source/inc/odbc/ |
H A D | OPreparedStatement.hxx | 42 typedef ::cppu::ImplHelper5< ::com::sun::star::sdbc::XPreparedStatement, 43 ::com::sun::star::sdbc::XParameters, 44 ::com::sun::star::sdbc::XPreparedBatchExecution, 45 ::com::sun::star::sdbc::XResultSetMetaDataSupplier, 79 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData > m_xMetaData; 83 void putParamData (sal_Int32 index) throw(::com::sun::star::sdbc::SQLException); 90 void initBoundParam () throw(::com::sun::star::sdbc::SQLException); 122 …star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL executeQuery( ) throw(::com::… 125 …tar::uno::Reference< ::com::sun::star::sdbc::XConnection > SAL_CALL getConnection( ) throw(::com:… 145 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRef >& x ) throw(::com::sun::star::sdb… [all …]
|
H A D | OStatement.hxx | 51 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 …]
|
/trunk/main/connectivity/source/drivers/evoab2/ |
H A D | NPreparedStatement.hxx | 43 typedef ::cppu::ImplHelper5< ::com::sun::star::sdbc::XPreparedStatement, 44 ::com::sun::star::sdbc::XParameters, 45 ::com::sun::star::sdbc::XResultSetMetaDataSupplier, 46 ::com::sun::star::sdbc::XMultipleResults, 75 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData > m_xMetaData; 95 …star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL executeQuery( ) throw(::com::… 98 …tar::uno::Reference< ::com::sun::star::sdbc::XConnection > SAL_CALL getConnection( ) throw(::com:… 118 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRef >& x ) throw(::com::sun::star::sdb… 119 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& x ) throw(::com::sun::star::sd… 126 …::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData > SAL_CALL getMetaData( ) throw(::co… [all …]
|
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SPreparedStatement.hxx | 39 typedef ::cppu::ImplHelper5< ::com::sun::star::sdbc::XPreparedStatement, 40 ::com::sun::star::sdbc::XParameters, 41 ::com::sun::star::sdbc::XPreparedBatchExecution, 42 ::com::sun::star::sdbc::XResultSetMetaDataSupplier, 73 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData > m_xMetaData; 96 …star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL executeQuery( ) throw(::com::… 99 …tar::uno::Reference< ::com::sun::star::sdbc::XConnection > SAL_CALL getConnection( ) throw(::com:… 119 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRef >& x ) throw(::com::sun::star::sdb… 120 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& x ) throw(::com::sun::star::sd… 121 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob >& x ) throw(::com::sun::star::sd… [all …]
|
/trunk/main/connectivity/source/inc/java/sql/ |
H A D | PreparedStatement.hxx | 41 public ::com::sun::star::sdbc::XPreparedStatement, 42 public ::com::sun::star::sdbc::XResultSetMetaDataSupplier, 43 public ::com::sun::star::sdbc::XParameters, 44 public ::com::sun::star::sdbc::XPreparedBatchExecution, 67 …star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL executeQuery( ) throw(::com::… 70 …tar::uno::Reference< ::com::sun::star::sdbc::XConnection > SAL_CALL getConnection( ) throw(::com:… 90 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRef >& x ) throw(::com::sun::star::sdb… 91 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& x ) throw(::com::sun::star::sd… 92 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob >& x ) throw(::com::sun::star::sd… 93 …::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XArray >& x ) throw(::com::sun::star::sd… [all …]
|
H A D | JStatement.hxx | 47 typedef ::cppu::WeakComponentImplHelper6< ::com::sun::star::sdbc::XStatement, 48 ::com::sun::star::sdbc::XWarningsSupplier, 50 ::com::sun::star::sdbc::XCloseable, 51 ::com::sun::star::sdbc::XGeneratedResultSet, 52 … ::com::sun::star::sdbc::XMultipleResults> java_sql_Statement_BASE; 87 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XStatement> m_xGeneratedStatement; 150 …ference< ::com::sun::star::sdbc::XResultSet > SAL_CALL executeQuery( const ::rtl::OUString& sql ) … 153 …tar::uno::Reference< ::com::sun::star::sdbc::XConnection > SAL_CALL getConnection( ) throw(::com:… 162 …star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL getResultSet( ) throw(::com::… 166 …::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL getGeneratedValues( ) throw (::co… [all …]
|
/trunk/main/ucbhelper/source/provider/ |
H A D | resultset.cxx | 277 sdbc::XResultSet, 279 sdbc::XRow, 280 sdbc::XCloseable, 294 sdbc::XResultSet, 296 sdbc::XRow, 297 sdbc::XCloseable, 609 throw sdbc::SQLException(); in absolute() 654 throw sdbc::SQLException(); in relative() 804 uno::Reference< sdbc::XRow > xValues in wasNull() 825 uno::Reference< sdbc::XRow > xValues in getString() [all …]
|
/trunk/main/connectivity/source/inc/file/ |
H A D | FPreparedStatement.hxx | 43 public ::com::sun::star::sdbc::XPreparedStatement, 44 public ::com::sun::star::sdbc::XParameters, 45 public ::com::sun::star::sdbc::XResultSetMetaDataSupplier, 62 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet> initResultSet(); 94 …star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL executeQuery( ) throw(::com::… 97 …tar::uno::Reference< ::com::sun::star::sdbc::XConnection > SAL_CALL getConnection( ) throw(::com:… 117 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRef >& x ) throw(::com::sun::star::sdb… 118 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& x ) throw(::com::sun::star::sd… 119 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob >& x ) throw(::com::sun::star::sd… 120 …::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XArray >& x ) throw(::com::sun::star::sd… [all …]
|
/trunk/main/dbaccess/source/core/inc/ |
H A D | preparedstatement.hxx | 57 public ::com::sun::star::sdbc::XPreparedStatement, 58 public ::com::sun::star::sdbc::XParameters, 59 public ::com::sun::star::sdbc::XResultSetMetaDataSupplier, 65 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XParameters > m_xAggregateAsParameters; 90 …star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL executeQuery( ) throw(::com::… 93 …tar::uno::Reference< ::com::sun::star::sdbc::XConnection > SAL_CALL getConnection( ) throw(::com:… 99 …::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData > SAL_CALL getMetaData( ) throw(::co… 120 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRef >& x ) throw(::com::sun::star::sdb… 121 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& x ) throw(::com::sun::star::sd… 122 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob >& x ) throw(::com::sun::star::sd… [all …]
|
/trunk/main/ucb/source/cacher/ |
H A D | contentresultsetwrapper.hxx | 47 , public com::sun::star::sdbc::XCloseable 51 , public com::sun::star::sdbc::XResultSet 52 , public com::sun::star::sdbc::XRow 246 throw( com::sun::star::sdbc::SQLException, 255 throw( com::sun::star::sdbc::SQLException, 351 throw( com::sun::star::sdbc::SQLException, 355 throw( com::sun::star::sdbc::SQLException, 511 com::sun::star::sdbc::XRef > SAL_CALL 517 com::sun::star::sdbc::XBlob > SAL_CALL 523 com::sun::star::sdbc::XClob > SAL_CALL [all …]
|
H A D | cachedcontentresultset.hxx | 66 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 …]
|
/trunk/main/ucbhelper/inc/ucbhelper/ |
H A D | resultset.hxx | 71 public com::sun::star::sdbc::XResultSet, 73 public com::sun::star::sdbc::XRow, 74 public com::sun::star::sdbc::XCloseable, 153 throw( com::sun::star::sdbc::SQLException, 159 throw( com::sun::star::sdbc::SQLException, 163 throw( com::sun::star::sdbc::SQLException, 167 throw( com::sun::star::sdbc::SQLException, 171 throw( com::sun::star::sdbc::SQLException, 301 com::sun::star::sdbc::XRef > SAL_CALL 306 com::sun::star::sdbc::XBlob > SAL_CALL [all …]
|
/trunk/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetbase.hxx | 51 public com::sun::star::sdbc::XRow, 52 public com::sun::star::sdbc::XResultSet, 53 public com::sun::star::sdbc::XCloseable, 104 throw( com::sun::star::sdbc::SQLException, in wasNull() 117 throw( com::sun::star::sdbc::SQLException, in getString() 129 throw( com::sun::star::sdbc::SQLException, in getBoolean() 141 throw( com::sun::star::sdbc::SQLException, in getByte() 154 com::sun::star::sdbc::SQLException, in getShort() 166 throw( com::sun::star::sdbc::SQLException, in getInt() 178 throw( com::sun::star::sdbc::SQLException, in getLong() [all …]
|
/trunk/main/ucb/source/ucp/ftp/ |
H A D | ftpresultsetbase.hxx | 48 public com::sun::star::sdbc::XRow, 49 public com::sun::star::sdbc::XResultSet, 50 public com::sun::star::sdbc::XCloseable, 107 throw( com::sun::star::sdbc::SQLException, in wasNull() 158 com::sun::star::sdbc::SQLException, in getShort() 307 com::sun::star::sdbc::XRef > SAL_CALL 320 com::sun::star::sdbc::XBlob > SAL_CALL 333 com::sun::star::sdbc::XClob > SAL_CALL 343 com::sun::star::sdbc::XClob >(); in getClob() 347 com::sun::star::sdbc::XArray > SAL_CALL [all …]
|