Class GaussDBCallableStatementSupport

java.lang.Object
org.hibernate.procedure.internal.AbstractStandardCallableStatementSupport
org.hibernate.procedure.internal.StandardCallableStatementSupport
org.hibernate.community.dialect.GaussDBCallableStatementSupport
All Implemented Interfaces:
org.hibernate.procedure.spi.CallableStatementSupport

public class GaussDBCallableStatementSupport extends org.hibernate.procedure.internal.StandardCallableStatementSupport
GaussDB implementation of CallableStatementSupport.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.hibernate.procedure.internal.StandardCallableStatementSupport
     

    Fields inherited from class org.hibernate.procedure.internal.StandardCallableStatementSupport

    NO_REF_CURSOR_INSTANCE, REF_CURSOR_INSTANCE
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    appendNameParameter(StringBuilder buffer, org.hibernate.procedure.spi.ProcedureParameterImplementor parameter, org.hibernate.sql.exec.spi.JdbcCallParameterRegistration registration)
     

    Methods inherited from class org.hibernate.procedure.internal.StandardCallableStatementSupport

    interpretCall

    Methods inherited from class org.hibernate.procedure.internal.AbstractStandardCallableStatementSupport

    registerParameters

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • INSTANCE

      public static final org.hibernate.procedure.internal.StandardCallableStatementSupport INSTANCE
  • Method Details

    • appendNameParameter

      protected void appendNameParameter(StringBuilder buffer, org.hibernate.procedure.spi.ProcedureParameterImplementor parameter, org.hibernate.sql.exec.spi.JdbcCallParameterRegistration registration)
      Overrides:
      appendNameParameter in class org.hibernate.procedure.internal.StandardCallableStatementSupport