shouldBind = shouldDescribe = shouldExecute = false;
}
if (state == ConnectionState.ExtendedReadyForQuery) {
if (extendedQueryIsOver()) {
currentOutBuffer = new Sync().toBytes();
state = ConnectionState.SendingSync;
} else {
if (shouldBind) {
shouldBind = false;
sendExecPrepared(PostgresqlString.NULL_STRING, values, format);