java.lang.Object
org.jooq.postgres.extensions.types.AbstractInet
org.jooq.postgres.extensions.types.Inet
- All Implemented Interfaces:
Serializable
A data type representing the PostgreSQL
inet type.- Author:
- Lukas Eder
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic final @NotNull Inetinet(InetAddress address) Create a newInetinstance.static final @NotNull Inetinet(InetAddress address, Integer prefix) Create a newInetinstance.static final @Nullable InetinetOrNull(InetAddress address) static final @Nullable InetinetOrNull(InetAddress address, Integer prefix) final @Nullable Integerprefix()static final @NotNull InetvalueOf(InetAddress address) Create a newInetinstance.static final @NotNull InetvalueOf(InetAddress address, Integer prefix) Create a newInetinstance.Methods inherited from class org.jooq.postgres.extensions.types.AbstractInet
address, equals, hashCode, toString
-
Method Details
-
prefix
- Overrides:
prefixin classAbstractInet
-
valueOf
Create a newInetinstance. -
valueOf
Create a newInetinstance. -
inet
Create a newInetinstance.This is the same as
valueOf(InetAddress), but it can be static imported. -
inet
Create a newInetinstance.This is the same as
valueOf(InetAddress, Integer), but it can be static imported. -
inetOrNull
-
inetOrNull
-