Support for raw sql input.

This commit is contained in:
zer0sub 2019-06-04 12:10:23 +02:00
parent 384c0c67f5
commit 8f51662fe5
31 changed files with 307 additions and 279 deletions

View file

@ -7,7 +7,7 @@ import (
)
type column interface {
expression
Expression
Name() string
TableName() string