Fix expected messages in test
[official-gcc.git] / libjava / javax / sql / DataSource.h
blobf8048bd3183df02f1fb1250fabe6e751e71c81b1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_sql_DataSource__
5 #define __javax_sql_DataSource__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace java
14 namespace sql
16 class Connection;
19 namespace javax
21 namespace sql
23 class DataSource;
28 class javax::sql::DataSource : public ::java::lang::Object
31 public:
32 virtual ::java::sql::Connection * getConnection() = 0;
33 virtual ::java::sql::Connection * getConnection(::java::lang::String *, ::java::lang::String *) = 0;
34 virtual ::java::io::PrintWriter * getLogWriter() = 0;
35 virtual void setLogWriter(::java::io::PrintWriter *) = 0;
36 virtual void setLoginTimeout(jint) = 0;
37 virtual jint getLoginTimeout() = 0;
38 static ::java::lang::Class class$;
39 } __attribute__ ((java_interface));
41 #endif // __javax_sql_DataSource__