| Package | Description |
|---|---|
| com.toolsverse.etl.core.engine | |
| com.toolsverse.etl.sql.util |
| Modifier and Type | Method and Description |
|---|---|
SqlStatementType |
Source.getStatementType()
Gets the statement type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Source.setStatementType(SqlStatementType value)
Sets the statement type.
|
| Modifier and Type | Method and Description |
|---|---|
static SqlStatementType |
SqlStatementType.parse(String value)
Parse string and return SqlStatementType.
|
static SqlStatementType |
SqlStatementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlStatementType[] |
SqlStatementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010-2020 Toolsverse. All Rights Reserved.