summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java/sql
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/java/sql')
-rw-r--r--connectivity/source/inc/java/sql/Array.hxx4
-rw-r--r--connectivity/source/inc/java/sql/Blob.hxx4
-rw-r--r--connectivity/source/inc/java/sql/CallableStatement.hxx4
-rw-r--r--connectivity/source/inc/java/sql/Clob.hxx4
-rw-r--r--connectivity/source/inc/java/sql/ConnectionLog.hxx20
-rw-r--r--connectivity/source/inc/java/sql/DatabaseMetaData.hxx4
-rw-r--r--connectivity/source/inc/java/sql/DriverPropertyInfo.hxx4
-rw-r--r--connectivity/source/inc/java/sql/JStatement.hxx4
-rw-r--r--connectivity/source/inc/java/sql/PreparedStatement.hxx4
-rw-r--r--connectivity/source/inc/java/sql/Ref.hxx4
-rw-r--r--connectivity/source/inc/java/sql/ResultSetMetaData.hxx4
-rw-r--r--connectivity/source/inc/java/sql/SQLException.hxx4
-rw-r--r--connectivity/source/inc/java/sql/SQLWarning.hxx4
-rw-r--r--connectivity/source/inc/java/sql/Timestamp.hxx12
14 files changed, 40 insertions, 40 deletions
diff --git a/connectivity/source/inc/java/sql/Array.hxx b/connectivity/source/inc/java/sql/Array.hxx
index b55c94f60bc4..e469fbb4d2da 100644
--- a/connectivity/source/inc/java/sql/Array.hxx
+++ b/connectivity/source/inc/java/sql/Array.hxx
@@ -26,9 +26,9 @@
namespace connectivity
{
- //**************************************************************
+
//************ Class: java.sql.SQLWarning
- //**************************************************************
+
class java_sql_Array : public java_lang_Object,
public ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XArray>
{
diff --git a/connectivity/source/inc/java/sql/Blob.hxx b/connectivity/source/inc/java/sql/Blob.hxx
index 47441dafbf7b..2bba436f5377 100644
--- a/connectivity/source/inc/java/sql/Blob.hxx
+++ b/connectivity/source/inc/java/sql/Blob.hxx
@@ -27,9 +27,9 @@
namespace connectivity
{
- //**************************************************************
+
//************ Class: java.sql.SQLWarning
- //**************************************************************
+
class java_sql_Blob : public java_lang_Object,
public ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XBlob>
{
diff --git a/connectivity/source/inc/java/sql/CallableStatement.hxx b/connectivity/source/inc/java/sql/CallableStatement.hxx
index afc23eb207f8..e4fbd6982e46 100644
--- a/connectivity/source/inc/java/sql/CallableStatement.hxx
+++ b/connectivity/source/inc/java/sql/CallableStatement.hxx
@@ -26,9 +26,9 @@
namespace connectivity
{
- //**************************************************************
+
//************ Class: java.sql.CallableStatement
- //**************************************************************
+
class java_sql_CallableStatement : public java_sql_PreparedStatement,
public ::com::sun::star::sdbc::XRow,
diff --git a/connectivity/source/inc/java/sql/Clob.hxx b/connectivity/source/inc/java/sql/Clob.hxx
index 9779ffcd298b..89a748c3a867 100644
--- a/connectivity/source/inc/java/sql/Clob.hxx
+++ b/connectivity/source/inc/java/sql/Clob.hxx
@@ -27,9 +27,9 @@
namespace connectivity
{
- //**************************************************************
+
//************ Class: java.sql.SQLWarning
- //**************************************************************
+
class java_sql_Clob : public java_lang_Object,
public ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XClob>
{
diff --git a/connectivity/source/inc/java/sql/ConnectionLog.hxx b/connectivity/source/inc/java/sql/ConnectionLog.hxx
index 49c835bde32a..34dcdac461b0 100644
--- a/connectivity/source/inc/java/sql/ConnectionLog.hxx
+++ b/connectivity/source/inc/java/sql/ConnectionLog.hxx
@@ -34,19 +34,19 @@ namespace com { namespace sun { namespace star { namespace util
struct DateTime;
} } } }
-//........................................................................
+
namespace comphelper { namespace log { namespace convert
{
-//........................................................................
+
// helpers for logging more data types than are defined in comphelper/logging.hxx
OUString convertLogArgToString( const ::com::sun::star::util::Date& _rDate );
OUString convertLogArgToString( const ::com::sun::star::util::Time& _rTime );
OUString convertLogArgToString( const ::com::sun::star::util::DateTime& _rDateTime );
-//........................................................................
+
} } }
-//........................................................................
+
#include <comphelper/logging.hxx>
@@ -55,13 +55,13 @@ namespace connectivity
namespace LogLevel = ::com::sun::star::logging::LogLevel;
}
-//........................................................................
+
namespace connectivity { namespace java { namespace sql {
-//........................................................................
- //====================================================================
+
+
//= ConnectionLog
- //====================================================================
+
typedef ::comphelper::ResourceBasedEventLogger ConnectionLog_Base;
class ConnectionLog : public ConnectionLog_Base
{
@@ -125,9 +125,9 @@ namespace connectivity { namespace java { namespace sql {
}
};
-//........................................................................
+
} } } // namespace connectivity::java::sql
-//........................................................................
+
#endif // CONNECTIVITY_CONNECTIONLOG_HXX
diff --git a/connectivity/source/inc/java/sql/DatabaseMetaData.hxx b/connectivity/source/inc/java/sql/DatabaseMetaData.hxx
index e137a20837f3..12c272b57148 100644
--- a/connectivity/source/inc/java/sql/DatabaseMetaData.hxx
+++ b/connectivity/source/inc/java/sql/DatabaseMetaData.hxx
@@ -27,9 +27,9 @@
namespace connectivity
{
class java_sql_Connection;
- //**************************************************************
+
//************ Class: java.sql.DatabaseMetaDataDate
- //**************************************************************
+
class java_sql_DatabaseMetaData : public ODatabaseMetaDataBase,
public java_lang_Object
diff --git a/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx b/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx
index 0080bf273e66..25d191f02c7a 100644
--- a/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx
+++ b/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx
@@ -26,9 +26,9 @@
namespace connectivity
{
-//**************************************************************
+
//************ Class: java.sql.DriverPropertyInfo
-//**************************************************************
+
class java_sql_DriverPropertyInfo : public java_lang_Object
{
protected:
diff --git a/connectivity/source/inc/java/sql/JStatement.hxx b/connectivity/source/inc/java/sql/JStatement.hxx
index 2f82bcc85da6..a578460c6419 100644
--- a/connectivity/source/inc/java/sql/JStatement.hxx
+++ b/connectivity/source/inc/java/sql/JStatement.hxx
@@ -49,9 +49,9 @@ namespace connectivity
class java_sql_Connection;
- //**************************************************************
+
//************ Class: java.sql.Statement
- //**************************************************************
+
class java_sql_Statement_Base : public comphelper::OBaseMutex,
public java_sql_Statement_BASE,
public java_lang_Object,
diff --git a/connectivity/source/inc/java/sql/PreparedStatement.hxx b/connectivity/source/inc/java/sql/PreparedStatement.hxx
index 1e13f288e1c7..a742c87d71c6 100644
--- a/connectivity/source/inc/java/sql/PreparedStatement.hxx
+++ b/connectivity/source/inc/java/sql/PreparedStatement.hxx
@@ -28,9 +28,9 @@
namespace connectivity
{
- //**************************************************************
+
//************ Class: java.sql.PreparedStatement
- //**************************************************************
+
class java_sql_PreparedStatement : public OStatement_BASE2,
public ::com::sun::star::sdbc::XPreparedStatement,
diff --git a/connectivity/source/inc/java/sql/Ref.hxx b/connectivity/source/inc/java/sql/Ref.hxx
index 10572feb4850..931ca6bc350f 100644
--- a/connectivity/source/inc/java/sql/Ref.hxx
+++ b/connectivity/source/inc/java/sql/Ref.hxx
@@ -26,9 +26,9 @@
namespace connectivity
{
- //**************************************************************
+
//************ Class: java.sql.Ref
- //**************************************************************
+
class java_sql_Ref : public java_lang_Object,
public ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XRef>
{
diff --git a/connectivity/source/inc/java/sql/ResultSetMetaData.hxx b/connectivity/source/inc/java/sql/ResultSetMetaData.hxx
index 439e4d6831a5..19fe1363b91d 100644
--- a/connectivity/source/inc/java/sql/ResultSetMetaData.hxx
+++ b/connectivity/source/inc/java/sql/ResultSetMetaData.hxx
@@ -26,9 +26,9 @@
namespace connectivity
{
- //**************************************************************
+
//************ Class: java.sql.ResultSetMetaData
- //**************************************************************
+
class java_sql_Connection;
class java_sql_ResultSetMetaData : public ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XResultSetMetaData>,
public java_lang_Object
diff --git a/connectivity/source/inc/java/sql/SQLException.hxx b/connectivity/source/inc/java/sql/SQLException.hxx
index 217556cda071..7d0d52cea984 100644
--- a/connectivity/source/inc/java/sql/SQLException.hxx
+++ b/connectivity/source/inc/java/sql/SQLException.hxx
@@ -25,9 +25,9 @@
namespace connectivity
{
namespace starsdbc = ::com::sun::star::sdbc;
- //**************************************************************
+
//************ Class: java.sql.SQLException
- //**************************************************************
+
class java_sql_SQLException_BASE;
class java_sql_SQLException : public starsdbc::SQLException
{
diff --git a/connectivity/source/inc/java/sql/SQLWarning.hxx b/connectivity/source/inc/java/sql/SQLWarning.hxx
index 3c158e7007d8..bd7d13de9f85 100644
--- a/connectivity/source/inc/java/sql/SQLWarning.hxx
+++ b/connectivity/source/inc/java/sql/SQLWarning.hxx
@@ -26,9 +26,9 @@ namespace connectivity
{
// namespace starsdbc = ::com::sun::star::sdbc;
// namespace ::com::sun::star::uno = ::com::sun::star::uno;
- //**************************************************************
+
//************ Class: java.sql.SQLWarning
- //**************************************************************
+
class java_sql_SQLWarning_BASE : public java_sql_SQLException_BASE
{
protected:
diff --git a/connectivity/source/inc/java/sql/Timestamp.hxx b/connectivity/source/inc/java/sql/Timestamp.hxx
index 6c84c4f3104e..563b06b52cf1 100644
--- a/connectivity/source/inc/java/sql/Timestamp.hxx
+++ b/connectivity/source/inc/java/sql/Timestamp.hxx
@@ -26,9 +26,9 @@
namespace connectivity
{
- //**************************************************************
+
//************ Class: java.sql.Date
- //**************************************************************
+
class java_sql_Date : public java_util_Date
{
@@ -47,9 +47,9 @@ namespace connectivity
};
- //**************************************************************
+
//************ Class: java.sql.Time
- //**************************************************************
+
class java_sql_Time : public java_util_Date
{
@@ -66,9 +66,9 @@ namespace connectivity
static jclass st_getMyClass();
};
- //**************************************************************
+
//************ Class: java.sql.Timestamp
- //**************************************************************
+
class java_sql_Timestamp : public java_util_Date
{
protected: