OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [sql/] [Types.h] - Blame information for rev 775

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __java_sql_Types__
5
#define __java_sql_Types__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace sql
15
    {
16
        class Types;
17
    }
18
  }
19
}
20
 
21
class java::sql::Types : public ::java::lang::Object
22
{
23
 
24
  Types();
25
public:
26
  static const jint BIT = -7;
27
  static const jint TINYINT = -6;
28
  static const jint SMALLINT = 5;
29
  static const jint INTEGER = 4;
30
  static const jint BIGINT = -5;
31
  static const jint FLOAT = 6;
32
  static const jint REAL = 7;
33
  static const jint DOUBLE = 8;
34
  static const jint NUMERIC = 2;
35
  static const jint DECIMAL = 3;
36
  static const jint CHAR = 1;
37
  static const jint VARCHAR = 12;
38
  static const jint LONGVARCHAR = -1;
39
  static const jint DATE = 91;
40
  static const jint TIME = 92;
41
  static const jint TIMESTAMP = 93;
42
  static const jint BINARY = -2;
43
  static const jint VARBINARY = -3;
44
  static const jint LONGVARBINARY = -4;
45
  static const jint NULL = 0;
46
  static const jint OTHER = 1111;
47
  static const jint JAVA_OBJECT = 2000;
48
  static const jint DISTINCT = 2001;
49
  static const jint STRUCT = 2002;
50
  static const jint ARRAY = 2003;
51
  static const jint BLOB = 2004;
52
  static const jint CLOB = 2005;
53
  static const jint REF = 2006;
54
  static const jint DATALINK = 70;
55
  static const jint BOOLEAN = 16;
56
  static ::java::lang::Class class$;
57
};
58
 
59
#endif // __java_sql_Types__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.