Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewPreparedStmtDB (0.05 sec)

  1. gorm.go

    			}
    		}
    	}
    
    	if config.PrepareStmt {
    		preparedStmt := NewPreparedStmtDB(db.ConnPool, config.PrepareStmtMaxSize, config.PrepareStmtTTL)
    		db.cacheStore.Store(preparedStmtDBKey, preparedStmt)
    		db.ConnPool = preparedStmt
    	}
    
    	db.Statement = &Statement{
    		DB:       db,
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Tue Aug 26 06:24:29 UTC 2025
    - 12.8K bytes
    - Viewed (0)
Back to top