Modifier and Type | Interface and Description |
---|---|
interface |
OrientDbInsertStatement<E>
Extends a regular
InsertStatement for OrientDB with advanced features. |
Modifier and Type | Class and Description |
---|---|
class |
OrientDbInsertStatementImpl<E>
Implementation of
OrientDbInsertStatement . |
Modifier and Type | Method and Description |
---|---|
<E> InsertStatement<E,?> |
FeatureInsert.insertInto(EntityAlias<E> alias)
Creates a regular
InsertStatement (DELETE FROM alias.source [AS alias.name] ... ). |
Modifier and Type | Interface and Description |
---|---|
interface |
InsertStatement<E,SELF extends InsertStatement<E,SELF>>
Extends
Statement for INSERT statements. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInsertStatement<E,SELF extends InsertStatement<E,SELF>>
This is the abstract base-implementation of
InsertStatement . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInsertStatement<E,SELF extends InsertStatement<E,SELF>>
This is the abstract base-implementation of
InsertStatement . |
Copyright © 2001–2016 mmm-Team. All rights reserved.