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 TypeMethodDescriptionbooleanisPgObjectInstance(Object parameter) Check whether provided instance is an instance ofPGobject.
-
Method Details
-
isPgObjectInstance
Check whether provided instance is an instance ofPGobject.- Parameters:
parameter- an instance to check- Returns:
- value of
truewhen provided instance is an instance ofPGobjectorfalseotherwise
-