Module eclipselink

Interface PostgreSQL10Platform.PostgreSQL10JsonExtension

Enclosing class:
PostgreSQL10Platform

public static interface PostgreSQL10Platform.PostgreSQL10JsonExtension
Add extended JSON functionality dependent on PostgreSQL JDBC driver.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Check whether provided instance is an instance of PGobject.
  • Method Details

    • isPgObjectInstance

      boolean isPgObjectInstance(Object parameter)
      Check whether provided instance is an instance of PGobject.
      Parameters:
      parameter - an instance to check
      Returns:
      value of true when provided instance is an instance of PGobject or false otherwise