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
38b510af
Kaydet (Commit)
38b510af
authored
Mar 05, 2012
tarafından
Philipp Weissenbacher
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Finish translating connectivity, fix some whitespace
üst
b5995754
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
MPreparedStatement.hxx
connectivity/source/drivers/mozab/MPreparedStatement.hxx
+2
-3
sqliterator.cxx
connectivity/source/parse/sqliterator.cxx
+1
-1
No files found.
connectivity/source/drivers/mozab/MPreparedStatement.hxx
Dosyayı görüntüle @
38b510af
...
...
@@ -69,8 +69,7 @@ namespace connectivity
//====================================================================
// Data attributes
//====================================================================
sal_Int32
m_nNumParams
;
// Number of parameter markers
// for the prepared statement
sal_Int32
m_nNumParams
;
// Number of parameter markers for the prepared statement
::
rtl
::
OUString
m_sSqlStatement
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
sdbc
::
XResultSetMetaData
>
m_xMetaData
;
...
...
@@ -109,7 +108,7 @@ namespace connectivity
public
:
DECLARE_SERVICE_INFO
();
//
ein Konstruktor, der fuer das Returnen des Objektes benoetigt wird:
//
A ctor need for returning the object
OPreparedStatement
(
OConnection
*
_pConnection
,
const
::
rtl
::
OUString
&
sql
);
void
lateInit
();
...
...
connectivity/source/parse/sqliterator.cxx
Dosyayı görüntüle @
38b510af
...
...
@@ -1993,7 +1993,7 @@ const OSQLParseNode* OSQLParseTreeIterator::getOrderTree() const
OSL_ENSURE
(
pTableExp
->
count
()
==
TABLE_EXPRESSION_CHILD_COUNT
,
"OSQLParseTreeIterator: error in parse tree!"
);
pOrderClause
=
pTableExp
->
getChild
(
ORDER_BY_CHILD_POS
);
//
Wenn es aber eine order_by ist, dann darf sie nicht leer sein:
//
If it is a order_by, it must not be empty
if
(
pOrderClause
->
count
()
!=
3
)
pOrderClause
=
NULL
;
return
pOrderClause
;
...
...
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