Package com.foundationdb.ais.util.ChangedTableDescription

Examples of com.foundationdb.ais.util.ChangedTableDescription.ParentChange


                    }
                }
            }

            boolean preserve = false;
            ParentChange change = null;

            // If PK changed and table had children, PK was dropped
            if(primaryKeyChanged || dropParent) {
                updateFinalChangeLevel(ChangeLevel.GROUP);
                change = ParentChange.DROP;
View Full Code Here

TOP

Related Classes of com.foundationdb.ais.util.ChangedTableDescription.ParentChange

Copyright © 2018 www.massapicom. 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.