separator property

separator property

Gets and sets character separator of sql script.

Remarks

Only can be ’ ’ or ‘\n’. If the

Definition:

@property
def separator(self):
    ...
@separator.setter
def separator(self, value):
    ...

See Also