java.lang.Object
org.jooq.postgres.extensions.types.AbstractInet
org.jooq.postgres.extensions.types.Inet
- Alle implementierten Schnittstellen:
Serializable
A data type representing the PostgreSQL
inet type.- Autor:
- Lukas Eder
- Siehe auch:
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic 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.Von Klasse geerbte Methoden org.jooq.postgres.extensions.types.AbstractInet
address, equals, hashCode, toString
-
Methodendetails
-
prefix
- Setzt außer Kraft:
prefixin KlasseAbstractInet
-
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
-