Class JdbcRowId
JdbcRowId
A JDBC RowId
. For documentation of this class, see java.sql.RowId
.
Detailed documentation
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-02 UTC.
[null,null,["Last updated 2024-12-02 UTC."],[[["JdbcRowId is a JDBC representation of a SQL ROWID used for uniquely identifying a row within a database table, mirroring the functionality of `java.sql.RowId`."],["It primarily provides a `getBytes()` method to access the underlying ROWID value as a byte array, as detailed in the Java documentation for `java.sql.RowId#getBytes()`."]]],[]]