Method to get a column's number of lines used
This commit is contained in:
@ -65,6 +65,9 @@ cdef class OBIDMS_column:
|
|||||||
|
|
||||||
def get_data_type(self):
|
def get_data_type(self):
|
||||||
return self.data_type
|
return self.data_type
|
||||||
|
|
||||||
|
def get_nb_lines_used(self):
|
||||||
|
return obi_column_get_nb_lines_used(self.pointer)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def open(dms_name, column_name,
|
def open(dms_name, column_name,
|
||||||
|
Reference in New Issue
Block a user