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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [sql/] [Types.h] - Rev 775

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

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __java_sql_Types__
#define __java_sql_Types__
 
#pragma interface
 
#include <java/lang/Object.h>
extern "Java"
{
  namespace java
  {
    namespace sql
    {
        class Types;
    }
  }
}
 
class java::sql::Types : public ::java::lang::Object
{
 
  Types();
public:
  static const jint BIT = -7;
  static const jint TINYINT = -6;
  static const jint SMALLINT = 5;
  static const jint INTEGER = 4;
  static const jint BIGINT = -5;
  static const jint FLOAT = 6;
  static const jint REAL = 7;
  static const jint DOUBLE = 8;
  static const jint NUMERIC = 2;
  static const jint DECIMAL = 3;
  static const jint CHAR = 1;
  static const jint VARCHAR = 12;
  static const jint LONGVARCHAR = -1;
  static const jint DATE = 91;
  static const jint TIME = 92;
  static const jint TIMESTAMP = 93;
  static const jint BINARY = -2;
  static const jint VARBINARY = -3;
  static const jint LONGVARBINARY = -4;
  static const jint NULL = 0;
  static const jint OTHER = 1111;
  static const jint JAVA_OBJECT = 2000;
  static const jint DISTINCT = 2001;
  static const jint STRUCT = 2002;
  static const jint ARRAY = 2003;
  static const jint BLOB = 2004;
  static const jint CLOB = 2005;
  static const jint REF = 2006;
  static const jint DATALINK = 70;
  static const jint BOOLEAN = 16;
  static ::java::lang::Class class$;
};
 
#endif // __java_sql_Types__
 

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

powered by: WebSVN 2.1.0

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