Module: ExistDB::XQLFactory

Defined in:
lib/existdb/xql_factory.rb

Defined Under Namespace

Classes: Path, XQLFactory

Class Method Summary collapse

Class Method Details

.Build(*opts, &block) ⇒ Object

Shorthand for ExistDB::XQLFactory::XQLFactory.new( options ).xquery



8
9
10
# File 'lib/existdb/xql_factory.rb', line 8

def Build(*opts, &block)
  XQLFactory.new(*opts, &block).xquery
end