package named
import "github.com/ydb-platform/ydb-go-sdk/v3/table/result/named"
Index ¶
Types ¶
type Type ¶
type Type uint8
type Value ¶
func Optional ¶
Optional makes an object with destination address for column value with name columnName
If column value is NULL, then ScanNamed will write a nil into destination
Warning: value must double-pointed data destination
func OptionalWithDefault ¶
OptionalWithDefault makes an object with destination address for column value with name columnName
If scanned YDB value is NULL - default type value will be applied to value destination Warning: value must single-pointed data destination
func Required ¶
Required makes an object with destination address for column value with name columnName
Warning: value must single-pointed data destination
Source Files ¶
- Version
- v3.70.0
- Published
- Jun 4, 2024
- Platform
- linux/amd64
- Last checked
- 3 seconds ago –
Tools for package owners.