Class GetTenantDAO

    • Constructor Summary

      Constructors 
      Constructor Description
      GetTenantDAO​(java.lang.String schemaName, java.lang.String tenantName)
      Get partition information for all tables in the tableSchema, using the catalogSchema as the schema containing the DATAPARTITIONS system table
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Tenant run​(IDatabaseTranslator translator, java.sql.Connection c)
      Execute the statement using the connection and return the value
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GetTenantDAO

        public GetTenantDAO​(java.lang.String schemaName,
                            java.lang.String tenantName)
        Get partition information for all tables in the tableSchema, using the catalogSchema as the schema containing the DATAPARTITIONS system table
        Parameters:
        schemaName -
        tenantName -