|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RuntimeMetadata
Helper methods that can be used to access runtime metadata.
Method Summary | |
---|---|
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 |
Procedure |
getProcedure(String fullName)
Look up an object by identifier |
Table |
getTable(String fullName)
Look up an object by identifier |
String[] |
getVDBResourcePaths()
Gets the resource paths of all the resources in the VDB. |
Method Detail |
---|
Table getTable(String fullName) throws TranslatorException
fullName
-
TranslatorException
Column getColumn(String fullName) throws TranslatorException
fullName
-
TranslatorException
Procedure getProcedure(String fullName) throws TranslatorException
fullName
-
TranslatorException
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 fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |