summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/TQSqlRecordInfo.java
diff options
context:
space:
mode:
Diffstat (limited to 'qtjava/javalib/org/kde/qt/TQSqlRecordInfo.java')
-rw-r--r--qtjava/javalib/org/kde/qt/TQSqlRecordInfo.java29
1 files changed, 29 insertions, 0 deletions
diff --git a/qtjava/javalib/org/kde/qt/TQSqlRecordInfo.java b/qtjava/javalib/org/kde/qt/TQSqlRecordInfo.java
new file mode 100644
index 00000000..25ad8924
--- /dev/null
+++ b/qtjava/javalib/org/kde/qt/TQSqlRecordInfo.java
@@ -0,0 +1,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();
+}