Documentation ¶
Index ¶
Constants ¶
View Source
const ( Empty converterParseMode = iota CreateTable CreateTableExcludeSuffix CreateView )
View Source
const ( ObjectTypeNone objectType = iota ObjectTypeTable ObjectTypeView )
Variables ¶
This section is empty.
Functions ¶
func GetSortedKeys ¶
func GetYdbCredentials ¶
func GetYdbCredentials() ydb.Option
Types ¶
type PgSchema ¶
type PgSchema struct { CommentExcluded bool ConvertSchema bool // contains filtered or unexported fields }
func NewPgSchema ¶
func NewPgSchema() *PgSchema
func (*PgSchema) GetSchemas ¶
type Session ¶
type Session struct { ID string Success bool Transactions []Transaction }
type SessionLogRecord ¶
type Transaction ¶
type YdbIssue ¶
type YdbIssue struct { Message string `yaml:"message"` Code Ydb.StatusIds_StatusCode `yaml:"code"` Severity uint32 `yaml:"severity"` }
func ExtractIssues ¶
type YdbPool ¶
type YdbPool struct {
// contains filtered or unexported fields
}
func NewYdbPool ¶
func NewYdbPool(drivers []*ydb.Driver) *YdbPool
func OpenYdbPool ¶
Click to show internal directories.
Click to hide internal directories.