Interface PostgreSQL10Platform.PostgreSQL10JsonExtension

  • Enclosing class:
    PostgreSQL10Platform

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

      • 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