getStringFunctions Method (SQLServerDatabaseMetaData)

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

Reference

SQLServerDatabaseMetaData Class

Concepts

SQLServerDatabaseMetaData Methods

SQLServerDatabaseMetaData Members