Returns the preferred term from the database provider for PROCEDURE.
1 connection.metadata.getProcedureTerm
<connection.metadata.getProcedureTerm />
Returns | |
---|---|
Type | Description |
String |
Example
Shows the term for the PROCEDURES of the current database.
Copy
<xsql-script name='connection_metadata.getProcedures_sample1'> <body> <println> <connection.metadata.getProcedureTerm /> </println> </body> </xsql-script>