Interface PostgresqlStatement
- All Superinterfaces:
 Statement
- 
Method Summary
Modifier and TypeMethodDescriptionadd()execute()default PostgresqlStatementfetchSize(int rows) returnGeneratedValues(String... columns)  
- 
Method Details
- 
add
PostgresqlStatement add() - 
bind
- Specified by:
 bindin interfaceStatement- Throws:
 IllegalArgumentException- ifidentifieris not aStringlike$1,$2, …
 - 
bind
 - 
bindNull
- Specified by:
 bindNullin interfaceStatement- Throws:
 IllegalArgumentException- ifidentifieris not aStringlike$1,$2, …
 - 
bindNull
 - 
execute
Flux<PostgresqlResult> execute() - 
fetchSize
 - 
returnGeneratedValues
- Specified by:
 returnGeneratedValuesin interfaceStatement- Throws:
 IllegalStateException- if thisStatementalready has aRETURNING clauseor isn't aDELETE,INSERT, orUPDATEcommand
 
 -