Retrieves a comma-separated list of string functions that are available with this database.

public java.lang.String getStringFunctions()

Return Value

A string that contains the string functions.

Exceptions

SQLServerException

Remarks

This getStringFunctions method is specified by the getStringFunctions method in the java.sql.DatabaseMetaData interface.

See Also