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 that return BackendInfoModifier and TypeMethodDescriptionCreates a backend info from a backend name.
The info cannot be used to connect.Creates a backend info.
This info is able to create a connection.BackendInfoFactory.create(EncryptedProperties backendProperties) Creates a backend info from backend properties.
The info is able to create a connection.Creates a backend info from a backend.
The info cannot be used to connect.BackendInfoFactory.create(BackendInfo backendInfo, String user, char[] password) Creates a backend info from another one with a different user and password.DefaultBackendInfoFactory.create(EncryptedProperties backendProperties) DefaultBackendInfoFactory.create(BackendInfo backendInfo, String user, char[] password) Methods in org.tentackle.sql with parameters of type BackendInfoModifier and TypeMethodDescriptionBackendInfoFactory.create(BackendInfo backendInfo, String user, char[] password) Creates a backend info from another one with a different user and password.DefaultBackendInfoFactory.create(BackendInfo backendInfo, String user, char[] password) Backend.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)