wrap abstract method

String wrap(
  1. String value
)

Wraps a value (table or column name) in quotes.

Implementation

String wrap(String value);