CodeQL library for Java
codeql/java-all 0.6.2 ( changelog , source )
Search

Module Jdbc

Provides classes and predicates for working with the Java JDBC API.

Import path

import semmle.code.java.frameworks.Jdbc

Imports

java

Provides all default Java QL imports.

Classes

ResultSetGetStringMethod

A method with the name getString declared in java.sql.ResultSet.

TypeConnection

The interface java.sql.Connection.

TypePreparedStatement

The interface java.sql.PreparedStatement.

TypeResultSet

The interface java.sql.ResultSet.

TypeStatement

The interface java.sql.Statement.