|
||||||||||
| 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(java.lang.String resourcePath)
Gets the contents of a VDB resource in binary form. |
java.lang.String |
getCharacterVDBResource(java.lang.String resourcePath)
Gets the contents of a VDB resource as a String. |
Column |
getColumn(java.lang.String fullName)
Look up an object by identifier |
Procedure |
getProcedure(java.lang.String fullName)
Look up an object by identifier |
Table |
getTable(java.lang.String fullName)
Look up an object by identifier |
java.lang.String[] |
getVDBResourcePaths()
Gets the resource paths of all the resources in the VDB. |
| Method Detail |
|---|
Table getTable(java.lang.String fullName)
throws TranslatorException
fullName -
TranslatorException
Column getColumn(java.lang.String fullName)
throws TranslatorException
fullName -
TranslatorException
Procedure getProcedure(java.lang.String fullName)
throws TranslatorException
fullName -
TranslatorException
byte[] getBinaryVDBResource(java.lang.String resourcePath)
throws TranslatorException
resourcePath - a path returned by getVDBResourcePaths()
TranslatorException - if the operation fails
java.lang.String getCharacterVDBResource(java.lang.String resourcePath)
throws TranslatorException
resourcePath - a path returned by getVDBResourcePaths()
TranslatorException - if the operation fails
java.lang.String[] getVDBResourcePaths()
throws TranslatorException
TranslatorException - if the operation fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||