org.adrabi.mysql.usrqueries
Class GenCodePerl

java.lang.Object
  extended by org.adrabi.mysql.usrqueries.GenCode
      extended by org.adrabi.mysql.usrqueries.GenCodePerl

public class GenCodePerl
extends GenCode

Version:
0.1
Author:
ADRABI Abderrahim

Field Summary
private  IGenCodePerl $IGenCodePerl
           
 
Constructor Summary
GenCodePerl(MyJConnection con)
           
 
Method Summary
 void CodePerl(java.lang.String q)
           
 void CodePerlCGI(java.lang.String q)
           
static GenCodePerl Factory(MyJConnection con)
           
 void setGenCodePerl(IGenCodePerl igcj)
           
 
Methods inherited from class org.adrabi.mysql.usrqueries.GenCode
getMyJConnection, setMyJConnection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

$IGenCodePerl

private IGenCodePerl $IGenCodePerl
Constructor Detail

GenCodePerl

public GenCodePerl(MyJConnection con)
Method Detail

Factory

public static GenCodePerl Factory(MyJConnection con)

setGenCodePerl

public void setGenCodePerl(IGenCodePerl igcj)

CodePerlCGI

public void CodePerlCGI(java.lang.String q)

CodePerl

public void CodePerl(java.lang.String q)