Documentation
¶
Overview ¶
Code generated from Pkl module `com.pipelaner.source.inputs`. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IsolationLevel ¶
type IsolationLevel string
const ( ReadCommitted IsolationLevel = "read-committed" ReadUncommitted IsolationLevel = "read-uncommitted" )
func (IsolationLevel) String ¶
func (rcv IsolationLevel) String() string
String returns the string representation of IsolationLevel
func (*IsolationLevel) UnmarshalBinary ¶
func (rcv *IsolationLevel) UnmarshalBinary(data []byte) error
UnmarshalBinary implements encoding.BinaryUnmarshaler for IsolationLevel.
Click to show internal directories.
Click to hide internal directories.