github.com/shogo82148/std@v1.22.1-0.20240327122250-4e474527810c/database/sql/dummy.go (about)

     1  package sql
     2  
     3  type driverConn struct{}
     4  type connRequest struct{}
     5  type finalCloser struct{}
     6  type depSet struct{}
     7  type releaseConn struct{}
     8  type stmtConnGrabber any
     9  
    10  type driverStmt struct{}
    11  type connStmt struct{}