Class SetTenantStatementBuilder.SetTenantStatement

java.lang.Object
com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder.AbstractStatement
com.tangosol.coherence.dslquery.queryplus.SetTenantStatementBuilder.SetTenantStatement
All Implemented Interfaces:
Statement
Enclosing class:
SetTenantStatementBuilder

public class SetTenantStatementBuilder.SetTenantStatement extends AbstractQueryPlusStatementBuilder.AbstractStatement
The implementation of the QueryPlus "ALTER SESSION SET DOMAIN PARTITION" statement.
Since:
12.2.1
Author:
jk 2014.09.04
  • Field Details

    • f_sTenant

      protected final String f_sTenant
      The name of the tenant to set as the current tenant.
  • Constructor Details

    • SetTenantStatement

      public SetTenantStatement(String sTenant)
      Construct a SetTenantStatement that will set the current tenant used by the QueryPlus session to the specified tenant.
      Parameters:
      sTenant - the name of the tenant to set as the current tenant
  • Method Details