Uses of Enum
org.evomaster.client.java.sql.SqlDataType
Packages that use SqlDataType
-
Uses of SqlDataType in org.evomaster.client.java.sql
Methods in org.evomaster.client.java.sql that return SqlDataTypeModifier and TypeMethodDescriptionstatic SqlDataTypeSqlDataType.fromString(String input) static SqlDataTypeReturns 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.Methods in org.evomaster.client.java.sql with parameters of type SqlDataTypeModifier and TypeMethodDescriptionstatic booleanSqlDataType.isBooleanType(SqlDataType dataType) static booleanSqlDataType.isByteType(SqlDataType dataType) static booleanSqlDataType.isDateTimeType(SqlDataType dataType) static booleanSqlDataType.isDoubleType(SqlDataType dataType) static booleanSqlDataType.isIntegerType(SqlDataType dataType) static booleanSqlDataType.isLongType(SqlDataType dataType) static booleanSqlDataType.isShortType(SqlDataType dataType) static booleanSqlDataType.isStringType(SqlDataType dataType) -
Uses of SqlDataType in org.evomaster.client.java.sql.heuristic
Methods in org.evomaster.client.java.sql.heuristic with parameters of type SqlDataTypeModifier and TypeMethodDescriptionstatic ObjectSqlCastHelper.castTo(SqlDataType dataType, Object value)