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