35363738394041
} @PostConstruct public void init() { completion = CqlCompletion.Builder.naturalOrder() .all(new CqlNotSupported("'" + getNotSupportedText() + "' is" + " not supported yet.....")).build(); }
24252627282930
/** @author Maciej Miklas */ @Named("createtable.CreateCompletion") class CreateCompletion extends NotSupportedCompletion { public CreateCompletion() { super(new CqlNotSupported("create")); }
/** @author Maciej Miklas */ @Named("alterkeyspace.AlterCompletion") class AlterCompletion extends NotSupportedCompletion { public AlterCompletion() { super(new CqlNotSupported("alter")); }
/** @author Maciej Miklas */ @Named("altertable.AlterCompletion") class AlterCompletion extends NotSupportedCompletion { public AlterCompletion() { super(new CqlNotSupported("alter")); }
/** @author Maciej Miklas */ @Named("batch.BatchCompletion") class BatchCompletion extends NotSupportedCompletion { public BatchCompletion() { super(new CqlNotSupported("batch")); }
/** @author Maciej Miklas */ @Named("createindex.CreateCompletion") class CreateCompletion extends NotSupportedCompletion { public CreateCompletion() { super(new CqlNotSupported("create")); }