jdk/src/java.sql/share/classes/java/sql/Types.java
changeset 25991 e48157b42439
parent 25976 4de01a56e3ee
parent 25859 3317bb8137f4
child 44256 12050b22e372
equal deleted inserted replaced
25876:d06a6d3c66c0 25991:e48157b42439
     1 /*
     1 /*
     2  * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   241      * @since 1.2
   241      * @since 1.2
   242      */
   242      */
   243         public final static int REF                 = 2006;
   243         public final static int REF                 = 2006;
   244 
   244 
   245     /**
   245     /**
   246      * The constant in the Java programming language, somtimes referred to
   246      * The constant in the Java programming language, sometimes referred to
   247      * as a type code, that identifies the generic SQL type <code>DATALINK</code>.
   247      * as a type code, that identifies the generic SQL type <code>DATALINK</code>.
   248      *
   248      *
   249      * @since 1.4
   249      * @since 1.4
   250      */
   250      */
   251     public final static int DATALINK = 70;
   251     public final static int DATALINK = 70;
   252 
   252 
   253     /**
   253     /**
   254      * The constant in the Java programming language, somtimes referred to
   254      * The constant in the Java programming language, sometimes referred to
   255      * as a type code, that identifies the generic SQL type <code>BOOLEAN</code>.
   255      * as a type code, that identifies the generic SQL type <code>BOOLEAN</code>.
   256      *
   256      *
   257      * @since 1.4
   257      * @since 1.4
   258      */
   258      */
   259     public final static int BOOLEAN = 16;
   259     public final static int BOOLEAN = 16;