Uses of Class
org.tentackle.sql.SqlNameType
-
Packages that use SqlNameType Package Description org.tentackle.sql SQL backend layer. -
-
Uses of SqlNameType in org.tentackle.sql
Methods in org.tentackle.sql that return SqlNameType Modifier and Type Method Description static SqlNameTypeSqlNameType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SqlNameType[]SqlNameType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tentackle.sql with parameters of type SqlNameType Modifier and Type Method Description voidAbstractBackend. assertValidName(SqlNameType nameType, java.lang.String name)voidBackend. assertValidName(SqlNameType nameType, java.lang.String name)Asserts that given string is a valid name and usage.voidOracle. assertValidName(SqlNameType nameType, java.lang.String name)
-