Package ru.curs.celesta.score
Class DataGrainElement
java.lang.Object
ru.curs.celesta.score.NamedElement
ru.curs.celesta.score.GrainElement
ru.curs.celesta.score.DataGrainElement
- All Implemented Interfaces:
HasColumns
- Direct Known Subclasses:
AbstractView,BasicTable
Parent class for grain elements containing data.
- Tables
- Views
- Materialized views
- Since:
- 2017-08-09
- Author:
- ioann
-
Field Summary
Fields inherited from class ru.curs.celesta.score.NamedElement
MAX_IDENTIFIER_LENGTH -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ru.curs.celesta.score.GrainElement
getGrain, getGrainPartMethods inherited from class ru.curs.celesta.score.NamedElement
equals, getCelestaDoc, getName, getQuotedName, getQuotedNameIfNeeded, hashCode, limitName, limitName, setCelestaDocMethods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ru.curs.celesta.score.HasColumns
getColumnIndex, getColumns
-
Constructor Details
-
DataGrainElement
- Throws:
ParseException
-
-
Method Details
-
delete
Deletes element.- Throws:
ParseException- on a try to change the system grain
-