| Package | Description |
|---|---|
| org.eclipse.dirigible.database.sql |
| Modifier and Type | Method and Description |
|---|---|
static SqlFactory |
SqlFactory.getDefault()
Gets the default.
|
static SqlFactory |
SqlFactory.getNative(Connection connection)
Gets the native.
|
static <SELECT extends SelectBuilder,INSERT extends InsertBuilder,UPDATE extends UpdateBuilder,DELETE extends DeleteBuilder,CREATE extends CreateBranchingBuilder,DROP extends DropBranchingBuilder,NEXT extends NextValueSequenceBuilder,LAST extends LastValueIdentityBuilder> |
SqlFactory.getNative(ISqlDialect<SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,NEXT,LAST> dialect)
Gets the native.
|
Copyright © 2010–2018 Eclipse Foundation. All rights reserved.