Beispiel #1
0
 def name(self):
     "Return the name of the data source."
     name = capi.get_ds_name(self._ptr)
     return force_text(name, self.encoding, strings_only=True)
Beispiel #2
0
 def name(self):
     "Returns the name of the data source."
     name = capi.get_ds_name(self._ptr)
     return force_text(name, self.encoding, strings_only=True)
 def name(self):
     "Returns the name of the data source."
     return get_ds_name(self._ptr)
Beispiel #4
0
 def name(self):
     "Returns the name of the data source."
     return capi.get_ds_name(self._ptr)
Beispiel #5
0
 def name(self):
     "Return the name of the table_s source."
     name = capi.get_ds_name(self._ptr)
     return force_str(name, self.encoding, strings_only=True)