©SQL :: Manager
HomeProgram InformationTechnical detailsFree downloadDonate for a cup of coffee
myway SQL Manager for MySQL and MariaDB, Download on Uptodown
UUID, GUID, IP functions in MySQL and MariaDB

MySQL and MariaDB - Overview of the Miscellaneous functions

IP functions, UUID functions (Universally Unique Identifier), GUID functions (Globally Unique Identifier) and others.

MySQL and MariaDB provides some IP functions that can be used to work with IP addresses. IP functions can be used to store IP addresses in a more efficient format, retrieve them from the database, and perform various IP-related operations.

MySQL and MariaDB provides UUID functions that can be used to generate and manipulate UUIDs (Universally Unique Identifiers). UUIDs are 128-bit identifiers that are designed to be unique across time and space, making them useful for identifying entities in distributed systems. UUID functions can be used to generate unique identifiers for entities in the system and to compare UUIDs for equality or order.
Sonstige Funktionen

BIN_TO_UUIDBIN_TO_UUID(Binary string [, Swap])
Wandelt eine binäre UUID in eine String-UUID um.
More about BIN_TO_UUID Function
GET_LOCKGET_LOCK()
Holt sich eine benannte Sperre.
INET6_ATONINET6_ATON(String)
Gibt den numerischen Wert einer IPv6-Adresse zurück.
More about INET6_ATON Function
INET6_NTOAINET6_NTOA(Binary string)
Gibt die IPv6-Adresse aus einem numerischen Wert zurück.
More about INET6_NTOA Function
INET_ATONINET_ATON(String)
Gibt den numerischen Wert einer IP-Adresse zurück.
More about INET_ATON Function
INET_NTOAINET_NTOA(Value)
Gibt die IP-Adresse aus einem numerischen Wert zurück.
More about INET_NTOA Function
IS_FREE_LOCKIS_FREE_LOCK()
Gibt an, ob die benannte Sperre frei ist.
IS_IPV4IS_IPV4(String)
Gibt an, ob das Argument eine IPv4-Adresse ist.
More about IS_IPV4 Function
IS_IPV4_COMPATIS_IPV4_COMPAT(String)
Gibt an, ob das Argument eine IPv4-kompatible Adresse ist.
IS_IPV4_MAPPEDIS_IPV4_MAPPED(String)
Gibt an, ob das Argument eine IPv4-zugeordnete Adresse ist.
IS_IPV6IS_IPV6(String)
Gibt an, ob das Argument eine IPv6-Adresse ist.
More about IS_IPV6 Function
IS_USED_LOCKIS_USED_LOCK()
Gibt an, ob die benannte Sperre verwendet wird, Verbindungskennung wird zurückgeben, wenn wahr.
IS_UUIDIS_UUID(String)
Gibt an, ob das Argument eine gültige UUID im Zeichenfolgenformat ist.
More about IS_UUID Function
MASTER_GTID_WAITMASTER_GTID_WAIT()
Warten Sie, bis der Slave die GTID-Position erreicht.
MASTER_POS_WAITMASTER_POS_WAIT()
Blockiert, bis das Replikat alle Aktualisierungen bis zur angegebenen Position gelesen und angewendet hat.
NAME_CONSTNAME_CONST(Name, Value)
Bewirkt, dass die Spalte den angegebenen Namen hat.
More about NAME_CONST Function
RELEASE_ALL_LOCKSRELEASE_ALL_LOCKS()
Gibt alle aktuellen benannten Sperren frei.
RELEASE_LOCKRELEASE_LOCK()
Gibt die benannte Sperre frei.
SYS_GUIDSYS_GUID()
Gibt eine global eindeutige Kennung (GUID) zurück.
More about SYS_GUID Function
UUIDUUID()
Gibt eine universellen eindeutigen Kennung (UUID) zurück.
More about UUID Function
UUID_SHORTUUID_SHORT()
Gibt einen ganzzahligen universellen Bezeichner zurück.
More about UUID_SHORT Function
UUID_TO_BINUUID_TO_BIN(String [, Swap])
Konvertiert eine String-UUID in eine binäre UUID.
More about UUID_TO_BIN Function


See also: List of all MySQL and MariaDB built-in functions
Updated: 2023-09-22ImprintContactTerms & conditionsPrivacy & CookiesUpdatesSitemapFacebookLinkedinTwitterStatistics©2020-2024 Heino Cunze-Fischer