Uses of Package
com.google.mu.safesql
-
ClassDescriptionA piece of provably-safe (from SQL injection) query string constructed by the combination of a compile-time string constant, other SafeQuery, safe literal values (booleans, enum constant names, numbers etc.), and/or mandatorily-quoted, auto-escaped string values.An injection-safe parameterized SQL, constructed using compile-time enforced templates and can be used to
create
PreparedStatement
.