public interface RuntimeMetadata
Modifier and Type | Method and Description |
---|---|
byte[] |
getBinaryVDBResource(String resourcePath)
Gets the contents of a VDB resource in binary form.
|
String |
getCharacterVDBResource(String resourcePath)
Gets the contents of a VDB resource as a String.
|
Column |
getColumn(String fullName)
Look up an object by identifier
|
Column |
getColumn(String schema,
String table,
String name)
Look up an object by identifier
|
Procedure |
getProcedure(String fullName)
Look up an object by identifier
|
Procedure |
getProcedure(String schema,
String name)
Look up an object by identifier
|
Table |
getTable(String fullName)
Look up an object by identifier
|
Table |
getTable(String schema,
String name)
Look up an object by identifier
|
String[] |
getVDBResourcePaths()
Gets the resource paths of all the resources in the VDB.
|
Table getTable(String fullName) throws TranslatorException
fullName
- TranslatorException
if the object cannot be foundTranslatorException
Table getTable(String schema, String name) throws TranslatorException
TranslatorException
if the object cannot be foundTranslatorException
Column getColumn(String fullName) throws TranslatorException
fullName
- TranslatorException
if the object cannot be foundTranslatorException
Column getColumn(String schema, String table, String name) throws TranslatorException
TranslatorException
if the object cannot be foundTranslatorException
Procedure getProcedure(String fullName) throws TranslatorException
fullName
- TranslatorException
if the object cannot be foundTranslatorException
Procedure getProcedure(String schema, String name) throws TranslatorException
TranslatorException
if the object cannot be foundTranslatorException
byte[] getBinaryVDBResource(String resourcePath) throws TranslatorException
resourcePath
- a path returned by getVDBResourcePaths()TranslatorException
- if the operation failsString getCharacterVDBResource(String resourcePath) throws TranslatorException
resourcePath
- a path returned by getVDBResourcePaths()TranslatorException
- if the operation failsString[] getVDBResourcePaths() throws TranslatorException
TranslatorException
- if the operation failsCopyright © 2019. All rights reserved.