Codota Logo
ReflectiveSchema.getTarget
Code IndexAdd Codota to your IDE (free)

How to use
getTarget
method
in
net.hydromatic.optiq.impl.java.ReflectiveSchema

Best Java code snippets using net.hydromatic.optiq.impl.java.ReflectiveSchema.getTarget (Showing top 1 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
SimpleDateFormat s =
  • Codota IconString pattern;new SimpleDateFormat(pattern)
  • Codota IconString template;Locale locale;new SimpleDateFormat(template, locale)
  • Codota Iconnew SimpleDateFormat()
  • Smart code suggestions by Codota
}
origin: org.apache.optiq/optiq-core

 public TranslatableTable apply(final List<Object> arguments) {
  try {
   final Object o = method.invoke(schema.getTarget(), arguments.toArray());
   return (TranslatableTable) o;
  } catch (IllegalAccessException e) {
   throw new RuntimeException(e);
  } catch (InvocationTargetException e) {
   throw new RuntimeException(e);
  }
 }
}
net.hydromatic.optiq.impl.javaReflectiveSchemagetTarget

Javadoc

Returns the wrapped object. (May not appear to be used, but is used in generated code via BuiltinMethod#GET_TARGET.)

Popular methods of ReflectiveSchema

  • <init>
    Creates a ReflectiveSchema.
  • create
    Creates a ReflectiveSchema within another schema.
  • fieldRelation
    Returns a table based on a particular field of this schema. If the field is not of the right type to
  • getElementType
    Deduces the element type of a collection; same logic as #toEnumerable
  • getExpression
  • getTargetExpression
    Returns an expression for the object wrapped by this schema (not the schema itself).
  • addTable
  • getQueryProvider
  • getTable
  • getTableMap
  • methodMember
  • toEnumerable
  • methodMember,
  • toEnumerable

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getApplicationContext (Context)
  • compareTo (BigDecimal)
    Compares this BigDecimal with the specified BigDecimal. Two BigDecimal objects that are equal in val
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • BitSet (java.util)
    This class implements a vector of bits that grows as needed. Each component of the bit set has a boo
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • BoxLayout (javax.swing)
  • Table (org.hibernate.mapping)
    A relational table
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now