return new ContextualStatementBuilderImpl(context, callElementBuilder);
}
@Override
public ContextualStatementBuilder loadLiteral(Object o) {
appendCallElement(new LoadLiteral(o));
return new ContextualStatementBuilderImpl(context, callElementBuilder);
}