Ramesh Reddy commented on Feature Request TEIID-2083

I am considering admin method as

public enum SchemaType {ALL, TABLES, PROCEDURES, FUNCTIONS};

    /**
     * Retrieve the schema of the given model
     *  
     * @param vdbName
     * @param vdbVersion
     * @param modelName
     * @param SchemaType Type of schema objects to retrieve
     * @param typeNamePattern RegEx pattern to filter to names of tables, procedures that are being read.   
     */
    String getSchema(String vdbName, int vdbVersion, String modelName, SchemaType allowedTypes, String typeNamePattern) throws AdminException;
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira