Skip to content

Commit

Permalink
docs: add them for OracleColumn
Browse files Browse the repository at this point in the history
  • Loading branch information
lovetodream committed Jun 17, 2024
1 parent 6b35905 commit 8066aa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Sources/OracleNIO/Documentation.docc/Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Oracle Database 12.1 or later.
- ``AuthenticationMode``
- ``OracleAccessToken``
- ``OracleServiceMethod``
- ``OracleVersion``

### Querying

Expand All @@ -44,6 +45,7 @@ Oracle Database 12.1 or later.
- ``OracleRowSequence``
- ``OracleRandomAccessRow``
- ``OracleCell``
- ``OracleColumn``
- ``QueryOptions``

### Encoding and Decoding
Expand Down
2 changes: 1 addition & 1 deletion Sources/OracleNIO/Messages/OracleColumn.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
//
//===----------------------------------------------------------------------===//

/// Describes the metadata of a column on an Oracle server.
/// Describes the metadata of a table's column on an Oracle server.
public struct OracleColumn: Hashable, Sendable {
/// The field name.
public let name: String
Expand Down

0 comments on commit 8066aa3

Please sign in to comment.