//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.qt; import org.kde.qt.Qt; public class QSqlRecordInfo implements QtSupport { private long _qt; private boolean _allocatedInJavaWorld = true; protected QSqlRecordInfo(Class dummy){} public QSqlRecordInfo() { newQSqlRecordInfo(); } private native void newQSqlRecordInfo(); // QSqlRecordInfo* QSqlRecordInfo(const QSqlFieldInfoList& arg1); >>>> NOT CONVERTED public QSqlRecordInfo(QSqlRecord other) { newQSqlRecordInfo(other); } private native void newQSqlRecordInfo(QSqlRecord other); public native int contains(String fieldName); public native QSqlFieldInfo find(String fieldName); public native QSqlRecord 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(); }