Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2025 08:17 AM
Of course . The JSON looks like
{
"age" : 18,
"name" : "Erquy"
}and I'm using the setString method of a java.sql.PreparedStatement
( for a table defined with STRUCT<age: INT, name: STRING> )