ext/filegdb/table.hpp in filegdb-0.0.1 vs ext/filegdb/table.hpp in filegdb-0.0.2

- old
+ new

@@ -11,9 +11,14 @@ table(geodatabase *db); static VALUE create_row_object(VALUE self); static VALUE insert(VALUE self, VALUE row); static void define(VALUE module); + static VALUE get_definition(VALUE self); + static VALUE get_documentation(VALUE self); + static VALUE set_documentation(VALUE self, VALUE documentation); + static VALUE get_field_information(VALUE self); + virtual VALUE klass(); static VALUE _klass; Table &value() { return *_table; }