Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
d7b363e9
Kaydet (Commit)
d7b363e9
authored
Tem 06, 2007
tarafından
Rüdiger Timm
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS oj14 (1.21.56); FILE MERGED
2007/06/06 06:21:31 fs 1.21.56.1: #i78077# +XParametersSupplier
üst
2a8d9771
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
RowSet.idl
offapi/com/sun/star/sdb/RowSet.idl
+15
-2
No files found.
offapi/com/sun/star/sdb/RowSet.idl
Dosyayı görüntüle @
d7b363e9
...
...
@@ -4,9 +4,9 @@
*
*
$
RCSfile
:
RowSet
.
idl
,
v
$
*
*
$
Revision
:
1.2
1
$
*
$
Revision
:
1.2
2
$
*
*
last
change
:
$
Author
:
kz
$
$
Date
:
2006
-
11
-
06
14
:
53
:
34
$
*
last
change
:
$
Author
:
rt
$
$
Date
:
2007
-
07
-
06
07
:
24
:
22
$
*
*
The
Contents
of
this
file
are
made
available
subject
to
*
the
terms
of
GNU
Lesser
General
Public
License
Version
2.1
.
...
...
@@ -59,6 +59,7 @@ published interface XDeleteRows;
published
interface
XRowSetApproveBroadcaster
;
published
interface
XResultSetAccess
;
published
interface
XParametersSupplier
;
/**
is
a
client
side
RowSet
,
which
use
retrieves
is
data
based
on
a
database
table
,
...
...
@@ -271,6 +272,18 @@ published service RowSet
*/
interface XResultSetAccess;
/** gives access to the parameters contained in the SQL statement represented by the component.
<p>If your <code>RowSet</code> is bound to an SQL command or query which contains parameters, or has
a <member>Filter</member> or <member>Order</member> which contains parameters, then those can be accessed
using the <code>XParametersSupplier</code> interface.</p>
<p>The returned container contains parameter objects which do allow write access to the parameters (which
is equivalent to using the <type scope="
com
::
sun
::
star
::
sdbc
">XParameters</type> interface inherited from
<type scope="
com
::
sun
::
star
::
sdbc
">RowSet</type>). Additionally, they provide information about the parameters,
such as their name (if they have one), their type, and the like.</p>
*/
[optional] interface XParametersSupplier;
/** is the connection generated by a DataSource or by a URL. It could
also be set from outside. When set from outside the RowSet is not responsible for the closing of the connection.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment