Package | Description |
---|---|
org.postgresql.core | |
org.postgresql.core.v3 | |
org.postgresql.util |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ParameterList.toString(int index,
SqlSerializationContext context)
Return the string literal representation of a particular parameter in this ParameterList.
|
java.lang.String |
Query.toString(ParameterList parameters,
SqlSerializationContext context)
Returns string representation of the query, substituting particular parameter values for
parameter placeholders.
|
java.lang.String |
NativeQuery.toString(ParameterList parameters,
SqlSerializationContext context)
Returns string representation of the query, substituting particular parameter values for
parameter placeholders.
|
Modifier and Type | Method and Description |
---|---|
static SqlSerializationContext |
SqlSerializationContext.of(boolean standardConformingStrings,
boolean idempotent)
Returns SqlSerializationContext instance with the given parameters
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
BatchedQuery.toString(ParameterList params,
SqlSerializationContext context) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
PGbytea.toPGLiteral(java.lang.Object value,
SqlSerializationContext context)
Formats input object as
bytea literal like '\xcafebabe'::bytea . |
Copyright © 2025 PostgreSQL Global Development Group. All rights reserved.