Commit 44d8e21c by Tom Tromey Committed by Tom Tromey

* java/sql/Types.java (Types): New constructor.

From-SVN: r46466
parent 80965c18
2001-10-24 Tom Tromey <tromey@redhat.com>
* java/sql/Types.java (Types): New constructor.
Tue Oct 23 23:52:18 2001 Anthony Green <green@redhat.com> Tue Oct 23 23:52:18 2001 Anthony Green <green@redhat.com>
* gnu/gcj/runtime/natSharedLibLoader.cc: Only include dlfcn.h when * gnu/gcj/runtime/natSharedLibLoader.cc: Only include dlfcn.h when
......
/* Types.java -- SQL type constants /* Types.java -- SQL type constants
Copyright (C) 1999 Free Software Foundation, Inc. Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -67,5 +67,10 @@ public static final int BLOB = 2004; ...@@ -67,5 +67,10 @@ public static final int BLOB = 2004;
public static final int CLOB = 2005; public static final int CLOB = 2005;
public static final int REF = 2006; public static final int REF = 2006;
// This class can't be instantiated.
private Types ()
{
}
} // class Types } // class Types
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment