Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBJarDriver ¶
type DBJarDriver string
const ( MysqlDriver DBJarDriver = "godzilla/java/plugins/enmysql.jar" SqlJdbc41Driver DBJarDriver = "godzilla/java/plugins/ensqljdbc41.jar" Ojdbc5Driver DBJarDriver = "godzilla/java/plugins/enojdbc5.jar" )
type JarLoader ¶
type JarLoader struct {
DBDriver DBJarDriver
JarFileContent []byte
// contains filtered or unexported fields
}
func NewJarDriverLoader ¶
func NewJarDriverLoader(DBDriver DBJarDriver) *JarLoader
func NewJarFileLoader ¶
Click to show internal directories.
Click to hide internal directories.