Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQLiteConn ¶
type SQLiteConn struct {
// contains filtered or unexported fields
}
func Open ¶
func Open(name string) (*SQLiteConn, error)
func (*SQLiteConn) CheckNamedValue ¶
func (c *SQLiteConn) CheckNamedValue(nv *driver.NamedValue) error
func (*SQLiteConn) Close ¶
func (c *SQLiteConn) Close() error
type SQLiteDriver ¶
type SQLiteDriver struct{}
type SQLiteRows ¶
type SQLiteRows struct {
// contains filtered or unexported fields
}
func (*SQLiteRows) Close ¶
func (r *SQLiteRows) Close() error
func (*SQLiteRows) Columns ¶
func (r *SQLiteRows) Columns() []string
type SQLiteStmt ¶
type SQLiteStmt struct {
// contains filtered or unexported fields
}
func (*SQLiteStmt) Close ¶
func (s *SQLiteStmt) Close() error
func (*SQLiteStmt) NumInput ¶
func (s *SQLiteStmt) NumInput() int
Click to show internal directories.
Click to hide internal directories.