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, 0 insertions, 29 deletions
diff --git a/qtjava/javalib/org/kde/qt/TQSqlRecordInfo.java b/qtjava/javalib/org/kde/qt/TQSqlRecordInfo.java
deleted file mode 100644
index 25ad8924..00000000
--- a/qtjava/javalib/org/kde/qt/TQSqlRecordInfo.java
+++ /dev/null
@@ -1,29 +0,0 @@
-//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();
-}