[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\u003cp\u003eJdbcRowId is a JDBC representation of a SQL ROWID used for uniquely identifying a row within a database table, mirroring the functionality of \u003ccode\u003ejava.sql.RowId\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt primarily provides a \u003ccode\u003egetBytes()\u003c/code\u003e method to access the underlying ROWID value as a byte array, as detailed in the Java documentation for \u003ccode\u003ejava.sql.RowId#getBytes()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Class JdbcRowId\n\nJdbcRowId\n\nA JDBC `Row``Id`. For documentation of this class, see [`java.sql.RowId`](https://docs.oracle.com/javase/6/docs/api/java/sql/RowId.html). \n\n### Methods\n\n| Method | Return type | Brief description |\n|---------------------------|-------------|-------------------------------------------------------------------------------------------------------------------------------------------------|\n| [getBytes()](#getBytes()) | `Byte[]` | For documentation of this method, see [` java.sql.RowId#getBytes()`](https://docs.oracle.com/javase/6/docs/api/java/sql/RowId.html#getBytes()). |\n\nDetailed documentation\n----------------------\n\n### `get``Bytes()`\n\nFor documentation of this method, see [`\njava.sql.RowId#getBytes()`](https://docs.oracle.com/javase/6/docs/api/java/sql/RowId.html#getBytes()).\n\n#### Return\n\n\n`Byte[]` --- The bytes representing the `ROWID` represented by this [JdbcRowId](#)."]]