class FDB::Transaction

def get_approximate_size

def get_approximate_size
  Int64Future.new(FDBC.fdb_transaction_get_approximate_size @tpointer)
end