public final class PlSqlDerivedPropertyBuilder
extends java.lang.Object
| Constructor and Description |
|---|
PlSqlDerivedPropertyBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static void |
buildProperties(SourceObject sourceObject, DBObjectProvider provider, java.lang.String... properties)
Builds derived properties (if not already built) from the source of a SourceObject
|
static void |
updateSourceFromRefs(SourceObject sourceObject, DBObjectProvider provider)
Deprecated.
|
public static void buildProperties(SourceObject sourceObject, DBObjectProvider provider, java.lang.String... properties)
sourceObject - The SourceObject (PL/SQL)provider - The provider used in external/internal name conversion and resolving references. Must not be null.properties - Optional property names that are required. If the builder supports a partial build for just these properties, that is all that will be built. Otherwise a full build will be performed.@Deprecated public static void updateSourceFromRefs(SourceObject sourceObject, DBObjectProvider provider)