| Package | Description |
|---|---|
| org.evomaster.client.java.sql | |
| org.evomaster.client.java.sql.heuristic |
| Modifier and Type | Method and Description |
|---|---|
static SqlDataType |
SqlDataType.fromString(String input) |
static SqlDataType |
SqlDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlDataType[] |
SqlDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SqlDataType.isBooleanType(SqlDataType dataType) |
static boolean |
SqlDataType.isByteType(SqlDataType dataType) |
static boolean |
SqlDataType.isDateTimeType(SqlDataType dataType) |
static boolean |
SqlDataType.isDoubleType(SqlDataType dataType) |
static boolean |
SqlDataType.isIntegerType(SqlDataType dataType) |
static boolean |
SqlDataType.isLongType(SqlDataType dataType) |
static boolean |
SqlDataType.isShortType(SqlDataType dataType) |
static boolean |
SqlDataType.isStringType(SqlDataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
SqlCastHelper.castTo(SqlDataType dataType,
Object value) |
Copyright © 2016–2025. All rights reserved.