summaryrefslogtreecommitdiff
path: root/mysqlc/source/mysqlc_resultsetmetadata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'mysqlc/source/mysqlc_resultsetmetadata.hxx')
-rw-r--r--mysqlc/source/mysqlc_resultsetmetadata.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/mysqlc/source/mysqlc_resultsetmetadata.hxx b/mysqlc/source/mysqlc_resultsetmetadata.hxx
index 5ecf5d1de797..95dde3738b34 100644
--- a/mysqlc/source/mysqlc_resultsetmetadata.hxx
+++ b/mysqlc/source/mysqlc_resultsetmetadata.hxx
@@ -73,11 +73,8 @@ namespace connectivity
sal_Int32 SAL_CALL getColumnCount() throw(SQLException, RuntimeException);
sal_Bool SAL_CALL isAutoIncrement(sal_Int32 column) throw(SQLException, RuntimeException);
-
sal_Bool SAL_CALL isCaseSensitive(sal_Int32 column) throw(SQLException, RuntimeException);
-
sal_Bool SAL_CALL isSearchable(sal_Int32 column) throw(SQLException, RuntimeException);
-
sal_Bool SAL_CALL isCurrency(sal_Int32 column) throw(SQLException, RuntimeException);
sal_Int32 SAL_CALL isNullable(sal_Int32 column) throw(SQLException, RuntimeException);
@@ -87,17 +84,13 @@ namespace connectivity
sal_Int32 SAL_CALL getColumnDisplaySize(sal_Int32 column)throw(SQLException, RuntimeException);
OUString SAL_CALL getColumnLabel(sal_Int32 column) throw(SQLException, RuntimeException);
-
OUString SAL_CALL getColumnName(sal_Int32 column) throw(SQLException, RuntimeException);
-
OUString SAL_CALL getSchemaName(sal_Int32 column) throw(SQLException, RuntimeException);
sal_Int32 SAL_CALL getPrecision(sal_Int32 column) throw(SQLException, RuntimeException);
-
sal_Int32 SAL_CALL getScale(sal_Int32 column) throw(SQLException, RuntimeException);
OUString SAL_CALL getTableName(sal_Int32 column) throw(SQLException, RuntimeException);
-
OUString SAL_CALL getCatalogName(sal_Int32 column) throw(SQLException, RuntimeException);
sal_Int32 SAL_CALL getColumnType(sal_Int32 column) throw(SQLException, RuntimeException);
@@ -105,9 +98,7 @@ namespace connectivity
OUString SAL_CALL getColumnTypeName(sal_Int32 column) throw(SQLException, RuntimeException);
sal_Bool SAL_CALL isReadOnly(sal_Int32 column) throw(SQLException, RuntimeException);
-
sal_Bool SAL_CALL isWritable(sal_Int32 column) throw(SQLException, RuntimeException);
-
sal_Bool SAL_CALL isDefinitelyWritable(sal_Int32 column)throw(SQLException, RuntimeException);
OUString SAL_CALL getColumnServiceName(sal_Int32 column)throw(SQLException, RuntimeException);