Ejemplo n.º 1
0
 public OracleIdentifierVisitor(IJSqlVisitorContext context) : base(context)
 {
 }
Ejemplo n.º 2
0
 public OracleTableVisitor(IJSqlVisitorContext context) : base(context)
 {
 }
Ejemplo n.º 3
0
 public JSqlTableVisitor(IJSqlVisitorContext context) : base(context)
 {
 }
Ejemplo n.º 4
0
 protected JSqlVisitorBase(IJSqlVisitorContext context)
 {
     _context = context;
 }
 public OracleExpressionVisitor(IJSqlVisitorContext context) : base(context)
 {
 }