- initSqlOnResourcePath - Variable in class org.evomaster.client.java.sql.DbSpecification
-
a resource path where the init sql script is
Note that this parameter is specific to resource path,
not a path to the file.
- initSqlScript - Variable in class org.evomaster.client.java.sql.DbSpecification
-
a script to initialize the data in database
- insertInto(String, Long) - Method in interface org.evomaster.client.java.sql.dsl.SequenceDsl
-
An insertion operation on the SQL Database (DB)
- insertInto(String) - Method in interface org.evomaster.client.java.sql.dsl.SequenceDsl
-
An insertion operation on the SQL Database (DB)
- insertInto(String, Long) - Method in class org.evomaster.client.java.sql.dsl.SqlDsl
-
- isAdvancedHeuristics() - Method in class org.evomaster.client.java.sql.internal.SqlHandler
-
- isCalculateHeuristics() - Method in class org.evomaster.client.java.sql.internal.SqlHandler
-
- isDelete(String) - Static method in class org.evomaster.client.java.sql.internal.ParserUtils
-
- isEmpty() - Method in class org.evomaster.client.java.sql.QueryResult
-
- isExtractSqlExecution() - Method in class org.evomaster.client.java.sql.internal.SqlHandler
-
- isInsert(String) - Static method in class org.evomaster.client.java.sql.internal.ParserUtils
-
- isSelect(String) - Static method in class org.evomaster.client.java.sql.internal.ParserUtils
-
We only use the selects that refer to objects in the database that are meaningful for testing purposes,
when code access to a sequence for example when getting the next id for a new object in the table,
then we don't want to use that select as a target.
- isSelectOne(String) - Static method in class org.evomaster.client.java.sql.internal.ParserUtils
-
check if the sql is `Select 1`
detected by proxyprint as
ERROR - FAILED TO COMPUTE HEURISTICS FOR SQL: SELECT 1
https://stackoverflow.com/questions/3668506/efficient-sql-test-query-or-validation-query-that-will-work-across-all-or-most
- isUpdate(String) - Static method in class org.evomaster.client.java.sql.internal.ParserUtils
-
- isVersionGreaterOrEqual(String, String) - Static method in class org.evomaster.client.java.sql.h2.H2VersionUtils
-
Returns true if [versionString] >= [otherVersionString]