Uses of Class
org.tentackle.sql.BackendInfo
Packages that use BackendInfo
Package
Description
SQL backend layer.
Backend implementations.
-
Uses of BackendInfo in org.tentackle.sql
Methods in org.tentackle.sql with parameters of type BackendInfoModifier and TypeMethodDescriptionBackend.getMetaData(BackendInfo backendInfo) Gets the metadata from the backend.Constructors in org.tentackle.sql with parameters of type BackendInfoModifierConstructorDescriptionBackendInfo(BackendInfo backendInfo, String user, char[] password) Creates a backend info from another one with a different user and password. -
Uses of BackendInfo in org.tentackle.sql.backends
Methods in org.tentackle.sql.backends with parameters of type BackendInfoModifier and TypeMethodDescriptionAbstractBackend.getMetaData(BackendInfo backendInfo) MySql.getMetaData(BackendInfo backendInfo)