Documentation ¶
Index ¶
- type Statements
- func (s *Statements) ClearCreatedSQL() string
- func (s *Statements) CompactSQL() string
- func (s *Statements) CreateSQL() string
- func (s *Statements) InsertSQL() string
- func (s *Statements) ListAfterSQL(limit int64) string
- func (s *Statements) ListSQL(limit int64) string
- func (s *Statements) TableLockSQL() string
- func (s *Statements) TableMetaSQL() string
- func (s *Statements) UpdateCompactionSQL() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Statements ¶
type Statements struct {
// contains filtered or unexported fields
}
func New ¶
func New(tableName string, lock bool) *Statements
func (*Statements) ClearCreatedSQL ¶
func (s *Statements) ClearCreatedSQL() string
func (*Statements) CompactSQL ¶
func (s *Statements) CompactSQL() string
func (*Statements) CreateSQL ¶
func (s *Statements) CreateSQL() string
func (*Statements) InsertSQL ¶
func (s *Statements) InsertSQL() string
func (*Statements) ListAfterSQL ¶
func (s *Statements) ListAfterSQL(limit int64) string
func (*Statements) ListSQL ¶
func (s *Statements) ListSQL(limit int64) string
func (*Statements) TableLockSQL ¶
func (s *Statements) TableLockSQL() string
func (*Statements) TableMetaSQL ¶
func (s *Statements) TableMetaSQL() string
func (*Statements) UpdateCompactionSQL ¶
func (s *Statements) UpdateCompactionSQL() string
Click to show internal directories.
Click to hide internal directories.