Uses of Class
gpl.fredy.share.t_connect

Packages that use t_connect
gpl.fredy.datadrill   
gpl.fredy.generate   
gpl.fredy.metadata   
gpl.fredy.share   
gpl.fredy.sqltools   
gpl.fredy.ui   
 

Uses of t_connect in gpl.fredy.datadrill
 

Methods in gpl.fredy.datadrill that return t_connect
 t_connect SqlParser.getCon()
          Get the value of con.
 t_connect SelectionGui.getCon()
          Get the value of con.
 t_connect SqlParserObject.getCon()
          Get the value of con.
 t_connect SelectPanel.getCon()
          Get the value of con.
 

Methods in gpl.fredy.datadrill with parameters of type t_connect
 void SqlParser.setCon(t_connect v)
          Set the value of con.
 void SelectionGui.setCon(t_connect v)
          Set the value of con.
 void SqlParserObject.setCon(t_connect v)
          Set the value of con.
 void SelectPanel.setCon(t_connect v)
          Set the value of con.
 

Constructors in gpl.fredy.datadrill with parameters of type t_connect
SelectionGui(t_connect v)
           
SelectionGui(t_connect v, java.lang.String componentName, java.lang.String fileName)
           
SelectPanel(java.lang.String name, java.lang.String type, java.lang.String prefix, java.lang.String query, t_connect con)
           
SqlParser(java.lang.String fileName, t_connect con)
           
 

Uses of t_connect in gpl.fredy.generate
 

Methods in gpl.fredy.generate that return t_connect
 t_connect GenerateCode.getCon()
          Get the value of con.
 t_connect GenerateForm.getCon()
          Get the value of con.
 t_connect GenerateWrapper.getCon()
          Get the value of con.
 t_connect GenerateTool.getCon()
          Get the value of con.
 

Methods in gpl.fredy.generate with parameters of type t_connect
 java.lang.String[] GetFileNames.getFormNames(t_connect con)
           
 java.lang.String[] GetFileNames.getNames(t_connect con)
           
 void GenerateCode.setCon(t_connect v)
          Set the value of con.
 void GenerateForm.setCon(t_connect v)
          Set the value of con.
 void GenerateWrapper.setCon(t_connect v)
          Set the value of con.
 void GenerateTool.setCon(t_connect v)
          Set the value of con.
 

Constructors in gpl.fredy.generate with parameters of type t_connect
GenerateCode(t_connect con)
           
GenerateForm(t_connect con, java.lang.String schema, java.lang.String file, java.lang.String appDir)
           
GenerateJTableModel(t_connect con, java.lang.String table)
           
GenerateJTableModel(t_connect con, java.lang.String table, java.lang.String schema)
           
GenerateTool(t_connect con)
           
GenerateWrapper(t_connect con, java.lang.String table, java.lang.String directory, java.lang.String schema)
           
GenerateXML(t_connect con, java.lang.String table, java.lang.String schema, java.lang.String file)
           
 

Uses of t_connect in gpl.fredy.metadata
 

Methods in gpl.fredy.metadata that return t_connect
 t_connect IsAutoIncrement.getCon()
          Get the value of con.
 t_connect Catalog.getCon()
          Get the value of con.
 t_connect DBList.getCon()
          Get the value of con.
 t_connect DBTree.getCon()
          Get the value of con.
 t_connect TableMetaData.getCon()
          Get the value of con.
 t_connect TableColumns.getCon()
          Get the value of con.
 

Methods in gpl.fredy.metadata with parameters of type t_connect
 void IsAutoIncrement.setCon(t_connect v)
          Set the value of con.
 void Catalog.setCon(t_connect v)
          Set the value of con.
 void DBList.setCon(t_connect v)
          Set the value of con.
 void DBTree.setCon(t_connect v)
          Set the value of con.
 void TableMetaData.setCon(t_connect v)
          Set the value of con.
 void TableColumns.setCon(t_connect v)
          Set the value of con.
 

Constructors in gpl.fredy.metadata with parameters of type t_connect
Catalog(t_connect con, java.lang.String table)
           
DbInfo(t_connect con)
           
DBList(t_connect con)
           
DBTree(t_connect con)
           
DBTree(t_connect con, java.lang.String[] tableType)
           
IsAutoIncrement(t_connect con, java.lang.String table)
           
TableColumns(t_connect con, java.lang.String table)
           
TableMetaData(t_connect con, java.lang.String table)
           
TableMetaData(t_connect con, java.lang.String schema, java.lang.String table)
           
TableRows(t_connect con, java.lang.String dbTable)
          TableRow need the following:
 

Uses of t_connect in gpl.fredy.share
 

Fields in gpl.fredy.share declared as t_connect
 t_connect BasicAdmin.con
           
 

Methods in gpl.fredy.share that return t_connect
 t_connect BasicAdmin.getCon()
          Get the value of con.
 

Methods in gpl.fredy.share with parameters of type t_connect
 void BasicAdmin.setCon(t_connect v)
          Set the value of con.
 

Constructors in gpl.fredy.share with parameters of type t_connect
BasicAdmin(t_connect con)
           
BasicAdmin(t_connect con, java.lang.String table)
           
BasicAdmin(t_connect con, java.lang.String table, java.lang.String schema)
           
JDBCAdapter(t_connect con)
           
 

Uses of t_connect in gpl.fredy.sqltools
 

Methods in gpl.fredy.sqltools that return t_connect
 t_connect AutoForm.getCon()
          Get the value of con.
 t_connect CreateTable.getCon()
          Get the value of con.
 t_connect CreateIndex.getCon()
          Get the value of con.
 t_connect ChangeTable.getCon()
          Get the value of con.
 t_connect sqlTable.getCon()
          Get the value of con.
 t_connect CreateTable2.getCon()
           
 t_connect Qbe.getCon()
          Get the value of con.
 t_connect DropTable.getCon()
          Get the value of con.
 t_connect SqlPanel.getCon()
          Get the value of con.
 t_connect SqlTextArea.getCon()
          Get the value of con.
 t_connect Import.getCon()
          Get the value of con.
 t_connect SqlPickList.getCon()
          Get the value of con.
 t_connect ExportQuery.getCon()
          Get the value of con.
 t_connect SqlMonitor.getCon()
          Get the value of con.
 

Methods in gpl.fredy.sqltools with parameters of type t_connect
 void AutoForm.setCon(t_connect v)
          Set the value of con.
 void CreateTable.setCon(t_connect v)
          Set the value of con.
 void CreateIndex.setCon(t_connect v)
          Set the value of con.
 void ChangeTable.setCon(t_connect v)
          Set the value of con.
 void sqlTable.setCon(t_connect v)
          Set the value of con.
 void CreateTable2.setCon(t_connect v)
           
 void Qbe.setCon(t_connect v)
          Set the value of con.
 void DropTable.setCon(t_connect v)
          Set the value of con.
 void SqlPanel.setCon(t_connect v)
          Set the value of con.
 void SqlTextArea.setCon(t_connect v)
          Set the value of con.
 void Import.setCon(t_connect v)
          Set the value of con.
 void SqlPickList.setCon(t_connect v)
          Set the value of con.
 void ExportQuery.setCon(t_connect v)
          Set the value of con.
 void SqlMonitor.setCon(t_connect v)
          Set the value of con.
 

Constructors in gpl.fredy.sqltools with parameters of type t_connect
AutoForm(t_connect con)
           
AutoForm(t_connect con, java.lang.String schema)
           
ChangeTable(t_connect con)
           
ChangeTable(t_connect con, java.lang.String schema)
           
CreateIndex(t_connect con, java.lang.String schema)
           
CreateTable(t_connect con)
           
CreateTable2(t_connect v)
           
DropTable(t_connect con, java.lang.String schema)
           
ExportQuery(t_connect con)
           
ExportQuery(t_connect con, java.lang.String query, java.lang.String file, boolean gui)
           
Import(t_connect con, java.lang.String schema)
           
Qbe(t_connect con)
           
Qbe(t_connect con, java.lang.String schema)
           
SqlMonitor(t_connect con)
           
SqlMonitor(t_connect con, java.lang.String schema)
           
SqlPanel(t_connect con, java.lang.String query)
           
sqlTable(t_connect con, java.lang.String query)
           
sqlTable(t_connect con, java.lang.String query, boolean exportQueryEditable, boolean exportQueryKeepConnectionOpen)
           
SqlTextArea(t_connect con, java.lang.String query)
           
 

Uses of t_connect in gpl.fredy.ui
 

Methods in gpl.fredy.ui that return t_connect
 t_connect DataBaseLogin.getCon()
          Get the value of con.
 t_connect Tables.getCon()
          Get the value of con.
 

Methods in gpl.fredy.ui with parameters of type t_connect
 void Tables.setCon(t_connect v)
          Set the value of con.
 

Constructors in gpl.fredy.ui with parameters of type t_connect
DBTreeView(t_connect con)
           
MySQLconnections(t_connect con)
           
Tables(t_connect con, java.lang.String schema)