SELECT - the generic typeINSERT - the generic typeUPDATE - the generic typeDELETE - the generic typeCREATE - the generic typeDROP - the generic typeNEXT - the generic typeLAST - the generic typepublic interface ISqlFactory<SELECT extends SelectBuilder,INSERT extends InsertBuilder,UPDATE extends UpdateBuilder,DELETE extends DeleteBuilder,CREATE extends CreateBranchingBuilder,DROP extends DropBranchingBuilder,NEXT extends NextValueSequenceBuilder,LAST extends LastValueIdentityBuilder>
| Modifier and Type | Method and Description |
|---|---|
int |
count(Connection connection,
String table)
Count.
|
CREATE |
create()
Creates the.
|
DELETE |
delete()
Delete.
|
DROP |
drop()
Drop.
|
boolean |
exists(Connection connection,
String table)
Exists.
|
ExpressionBuilder |
expression()
Expression.
|
INSERT |
insert()
Insert.
|
LAST |
lastval(String... args)
Lastval.
|
NEXT |
nextval(String sequence)
Nextval.
|
SELECT |
select()
Select.
|
UPDATE |
update()
Update.
|
SELECT select()
INSERT insert()
UPDATE update()
DELETE delete()
ExpressionBuilder expression()
CREATE create()
DROP drop()
boolean exists(Connection connection, String table) throws SQLException
connection - the connectiontable - the tableSQLException - the SQL exceptionint count(Connection connection, String table) throws SQLException
connection - the connectiontable - the tableSQLException - the SQL exceptionNEXT nextval(String sequence)
sequence - the sequenceCopyright © 2010–2018 Eclipse Foundation. All rights reserved.