~ubuntu-branches/ubuntu/oneiric/postgresql-pljava/oneiric

« back to all changes in this revision

Viewing changes to src/C/include/pljava/type/String_priv.h

  • Committer: Bazaar Package Importer
  • Author(s): Peter Eisentraut
  • Date: 2006-06-26 10:44:55 UTC
  • mfrom: (1.1.1 upstream) (3.1.1 edgy)
  • Revision ID: james.westby@ubuntu.com-20060626104455-135i9wosat2k8vvt
Tags: 1.3.0-1
* New upstream release (closes: #375199)
* Built for postgresql 8.1 (closes: #339641)
* Rebuilt for new libgcj library (closes: #369986)
* Updated copyright file
* Updated standards version
* Made use of cdbs simple patchsys

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (c) 2004, 2005 TADA AB - Taby Sweden
 
2
 * Copyright (c) 2004, 2005, 2006 TADA AB - Taby Sweden
3
3
 * Distributed under the terms shown in the file COPYRIGHT
4
4
 * found in the root folder of this project or at
5
5
 * http://eng.tada.se/osprojects/COPYRIGHT.html
45
45
        Oid elementType;
46
46
};
47
47
 
48
 
extern Datum _String_coerceObject(Type self, JNIEnv* env, jobject jstr);
 
48
extern Datum _String_coerceObject(Type self, jobject jstr);
49
49
 
50
 
extern jvalue _String_coerceDatum(Type self, JNIEnv* env, Datum value);
 
50
extern jvalue _String_coerceDatum(Type self, Datum value);
51
51
 
52
52
#ifdef __cplusplus
53
53
}