public class ConstraintCore
extends java.lang.Object
Title: Dataspace Framework
Description: Dataspace underlying provider implementation
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
int |
deleteAction |
boolean |
hasDeleteAction |
boolean |
hasUpdateAction |
int[] |
mainCols |
com.streamscape.ds.persist.index.Index |
mainIndex |
NameManager.ObjectName |
mainName |
Table |
mainTable |
NameManager.ObjectName |
mainTableName |
int[] |
refCols |
com.streamscape.ds.persist.index.Index |
refIndex |
NameManager.ObjectName |
refName |
Table |
refTable |
NameManager.ObjectName |
refTableName |
NameManager.ObjectName |
uniqueName |
int |
updateAction |
Constructor and Description |
---|
ConstraintCore() |
public NameManager.ObjectName refName
public NameManager.ObjectName mainName
public NameManager.ObjectName uniqueName
public NameManager.ObjectName refTableName
public NameManager.ObjectName mainTableName
public Table mainTable
public int[] mainCols
public com.streamscape.ds.persist.index.Index mainIndex
public Table refTable
public int[] refCols
public com.streamscape.ds.persist.index.Index refIndex
public int deleteAction
public int updateAction
public boolean hasUpdateAction
public boolean hasDeleteAction
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.