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
e9de1010
Kaydet (Commit)
e9de1010
authored
Haz 20, 2006
tarafından
Jens-Heiner Rechtien
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED
2005/11/16 12:59:14 fs 1.4.30.1: #i57457# warning free code
üst
54281dbc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
MResultSetMetaData.cxx
connectivity/source/drivers/mozab/MResultSetMetaData.cxx
+11
-11
No files found.
connectivity/source/drivers/mozab/MResultSetMetaData.cxx
Dosyayı görüntüle @
e9de1010
...
...
@@ -4,9 +4,9 @@
*
* $RCSfile: MResultSetMetaData.cxx,v $
*
* $Revision: 1.
4
$
* $Revision: 1.
5
$
*
* last change: $Author:
rt $ $Date: 2005-09-08 06:20:07
$
* last change: $Author:
hr $ $Date: 2006-06-20 01:44:43
$
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
...
...
@@ -80,7 +80,7 @@ sal_Int32 SAL_CALL OResultSetMetaData::getColumnDisplaySize( sal_Int32 column )
}
// -------------------------------------------------------------------------
sal_Int32
SAL_CALL
OResultSetMetaData
::
getColumnType
(
sal_Int32
column
)
throw
(
SQLException
,
RuntimeException
)
sal_Int32
SAL_CALL
OResultSetMetaData
::
getColumnType
(
sal_Int32
/*column*/
)
throw
(
SQLException
,
RuntimeException
)
{
return
DataType
::
VARCHAR
;
// at the moment there exists only this type
}
...
...
@@ -92,13 +92,13 @@ sal_Int32 SAL_CALL OResultSetMetaData::getColumnCount( ) throw(SQLException, Ru
}
// -------------------------------------------------------------------------
sal_Bool
SAL_CALL
OResultSetMetaData
::
isCaseSensitive
(
sal_Int32
column
)
throw
(
SQLException
,
RuntimeException
)
sal_Bool
SAL_CALL
OResultSetMetaData
::
isCaseSensitive
(
sal_Int32
/*column*/
)
throw
(
SQLException
,
RuntimeException
)
{
return
sal_False
;
}
// -------------------------------------------------------------------------
::
rtl
::
OUString
SAL_CALL
OResultSetMetaData
::
getSchemaName
(
sal_Int32
column
)
throw
(
SQLException
,
RuntimeException
)
::
rtl
::
OUString
SAL_CALL
OResultSetMetaData
::
getSchemaName
(
sal_Int32
/*column*/
)
throw
(
SQLException
,
RuntimeException
)
{
return
::
rtl
::
OUString
();
}
...
...
@@ -112,12 +112,12 @@ sal_Bool SAL_CALL OResultSetMetaData::isCaseSensitive( sal_Int32 column ) throw(
return
aName
.
hasValue
()
?
getString
(
aName
)
:
getString
((
*
m_xColumns
)[
column
-
1
]
->
getPropertyValue
(
OMetaConnection
::
getPropMap
().
getNameByIndex
(
PROPERTY_ID_NAME
)));
}
// -------------------------------------------------------------------------
::
rtl
::
OUString
SAL_CALL
OResultSetMetaData
::
getTableName
(
sal_Int32
column
)
throw
(
SQLException
,
RuntimeException
)
::
rtl
::
OUString
SAL_CALL
OResultSetMetaData
::
getTableName
(
sal_Int32
/*column*/
)
throw
(
SQLException
,
RuntimeException
)
{
return
m_aTableName
;
}
// -------------------------------------------------------------------------
::
rtl
::
OUString
SAL_CALL
OResultSetMetaData
::
getCatalogName
(
sal_Int32
column
)
throw
(
SQLException
,
RuntimeException
)
::
rtl
::
OUString
SAL_CALL
OResultSetMetaData
::
getCatalogName
(
sal_Int32
/*column*/
)
throw
(
SQLException
,
RuntimeException
)
{
return
::
rtl
::
OUString
();
}
...
...
@@ -133,7 +133,7 @@ sal_Bool SAL_CALL OResultSetMetaData::isCaseSensitive( sal_Int32 column ) throw(
return
getColumnName
(
column
);
}
// -------------------------------------------------------------------------
::
rtl
::
OUString
SAL_CALL
OResultSetMetaData
::
getColumnServiceName
(
sal_Int32
column
)
throw
(
SQLException
,
RuntimeException
)
::
rtl
::
OUString
SAL_CALL
OResultSetMetaData
::
getColumnServiceName
(
sal_Int32
/*column*/
)
throw
(
SQLException
,
RuntimeException
)
{
return
::
rtl
::
OUString
();
}
...
...
@@ -146,12 +146,12 @@ sal_Bool SAL_CALL OResultSetMetaData::isCurrency( sal_Int32 column ) throw(SQLEx
}
// -------------------------------------------------------------------------
sal_Bool
SAL_CALL
OResultSetMetaData
::
isAutoIncrement
(
sal_Int32
column
)
throw
(
SQLException
,
RuntimeException
)
sal_Bool
SAL_CALL
OResultSetMetaData
::
isAutoIncrement
(
sal_Int32
/*column*/
)
throw
(
SQLException
,
RuntimeException
)
{
return
sal_False
;
}
// -------------------------------------------------------------------------
sal_Bool
SAL_CALL
OResultSetMetaData
::
isSigned
(
sal_Int32
column
)
throw
(
SQLException
,
RuntimeException
)
sal_Bool
SAL_CALL
OResultSetMetaData
::
isSigned
(
sal_Int32
/*column*/
)
throw
(
SQLException
,
RuntimeException
)
{
return
sal_False
;
}
...
...
@@ -176,7 +176,7 @@ sal_Int32 SAL_CALL OResultSetMetaData::isNullable( sal_Int32 column ) throw(SQLE
}
// -------------------------------------------------------------------------
sal_Bool
SAL_CALL
OResultSetMetaData
::
isSearchable
(
sal_Int32
column
)
throw
(
SQLException
,
RuntimeException
)
sal_Bool
SAL_CALL
OResultSetMetaData
::
isSearchable
(
sal_Int32
/*column*/
)
throw
(
SQLException
,
RuntimeException
)
{
OSL_TRACE
(
"In/Out : OResultSetMetaData::isSearchable() : True"
);
return
sal_True
;
...
...
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