com
.
twitter
.
finagle
.
postgres
connection
package
connection
Visibility
Public
All
Type Members
case class
AggregateRows
(
fields:
Array
[
Field
]
,
buff:
ListBuffer
[
DataRow
] =
ListBuffer()
)
extends
ExtendedQueryState
with
Product
with
Serializable
case class
AggregateRowsWithoutFields
(
buff:
ListBuffer
[
DataRow
] =
ListBuffer()
)
extends
ExtendedQueryState
with
Product
with
Serializable
case class
AggregatingAuthData
(
statuses:
Map
[
String
,
String
]
,
processId:
Int
,
secretKey:
Int
)
extends
State
with
Product
with
Serializable
case class
AwaitRowDescription
(
types:
Array
[
Int
]
)
extends
ExtendedQueryState
with
Product
with
Serializable
class
Connection
extends
AnyRef
class
ConnectionStateMachine
extends
StateMachine
[
Message
,
PgResponse
,
State
]
case class
EmitOnReadyForQuery
[
R <:
PgResponse
]
(
emit:
R
)
extends
ExtendedQueryState
with
Product
with
Serializable
sealed
trait
ExtendedQueryState
extends
State
sealed
trait
State
extends
AnyRef
trait
StateMachine
[
E
,
R
,
S
]
extends
AnyRef
Value Members
object
AuthenticationInProgress
extends
State
with
Product
with
Serializable
object
AuthenticationRequired
extends
State
with
Product
with
Serializable
object
AwaitParamsDescription
extends
ExtendedQueryState
with
Product
with
Serializable
object
AwaitingPassword
extends
State
with
Product
with
Serializable
object
AwaitingSslResponse
extends
State
with
Product
with
Serializable
object
Binding
extends
ExtendedQueryState
with
Product
with
Serializable
object
Connected
extends
State
with
Product
with
Serializable
object
ExecutePreparedStatement
extends
ExtendedQueryState
with
Product
with
Serializable
object
Parsing
extends
ExtendedQueryState
with
Product
with
Serializable
object
RequestingSsl
extends
State
with
Product
with
Serializable
object
SimpleQuery
extends
State
with
Product
with
Serializable
object
Syncing
extends
State
with
Product
with
Serializable
object
Terminated
extends
State
with
Product
with
Serializable
object
Undefined
extends
PartialFunction
[
Any
,
Nothing
]
Ungrouped