All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mds.data.CTX Maven / Gradle / Ivy

There is a newer version: 7.139.60
Show newest version
package mds.data;

import mds.Mds;
import mds.data.descriptor_s.Pointer;

public interface CTX
{
	public Pointer getDbid();

	public Mds getMds();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy