接口 AccessCallback
-
public interface AccessCallbackContract for providing callback access to aDatabaseStructure, typically from theOptimizer.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 IntegralDataTypeHoldergetNextValue()Retrieve the next value from the underlying source.StringgetTenantIdentifier()Obtain the tenant identifier (multi-tenancy), if one, associated with this callback.
-
-
-
方法详细资料
-
getNextValue
IntegralDataTypeHolder getNextValue()
Retrieve the next value from the underlying source.- 返回:
- The next value.
-
getTenantIdentifier
String getTenantIdentifier()
Obtain the tenant identifier (multi-tenancy), if one, associated with this callback.- 返回:
- The tenant identifier
-
-