Class ProcedureMetadata

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

public class ProcedureMetadata
extends Object
The Procedure Metadata transport object.
  • Constructor Details

    • ProcedureMetadata

      public ProcedureMetadata​(String name, String type, String remarks, Connection connection, String catalogName, String schemaName, boolean deep) throws SQLException
      Instantiates a new procedure 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