definition abstract method
return a definition that add to the tail of query create table.
The definition result in example below is engine = USEFUL_ENGINE
.
CREATE TABLE sample (id PRIMARY KEY) engine = USEFUL_ENGINE;
Implementation
String definition();