-
- All Implemented Interfaces:
public final class Operation
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final Sql.Selectselect
-
Constructor Summary
Constructors Constructor Description Operation(String type, Sql.Select select)
-
Method Summary
Modifier and Type Method Description final StringgetType()final Sql.SelectgetSelect()StringtoString()-
-
Constructor Detail
-
Operation
Operation(String type, Sql.Select select)
-
-
Method Detail
-
getType
final String getType()
-
getSelect
final Sql.Select getSelect()
-
toString
String toString()
-
-
-
-