congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
InOutputParameterForCallableStatement.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.eclipse.persistence.internal.databaseaccess.InOutputParameterForCallableStatement
constructor

Best Java code snippets using org.eclipse.persistence.internal.databaseaccess.InOutputParameterForCallableStatement.<init> (Showing top 3 results out of 315)

origin: com.haulmont.thirdparty/eclipselink

/**
 * INTERNAL:
 * Returns INOUT parameter. The first parameter is value to pass in, the second DatabaseField for out.
 */
protected Object createInOutParameter(Object inValue, Object outParameter, AbstractSession session) {
  if (outParameter instanceof OutputParameterForCallableStatement) {
    return new InOutputParameterForCallableStatement(inValue, (OutputParameterForCallableStatement)outParameter);
  }
  if (outParameter instanceof DatabaseField) {
    return new InOutputParameterForCallableStatement(inValue, (DatabaseField)outParameter, session);
  }
  //should never happen
  return null;
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * INTERNAL:
 * Returns INOUT parameter. The first parameter is value to pass in, the second DatabaseField for out.
 */
protected Object createInOutParameter(Object inValue, Object outParameter, AbstractSession session) {
  if (outParameter instanceof OutputParameterForCallableStatement) {
    return new InOutputParameterForCallableStatement(inValue, (OutputParameterForCallableStatement)outParameter);
  }
  if (outParameter instanceof DatabaseField) {
    return new InOutputParameterForCallableStatement(inValue, (DatabaseField)outParameter, session);
  }
  //should never happen
  return null;
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * INTERNAL:
 * Returns INOUT parameter. The first parameter is value to pass in, the second DatabaseField for out.
 */
protected Object createInOutParameter(Object inValue, Object outParameter, AbstractSession session) {
  if (outParameter instanceof OutputParameterForCallableStatement) {
    return new InOutputParameterForCallableStatement(inValue, (OutputParameterForCallableStatement)outParameter);
  }
  if (outParameter instanceof DatabaseField) {
    return new InOutputParameterForCallableStatement(inValue, (DatabaseField)outParameter, session);
  }
  //should never happen
  return null;
}
org.eclipse.persistence.internal.databaseaccessInOutputParameterForCallableStatement<init>

Popular methods of InOutputParameterForCallableStatement

  • getOutputField
  • prepare

Popular in Java

  • Reactive rest calls using spring rest template
  • findViewById (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • setRequestProperty (URLConnection)
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • ZipFile (java.util.zip)
    This class provides random read access to a zip file. You pay more to read the zip file's central di
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • PhpStorm for WordPress
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now