summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QSqlRecordInfo.java
blob: 25ad8924672691d6e12845f827e6bc0b64d6d5b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.qt;

import org.kde.qt.Qt;

public class TQSqlRecordInfo implements QtSupport {
	private long _qt;
	private boolean _allocatedInJavaWorld = true;
	protected TQSqlRecordInfo(Class dummy){}

	public TQSqlRecordInfo() {
		newTQSqlRecordInfo();
	}
	private native void newTQSqlRecordInfo();
	// TQSqlRecordInfo* TQSqlRecordInfo(const TQSqlFieldInfoList& arg1); >>>> NOT CONVERTED
	public TQSqlRecordInfo(TQSqlRecord other) {
		newTQSqlRecordInfo(other);
	}
	private native void newTQSqlRecordInfo(TQSqlRecord other);
	public native int contains(String fieldName);
	public native TQSqlFieldInfo find(String fieldName);
	public native TQSqlRecord toRecord();
	/** Deletes the wrapped C++ instance */
	protected native void finalize() throws InternalError;
	/** Delete the wrapped C++ instance ahead of finalize() */
	public native void dispose();
	/** Has the wrapped C++ instance been deleted? */
	public native boolean isDisposed();
}