Examples of dropTableStatementsForEntityGroup()


Examples of com.webobjects.eoaccess.EOSchemaGeneration.dropTableStatementsForEntityGroup()

   * @return an array of EOSQLExpressions for dropping this table
   */
  @SuppressWarnings("unchecked")
  public NSArray<EOSQLExpression> _dropExpressions() {
    EOSchemaGeneration schemaGeneration = _database.synchronizationFactory();
    NSArray<EOSQLExpression> expressions = schemaGeneration.dropTableStatementsForEntityGroup(new NSArray<EOEntity>(_blankEntity()));
    ERXMigrationDatabase._ensureNotEmpty(expressions, "drop table", true);
    return expressions;
  }

  /**
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.