| Top |  |  |  |  | 
GdaDbBuildable is implemented by GdaDbColumn, GdaDbFkey, GdaDbTable and GdaDbView.
GdaDbBuildable represents an interface for writing and reading xml nodes. GdaDbTable and GdaDbView implement this interface.
gboolean gda_db_buildable_parse_node (GdaDbBuildable *self,xmlNodePtr node,GError **error);
This method parse XML node and populate self
 object.
| self | an instance of GdaDbBuildable where parsed data should be storred | |
| node | a node to parse | |
| error | an object to store the error. | [nullable] | 
Since: 6.0
Stability Level: Stable
gboolean gda_db_buildable_write_node (GdaDbBuildable *self,xmlNodePtr node,GError **error);
Write content from the self
 to the node
| self | an instance of GdaDbBuildable where data should be taken | |
| node | a node to write data in | |
| error | an object to store error. | [nullable] | 
Since: 6.0
Stability Level: Stable