Uses of Enum Class
org.tentackle.sql.SqlNameType
Packages that use SqlNameType
Package
Description
SQL backend layer.
Backend implementations.
-
Uses of SqlNameType in org.tentackle.sql
Methods in org.tentackle.sql that return SqlNameTypeModifier and TypeMethodDescriptionstatic SqlNameTypeReturns the enum constant of this class with the specified name.static SqlNameType[]SqlNameType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tentackle.sql with parameters of type SqlNameTypeModifier and TypeMethodDescriptionvoidBackend.assertValidName(SqlNameType nameType, String name) Asserts that given string is a valid name and usage. -
Uses of SqlNameType in org.tentackle.sql.backends
Methods in org.tentackle.sql.backends with parameters of type SqlNameTypeModifier and TypeMethodDescriptionvoidAbstractBackend.assertValidName(SqlNameType nameType, String name) voidOracle8.assertValidName(SqlNameType nameType, String name)