Package | Description |
---|---|
com.streamscape.sdo.sql.enums |
Modifier and Type | Field and Description |
---|---|
static SQLQueryType |
SQLQueryType.CALL |
static SQLQueryType |
SQLQueryType.CALL_WITH_RETURN |
static SQLQueryType |
SQLQueryType.DELETE |
static SQLQueryType |
SQLQueryType.DYNAMIC |
static SQLQueryType |
SQLQueryType.INSERT |
static SQLQueryType |
SQLQueryType.SELECT |
static SQLQueryType |
SQLQueryType.UPDATE |
Modifier and Type | Method and Description |
---|---|
static SQLQueryType |
SQLQueryType.determineType(java.lang.String sqlScript)
Tries to determine sql query type
|
static SQLQueryType |
SQLQueryType.getTypeById(int id)
Returns type by its id
|
static SQLQueryType |
SQLQueryType.getTypeByName(java.lang.String name)
Returns type by its name
|
static SQLQueryType |
SQLQueryType.valueOf(java.lang.String name) |
static SQLQueryType[] |
SQLQueryType.values() |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.