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

Syntax

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

SQLServerDatabaseMetaData Class
SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members