Package com.gengoai.sql
Interface NamedSQLElement
-
- All Superinterfaces:
Serializable
,SQLElement
public interface NamedSQLElement extends SQLElement
AnSQLElement
that represents a named object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Gets the name of the object.-
Methods inherited from interface com.gengoai.sql.SQLElement
getClassName
-
-
-
-
Method Detail
-
getName
String getName()
Gets the name of the object.- Returns:
- the name of the object
-
-