Class MetaStorage
java.lang.Object
org.pgcodekeeper.core.database.base.schema.meta.MetaStorage
- All Implemented Interfaces:
Serializable
Storage and management system for database metadata objects.
Handles serialization, deserialization, and caching of system objects
for different PostgreSQL versions.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMetaChild(MetaStatement meta) Adds a metadata statement to this storage.
-
Field Details
-
FILE_NAME
Base file name for serialized system objects.- See Also:
-
-
Constructor Details
-
MetaStorage
public MetaStorage()
-
-
Method Details
-
addMetaChild
Adds a metadata statement to this storage.- Parameters:
meta- the metadata statement to add
-