Class FunctionMetadata

java.lang.Object
org.eclipse.dirigible.database.api.metadata.FunctionMetadata

public class FunctionMetadata
extends Object
The Function Metadata transport object.
  • Constructor Details

    • FunctionMetadata

      public FunctionMetadata​(String name, String type, String remarks, Connection connection, String catalogName, String schemaName, boolean deep) throws SQLException
      Instantiates a new function metadata.
      Parameters:
      name - the name
      type - the type
      remarks - the remarks
      connection - the connection
      catalogName - the catalog name
      schemaName - the schema name
      deep - whether to populate also the columns
      Throws:
      SQLException - the SQL exception
  • Method Details