Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntPostgresDriver ¶
type EntPostgresDriver struct {
// contains filtered or unexported fields
}
func NewEntPostgresDriver ¶
func NewEntPostgresDriver(db *sql.DB) *EntPostgresDriver
NewEntPostgresDriver returns a EntPostgresDriver created from *sql.DB.
func (*EntPostgresDriver) Client ¶
func (d *EntPostgresDriver) Client() *entdb.Client
Client returns the underlying Client.
func (*EntPostgresDriver) Clone ¶
func (d *EntPostgresDriver) Clone() *EntPostgresDriver
Clone returns a new EntPostgresDriver initialized by using the underlying *sql.DB.
func (*EntPostgresDriver) Close ¶
func (d *EntPostgresDriver) Close() error
Close releases all the underlying resources.
func (*EntPostgresDriver) Driver ¶
func (d *EntPostgresDriver) Driver() *entDialectSQL.Driver
Driver returns the underlying Driver.
Click to show internal directories.
Click to hide internal directories.