Class Identifier
- java.lang.Object
-
- com.healthmarketscience.jackcess.expr.Identifier
-
public class Identifier extends Object
identifies a database entity (e.g. the name of a database field). An Identify must have an object name, but the collection name and property name are optional.- Author:
- James Ahlborn
-
-
Constructor Summary
Constructors Constructor Description Identifier(String objectName)Identifier(String collectionName, String objectName, String propertyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetCollectionName()StringgetObjectName()StringgetPropertyName()inthashCode()StringtoString()
-