Package | Description |
---|---|
org.axiondb.engine.commands |
AxionCommand implementations. |
org.axiondb.parser |
SQL parser interface and implementation classes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ChildTableUpdater.deleteOrSetNullChildRows(Database db,
Table parentTable,
RowDecorator dec,
ForeignKeyConstraint fk) |
protected void |
ChildTableUpdater.updateOrSetNullChildRows(Database db,
Table parentTable,
Row parentOldRow,
Row parentNewRow,
ForeignKeyConstraint fk) |
Modifier and Type | Method and Description |
---|---|
ForeignKeyConstraint |
AxionSqlParser.SqlForeignKeyConstraintType(java.lang.String constraintname) |
Modifier and Type | Method and Description |
---|---|
void |
AxionSqlParser.SqlForeignKeyConstraintTriger(ForeignKeyConstraint constraint) |