Ejemplo n.º 1
0
 public SqlToTree(ConnectionConfig connConfig, XmlDocument xdoc)
 {
     this.connectionConfig_0 = connConfig;
     this.xmlDocument_0      = xdoc;
     if (connConfig.getEncoding())
     {
         this.string_0 = connConfig.getDbCharset();
     }
 }
Ejemplo n.º 2
0
Archivo: DbStru.cs Proyecto: ikvm/test
 public DbStru(ConnectionConfig connConfig, XmlDocument xdoc, HttpRequest req)
 {
     this.connectionConfig_0 = connConfig;
     this.xmlDocument_0      = xdoc;
     this.httpRequest_0      = req;
     if (connConfig.getEncoding())
     {
         this.string_0 = connConfig.getDbCharset();
     }
 }
Ejemplo n.º 3
0
 public ImportData(HttpRequest req, HttpSessionState session, ConnectionConfig connConfig)
 {
     this.httpRequest_0      = req;
     this.httpSessionState_0 = session;
     this.connectionConfig_0 = connConfig;
     if (connConfig.getEncoding())
     {
         this.string_0 = connConfig.getDbCharset();
     }
 }
Ejemplo n.º 4
0
 public QuerySql(ConnectionConfig connConfig, XmlDocument xdoc, HttpRequest req, HttpSessionState session)
 {
     this.connectionConfig_0 = connConfig;
     this.xmlDocument_0      = xdoc;
     this.httpRequest_0      = req;
     this.httpSessionState_0 = session;
     if (connConfig.getEncoding())
     {
         this.string_0 = connConfig.getDbCharset();
     }
 }