예제 #1
0
 public OracleIdentifierVisitor(IJSqlVisitorContext context) : base(context)
 {
 }
예제 #2
0
 public OracleTableVisitor(IJSqlVisitorContext context) : base(context)
 {
 }
예제 #3
0
 public JSqlTableVisitor(IJSqlVisitorContext context) : base(context)
 {
 }
예제 #4
0
 protected JSqlVisitorBase(IJSqlVisitorContext context)
 {
     _context = context;
 }
 public OracleExpressionVisitor(IJSqlVisitorContext context) : base(context)
 {
 }