Module eclipselink
Interface PostgreSQL10Platform.PostgreSQL10JsonExtension
-
- Enclosing class:
- PostgreSQL10Platform
public static interface PostgreSQL10Platform.PostgreSQL10JsonExtensionAdd extended JSON functionality dependent on PostgreSQL JDBC driver.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisPgObjectInstance(Object parameter)Check whether provided instance is an instance ofPGobject.
-
-
-
Method Detail
-
isPgObjectInstance
boolean isPgObjectInstance(Object parameter)
Check whether provided instance is an instance ofPGobject.- Parameters:
parameter- an instance to check- Returns:
- value of
truewhen provided instance is an instance ofPGobjectorfalseotherwise
-
-