public class RuntimeMetadataImpl extends Object implements RuntimeMetadata
Constructor and Description |
---|
RuntimeMetadataImpl(QueryMetadataInterface metadata) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBinaryVDBResource(String resourcePath) |
String |
getCharacterVDBResource(String resourcePath) |
Column |
getColumn(String fullName) |
Column |
getColumn(String schema,
String table,
String name) |
Column |
getElement(Object elementId) |
Table |
getGroup(Object groupId) |
QueryMetadataInterface |
getMetadata() |
ProcedureParameter |
getParameter(SPParameter param) |
Procedure |
getProcedure(StoredProcedureInfo sp) |
Procedure |
getProcedure(String fullName) |
Procedure |
getProcedure(String schema,
String name) |
Table |
getTable(String fullName) |
Table |
getTable(String schema,
String name) |
String[] |
getVDBResourcePaths() |
public RuntimeMetadataImpl(QueryMetadataInterface metadata)
public Column getColumn(String schema, String table, String name) throws TranslatorException
getColumn
in interface RuntimeMetadata
TranslatorException
public Procedure getProcedure(String schema, String name) throws TranslatorException
getProcedure
in interface RuntimeMetadata
TranslatorException
public Table getTable(String schema, String name) throws TranslatorException
getTable
in interface RuntimeMetadata
TranslatorException
public Column getColumn(String fullName) throws TranslatorException
getColumn
in interface RuntimeMetadata
TranslatorException
public Table getTable(String fullName) throws TranslatorException
getTable
in interface RuntimeMetadata
TranslatorException
public Table getGroup(Object groupId) throws QueryMetadataException, TeiidComponentException
public Procedure getProcedure(String fullName) throws TranslatorException
getProcedure
in interface RuntimeMetadata
TranslatorException
public Procedure getProcedure(StoredProcedureInfo sp)
public ProcedureParameter getParameter(SPParameter param)
public byte[] getBinaryVDBResource(String resourcePath) throws TranslatorException
getBinaryVDBResource
in interface RuntimeMetadata
TranslatorException
public String getCharacterVDBResource(String resourcePath) throws TranslatorException
getCharacterVDBResource
in interface RuntimeMetadata
TranslatorException
public String[] getVDBResourcePaths() throws TranslatorException
getVDBResourcePaths
in interface RuntimeMetadata
TranslatorException
public QueryMetadataInterface getMetadata()
Copyright © 2020. All rights reserved.