maybeQuoteColumnName(char openQuote, char closeQuote) Returns the columnName enclosed in the provided "quote" characters, if
the columnName contains a space or a hyphen, otherwise returns the columnName as-is.
Returns the columnName enclosed in the provided "quote" characters, if
the columnName contains a space or a hyphen, otherwise returns the columnName as-is.
Normally, the openQuote and closeQuote args will both be regular double quotation
marks ("), however, Microsoft databases use square brackets ([ and ]).
setColumnDefaultValue
public void setColumnDefaultValue(String columnDefaultValue)(Code)
setColumnName
public void setColumnName(String columnName)(Code)