package mmql type IStatement interface { } type ActionStatement struct { IStatement }