68697071727374
*/ protected IDataSet createDataSet() throws DataSetException { final ISession session = getSession(); final ISQLConnection conn = session.getSQLConnection(); return new JavabeanDataSet(new ConnectionInfo(conn, session)); }
56575859606162
return s_stringMgr.getString("DatabaseObjectInfoTab.hint"); } protected IDataSet createDataSet() throws DataSetException { return new JavabeanDataSet(getDatabaseObjectInfo()); }
80818283848586
/** * Create the <TT>IDataSet</TT> to be displayed in this tab. */ protected IDataSet createDataSet() throws DataSetException { return new JavabeanDataSet(createIndexInfo()); }