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
7535373f
Kaydet (Commit)
7535373f
authored
Şub 14, 2012
tarafından
Lionel Elie Mamane
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
correct documentation of com::sun::star::sdbc::XDatabaseMetaData
üst
8167b8f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
XDatabaseMetaData.idl
offapi/com/sun/star/sdbc/XDatabaseMetaData.idl
+9
-7
No files found.
offapi/com/sun/star/sdbc/XDatabaseMetaData.idl
Dosyayı görüntüle @
7535373f
...
...
@@ -45,31 +45,33 @@
the
form
of
<
type
scope
=
"com::sun::star::sdbc"
>
XResultSet
</
type
>
objects
.
You
can
use
the
normal
<
type
scope
=
"com::sun::star::sdbc"
>
XResultSet
</
type
>
You
can
use
the
normal
<
type
scope
=
"com::sun::star::sdbc"
>
XRow
</
type
>
(
or
<
type
scope
=
"com::sun::star::sdb"
>
XColumn
</
type
>
)
methods
such
as
<
member
scope
=
"com::sun::star::sdbc"
>
XR
esultSet
::
getString
()
</
member
>
<
member
scope
=
"com::sun::star::sdbc"
>
XR
ow
::
getString
()
</
member
>
and
<
member
scope
=
"com::sun::star::sdbc"
>
XR
esultSet
::
getInt
()
</
member
>
<
member
scope
=
"com::sun::star::sdbc"
>
XR
ow
::
getInt
()
</
member
>
to
retrieve
the
data
from
these
XResultSets
.
If
a
given
form
of
metadata
is
not
available
,
these
methods
should
throw
a
<
type
scope
=
"com::sun::star::sdbc"
>
SQLException
</
type
>
.
That
a
value
of
<
type
scope
=
"com::sun::star::sdbc"
>
XResultSet
</
type
>
is
<
NULL
/
>
can
be
checked
with
the
method
<
member
scope
=
"com::sun::star::sdbc"
>
XResultSet
::
wasNull
()
</
member
>.
After
calling
one
of
the
getXXX
()
methods
,
one
can
check
whether
that
value
is
<
NULL
/
>
with
the
method
<
member
scope
=
"com::sun::star::sdbc"
>
XRow
::
wasNull
()
</
member
>.
In
the
text
only
"(may be <NULL/>)"
is
mentioned
for
this
case
.
</
p
>
<
p
>
Some
of
these
methods
take
arguments
that
are
String
patterns
.
These
arguments
all
have
names
such
as
fooPattern
.
Within
a
pattern
String
,
"%"
means
match
any
substring
of
0
or
more
characters
,
and
"_"
means
match
any
one
character
.
Only
metadata
entries
matching
the
search
pattern
are
returned
.
If
a
search
pattern
argument
is
set
to
<
VOID
/
>
,
is
returned
.
If
a
search
pattern
argument
is
set
to
<
VOID
/
>
,
that
argument
's criteria will be dropped from the search.
</p>
<p>
A
<type scope="com::sun::star::sdbc">SQLException</type>
will be thrown if a driver does not support
a meta
data method. In the case of methods that return an XResultSet,
a metadata method. In the case of methods that return an XResultSet,
either an XResultSet (which may be empty) is returned or a
SQLException is thrown.</p>
*/
...
...
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