Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection struct {
rdbms.Connection
// contains filtered or unexported fields
}
Connection implementation of dbflex.IConnection
func (*Connection) DropTable ¶
func (c *Connection) DropTable(name string) error
DropTable - delete table
func (*Connection) EnsureTable ¶
func (c *Connection) EnsureTable(name string, keys []string, obj interface{}) error
EnsureTable ensure existence and structures of the table
func (*Connection) NewQuery ¶
func (c *Connection) NewQuery() dbflex.IQuery
NewQuery generates new query object to perform query action
func (*Connection) State ¶
func (c *Connection) State() string
type Cursor ¶
Cursor represent cursor object. Inherits Cursor object of rdbms drivers and implementation of dbflex.ICursor
Click to show internal directories.
Click to hide internal directories.