getNumericFunctions Method (SQLServerDatabaseMetaData)
Retrieves a comma-separated list of math functions that are available with this database.
public java.lang.String getNumericFunctions()
Valor devuelto
A String that contains the available math functions.
Excepciones
Notas
This getNumericFunctions method is specified by the getNumericFunctions method in the java.sql.DatabaseMetaData interface.
Vea también
Referencia
SQLServerDatabaseMetaData Class
Conceptos
SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members