//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(); }