A B C D E F G H I J K L M N O P Q R S T U V W Y Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abort(Executor) - Method in class ru.curs.celesta.CelestaConnection
- AbstractFilter - Class in ru.curs.celesta.dbutils.filter
-
Internal filter representation on a field.
- AbstractFilter() - Constructor for class ru.curs.celesta.dbutils.filter.AbstractFilter
- AbstractMaterializedViewTrigger - Class in ru.curs.celesta.dbutils.h2
-
Base class for all triggers of materialized view.
- AbstractMaterializedViewTrigger() - Constructor for class ru.curs.celesta.dbutils.h2.AbstractMaterializedViewTrigger
- AbstractScore - Class in ru.curs.celesta.score
-
Root class for complete data model of grains.
- AbstractScore.ScoreBuilder<T extends AbstractScore> - Class in ru.curs.celesta.score
-
Score builder for subclasses of
AbstractScore
. - AbstractSelectStmt - Class in ru.curs.celesta.score
-
A segment of a UNION chain in a SQL UNION ALL query.
- AbstractSelectStmt(AbstractView) - Constructor for class ru.curs.celesta.score.AbstractSelectStmt
- AbstractView - Class in ru.curs.celesta.score
-
Base class for all view data elements.
- AbstractView(GrainPart, String) - Constructor for class ru.curs.celesta.score.AbstractView
- accept(ExprVisitor) - Method in class ru.curs.celesta.score.BinaryLogicalOp
- accept(ExprVisitor) - Method in class ru.curs.celesta.score.BinaryTermOp
- accept(ExprVisitor) - Method in class ru.curs.celesta.score.FieldRef
- accept(ExprVisitor) - Method in class ru.curs.celesta.score.Relop
- action() - Method in class ru.curs.celesta.score.CelestaParser
- Action - Enum in ru.curs.celesta.dbutils
-
Action type.
- actionType() - Method in class ru.curs.celesta.syscursors.LogCursor.Columns
- activate(ICelesta, String) - Method in class ru.curs.celesta.CallContext
-
Activates CallContext with 'live' Celesta and procName.
- add(String, String) - Method in class ru.curs.celesta.dbutils.filter.value.FieldsLookup
-
Deprecated.
- add(ColumnMeta<T>, ColumnMeta<T>) - Method in class ru.curs.celesta.dbutils.filter.value.FieldsLookup
-
Adds columns binding for target and auxiliary cursors.
- add(T) - Method in class ru.curs.celesta.score.NamedElementHolder
-
Deprecated.
- addAll(Collection<? extends T>) - Method in class ru.curs.celesta.score.NamedElementHolder
- addColumn(Column<?>) - Method in class ru.curs.celesta.score.BasicTable
-
Adds a column to the table.
- addColumn(Column<?>) - Method in class ru.curs.celesta.score.MaterializedView
- addColumn(Column<?>) - Method in interface ru.curs.celesta.score.TableElement
-
Adds a column to the table.
- addColumnName(String) - Method in class ru.curs.celesta.dbutils.meta.DbPkInfo
-
Adds a column to the primary key.
- addElement(T) - Method in class ru.curs.celesta.score.NamedElementHolder
-
Adds a named element.
- addIndex(Index) - Method in class ru.curs.celesta.score.Grain
-
Adds an index.
- addLookup(FieldsLookup, WhereTermsMaker) - Method in class ru.curs.celesta.dbutils.filter.In
- addParameter(Parameter) - Method in class ru.curs.celesta.score.ParameterizedView
-
Adds a parameter to the view.
- adjustBeginLineColumn(int, int) - Method in class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- afterAll(ExtensionContext) - Method in class ru.curs.celestaunit.CelestaUnitExtension
- afterEach(ExtensionContext) - Method in class ru.curs.celestaunit.CelestaUnitExtension
- aggregateFunc(AbstractSelectStmt) - Method in class ru.curs.celesta.score.CelestaParser
- ALTER_TABLE - Static variable in class ru.curs.celesta.dbutils.adaptors.constants.CommonConstants
-
"alter table " constant.
- alterSequence(Connection, SequenceElement) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Alters sequence in the database.
- alterSequence(Connection, SequenceElement) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlAdaptor
-
Alters sequence in the database.
- alterTable(GrainPart) - Method in class ru.curs.celesta.score.CelestaParser
- AlwaysFalse - Class in ru.curs.celesta.dbutils.term
-
FALSE constant.
- AlwaysTrue - Class in ru.curs.celesta.dbutils.term
-
TRUE constant.
- and(BasicCursor) - Method in class ru.curs.celesta.dbutils.filter.value.FieldsLookup
- and(BasicTable) - Method in class ru.curs.celesta.dbutils.filter.value.FieldsLookup
- and(View) - Method in class ru.curs.celesta.dbutils.filter.value.FieldsLookup
- AND - Static variable in class ru.curs.celesta.score.BinaryLogicalOp
-
Index for conjunction operator.
- AndTerm - Class in ru.curs.celesta.dbutils.term
-
Conjunction of two where clauses.
- AnsiQuotedIdentifierParser - Class in ru.curs.celesta.score.validator
-
ANSI quotes identifier parser and validator.
Identifiers like "celestaIdentifier" are processed. - AnsiQuotedIdentifierParser() - Constructor for class ru.curs.celesta.score.validator.AnsiQuotedIdentifierParser
- AppSettings - Class in ru.curs.celesta
-
Application settings.
- AppSettings(Properties) - Constructor for class ru.curs.celesta.AppSettings
- ArbitraryParameterSetter - Class in ru.curs.celesta.dbutils.stmt
-
Created by ioann on 16.08.2017.
- ArbitraryParameterSetter(QueryBuildingHelper, Object) - Constructor for class ru.curs.celesta.dbutils.stmt.ArbitraryParameterSetter
- asc() - Method in interface ru.curs.celesta.score.ColumnMeta
-
Returns
this
column meta information with ascending ordering set. - ASC - ru.curs.celesta.score.ColumnMeta.Ordering
-
Ascending order.
- asCSVLine() - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Returns current state of the cursor in form of CSV string with comma delimiters.
B
- backup(int) - Method in class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Backup a number of characters.
- BaseAppSettings - Class in ru.curs.celesta
-
Base class for application settings.
- BaseAppSettings(Properties) - Constructor for class ru.curs.celesta.BaseAppSettings
- BasicCursor - Class in ru.curs.celesta.dbutils
-
Base cursor class for reading data from views.
- BasicCursor(CallContext) - Constructor for class ru.curs.celesta.dbutils.BasicCursor
- BasicCursor(CallContext, Set<String>) - Constructor for class ru.curs.celesta.dbutils.BasicCursor
- BasicDataAccessor - Class in ru.curs.celesta.dbutils
- BasicDataAccessor(CallContext) - Constructor for class ru.curs.celesta.dbutils.BasicDataAccessor
- BasicTable - Class in ru.curs.celesta.score
-
Super class for
Table
andReadOnlyTable
that encompasses common logic for both table types. - beforeAll(ExtensionContext) - Method in class ru.curs.celestaunit.CelestaUnitExtension
- beforeEach(ExtensionContext) - Method in class ru.curs.celestaunit.CelestaUnitExtension
- beginColumn - Variable in class ru.curs.celesta.dbutils.filter.Token
-
The column number of the first character of this Token.
- beginLine - Variable in class ru.curs.celesta.dbutils.filter.Token
-
The line number of the first character of this Token.
- BeginToken() - Method in class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Start.
- BinaryColumn - Class in ru.curs.celesta.score
-
Binary column (IMAGE or BLOB type).
- BinaryColumn(TableElement, String) - Constructor for class ru.curs.celesta.score.BinaryColumn
- BinaryLogicalOp - Class in ru.curs.celesta.score
-
AND/OR.
- BinaryTermOp - Class in ru.curs.celesta.score
-
+, -, *, /.
- BIT - ru.curs.celesta.score.ViewColumnType
-
Boolean value.
- BLOB - Class in ru.curs.celesta.dbutils
-
Class for working with BLOB fields.
- BLOB - ru.curs.celesta.score.ViewColumnType
-
Binary large object.
- BLOB() - Constructor for class ru.curs.celesta.dbutils.BLOB
-
Empty (NULL) BLOB.
- BooleanColumn - Class in ru.curs.celesta.score
-
Boolean column (BIT type).
- BooleanColumn(TableElement, String) - Constructor for class ru.curs.celesta.score.BooleanColumn
- bufpos - Variable in class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Position in buffer.
- build() - Method in class ru.curs.celesta.dbutils.DbUpdaterBuilder
-
Builds DB updater instance.
- build() - Method in class ru.curs.celesta.score.AbstractScore.ScoreBuilder
-
Builds the score.
- build() - Method in class ru.curs.celestaunit.CelestaUnitExtension.Builder
-
Generates CelestaUnitExtension with given parameters.
- builder() - Static method in class ru.curs.celestaunit.CelestaUnitExtension
-
Deprecated.Use
CelestaTest
annotation parameters instead.
C
- callContext() - Method in class ru.curs.celesta.dbutils.CsqlBasicDataAccessor
-
Returns call context that current cursor is created in.
- callContext() - Method in interface ru.curs.celesta.syscursors.ISchemaCursor
- CallContext - Class in ru.curs.celesta
-
Call context containing a DB connection carrying a transaction and a user identifier.
- CallContext(String) - Constructor for class ru.curs.celesta.CallContext
-
Creates new not activated context.
- CallContext(String, ICelesta, String) - Constructor for class ru.curs.celesta.CallContext
-
Creates activated context.
- CalllogCursor - Class in ru.curs.celesta.syscursors
- CalllogCursor(CallContext) - Constructor for class ru.curs.celesta.syscursors.CalllogCursor
- CalllogCursor(CallContext, ColumnMeta<?>...) - Constructor for class ru.curs.celesta.syscursors.CalllogCursor
- CalllogCursor.Columns - Class in ru.curs.celesta.syscursors
- CalllogEntrynoSequence - Class in ru.curs.celesta.syscursors
- CalllogEntrynoSequence(CallContext) - Constructor for class ru.curs.celesta.syscursors.CalllogEntrynoSequence
- canDelete() - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Whether the session has rights to delete data from current table.
- canInsert() - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Whether the session has rights to insert data into current table.
- canModify() - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Whether the session has rights to modify data of current table.
- canRead() - Method in class ru.curs.celesta.dbutils.BasicDataAccessor
-
Whether the session has rights to read current object.
- CASCADE - ru.curs.celesta.score.FKRule
-
Cascade modification of referring records.
- Celesta - Class in ru.curs.celesta
-
Celesta instance.
- CELESTA_TYPE - Static variable in class ru.curs.celesta.score.BinaryColumn
-
Celesta type of the column data.
- CELESTA_TYPE - Static variable in class ru.curs.celesta.score.BooleanColumn
-
Celesta type of the column data.
- CELESTA_TYPE - Static variable in class ru.curs.celesta.score.DateTimeColumn
-
Celesta type of the column data.
- CELESTA_TYPE - Static variable in class ru.curs.celesta.score.DecimalColumn
-
Celesta type of the column data.
- CELESTA_TYPE - Static variable in class ru.curs.celesta.score.FloatingColumn
-
Celesta type of the column data.
- CELESTA_TYPE - Static variable in class ru.curs.celesta.score.IntegerColumn
-
Celesta type of the column data.
- CELESTA_TYPE - Static variable in class ru.curs.celesta.score.ZonedDateTimeColumn
-
Celesta type of the column data.
- CelestaConnection - Class in ru.curs.celesta
-
Adapter class for
Connection
where every method call is delegated to the corresponding method ofconnection
delegate. - CelestaDocUtils - Class in ru.curs.celesta.score
-
Utility class for Celesta documents.
- CelestaException - Exception in ru.curs.celesta
-
Critical error that leads to stopping of Celesta.
- CelestaException(String) - Constructor for exception ru.curs.celesta.CelestaException
- CelestaException(String, Object...) - Constructor for exception ru.curs.celesta.CelestaException
- CelestaException(String, Throwable) - Constructor for exception ru.curs.celesta.CelestaException
- CelestaException(Throwable) - Constructor for exception ru.curs.celesta.CelestaException
- CelestaGenerated - Annotation Type in ru.curs.celesta.dbutils
-
This annotation is used to mark source code that has been generated by Celesta.
- CelestaParser - Class in ru.curs.celesta.score
- CelestaParser(InputStream) - Constructor for class ru.curs.celesta.score.CelestaParser
-
Constructor with InputStream.
- CelestaParser(InputStream, String) - Constructor for class ru.curs.celesta.score.CelestaParser
-
Constructor with InputStream and supplied encoding
- CelestaParser(Reader) - Constructor for class ru.curs.celesta.score.CelestaParser
-
Constructor.
- CelestaParser(CelestaParserTokenManager) - Constructor for class ru.curs.celesta.score.CelestaParser
-
Constructor with generated Token Manager.
- CelestaSerializer - Class in ru.curs.celesta.score
-
Serializes grain and its components to CelestaSQL.
- CelestaSerializer(PrintWriter) - Constructor for class ru.curs.celesta.score.CelestaSerializer
- CelestaTest - Annotation Type in ru.curs.celestaunit
-
Annotation for extending tests with CelestaUnitExtension.
- CelestaUnitExtension - Class in ru.curs.celestaunit
-
Extension class for JUnit5 tests.
- CelestaUnitExtension() - Constructor for class ru.curs.celestaunit.CelestaUnitExtension
- CelestaUnitExtension.Builder - Class in ru.curs.celestaunit
-
Builder for CelestaUnitExtension, that allows to override defaults.
- CelestaVersion - Class in ru.curs.celesta.ver
-
Celesta version holder.
- checksum() - Method in class ru.curs.celesta.syscursors.GrainsCursor.Columns
- CHECKSUM_COMMENT_TEMPLATE - Static variable in class ru.curs.celesta.score.MaterializedView
-
Checksum comment template.
- clear() - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Resets filters, sorting and fully cleans the buffer.
- clear() - Method in class ru.curs.celesta.dbutils.CsqlBasicDataAccessor
- clear() - Method in class ru.curs.celesta.dbutils.Cursor
- clear() - Method in class ru.curs.celesta.dbutils.Sequence
- clear() - Method in class ru.curs.celesta.score.NamedElementHolder
- clearBuffer(boolean) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Clears current cursor buffer (sets all fields to null).
- clearWarnings() - Method in class ru.curs.celesta.CelestaConnection
- clone() - Method in class ru.curs.celesta.dbutils.BLOB
-
Returns a BLOB clone pointing at the same data page.
- close() - Method in class ru.curs.celesta.CallContext
- close() - Method in class ru.curs.celesta.Celesta
-
Stops working of Celesta.
- close() - Method in class ru.curs.celesta.CelestaConnection
-
Does nothing.
- close() - Method in interface ru.curs.celesta.ConnectionPool
- close() - Method in class ru.curs.celesta.DatasourceConnectionPool
- close() - Method in class ru.curs.celesta.dbutils.CsqlBasicDataAccessor
-
Closes data accessor if it hasn't been closed already.
- close() - Method in class ru.curs.celesta.dbutils.h2.AbstractMaterializedViewTrigger
- close() - Method in class ru.curs.celesta.dbutils.h2.RecVersionCheckTrigger
- close() - Method in class ru.curs.celesta.dbutils.stmt.MaskedStatementHolder
- close() - Method in class ru.curs.celesta.dbutils.stmt.PreparedStmtHolder
-
Closes the statement.
- close() - Method in interface ru.curs.celesta.ICallContext
- close() - Method in class ru.curs.celesta.InternalConnectionPool
-
Closes up connection pool and all its connections, and makes it inaccessible.
- Column<V> - Class in ru.curs.celesta.score
-
Base class for describing a table column.
- ColumnDefiner - Class in ru.curs.celesta.dbutils.adaptors.column
-
Class responsible for generation of table column definition in different DBMS.
- ColumnDefiner() - Constructor for class ru.curs.celesta.dbutils.adaptors.column.ColumnDefiner
- ColumnDefinerFactory - Class in ru.curs.celesta.dbutils.adaptors.column
-
Column definer factory.
Usage pattern:ColumnDefinerFactory.getColumnDefiner(...);
- columnDefinition(TableBuilder) - Method in class ru.curs.celesta.score.CelestaParser
- ColumnMeta<V> - Interface in ru.curs.celesta.score
-
Meta information about column of a table or a view.
- ColumnMeta.Ordering - Enum in ru.curs.celesta.score
-
Column ordering specifier.
- Columns(ICelesta) - Constructor for class ru.curs.celesta.syscursors.CalllogCursor.Columns
- Columns(ICelesta) - Constructor for class ru.curs.celesta.syscursors.GrainsCursor.Columns
- Columns(ICelesta) - Constructor for class ru.curs.celesta.syscursors.LogCursor.Columns
- Columns(ICelesta) - Constructor for class ru.curs.celesta.syscursors.LogsetupCursor.Columns
- Columns(ICelesta) - Constructor for class ru.curs.celesta.syscursors.PermissionsCursor.Columns
- Columns(ICelesta) - Constructor for class ru.curs.celesta.syscursors.RolesCursor.Columns
- Columns(ICelesta) - Constructor for class ru.curs.celesta.syscursors.SequencesCursor.Columns
- Columns(ICelesta) - Constructor for class ru.curs.celesta.syscursors.SessionlogCursor.Columns
- Columns(ICelesta) - Constructor for class ru.curs.celesta.syscursors.TablesCursor.Columns
- Columns(ICelesta) - Constructor for class ru.curs.celesta.syscursors.UserrolesCursor.Columns
- Columns(ICelesta) - Constructor for class s1.HeaderCursor.Columns
- Columns(ICelesta) - Constructor for class s1.LinecountCursor.Columns
- Columns(ICelesta) - Constructor for class s1.LineCursor.Columns
- COLUMNS - Variable in class ru.curs.celesta.syscursors.CalllogCursor
- COLUMNS - Variable in class ru.curs.celesta.syscursors.GrainsCursor
- COLUMNS - Variable in class ru.curs.celesta.syscursors.LogCursor
- COLUMNS - Variable in class ru.curs.celesta.syscursors.LogsetupCursor
- COLUMNS - Variable in class ru.curs.celesta.syscursors.PermissionsCursor
- COLUMNS - Variable in class ru.curs.celesta.syscursors.RolesCursor
- COLUMNS - Variable in class ru.curs.celesta.syscursors.SequencesCursor
- COLUMNS - Variable in class ru.curs.celesta.syscursors.SessionlogCursor
- COLUMNS - Variable in class ru.curs.celesta.syscursors.TablesCursor
- COLUMNS - Variable in class ru.curs.celesta.syscursors.UserrolesCursor
- COLUMNS - Variable in class s1.HeaderCursor
- COLUMNS - Variable in class s1.LinecountCursor
- COLUMNS - Variable in class s1.LineCursor
- commit() - Method in class ru.curs.celesta.CallContext
-
Commits the current transaction.
- commit() - Method in class ru.curs.celesta.CelestaConnection
- commit(Connection) - Method in interface ru.curs.celesta.ConnectionPool
-
Executes 'commit' command on a connection without throwing a checked exception.
- CommonConstants - Class in ru.curs.celesta.dbutils.adaptors.constants
-
Holder class for common constants.
- CommonFunctions - Class in ru.curs.celesta.dbutils.adaptors.function
-
Utility class for common functions.
- compareStrings(String, String) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Compare strings using database according to current collation rules.
- compareStrings(String, String) - Method in interface ru.curs.celesta.dbutils.adaptors.StaticDataAdaptor
-
Compares strings by DB.
- compareTo(VersionString) - Method in class ru.curs.celesta.score.VersionString
-
Comparison based on the existence of partial order on versions.
- complexFilter() - Method in interface ru.curs.celesta.dbutils.term.WhereMakerParamsProvider
- CONCAT - Static variable in class ru.curs.celesta.score.BinaryTermOp
-
Index for string concatenation operator.
- CONJUGATE_INDEX_POSTFIX - Static variable in class ru.curs.celesta.dbutils.adaptors.constants.OpenSourceConstants
- connectionPool(ConnectionPool) - Method in class ru.curs.celesta.dbutils.DbUpdaterBuilder
-
Sets connection pool.
- ConnectionPool - Interface in ru.curs.celesta
- ConnectionPoolConfiguration - Class in ru.curs.celesta
-
Connection pool configuration.
- ConnectionPoolConfiguration() - Constructor for class ru.curs.celesta.ConnectionPoolConfiguration
- constraint(Grain) - Method in class ru.curs.celesta.score.CelestaParser
- consume(Connection, String) - Method in interface ru.curs.celesta.dbutils.adaptors.ddl.DdlConsumer
- consume(Connection, String) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.JdbcDdlConsumer
- contains(Object) - Method in class ru.curs.celesta.score.NamedElementHolder
- contains(Resource) - Method in class ru.curs.celesta.score.io.FileResource
- contains(Resource) - Method in interface ru.curs.celesta.score.io.Resource
-
Checks if the passed-in resource is a child of
this
resource. - containsAll(Collection<?>) - Method in class ru.curs.celesta.score.NamedElementHolder
- copyFieldsFrom(BasicCursor) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Copy field values from a cursor of the same type.
- copyFieldsFrom(BasicCursor) - Method in class ru.curs.celesta.syscursors.CalllogCursor
- copyFieldsFrom(BasicCursor) - Method in class ru.curs.celesta.syscursors.GrainsCursor
- copyFieldsFrom(BasicCursor) - Method in class ru.curs.celesta.syscursors.LogCursor
- copyFieldsFrom(BasicCursor) - Method in class ru.curs.celesta.syscursors.LogsetupCursor
- copyFieldsFrom(BasicCursor) - Method in class ru.curs.celesta.syscursors.PermissionsCursor
- copyFieldsFrom(BasicCursor) - Method in class ru.curs.celesta.syscursors.RolesCursor
- copyFieldsFrom(BasicCursor) - Method in class ru.curs.celesta.syscursors.SequencesCursor
- copyFieldsFrom(BasicCursor) - Method in class ru.curs.celesta.syscursors.SessionlogCursor
- copyFieldsFrom(BasicCursor) - Method in class ru.curs.celesta.syscursors.TablesCursor
- copyFieldsFrom(BasicCursor) - Method in class ru.curs.celesta.syscursors.UserrolesCursor
- copyFieldsFrom(BasicCursor) - Method in class s1.HeaderCursor
- copyFieldsFrom(BasicCursor) - Method in class s1.LinecountCursor
- copyFieldsFrom(BasicCursor) - Method in class s1.LineCursor
- copyFiltersFrom(BasicCursor) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Gets a copy of filters along with values of limit (offset and rowcount) from a cursor of the same type.
- copyOrderFrom(BasicCursor) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Gets a copy of orderings from a cursor of the same type.
- count() - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Returns number of records in the filtered data set.
- Count - Class in ru.curs.celesta.score
-
Created by ioann on 10.07.2017.
- Count() - Constructor for class ru.curs.celesta.score.Count
- create(int, QueryBuildingHelper) - Static method in class ru.curs.celesta.dbutils.stmt.ParameterSetter
- create(ConnectionPoolConfiguration) - Static method in class ru.curs.celesta.InternalConnectionPool
-
Factory method for connection pool creation.
- create(SingleValue, QueryBuildingHelper) - Static method in class ru.curs.celesta.dbutils.stmt.ParameterSetter
- create(MaterializedView, CallContext) - Static method in class ru.curs.celesta.dbutils.MaterializedViewCursor
-
Creates a materialized view specific cursor.
- create(MaterializedView, CallContext, Set<String>) - Static method in class ru.curs.celesta.dbutils.MaterializedViewCursor
-
Creates a materialized view specific cursor.
- create(ParameterizedView, CallContext, Map<String, Object>) - Static method in class ru.curs.celesta.dbutils.ParameterizedViewCursor
-
Creates a parameterized view specific cursor.
- create(ParameterizedView, CallContext, Set<String>, Map<String, Object>) - Static method in class ru.curs.celesta.dbutils.ParameterizedViewCursor
-
Creates a parameterized view specific cursor.
- create(ReadOnlyTable, CallContext) - Static method in class ru.curs.celesta.dbutils.ReadOnlyTableCursor
-
Creates a read only table specific cursor.
- create(ReadOnlyTable, CallContext, Set<String>) - Static method in class ru.curs.celesta.dbutils.ReadOnlyTableCursor
-
Creates a table specific cursor.
- create(SequenceElement, CallContext) - Static method in class ru.curs.celesta.dbutils.Sequence
-
Creates a sequence for a sequence grain element.
- create(Table, CallContext) - Static method in class ru.curs.celesta.dbutils.Cursor
-
Creates a table specific cursor.
- create(Table, CallContext, Set<String>) - Static method in class ru.curs.celesta.dbutils.Cursor
-
Creates a table specific cursor.
- create(View, CallContext) - Static method in class ru.curs.celesta.dbutils.ViewCursor
-
Creates a view specific cursor.
- create(View, CallContext, Set<String>) - Static method in class ru.curs.celesta.dbutils.ViewCursor
-
Creates a view specific cursor.
- createArbitrary(Object, QueryBuildingHelper) - Static method in class ru.curs.celesta.dbutils.stmt.ParameterSetter
- createArrayOf(String, Object[]) - Method in class ru.curs.celesta.CelestaConnection
- createBlob() - Method in class ru.curs.celesta.CelestaConnection
- createClob() - Method in class ru.curs.celesta.CelestaConnection
- createColumn(Connection, Column<?>) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Adds a new column to the table.
- createColumn(Connection, Column<?>) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlAdaptor
-
Adds a new column to the table.
- createDbAdaptor() - Method in class ru.curs.celesta.dbutils.adaptors.configuration.DbAdaptorFactory
-
Builds DB adaptor for concrete DB type.
- createFindSetHolder(DBAdaptor, Connection, Supplier<FromClause>, Supplier<FromTerm>, Supplier<WhereTerm>, Supplier<String>, Supplier<Long>, Supplier<Long>, Supplier<Set<String>>) - Static method in class ru.curs.celesta.dbutils.stmt.PreparedStatementHolderFactory
- createFk(Connection, ForeignKey) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlAdaptor
-
Creates foreign key in the DB.
- createFK(Connection, ForeignKey) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Creates a foreign key in the DB.
- createForRecversion(QueryBuildingHelper) - Static method in class ru.curs.celesta.dbutils.stmt.ParameterSetter
- createForValueFrom(Range, QueryBuildingHelper) - Static method in class ru.curs.celesta.dbutils.stmt.ParameterSetter
- createForValueTo(Range, QueryBuildingHelper) - Static method in class ru.curs.celesta.dbutils.stmt.ParameterSetter
- createFunction(GrainPart, String) - Method in class ru.curs.celesta.score.CelestaParser
- createGetHolder(TableElement, DBAdaptor, Connection) - Static method in class ru.curs.celesta.dbutils.stmt.PreparedStatementHolderFactory
- createIndex(Connection, Index) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Creates a table index in the DB.
- createIndex(Connection, Index) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlAdaptor
-
Creates a table index in the grain.
- createIndex(GrainPart, String) - Method in class ru.curs.celesta.score.CelestaParser
- createInsertHolder(BasicTable, DBAdaptor, Connection) - Static method in class ru.curs.celesta.dbutils.stmt.PreparedStatementHolderFactory
- createInstance() - Static method in class ru.curs.celesta.Celesta
-
Creates Celesta instance with properties specified in celesta.properties file.
- createInstance(Properties) - Static method in class ru.curs.celesta.Celesta
-
Creates Celesta instance with the specified properties and internal connection pool.
- createInstance(Properties, DataSource) - Static method in class ru.curs.celesta.Celesta
-
Creates Celesta instance with specified properties and
DataSource
. - createInstance(Properties, ConnectionPool) - Static method in class ru.curs.celesta.Celesta
-
Creates Celesta instance with specified properties and ConnectionPool.
- createMaterializedView(GrainPart, String) - Method in class ru.curs.celesta.score.CelestaParser
- createNClob() - Method in class ru.curs.celesta.CelestaConnection
- createParameterizedView(Connection, ParameterizedView) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
- createParameterizedView(Connection, ParameterizedView) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlAdaptor
- createPk(Connection, TableElement) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlAdaptor
-
Creates primary key in the table according to meta description.
- createPK(Connection, TableElement) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Creates primary key on a table.
- createRelative(String) - Method in interface ru.curs.celesta.score.io.Resource
-
Creates a resource relative to this resource.
- createRelative(String, Namespace) - Method in class ru.curs.celesta.score.io.FileResource
- createRelative(String, Namespace) - Method in interface ru.curs.celesta.score.io.Resource
-
Creates a resource relative to this resource.
- createRelative(String, Namespace) - Method in class ru.curs.celesta.score.io.UrlResource
- createRelative(Namespace) - Method in interface ru.curs.celesta.score.io.Resource
-
Creates a resource relative to this resource.
- createSchema(Connection, String) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlAdaptor
-
Creates DB schema.
- createSchemaIfNotExists(String) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Creates DB schema with the specified name if such didn't exist before.
- createSequence(Connection, SequenceElement) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Creates a sequence in the database.
- createSequence(Connection, SequenceElement) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlAdaptor
-
Creates a sequence in the database.
- createSequence(GrainPart, String) - Method in class ru.curs.celesta.score.CelestaParser
- createSQLXML() - Method in class ru.curs.celesta.CelestaConnection
- createStatement() - Method in class ru.curs.celesta.CelestaConnection
- createStatement(int, int) - Method in class ru.curs.celesta.CelestaConnection
- createStatement(int, int, int) - Method in class ru.curs.celesta.CelestaConnection
- createStruct(String, Object[]) - Method in class ru.curs.celesta.CelestaConnection
- createSysObjects(Connection, String) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Creates or recreates other system objects (stored procedures, functions) needed for Celesta functioning on current RDBMS.
- createSysObjects(Connection, String) - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- createSysObjects(Connection, String) - Method in class ru.curs.celesta.dbutils.adaptors.PostgresAdaptor
- createTable(Connection, TableElement) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Creates a table "from scratch" in the database.
- createTable(Connection, TableElement) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlAdaptor
-
Creates a table "from scratch" in the database.
- createTable(GrainPart, String) - Method in class ru.curs.celesta.score.CelestaParser
- createTableTriggersForMaterializedViews(Connection, BasicTable) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
- createTableTriggersForMaterializedViews(Connection, BasicTable) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlAdaptor
- createTableTriggersForMaterializedViews(BasicTable) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlGenerator
- createTableTriggersForMaterializedViews(BasicTable) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.FirebirdDdlGenerator
- createTableTriggersForMaterializedViews(BasicTable) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.H2DdlGenerator
- createTableTriggersForMaterializedViews(BasicTable) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.MsSqlDdlGenerator
- createTableTriggersForMaterializedViews(BasicTable) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.OraDdlGenerator
- createTableTriggersForMaterializedViews(BasicTable) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.PostgresDdlGenerator
- createUpdateHolder(BasicTable, DBAdaptor, Connection, Supplier<boolean[]>, Supplier<boolean[]>) - Static method in class ru.curs.celesta.dbutils.stmt.PreparedStatementHolderFactory
- createView(Connection, View) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Creates a view in the DB based on metadata.
- createView(Connection, View) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlAdaptor
-
Creates a view in the database from metadata.
- createView(GrainPart, String) - Method in class ru.curs.celesta.score.CelestaParser
- createViewScript(PrintWriter, SQLGenerator) - Method in class ru.curs.celesta.score.View
-
Creates CREATE VIEW script in different SQL dialects by using 'visitor' pattern.
- CSC - Static variable in class ru.curs.celesta.dbutils.adaptors.constants.OraConstants
- CsqlBasicDataAccessor<T extends ICallContext> - Class in ru.curs.celesta.dbutils
- CsqlBasicDataAccessor(T) - Constructor for class ru.curs.celesta.dbutils.CsqlBasicDataAccessor
- CsqlWhereTermsMaker - Class in ru.curs.celesta.dbutils.term
- CsqlWhereTermsMaker() - Constructor for class ru.curs.celesta.dbutils.term.CsqlWhereTermsMaker
- CURRENT_TIMESTAMP - Static variable in class ru.curs.celesta.dbutils.adaptors.constants.FireBirdConstants
-
Current timestamp.
- currentToken - Variable in exception ru.curs.celesta.dbutils.filter.ParseException
-
This is the last token that has been consumed successfully.
- currentToken - Variable in exception ru.curs.celesta.score.ParseException
-
This is the last token that has been consumed successfully.
- Cursor - Class in ru.curs.celesta.dbutils
-
Cursor class for data modification in tables.
- Cursor(CallContext) - Constructor for class ru.curs.celesta.dbutils.Cursor
- Cursor(CallContext, ColumnMeta<?>...) - Constructor for class ru.curs.celesta.dbutils.Cursor
- CursorIterator<T extends BasicCursor> - Class in ru.curs.celesta.dbutils
- CursorIterator(T) - Constructor for class ru.curs.celesta.dbutils.CursorIterator
- CYCLE - ru.curs.celesta.score.SequenceElement.Argument
-
CYCLE
argument.
D
- d() - Method in class ru.curs.celesta.syscursors.LogsetupCursor.Columns
- d() - Method in class ru.curs.celesta.syscursors.PermissionsCursor.Columns
- DataGrainElement - Class in ru.curs.celesta.score
-
Parent class for grain elements containing data.
- DataGrainElement(GrainPart, String) - Constructor for class ru.curs.celesta.score.DataGrainElement
- DatasourceConnectionPool - Class in ru.curs.celesta
- DatasourceConnectionPool(DataSource) - Constructor for class ru.curs.celesta.DatasourceConnectionPool
- date() - Method in class ru.curs.celesta.dbutils.filter.FilterParser
- DATE - ru.curs.celesta.score.ViewColumnType
-
Date.
- DATE_WITH_TIME_ZONE - ru.curs.celesta.score.ViewColumnType
-
Date with time zone.
- dateTerm() - Method in class ru.curs.celesta.dbutils.filter.FilterParser
- DATETIME - ru.curs.celesta.dbutils.filter.FilterParser.FilterType
- DateTimeColumn - Class in ru.curs.celesta.score
-
Date column (DATETIME).
- DateTimeColumn(TableElement, String) - Constructor for class ru.curs.celesta.score.DateTimeColumn
- dba() - Method in interface ru.curs.celesta.dbutils.term.WhereMakerParamsProvider
- dbAdaptor(DBAdaptor) - Method in class ru.curs.celesta.dbutils.DbUpdaterBuilder
-
Sets a DB adaptor.
- DBAdaptor - Class in ru.curs.celesta.dbutils.adaptors
-
Adaptor for connection to the database.
- DbAdaptorFactory - Class in ru.curs.celesta.dbutils.adaptors.configuration
-
DB adaptor builder.
Depending on DB type the following descendants ofDBAdaptor
are returned: H2 -H2Adaptor
Postgre SQL -PostgresAdaptor
MS SQL -MSSQLAdaptor
Oracle -OraAdaptor
- DbAdaptorFactory() - Constructor for class ru.curs.celesta.dbutils.adaptors.configuration.DbAdaptorFactory
- DbColumnInfo - Class in ru.curs.celesta.dbutils.meta
-
Column data in the database in form that is needed for Celesta.
- DbColumnInfo() - Constructor for class ru.curs.celesta.dbutils.meta.DbColumnInfo
- dbFieldType() - Method in class ru.curs.celesta.dbutils.adaptors.column.ColumnDefiner
-
Returns column field type, e.g.
- DbFkInfo - Class in ru.curs.celesta.dbutils.meta
-
Information on foreign key taken from the database.
- DbFkInfo(String) - Constructor for class ru.curs.celesta.dbutils.meta.DbFkInfo
- DbIndexInfo - Class in ru.curs.celesta.dbutils.meta
-
Index information taken from metadata of the database.
- DbIndexInfo(String, String) - Constructor for class ru.curs.celesta.dbutils.meta.DbIndexInfo
- DbPkInfo - Class in ru.curs.celesta.dbutils.meta
-
Information on primary key taken from the database.
- DbPkInfo(DBAdaptor) - Constructor for class ru.curs.celesta.dbutils.meta.DbPkInfo
- DbSequenceInfo - Class in ru.curs.celesta.dbutils.meta
-
Information on sequence taken from the database.
- DbSequenceInfo() - Constructor for class ru.curs.celesta.dbutils.meta.DbSequenceInfo
- DBType - Enum in ru.curs.celesta
-
DB type.
- DbUpdater<T extends ICallContext> - Class in ru.curs.celesta.dbutils
- DbUpdater(ConnectionPool, AbstractScore, boolean, DBAdaptor) - Constructor for class ru.curs.celesta.dbutils.DbUpdater
- DbUpdaterBuilder - Class in ru.curs.celesta.dbutils
-
DB updater builder.
- DbUpdaterBuilder() - Constructor for class ru.curs.celesta.dbutils.DbUpdaterBuilder
- DbUpdaterImpl - Class in ru.curs.celesta.dbutils
-
Class performing update procedure of the database.
- DbUpdaterImpl(ConnectionPool, Score, boolean, DBAdaptor, ICelesta) - Constructor for class ru.curs.celesta.dbutils.DbUpdaterImpl
- DdlAdaptor - Class in ru.curs.celesta.dbutils.adaptors.ddl
- DdlAdaptor(DdlGenerator, DdlConsumer) - Constructor for class ru.curs.celesta.dbutils.adaptors.ddl.DdlAdaptor
- DdlConsumer - Interface in ru.curs.celesta.dbutils.adaptors.ddl
- DdlGenerator - Class in ru.curs.celesta.dbutils.adaptors.ddl
-
Base class for SQL generation of data definition.
- DdlGenerator(DBAdaptor) - Constructor for class ru.curs.celesta.dbutils.adaptors.ddl.DdlGenerator
- debugStream - Variable in class ru.curs.celesta.dbutils.filter.FilterParserTokenManager
-
Debug output.
- decDataAccessorsCount() - Method in class ru.curs.celesta.CallContext
-
Decrements counter of open data accessor objects.
- DECIMAL - ru.curs.celesta.score.ViewColumnType
-
Numeric value with fractional part and fixed decimal point.
- DecimalColumn - Class in ru.curs.celesta.score
-
Column with a fixed decimal point type.
- DecimalColumn(TableElement, String, int, int) - Constructor for class ru.curs.celesta.score.DecimalColumn
- DEFAULT - Static variable in interface ru.curs.celesta.dbutils.filter.FilterParserConstants
-
Lexical state.
- DEFAULT - Static variable in class ru.curs.celesta.score.Namespace
-
Default namespace instance.
- DEFAULT - Static variable in class ru.curs.celesta.score.VersionString
-
Default version string for newly created dynamic grains.
- delete() - Method in class ru.curs.celesta.dbutils.Cursor
-
Deletes current record.
- delete() - Method in class ru.curs.celesta.score.Column
-
Deletes the column.
- delete() - Method in class ru.curs.celesta.score.DataGrainElement
-
Deletes element.
- delete() - Method in class ru.curs.celesta.score.ForeignKey
-
Deletes the foreign key.
- delete() - Method in class ru.curs.celesta.score.Index
-
Deletes the index.
- delete() - Method in class ru.curs.celesta.score.io.FileResource
- delete() - Method in interface ru.curs.celesta.score.io.Resource
-
Deletes physical resource that
this
resource points at. - DELETE - ru.curs.celesta.dbutils.Action
-
Delete.
- deleteAll() - Method in class ru.curs.celesta.dbutils.Cursor
-
Deletes all records that were caught by current filter.
- deleteRecordSetStatement(Connection, TableElement, String) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Creates a PreparedStatement object for a DELETE statement for deleting a set of records that satisfy a condition.
- deleteRecordSetStatement(Connection, TableElement, String) - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- deleteRecordSetStatement(Connection, TableElement, String) - Method in class ru.curs.celesta.dbutils.adaptors.MSSQLAdaptor
- deleteRecordSetStatement(Connection, TableElement, String) - Method in class ru.curs.celesta.dbutils.adaptors.OpenSourceDbAdaptor
- deleteRecordSetStatement(Connection, TableElement, String) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- desc() - Method in interface ru.curs.celesta.score.ColumnMeta
-
Returns
this
column meta information with descending ordering set. - DESC - ru.curs.celesta.score.ColumnMeta.Ordering
-
Descending order.
- descOrders() - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Returns mask of DESC orders.
- descOrders() - Method in interface ru.curs.celesta.dbutils.term.WhereMakerParamsProvider
- describeGrains() - Method in class ru.curs.celesta.score.AbstractScore
-
Returns a human-readable table with all available grains, their versions, checksums and lengths.
- description() - Method in class ru.curs.celesta.syscursors.RolesCursor.Columns
- DIGIT - Static variable in interface ru.curs.celesta.dbutils.filter.FilterParserConstants
-
RegularExpression Id.
- disable_tracing() - Method in class ru.curs.celesta.dbutils.filter.FilterParser
-
Disable tracing.
- disable_tracing() - Method in class ru.curs.celesta.score.CelestaParser
-
Disable tracing.
- discoverScore() - Method in class ru.curs.celesta.score.discovery.ScoreByScorePathDiscovery
- discoverScore() - Method in class ru.curs.celesta.score.discovery.ScoreByScoreResourceDiscovery
- discoverScore() - Method in interface ru.curs.celesta.score.discovery.ScoreDiscovery
-
Discovers grains in the score.
- Done() - Method in class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Reset buffer when finished.
- DOUBLE_PRECISION - Static variable in class ru.curs.celesta.dbutils.adaptors.constants.MsSqlConstants
- DROP_TRIGGER - Static variable in class ru.curs.celesta.dbutils.adaptors.constants.OraConstants
- dropFK(Connection, String, String, String) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Drops a foreign key from the database.
- dropFK(Connection, String, String, String) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlAdaptor
-
Drops foreign key of table in a scheme.
- dropIndex(Connection, Grain, DbIndexInfo) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlAdaptor
-
Drops index of a grain.
- dropIndex(Grain, DbIndexInfo) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Removes table index in the grain.
- dropParameterizedView(Connection, String, String) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Drops parameterized view from the database.
- dropParameterizedView(Connection, String, String) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlAdaptor
- dropPk(Connection, TableElement, String) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Drops primary key from the table by using known name of the primary key.
- dropPk(Connection, TableElement, String) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlAdaptor
-
Drops primary key from the table by using known name of the primary key.
- dropPk(TableElement, String) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlGenerator
-
Generates SQL for dropping primary key from the table by using known name of the primary key.
- dropPk(TableElement, String) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.FirebirdDdlGenerator
- dropPk(TableElement, String) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.H2DdlGenerator
- dropPk(TableElement, String) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.MsSqlDdlGenerator
- dropPk(TableElement, String) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.OraDdlGenerator
- dropPk(TableElement, String) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.PostgresDdlGenerator
- dropSequence(Connection, SequenceElement) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Drops sequence from the database.
- dropSequence(Connection, SequenceElement) - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- dropTable(Connection, TableElement) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Deletes table from RDBMS.
- dropTable(Connection, TableElement) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlAdaptor
-
Deletes table from RDBMS.
- dropTableTriggersForMaterializedViews(Connection, BasicTable) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
- dropTableTriggersForMaterializedViews(Connection, BasicTable) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlAdaptor
- dropTableTriggersForMaterializedViews(Connection, BasicTable) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlGenerator
- dropTableTriggersForMaterializedViews(Connection, BasicTable) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.FirebirdDdlGenerator
- dropTableTriggersForMaterializedViews(Connection, BasicTable) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.H2DdlGenerator
- dropTableTriggersForMaterializedViews(Connection, BasicTable) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.MsSqlDdlGenerator
- dropTableTriggersForMaterializedViews(Connection, BasicTable) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.OraDdlGenerator
- dropTableTriggersForMaterializedViews(Connection, BasicTable) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.PostgresDdlGenerator
- dropTrigger(Connection, TriggerQuery) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Drops a trigger from DB.
- dropTrigger(Connection, TriggerQuery) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlAdaptor
-
Drops a trigger from DB.
- dropView(Connection, String, String) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Drops view.
- dropView(Connection, String, String) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlAdaptor
-
Drops view from a DB schema.
- duration() - Method in class ru.curs.celesta.syscursors.CalllogCursor.Columns
E
- EDITOR - Static variable in interface ru.curs.celesta.dbutils.IPermissionManager
-
Role name that has rights to edit all tables.
- enable_tracing() - Method in class ru.curs.celesta.dbutils.filter.FilterParser
-
Enable tracing.
- enable_tracing() - Method in class ru.curs.celesta.score.CelestaParser
-
Enable tracing.
- endColumn - Variable in class ru.curs.celesta.dbutils.filter.Token
-
The column number of the last character of this Token.
- endLine - Variable in class ru.curs.celesta.dbutils.filter.Token
-
The line number of the last character of this Token.
- entryno() - Method in class ru.curs.celesta.syscursors.CalllogCursor.Columns
- entryno() - Method in class ru.curs.celesta.syscursors.LogCursor.Columns
- entryno() - Method in class ru.curs.celesta.syscursors.SessionlogCursor.Columns
- entryTime() - Method in class ru.curs.celesta.syscursors.LogCursor.Columns
- EOF - Static variable in interface ru.curs.celesta.dbutils.filter.FilterParserConstants
-
End of File.
- EQ - Static variable in class ru.curs.celesta.score.Relop
-
=.
- equals(Object) - Method in class ru.curs.celesta.dbutils.filter.In
- equals(Object) - Method in class ru.curs.celesta.dbutils.InFilterHolder
- equals(Object) - Method in class ru.curs.celesta.score.ForeignKey
- equals(Object) - Method in class ru.curs.celesta.score.io.FileResource
- equals(Object) - Method in class ru.curs.celesta.score.io.UrlResource
- equals(Object) - Method in class ru.curs.celesta.score.NamedElement
- equals(Object) - Method in class ru.curs.celesta.score.VersionString
- EQUALS - ru.curs.celesta.score.VersionString.ComparisionState
-
Current version equals to the compared one.
- error - Static variable in class ru.curs.celesta.syscursors.GrainsCursor.State
- ERROR - Static variable in interface ru.curs.celesta.syscursors.ISchemaCursor
-
Status "error".
- execute(PreparedStatement, int, Object[], int) - Method in class ru.curs.celesta.dbutils.stmt.ArbitraryParameterSetter
- execute(PreparedStatement, int, Object[], int) - Method in class ru.curs.celesta.dbutils.stmt.FieldParameterSetter
- execute(PreparedStatement, int, Object[], int) - Method in class ru.curs.celesta.dbutils.stmt.ParameterSetter
- execute(PreparedStatement, int, Object[], int) - Method in class ru.curs.celesta.dbutils.stmt.RecVersionParameterSetter
- execute(PreparedStatement, int, Object[], int) - Method in class ru.curs.celesta.dbutils.stmt.SingleValueParameterSetter
- execute(PreparedStatement, int, Object[], int) - Method in class ru.curs.celesta.dbutils.stmt.ValueFromParameterSetter
- execute(PreparedStatement, int, Object[], int) - Method in class ru.curs.celesta.dbutils.stmt.ValueToParameterSetter
- executeNative(Connection, String) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
- executeNative(Connection, String) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlAdaptor
-
Executes native SQL query.
- executeNativeSql(GrainPart) - Method in class ru.curs.celesta.score.CelestaParser
- executeQuery(Connection, String, SQLAction) - Static method in class ru.curs.celesta.dbutils.jdbc.SqlUtils
-
Executes query statement on DB connection, returning resultset as a lambda parameter.
- executeQuery(Connection, String, SQLActionReturning<T>) - Static method in class ru.curs.celesta.dbutils.jdbc.SqlUtils
-
Executes query statement on DB connection, returning resultset as a lambda parameter.
- executeQuery(Connection, String, SQLActionReturning<T>, String) - Static method in class ru.curs.celesta.dbutils.jdbc.SqlUtils
-
Executes query statement on DB connection, returning resultset as a lambda parameter.
- executeQuery(Connection, String, SQLAction, String) - Static method in class ru.curs.celesta.dbutils.jdbc.SqlUtils
-
Executes query statement on DB connection, returning resultset as a lambda parameter.
- executeUpdate(Connection, String) - Static method in class ru.curs.celesta.dbutils.jdbc.SqlUtils
-
Executes update statement on DB connection.
- expectedTokenSequences - Variable in exception ru.curs.celesta.dbutils.filter.ParseException
-
Each entry in this array is an array of integers.
- expectedTokenSequences - Variable in exception ru.curs.celesta.score.ParseException
-
Each entry in this array is an array of integers.
- expr() - Method in class ru.curs.celesta.dbutils.filter.FilterParser
- Expr - Class in ru.curs.celesta.score
-
Scalar SQL expression.
- Expr() - Constructor for class ru.curs.celesta.score.Expr
- ExprVisitor - Class in ru.curs.celesta.score
-
Syntax tree visitor for procedure implementation of types validation, code generation etc.
- ExprVisitor() - Constructor for class ru.curs.celesta.score.ExprVisitor
- extractCelestaScanFromProperties(Properties) - Static method in class ru.curs.celesta.AppSettings
- extractGrainInfo(AbstractScore, Resource) - Method in class ru.curs.celesta.score.CelestaParser
F
- failedlogin() - Method in class ru.curs.celesta.syscursors.SessionlogCursor.Columns
- FALSE - Static variable in class ru.curs.celesta.dbutils.term.AlwaysFalse
-
FALSE constant singleton.
- FieldCompTerm - Class in ru.curs.celesta.dbutils.term
-
Comparision of a field with a value.
- FieldCompTerm(String, int, String) - Constructor for class ru.curs.celesta.dbutils.term.FieldCompTerm
- FieldParameterSetter - Class in ru.curs.celesta.dbutils.stmt
-
Parameter setter for record field.
- FieldParameterSetter(QueryBuildingHelper, int) - Constructor for class ru.curs.celesta.dbutils.stmt.FieldParameterSetter
- FieldRef - Class in ru.curs.celesta.score
-
Reference to a table column.
- FieldRef(String, String) - Constructor for class ru.curs.celesta.score.FieldRef
- fieldReference(IdentifierParser) - Method in class ru.curs.celesta.score.CelestaParser
- FieldsCortegeTerm - Class in ru.curs.celesta.dbutils.term
- FieldsCortegeTerm(List<String>) - Constructor for class ru.curs.celesta.dbutils.term.FieldsCortegeTerm
- FieldsLookup - Class in ru.curs.celesta.dbutils.filter.value
-
Created by ioann on 01.06.2017.
- FieldsLookup(Cursor, BasicCursor, Runnable, Function<FieldsLookup, Void>) - Constructor for class ru.curs.celesta.dbutils.filter.value.FieldsLookup
- FieldsLookup(ViewCursor, BasicCursor, Runnable, Function<FieldsLookup, Void>) - Constructor for class ru.curs.celesta.dbutils.filter.value.FieldsLookup
- FieldsLookup(BasicTable, BasicTable, Runnable, Function<FieldsLookup, Void>) - Constructor for class ru.curs.celesta.dbutils.filter.value.FieldsLookup
-
This constructor is for tests and must be removed in future.
- FieldsLookup(View, View, Runnable, Function<FieldsLookup, Void>) - Constructor for class ru.curs.celesta.dbutils.filter.value.FieldsLookup
-
This constructor is for tests and must be removed in future.
- FileResource - Class in ru.curs.celesta.score.io
-
Score resource located in the file system.
- FileResource(File) - Constructor for class ru.curs.celesta.score.io.FileResource
- FileResource(File, Namespace) - Constructor for class ru.curs.celesta.score.io.FileResource
- Filter - Class in ru.curs.celesta.dbutils.filter
-
Single field filter.
- Filter(String, ColumnMeta<?>) - Constructor for class ru.curs.celesta.dbutils.filter.Filter
- filterEquals(AbstractFilter) - Method in class ru.curs.celesta.dbutils.filter.AbstractFilter
-
Compares
this
filter to an other one. - filterEquals(AbstractFilter) - Method in class ru.curs.celesta.dbutils.filter.Filter
- filterEquals(AbstractFilter) - Method in class ru.curs.celesta.dbutils.filter.Range
- filterEquals(AbstractFilter) - Method in class ru.curs.celesta.dbutils.filter.SingleValue
- filterExpr(FilterParser.FilterType, String) - Method in class ru.curs.celesta.dbutils.filter.FilterParser
- FilterParser - Class in ru.curs.celesta.dbutils.filter
- FilterParser(InputStream) - Constructor for class ru.curs.celesta.dbutils.filter.FilterParser
-
Constructor with InputStream.
- FilterParser(InputStream, String) - Constructor for class ru.curs.celesta.dbutils.filter.FilterParser
-
Constructor with InputStream and supplied encoding
- FilterParser(Reader) - Constructor for class ru.curs.celesta.dbutils.filter.FilterParser
-
Constructor.
- FilterParser(FilterParserTokenManager) - Constructor for class ru.curs.celesta.dbutils.filter.FilterParser
-
Constructor with generated Token Manager.
- FilterParser.FilterType - Enum in ru.curs.celesta.dbutils.filter
- FilterParser.SQLTranslator - Interface in ru.curs.celesta.dbutils.filter
- FilterParserConstants - Interface in ru.curs.celesta.dbutils.filter
-
Token literal values and constants.
- FilterParserTokenManager - Class in ru.curs.celesta.dbutils.filter
-
Token Manager.
- FilterParserTokenManager(SimpleCharStream) - Constructor for class ru.curs.celesta.dbutils.filter.FilterParserTokenManager
-
Constructor.
- FilterParserTokenManager(SimpleCharStream, int) - Constructor for class ru.curs.celesta.dbutils.filter.FilterParserTokenManager
-
Constructor.
- filters() - Method in interface ru.curs.celesta.dbutils.term.WhereMakerParamsProvider
- finalizeParsing() - Method in class ru.curs.celesta.score.Grain
-
Indicates that the grain parsing is completed.
- finalizePK() - Method in class ru.curs.celesta.score.BasicTable
-
Finalizes the creation of the primary key.
- findSet() - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Moves to the first record in the filtered data set causing an error in the case if the transition was not successful.
- fire(Connection, Object[], Object[]) - Method in class ru.curs.celesta.dbutils.h2.MaterializedViewDeleteTrigger
- fire(Connection, Object[], Object[]) - Method in class ru.curs.celesta.dbutils.h2.MaterializedViewInsertTrigger
- fire(Connection, Object[], Object[]) - Method in class ru.curs.celesta.dbutils.h2.MaterializedViewUpdateTrigger
- fire(Connection, Object[], Object[]) - Method in class ru.curs.celesta.dbutils.h2.RecVersionCheckTrigger
- FIREBIRD - ru.curs.celesta.DBType
-
FIREBIRD.
- FirebirdAdaptor - Class in ru.curs.celesta.dbutils.adaptors
-
FirebirdAdaptor.
- FirebirdAdaptor(ConnectionPool, DdlConsumer) - Constructor for class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- FireBirdColumnDefiner - Class in ru.curs.celesta.dbutils.adaptors.column
-
Base column definer for Firebird.
- FireBirdColumnDefiner() - Constructor for class ru.curs.celesta.dbutils.adaptors.column.FireBirdColumnDefiner
- FireBirdConstants - Class in ru.curs.celesta.dbutils.adaptors.constants
-
Constants to use in work with Firebird.
- FirebirdDdlGenerator - Class in ru.curs.celesta.dbutils.adaptors.ddl
-
Class for SQL generation of data definition of Firebird.
- FirebirdDdlGenerator(DBAdaptor) - Constructor for class ru.curs.celesta.dbutils.adaptors.ddl.FirebirdDdlGenerator
- fireTrigger(TriggerType, Cursor) - Method in class ru.curs.celesta.event.TriggerDispatcher
- first() - Method in class ru.curs.celesta.dbutils.BasicCursor
-
The same as tryFirst() but causes an error if no record is found.
- FKRule - Enum in ru.curs.celesta.score
-
Foreign key rule type when deleting or updating primary key of the parent record.
- FloatingColumn - Class in ru.curs.celesta.score
-
Column REAL type.
- FloatingColumn(TableElement, String) - Constructor for class ru.curs.celesta.score.FloatingColumn
- forceDdInitialize(boolean) - Method in class ru.curs.celesta.dbutils.DbUpdaterBuilder
-
Sets if DB initialization should be forced.
- foreignKey(TableBuilder) - Method in class ru.curs.celesta.score.CelestaParser
- ForeignKey - Class in ru.curs.celesta.score
-
Foreign key class.
- ForeignKey(BasicTable, BasicTable, String[]) - Constructor for class ru.curs.celesta.score.ForeignKey
- fromClause(AbstractSelectStmt) - Method in class ru.curs.celesta.score.CelestaParser
- FromClause - Class in ru.curs.celesta.dbutils.query
-
Data holder for FROM clause.
- FromClause() - Constructor for class ru.curs.celesta.dbutils.query.FromClause
- fromOrToNClob(Column<?>, DbColumnInfo) - Static method in class ru.curs.celesta.dbutils.adaptors.function.OraFunctions
- FromTerm - Class in ru.curs.celesta.dbutils.term
- FromTerm(List<?>) - Constructor for class ru.curs.celesta.dbutils.term.FromTerm
- FUNCTION - ru.curs.celesta.score.TableType
-
Parameterized view.
- functionParam(ParameterizedView) - Method in class ru.curs.celesta.score.CelestaParser
G
- generateParseException() - Method in class ru.curs.celesta.dbutils.filter.FilterParser
-
Generate ParseException.
- generateParseException() - Method in class ru.curs.celesta.score.CelestaParser
-
Generate ParseException.
- generateSequenceTriggerName(IntegerColumn) - Static method in class ru.curs.celesta.dbutils.adaptors.function.SchemalessFunctions
- get() - Method in interface ru.curs.celesta.ConnectionPool
- get() - Method in class ru.curs.celesta.DatasourceConnectionPool
- get() - Method in class ru.curs.celesta.InternalConnectionPool
-
Returns a connection from pool.
- get(Integer) - Method in class ru.curs.celesta.syscursors.CalllogCursor
- get(Integer) - Method in class ru.curs.celesta.syscursors.LogCursor
- get(Integer) - Method in class ru.curs.celesta.syscursors.SessionlogCursor
- get(Integer) - Method in class s1.HeaderCursor
- get(Integer) - Method in class s1.LinecountCursor
- get(Integer, Integer) - Method in class s1.LineCursor
- get(String) - Method in class ru.curs.celesta.score.NamedElementHolder
-
Returns element by name.
- get(String) - Method in class ru.curs.celesta.syscursors.GrainsCursor
- get(String) - Method in interface ru.curs.celesta.syscursors.ISchemaCursor
- get(String) - Method in class ru.curs.celesta.syscursors.RolesCursor
- get(String, String) - Method in class ru.curs.celesta.syscursors.LogsetupCursor
- get(String, String) - Method in class ru.curs.celesta.syscursors.SequencesCursor
- get(String, String) - Method in class ru.curs.celesta.syscursors.TablesCursor
- get(String, String) - Method in class ru.curs.celesta.syscursors.UserrolesCursor
- get(String, String, String) - Method in class ru.curs.celesta.syscursors.PermissionsCursor
- getAbbreviation() - Method in enum ru.curs.celesta.score.TableType
-
Returns abbreviation for the table type.
- getActionType() - Method in class ru.curs.celesta.syscursors.LogCursor
- getAfterSqlList(DBType) - Method in class ru.curs.celesta.score.Grain
- getAggregateColumns() - Method in class ru.curs.celesta.score.AbstractView
- getAlias() - Method in class ru.curs.celesta.score.TableRef
-
Returns table alias.
- getAllOperands() - Method in class ru.curs.celesta.score.BinaryLogicalOp
- getAllOperands() - Method in class ru.curs.celesta.score.LogicValuedExpr
- getAllOperands() - Method in class ru.curs.celesta.score.Relop
- getArguments() - Method in class ru.curs.celesta.score.SequenceElement
-
Returns a map of all arguments with values for the sequence.
- getAutoCommit() - Method in class ru.curs.celesta.CelestaConnection
- getAutoincrementedColumn() - Method in class ru.curs.celesta.score.BasicTable
-
Returns the integer column with default value provided by a sequence (or empty Optional if such column does not exists).
- getBeforeSqlList(DBType) - Method in class ru.curs.celesta.score.Grain
- getBeginColumn() - Method in class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Get token beginning line number.
- getBooleanCheckName(Column<?>) - Static method in class ru.curs.celesta.dbutils.adaptors.function.OraFunctions
- getBufferCopy(CallContext, Collection<? extends ColumnMeta<?>>) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Clones the current cursor.
- getByAbbreviation(String) - Static method in enum ru.curs.celesta.score.TableType
- getByNameIgnoreCase(String) - Static method in enum ru.curs.celesta.DBType
-
Returns DB type by its name ignoring case.
- getByValuesArray(Object...) - Method in class ru.curs.celesta.dbutils.Cursor
-
Performs a search of a record by key fields, throwing an exception if the record is not found.
- getByValuesArray(Object...) - Method in class ru.curs.celesta.dbutils.MaterializedViewCursor
-
Performs a search of a record by the key fields, throwing an exception if the record is not found.
- getCallFunctionSql(ParameterizedView) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Prepares a function call expression.
- getCallFunctionSql(ParameterizedView) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- getCatalog() - Method in class ru.curs.celesta.CelestaConnection
- getCelesta() - Method in class ru.curs.celesta.CallContext
-
Returns Celesta instance.
- getCelestaDefault() - Method in class ru.curs.celesta.score.BinaryColumn
- getCelestaDefault() - Method in class ru.curs.celesta.score.BooleanColumn
- getCelestaDefault() - Method in class ru.curs.celesta.score.Column
-
DEFAULT value of the field in CelestaSQL language.
- getCelestaDefault() - Method in class ru.curs.celesta.score.DateTimeColumn
- getCelestaDefault() - Method in class ru.curs.celesta.score.DecimalColumn
- getCelestaDefault() - Method in class ru.curs.celesta.score.FloatingColumn
- getCelestaDefault() - Method in class ru.curs.celesta.score.IntegerColumn
- getCelestaDefault() - Method in class ru.curs.celesta.score.StringColumn
- getCelestaDefault() - Method in class ru.curs.celesta.score.ZonedDateTimeColumn
- getCelestaDoc() - Method in interface ru.curs.celesta.score.ColumnMeta
-
Column's CelestaDoc.
- getCelestaDoc() - Method in class ru.curs.celesta.score.NamedElement
-
Returns value of document string for this element.
- getCelestaDoc() - Method in class ru.curs.celesta.score.ViewColumnMeta
- getCelestaDocJSON(String) - Static method in class ru.curs.celesta.score.CelestaDocUtils
-
Extracts first occurrence of JSON object string from CelestaDoc.
- getCelestaScan() - Method in class ru.curs.celesta.AppSettings
- getCelestaType() - Method in class ru.curs.celesta.score.BinaryColumn
- getCelestaType() - Method in class ru.curs.celesta.score.BooleanColumn
- getCelestaType() - Method in interface ru.curs.celesta.score.ColumnMeta
-
Celesta data type that corresponds to the field.
- getCelestaType() - Method in class ru.curs.celesta.score.DateTimeColumn
- getCelestaType() - Method in class ru.curs.celesta.score.DecimalColumn
- getCelestaType() - Method in class ru.curs.celesta.score.FloatingColumn
- getCelestaType() - Method in class ru.curs.celesta.score.IntegerColumn
- getCelestaType() - Method in class ru.curs.celesta.score.StringColumn
- getCelestaType() - Method in class ru.curs.celesta.score.ViewColumnMeta
- getCelestaType() - Method in enum ru.curs.celesta.score.ViewColumnType
-
Celesta type.
- getCelestaType() - Method in class ru.curs.celesta.score.ZonedDateTimeColumn
- getChecksum() - Method in class ru.curs.celesta.score.Grain
-
Returns checksum of the script file that the grain was created from.
- getChecksum() - Method in class ru.curs.celesta.score.MaterializedView
- getChecksum() - Method in class ru.curs.celesta.syscursors.GrainsCursor
- getChecksum() - Method in interface ru.curs.celesta.syscursors.ISchemaCursor
-
Returns checksum of the schema cursor.
- getClientInfo() - Method in class ru.curs.celesta.CelestaConnection
- getClientInfo(String) - Method in class ru.curs.celesta.CelestaConnection
- getColumn() - Method in class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Deprecated.
- getColumn() - Method in class ru.curs.celesta.score.FieldRef
-
Returns the column that the reference is pointing to.
- getColumn(String) - Method in class ru.curs.celesta.score.BasicTable
- getColumn(String) - Method in class ru.curs.celesta.score.MaterializedView
- getColumn(String) - Method in interface ru.curs.celesta.score.TableElement
-
Returns a column by its name or throws an exception with a message that the column is not found.
- getColumnDefiner(DBType, Class<? extends Column<?>>) - Static method in class ru.curs.celesta.dbutils.adaptors.column.ColumnDefinerFactory
-
Returns a column definer depending on the DB type and column type.
- getColumnIndex(String) - Method in class ru.curs.celesta.score.AbstractView
-
Returns column index by column name.
- getColumnIndex(String) - Method in class ru.curs.celesta.score.BasicTable
- getColumnIndex(String) - Method in interface ru.curs.celesta.score.HasColumns
-
Column index in the list of columns.
- getColumnIndex(String) - Method in class ru.curs.celesta.score.Index
- getColumnInfo(Connection, Column<?>) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Returns information on a column.
- getColumnInfo(Connection, Column<?>) - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- getColumnInfo(Connection, Column<?>) - Method in class ru.curs.celesta.dbutils.adaptors.H2Adaptor
- getColumnInfo(Connection, Column<?>) - Method in class ru.curs.celesta.dbutils.adaptors.MSSQLAdaptor
-
Returns information on column.
- getColumnInfo(Connection, Column<?>) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- getColumnInfo(Connection, Column<?>) - Method in class ru.curs.celesta.dbutils.adaptors.PostgresAdaptor
- getColumnName() - Method in class ru.curs.celesta.score.FieldRef
-
Returns column name.
- getColumnNames() - Method in class ru.curs.celesta.dbutils.meta.DbFkInfo
- getColumnNames() - Method in class ru.curs.celesta.dbutils.meta.DbIndexInfo
-
Column names of the index.
- getColumnNames() - Method in class ru.curs.celesta.dbutils.meta.DbPkInfo
-
Returns columns of the primary key.
- getColumnRef(String) - Method in class ru.curs.celesta.score.AbstractView
-
Returns column reference by column name.
- getColumnRefNames() - Method in class ru.curs.celesta.score.MaterializedView
- getColumns() - Method in class ru.curs.celesta.score.AbstractView
-
Returns a map of columns of the view.
- getColumns() - Method in class ru.curs.celesta.score.BasicTable
-
Unmodified list of table columns.
- getColumns() - Method in class ru.curs.celesta.score.ForeignKey
-
Unmodified list of columns for the foreign key.
- getColumns() - Method in interface ru.curs.celesta.score.HasColumns
-
List of columns with names.
- getColumns() - Method in class ru.curs.celesta.score.Index
-
Returns columns of the index.
- getColumns() - Method in class ru.curs.celesta.score.MaterializedView
- getColumns() - Method in interface ru.curs.celesta.score.TableElement
-
Returns a map of columns with names.
- getColumns() - Method in class ru.curs.celesta.score.View
- getColumns(Connection, TableElement) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Returns a set of column names for a specific table.
- getColumns(Connection, TableElement) - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- getColumns(Connection, TableElement) - Method in class ru.curs.celesta.dbutils.adaptors.OpenSourceDbAdaptor
- getColumns(Connection, TableElement) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- getColumnType() - Method in class ru.curs.celesta.score.ViewColumnMeta
-
Returns column type.
- getComplexFilter() - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Returns (reformatted) expression of the complex filter in CelestaSQL dialect.
- getConn() - Method in class ru.curs.celesta.CallContext
-
Returns active database JDBC connection.
- getConn() - Method in interface ru.curs.celesta.ICallContext
-
Connection with database.
- getConnection() - Method in class ru.curs.celesta.CelestaConnection
-
Returns SQL connection object.
- getConnectionPool() - Method in class ru.curs.celesta.Celesta
- getConnectionPool() - Method in interface ru.curs.celesta.ICelesta
-
Returns a
ConnectionPool
of this celesta instance. - getConstraintName() - Method in class ru.curs.celesta.score.ForeignKey
-
Returns the name of FK constraint (or generates it if it's not provided).
- getCopy() - Method in class ru.curs.celesta.CallContext
-
Duplicates callcontext with another JDBC connection.
- getCSQL() - Method in class ru.curs.celesta.score.Expr
-
Returns a Celesta-SQL view of the expression.
- getCurrentIdent(Connection, BasicTable) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Returns current identity value for the table.
- getCurrentIdent(Connection, BasicTable) - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- getCurrentIdent(Connection, BasicTable) - Method in class ru.curs.celesta.dbutils.adaptors.H2Adaptor
- getCurrentIdent(Connection, BasicTable) - Method in class ru.curs.celesta.dbutils.adaptors.MSSQLAdaptor
- getCurrentIdent(Connection, BasicTable) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- getCurrentIdent(Connection, BasicTable) - Method in class ru.curs.celesta.dbutils.adaptors.PostgresAdaptor
- getCurrentKeyValues() - Method in class ru.curs.celesta.dbutils.Cursor
-
Returns an array of field values of the primary key.
- getCurrentKeyValues() - Method in class ru.curs.celesta.dbutils.MaterializedViewCursor
-
Returns an array of field values of the primary key.
- getCurrentValues() - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Returns an array of field values.
- getD() - Method in class ru.curs.celesta.syscursors.LogsetupCursor
- getD() - Method in class ru.curs.celesta.syscursors.PermissionsCursor
- getDatabaseConnection() - Method in class ru.curs.celesta.BaseAppSettings
-
Returns parameter value "JDBC connection string".
- getDbAdaptor() - Method in class ru.curs.celesta.CallContext
-
Returns a
DBAdaptor
of current Celesta instance. - getDbAdaptor() - Method in interface ru.curs.celesta.ICallContext
-
Returns actual implementation of
DBAdaptor
. - getDBAdaptor() - Method in class ru.curs.celesta.Celesta
- getDBAdaptor() - Method in interface ru.curs.celesta.ICelesta
-
Returns a
DBAdaptor
of this celesta instance. - getDBLogin() - Method in class ru.curs.celesta.BaseAppSettings
-
Returns login for the database.
- getDBPassword() - Method in class ru.curs.celesta.BaseAppSettings
-
Returns password for the database.
- getDBPid() - Method in class ru.curs.celesta.CallContext
-
Returns Process Id of current connection to the database.
- getDBPid(Connection) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Returns process id of current database connection.
- getDBPid(Connection) - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- getDBPid(Connection) - Method in class ru.curs.celesta.dbutils.adaptors.H2Adaptor
- getDBPid(Connection) - Method in class ru.curs.celesta.dbutils.adaptors.MSSQLAdaptor
- getDBPid(Connection) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- getDBPid(Connection) - Method in class ru.curs.celesta.dbutils.adaptors.PostgresAdaptor
- getDBType() - Method in class ru.curs.celesta.BaseAppSettings
-
Returns database type on the basis of JDBC connection string.
- getDefaultDefinition(Column<?>) - Method in class ru.curs.celesta.dbutils.adaptors.column.ColumnDefiner
-
Returns separately DEFAULT definition of the column.
- getDefaultValue() - Method in class ru.curs.celesta.dbutils.meta.DbColumnInfo
-
Column default value.
- getDefaultValue() - Method in class ru.curs.celesta.score.BinaryColumn
- getDefaultValue() - Method in class ru.curs.celesta.score.BooleanColumn
- getDefaultValue() - Method in class ru.curs.celesta.score.Column
-
Returns default value.
- getDefaultValue() - Method in class ru.curs.celesta.score.DateTimeColumn
- getDefaultValue() - Method in class ru.curs.celesta.score.DecimalColumn
- getDefaultValue() - Method in class ru.curs.celesta.score.FloatingColumn
- getDefaultValue() - Method in class ru.curs.celesta.score.IntegerColumn
- getDefaultValue() - Method in class ru.curs.celesta.score.StringColumn
- getDefaultValue() - Method in class ru.curs.celesta.score.ZonedDateTimeColumn
- getDeleteRecordStatement(Connection, TableElement, String) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Creates a PreparedStatement object for a DELETE statement for deleting a set of records that satisfy a condition.
- getDeleteRecordStatement(Connection, TableElement, String) - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- getDeleteRecordStatement(Connection, TableElement, String) - Method in class ru.curs.celesta.dbutils.adaptors.MSSQLAdaptor
- getDeleteRecordStatement(Connection, TableElement, String) - Method in class ru.curs.celesta.dbutils.adaptors.OpenSourceDbAdaptor
- getDeleteRecordStatement(Connection, TableElement, String) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- getDeleteRule() - Method in class ru.curs.celesta.dbutils.meta.DbFkInfo
-
Returns foreign key rule type on deletion.
- getDeleteRule() - Method in class ru.curs.celesta.score.ForeignKey
-
Returns rule for deletion.
- getDependencyOrder() - Method in class ru.curs.celesta.score.Grain
-
If a grain has a higher number than the other grain then it means that it can depend from the first one.
- getDescription() - Method in class ru.curs.celesta.syscursors.RolesCursor
- getDuration() - Method in class ru.curs.celesta.syscursors.CalllogCursor
- getDurationNs() - Method in class ru.curs.celesta.CallContext
-
Returns number of nanoseconds since CallContext activation.
- getElement(String, Class<T>) - Method in class ru.curs.celesta.score.Grain
-
Returns an element by its name and class or throws an exception with the message that element is not found.
- getElements() - Method in class ru.curs.celesta.score.NamedElementHolder
-
Returns a copy of elements map only for reading.
- getElements(Class<T>) - Method in class ru.curs.celesta.score.Grain
-
Returns a set of elements of specified type defined in the grain.
- getEndColumn() - Method in class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Get token end column number.
- getEndLine() - Method in class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Get token end line number.
- getEntryno() - Method in class ru.curs.celesta.syscursors.CalllogCursor
- getEntryno() - Method in class ru.curs.celesta.syscursors.LogCursor
- getEntryno() - Method in class ru.curs.celesta.syscursors.SessionlogCursor
- getEntryTime() - Method in class ru.curs.celesta.syscursors.LogCursor
- getExpression() - Method in class ru.curs.celesta.dbutils.query.FromClause
-
Returns FROM expression.
- getFailedlogin() - Method in class ru.curs.celesta.syscursors.SessionlogCursor
- getFieldList(Iterable<String>) - Static method in class ru.curs.celesta.dbutils.adaptors.function.CommonFunctions
- getFields() - Method in class ru.curs.celesta.dbutils.filter.value.FieldsLookup
- getFiltered() - Method in class ru.curs.celesta.dbutils.filter.value.FieldsLookup
- getFiltering() - Method in class ru.curs.celesta.dbutils.filter.value.FieldsLookup
- getFKInfo(Connection, Grain) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Returns information on the foreign keys from grain.
- getFKInfo(Connection, Grain) - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- getFKInfo(Connection, Grain) - Method in class ru.curs.celesta.dbutils.adaptors.H2Adaptor
- getFKInfo(Connection, Grain) - Method in class ru.curs.celesta.dbutils.adaptors.MSSQLAdaptor
- getFKInfo(Connection, Grain) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- getFKInfo(Connection, Grain) - Method in class ru.curs.celesta.dbutils.adaptors.PostgresAdaptor
- getForceDBInitialize() - Method in class ru.curs.celesta.BaseAppSettings
-
Returns parameter value "Force non-empty database initialization".
- getForeignKeys() - Method in class ru.curs.celesta.score.BasicTable
-
Returns a set of foreign keys for the table.
- getFullDefinition(Column<?>) - Method in class ru.curs.celesta.dbutils.adaptors.column.ColumnDefiner
-
Returns full definition of the column (for column creation).
- getFullDefinition(Column<?>) - Method in class ru.curs.celesta.dbutils.adaptors.column.FireBirdColumnDefiner
-
Returns full definition of the column (for column creation).
- getFullDefinition(Column<?>) - Method in class ru.curs.celesta.dbutils.adaptors.column.OraColumnDefiner
- getGe() - Method in class ru.curs.celesta.dbutils.query.FromClause
-
Returns grain element.
- getGrain() - Method in class ru.curs.celesta.score.GrainElement
-
Returns grain that the element belongs to.
- getGrain() - Method in interface ru.curs.celesta.score.TableElement
-
Returns grain that the table element belongs to.
- getGrain(String) - Method in class ru.curs.celesta.score.AbstractScore
-
Returns grain by its name.
- getGrainid() - Method in class ru.curs.celesta.syscursors.LogCursor
- getGrainid() - Method in class ru.curs.celesta.syscursors.LogsetupCursor
- getGrainid() - Method in class ru.curs.celesta.syscursors.PermissionsCursor
- getGrainid() - Method in class ru.curs.celesta.syscursors.SequencesCursor
- getGrainid() - Method in class ru.curs.celesta.syscursors.TablesCursor
- getGrainPart() - Method in class ru.curs.celesta.score.GrainElement
- getGrainPart() - Method in class ru.curs.celesta.score.NativeSqlElement
-
Returns grain part.
- getGrainParts() - Method in class ru.curs.celesta.score.Grain
-
Returns grain parts that this grain consists of.
- getGrains() - Method in class ru.curs.celesta.score.AbstractScore
-
Returns an unmodifiable grain set.
- getGroupByPartOfScript() - Method in class ru.curs.celesta.score.MaterializedView
- getH2Port() - Method in class ru.curs.celesta.BaseAppSettings
-
Returns port of H2 DB.
- getHeaderId() - Method in class s1.LinecountCursor
- getHeaderId() - Method in class s1.LineCursor
- getHereWhereTerm(BasicTable) - Method in class ru.curs.celesta.dbutils.term.WhereTermsMaker
-
Gets WHERE clause for single record with respect to other filters on a record.
- getHoldability() - Method in class ru.curs.celesta.CelestaConnection
- getI() - Method in class ru.curs.celesta.syscursors.LogsetupCursor
- getI() - Method in class ru.curs.celesta.syscursors.PermissionsCursor
- getId() - Method in class ru.curs.celesta.syscursors.GrainsCursor
- getId() - Method in interface ru.curs.celesta.syscursors.ISchemaCursor
-
Returns ID of the schema cursor.
- getId() - Method in class ru.curs.celesta.syscursors.RolesCursor
- getId() - Method in class s1.HeaderCursor
- getId() - Method in class s1.LineCursor
- getIdentifierParser() - Method in class ru.curs.celesta.score.AbstractScore
-
Returns identifier parser.
- getIdentifierParser() - Method in class ru.curs.celesta.score.Score
- GetImage() - Method in class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Get token literal value.
- getImplements() - Method in class ru.curs.celesta.score.BasicTable
-
Returns interfaces that are implemented by the cursor (values of 'implements' property) for this table.
- getIn() - Method in class ru.curs.celesta.dbutils.Cursor
- getIn() - Method in interface ru.curs.celesta.dbutils.InFilterSupport
- getIn() - Method in class ru.curs.celesta.dbutils.ViewCursor
- getIncrementBy() - Method in class ru.curs.celesta.dbutils.meta.DbSequenceInfo
-
Returns 'increment by' value of the sequence.
- getIncrementBy() - Method in class ru.curs.celesta.score.SequenceElement
-
Returns INCREMENT BY parameter for this SEQUENCE.
- getIncrementSequenceName(TableElement) - Static method in class ru.curs.celesta.dbutils.adaptors.function.SchemalessFunctions
- getIndex(String) - Method in class ru.curs.celesta.score.NamedElementHolder
-
Returns index of element by name.
- getIndexName() - Method in class ru.curs.celesta.dbutils.meta.DbIndexInfo
-
Index name.
- getIndices() - Method in class ru.curs.celesta.score.BasicTable
-
Returns a set of indices for the table.
- getIndices() - Method in class ru.curs.celesta.score.Grain
-
Returns a set of indices defined in the grain.
- getIndices(Connection, Grain) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Returns a set of indices referring to tables specified in the indicated grain.
- getIndices(Connection, Grain) - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- getIndices(Connection, Grain) - Method in class ru.curs.celesta.dbutils.adaptors.H2Adaptor
- getIndices(Connection, Grain) - Method in class ru.curs.celesta.dbutils.adaptors.MSSQLAdaptor
- getIndices(Connection, Grain) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- getIndices(Connection, Grain) - Method in class ru.curs.celesta.dbutils.adaptors.PostgresAdaptor
- getInFilterClause(DataGrainElement, DataGrainElement, List<String>, List<String>, String) - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- getInFilterClause(DataGrainElement, DataGrainElement, List<String>, List<String>, String) - Method in class ru.curs.celesta.dbutils.adaptors.H2Adaptor
- getInFilterClause(DataGrainElement, DataGrainElement, List<String>, List<String>, String) - Method in class ru.curs.celesta.dbutils.adaptors.MSSQLAdaptor
- getInFilterClause(DataGrainElement, DataGrainElement, List<String>, List<String>, String) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- getInFilterClause(DataGrainElement, DataGrainElement, List<String>, List<String>, String) - Method in class ru.curs.celesta.dbutils.adaptors.PostgresAdaptor
- getInFilterClause(DataGrainElement, DataGrainElement, List<String>, List<String>, String) - Method in interface ru.curs.celesta.dbutils.QueryBuildingHelper
- getInputStream() - Method in class ru.curs.celesta.score.io.FileResource
- getInputStream() - Method in interface ru.curs.celesta.score.io.Resource
-
Returns input stream for the resource.
- getInputStream() - Method in class ru.curs.celesta.score.io.UrlResource
- getInsertRecordStatement(Connection, BasicTable, boolean[], List<ParameterSetter>) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Creates a PreparedStatement object for an INSERT statement to insert a record into a table.
- getInsertRecordStatement(Connection, BasicTable, boolean[], List<ParameterSetter>) - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- getInsertRecordStatement(Connection, BasicTable, boolean[], List<ParameterSetter>) - Method in class ru.curs.celesta.dbutils.adaptors.H2Adaptor
- getInsertRecordStatement(Connection, BasicTable, boolean[], List<ParameterSetter>) - Method in class ru.curs.celesta.dbutils.adaptors.MSSQLAdaptor
- getInsertRecordStatement(Connection, BasicTable, boolean[], List<ParameterSetter>) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- getInsertRecordStatement(Connection, BasicTable, boolean[], List<ParameterSetter>) - Method in class ru.curs.celesta.dbutils.adaptors.PostgresAdaptor
- getInStream() - Method in class ru.curs.celesta.dbutils.BLOB
-
Returns a stream for data reading.
- getInternalDefinition(Column<?>) - Method in class ru.curs.celesta.dbutils.adaptors.column.FireBirdColumnDefiner
- getInternalDefinition(Column<?>) - Method in class ru.curs.celesta.dbutils.adaptors.column.OraColumnDefiner
- getJavaClass() - Method in class ru.curs.celesta.score.BinaryColumn
- getJavaClass() - Method in class ru.curs.celesta.score.BooleanColumn
- getJavaClass() - Method in interface ru.curs.celesta.score.ColumnMeta
-
Returns corresponding Java data type.
- getJavaClass() - Method in class ru.curs.celesta.score.DateTimeColumn
- getJavaClass() - Method in class ru.curs.celesta.score.DecimalColumn
- getJavaClass() - Method in class ru.curs.celesta.score.FloatingColumn
- getJavaClass() - Method in class ru.curs.celesta.score.IntegerColumn
- getJavaClass() - Method in class ru.curs.celesta.score.Parameter
-
Returns java type of parameter.
- getJavaClass() - Method in class ru.curs.celesta.score.StringColumn
- getJavaClass() - Method in class ru.curs.celesta.score.ViewColumnMeta
- getJavaClass() - Method in enum ru.curs.celesta.score.ViewColumnType
-
Returns Java type.
- getJavaClass() - Method in class ru.curs.celesta.score.ZonedDateTimeColumn
- getJdbcConnectionUrl() - Method in class ru.curs.celesta.ConnectionPoolConfiguration
-
Returns JDBC connection URL.
- getJoinType() - Method in class ru.curs.celesta.score.TableRef
-
Returns JOIN type.
- getLastDataAccessor() - Method in class ru.curs.celesta.CallContext
-
Returns the last data accessor object.
- getLastmodified() - Method in class ru.curs.celesta.syscursors.GrainsCursor
- getLastmodified() - Method in interface ru.curs.celesta.syscursors.ISchemaCursor
-
Returns 'last modified' date of the schema cursor.
- getLeft() - Method in class ru.curs.celesta.score.Relop
-
Returns the left part.
- getLength() - Method in class ru.curs.celesta.dbutils.meta.DbColumnInfo
-
Column length.
- getLength() - Method in class ru.curs.celesta.score.Grain
-
Returns length of the script file that the grain was created from.
- getLength() - Method in class ru.curs.celesta.score.StringColumn
-
Maximal length of the text field.
- getLength() - Method in class ru.curs.celesta.score.ViewColumnMeta
-
Returns field's length (or -1 if undefined).
- getLength() - Method in class ru.curs.celesta.syscursors.GrainsCursor
- getLength() - Method in interface ru.curs.celesta.syscursors.ISchemaCursor
-
Returns length of the schema cursor.
- getLightDefaultDefinition(Column<?>) - Method in class ru.curs.celesta.dbutils.adaptors.column.MsSqlColumnDefiner
- getLine() - Method in class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Deprecated.
- getLineCount() - Method in class s1.LinecountCursor
- getList(String, String) - Static method in class ru.curs.celesta.score.CelestaDocUtils
-
Returns array for
key
as a value list. - getLogger() - Method in class ru.curs.celesta.BaseAppSettings
-
Returns logger that can be used to log messages.
- getLoggingManager() - Method in class ru.curs.celesta.CallContext
-
Returns a
ILoggingManager
of current Celesta instance. - getLoggingManager() - Method in class ru.curs.celesta.Celesta
- getLoggingManager() - Method in interface ru.curs.celesta.ICelesta
-
Returns a
ILoggingManager
of this celesta instance. - getLogin() - Method in class ru.curs.celesta.ConnectionPoolConfiguration
-
Returns user login.
- getLogintime() - Method in class ru.curs.celesta.syscursors.SessionlogCursor
- getLogLogins() - Method in class ru.curs.celesta.BaseAppSettings
-
Returns parameter value "logging of log-ins and log-outs of users".
- getLogoutime() - Method in class ru.curs.celesta.syscursors.SessionlogCursor
- getLookups() - Method in class ru.curs.celesta.dbutils.filter.In
- getLookupWhereTermMap() - Method in class ru.curs.celesta.dbutils.filter.In
- getM() - Method in class ru.curs.celesta.syscursors.LogsetupCursor
- getM() - Method in class ru.curs.celesta.syscursors.PermissionsCursor
- getMainDefinition(Column<?>) - Method in class ru.curs.celesta.dbutils.adaptors.column.ColumnDefiner
-
Returns column definition that contains name, type and NULL/NOT NULL ( without DEFAULT).
- getMainDefinition(Column<?>) - Method in class ru.curs.celesta.dbutils.adaptors.column.FireBirdColumnDefiner
- getMainDefinition(Column<?>) - Method in class ru.curs.celesta.dbutils.adaptors.column.OraColumnDefiner
- getMaterializedView(String) - Method in class ru.curs.celesta.score.Grain
-
Returns a materialized view by its name or an exception with a message that the view was not found.
- getMaterializedViews() - Method in class ru.curs.celesta.score.Grain
-
Returns a set of materialized views defined in the grain.
- getMaxStrLen(String) - Method in class ru.curs.celesta.dbutils.Cursor
-
Deprecated.
- getMaxStrLen(ColumnMeta<String>) - Method in class ru.curs.celesta.dbutils.Cursor
-
Returns maximal length of the text field .
- getMaxValue() - Method in class ru.curs.celesta.dbutils.meta.DbSequenceInfo
-
Returns maximal value of the sequence.
- getMaxValue() - Method in class ru.curs.celesta.score.SequenceElement
-
Returns MAXVALUE parameter for this SEQUENCE.
- getMessage() - Method in error ru.curs.celesta.dbutils.filter.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in class ru.curs.celesta.syscursors.GrainsCursor
- getMeta() - Method in class ru.curs.celesta.score.BinaryTermOp
- getMeta() - Method in class ru.curs.celesta.score.Count
- getMeta() - Method in class ru.curs.celesta.score.Expr
-
Returns the expression type.
- getMeta() - Method in class ru.curs.celesta.score.FieldRef
- getMeta() - Method in class ru.curs.celesta.score.LogicValuedExpr
- getMeta() - Method in class ru.curs.celesta.score.Max
- getMeta() - Method in class ru.curs.celesta.score.Min
- getMeta() - Method in class ru.curs.celesta.score.ParameterRef
- getMeta() - Method in class ru.curs.celesta.score.Sum
- getMetaData() - Method in class ru.curs.celesta.CelestaConnection
- getMinValue() - Method in class ru.curs.celesta.dbutils.meta.DbSequenceInfo
-
Returns minimal value of the sequence.
- getMinValue() - Method in class ru.curs.celesta.score.SequenceElement
-
Returns MINVALUE parameter for this SEQUENCE.
- getName() - Method in class ru.curs.celesta.dbutils.meta.DbColumnInfo
-
Returns column name.
- getName() - Method in class ru.curs.celesta.dbutils.meta.DbFkInfo
-
Returns foreign key name.
- getName() - Method in class ru.curs.celesta.dbutils.meta.DbPkInfo
-
Returns primary key name.
- getName() - Method in class ru.curs.celesta.event.TriggerQuery
-
Returns trigger name parameter.
- getName() - Method in interface ru.curs.celesta.score.ColumnMeta
-
Returns column name.
- getName() - Method in class ru.curs.celesta.score.NamedElement
-
Returns the name.
- getName() - Method in class ru.curs.celesta.score.ParameterRef
- getName() - Method in interface ru.curs.celesta.score.TableElement
-
Returns table element name.
- getName() - Method in class ru.curs.celesta.score.ViewColumnMeta
- getNamespace() - Method in class ru.curs.celesta.score.Grain
-
Returns namespace of the grain.
- getNamespace() - Method in class ru.curs.celesta.score.GrainPart
-
Returns name space of
this
grain part. - getNamespace() - Method in class ru.curs.celesta.score.io.FileResource
- getNamespace() - Method in interface ru.curs.celesta.score.io.Resource
-
Returns namespace of current resource.
- getNamespace() - Method in class ru.curs.celesta.score.io.UrlResource
- getNavigationStatement(Connection, FromClause, String, String, Set<String>, long) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Returns navigable PreparedStatement by a filtered set of records.
- getNavigationStatement(Connection, FromClause, String, String, Set<String>, long) - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- getNavigationStatement(Connection, FromClause, String, String, Set<String>, long) - Method in class ru.curs.celesta.dbutils.adaptors.MSSQLAdaptor
- getNavigationStatement(Connection, FromClause, String, String, Set<String>, long) - Method in class ru.curs.celesta.dbutils.adaptors.OpenSourceDbAdaptor
- getNavigationStatement(Connection, FromClause, String, String, Set<String>, long) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- getNetworkTimeout() - Method in class ru.curs.celesta.CelestaConnection
- getNewvalues() - Method in class ru.curs.celesta.syscursors.LogCursor
- getNextToken() - Method in class ru.curs.celesta.dbutils.filter.FilterParser
-
Get the next Token.
- getNextToken() - Method in class ru.curs.celesta.dbutils.filter.FilterParserTokenManager
-
Get the next Token.
- getNextToken() - Method in class ru.curs.celesta.score.CelestaParser
-
Get the next Token.
- getNullsMask() - Method in class ru.curs.celesta.dbutils.stmt.MaskedStatementHolder
- getOldvalues() - Method in class ru.curs.celesta.syscursors.LogCursor
- getOneFieldStatement(Connection, Column<?>, String) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Creates a PreparedStatement object for a SELECT statement of a single column containing at most one record.
- getOneFieldStatement(Connection, Column<?>, String) - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- getOneFieldStatement(Connection, Column<?>, String) - Method in class ru.curs.celesta.dbutils.adaptors.MSSQLAdaptor
- getOneFieldStatement(Connection, Column<?>, String) - Method in class ru.curs.celesta.dbutils.adaptors.OpenSourceDbAdaptor
- getOneFieldStatement(Connection, Column<?>, String) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- getOneRecordStatement(Connection, TableElement, String, Set<String>) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Creates a PreparedStatement object for a SELECT statement containing at most one record.
- getOneRecordStatement(Connection, TableElement, String, Set<String>) - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- getOneRecordStatement(Connection, TableElement, String, Set<String>) - Method in class ru.curs.celesta.dbutils.adaptors.MSSQLAdaptor
- getOneRecordStatement(Connection, TableElement, String, Set<String>) - Method in class ru.curs.celesta.dbutils.adaptors.OpenSourceDbAdaptor
- getOneRecordStatement(Connection, TableElement, String, Set<String>) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- getOnExpr() - Method in class ru.curs.celesta.score.TableRef
-
Returns condition ON...
- getOperands() - Method in class ru.curs.celesta.score.BinaryLogicalOp
-
Returns the operands.
- getOperands() - Method in class ru.curs.celesta.score.BinaryTermOp
-
Returns the operands.
- getOperator() - Method in class ru.curs.celesta.score.BinaryLogicalOp
-
Returns the operator.
- getOperator() - Method in class ru.curs.celesta.score.BinaryTermOp
-
Returns the operator.
- getOptions() - Method in class ru.curs.celesta.score.Column
-
Returns options (the value of
option
property) for current field. - getOrderBy() - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Returns "order by" clause for the cursor.
- getOrphaned() - Method in class ru.curs.celesta.syscursors.TablesCursor
- getOtherCursor() - Method in class ru.curs.celesta.dbutils.filter.value.FieldsLookup
- getOtherFields() - Method in class ru.curs.celesta.dbutils.filter.value.FieldsLookup
- getOtherWhereTermMakers() - Method in class ru.curs.celesta.dbutils.filter.In
- getOutputStream() - Method in class ru.curs.celesta.score.io.FileResource
- getOutputStream() - Method in interface ru.curs.celesta.score.io.Resource
-
Returns output stream for the resource if it is writable,
null
otherwise. - getOutStream() - Method in class ru.curs.celesta.dbutils.BLOB
-
Returns a stream for data writing, at the same time dropping off current data from BLOB.
- getParameter() - Method in class ru.curs.celesta.score.ParameterRef
- getParameterizedView(String) - Method in class ru.curs.celesta.score.Grain
-
Returns a parameterized view by its name or an exception with a message that the view was not found.
- getParameterizedViewList(Connection, Grain) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Get names of existing parameterized views.
- getParameterizedViewList(Connection, Grain) - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- getParameterizedViewList(Connection, Grain) - Method in class ru.curs.celesta.dbutils.adaptors.H2Adaptor
- getParameterizedViewList(Connection, Grain) - Method in class ru.curs.celesta.dbutils.adaptors.MSSQLAdaptor
- getParameterizedViewList(Connection, Grain) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- getParameterizedViewList(Connection, Grain) - Method in class ru.curs.celesta.dbutils.adaptors.PostgresAdaptor
- getParameterizedViews() - Method in class ru.curs.celesta.score.Grain
-
Returns a set of parameterized views defined in the grain.
- getParameterRefsWithOrder() - Method in class ru.curs.celesta.score.ParameterizedView
- getParameters() - Method in class ru.curs.celesta.dbutils.query.FromClause
- getParameters() - Method in class ru.curs.celesta.score.ParameterizedView
-
Returns a map parameter name -> parameter.
- getParentTable() - Method in class ru.curs.celesta.score.Column
-
Returns table that current column belongs to.
- getParentTable() - Method in class ru.curs.celesta.score.ForeignKey
-
Table that the foreign key is part of.
- getPassword() - Method in class ru.curs.celesta.ConnectionPoolConfiguration
-
Returns password.
- getPermissionManager() - Method in class ru.curs.celesta.CallContext
-
Returns a
IPermissionManager
of current Celesta instance. - getPermissionManager() - Method in class ru.curs.celesta.Celesta
- getPermissionManager() - Method in interface ru.curs.celesta.ICelesta
-
Returns a
IPermissionManager
of this celesta instance. - getPkConstraintName() - Method in class ru.curs.celesta.score.BasicTable
- getPkConstraintName() - Method in class ru.curs.celesta.score.MaterializedView
- getPkConstraintName() - Method in interface ru.curs.celesta.score.TableElement
-
Returns PK constraint name.
- getPKInfo(Connection, TableElement) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Returns information on the primary key of a table.
- getPKInfo(Connection, TableElement) - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- getPKInfo(Connection, TableElement) - Method in class ru.curs.celesta.dbutils.adaptors.H2Adaptor
- getPKInfo(Connection, TableElement) - Method in class ru.curs.celesta.dbutils.adaptors.MSSQLAdaptor
- getPKInfo(Connection, TableElement) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- getPKInfo(Connection, TableElement) - Method in class ru.curs.celesta.dbutils.adaptors.PostgresAdaptor
- getPkvalue1() - Method in class ru.curs.celesta.syscursors.LogCursor
- getPkvalue2() - Method in class ru.curs.celesta.syscursors.LogCursor
- getPkvalue3() - Method in class ru.curs.celesta.syscursors.LogCursor
- getPKWhereTerm(BasicTable) - Static method in class ru.curs.celesta.dbutils.term.CsqlWhereTermsMaker
-
Gets WHERE clause for single record (by its primary key).
- getPKWhereTermForGet(TableElement) - Static method in class ru.curs.celesta.dbutils.term.CsqlWhereTermsMaker
- getPrecision() - Method in class ru.curs.celesta.score.DecimalColumn
-
Returns precision.
- getPrimaryKey() - Method in class ru.curs.celesta.score.BasicTable
- getPrimaryKey() - Method in class ru.curs.celesta.score.MaterializedView
- getPrimaryKey() - Method in interface ru.curs.celesta.score.TableElement
-
Returns unmodified map of primary key columns.
- getProcname() - Method in class ru.curs.celesta.syscursors.CalllogCursor
- getProcName() - Method in class ru.curs.celesta.CallContext
-
Returns procedure name that was initially called.
- getProfiler() - Method in class ru.curs.celesta.Celesta
- getProfiler() - Method in interface ru.curs.celesta.ICelesta
-
Returns a
IProfiler
of this celesta instance. - getQuotedName() - Method in class ru.curs.celesta.score.NamedElement
-
Returns the name in ANSI quotes (e.g.
- getQuotedName() - Method in interface ru.curs.celesta.score.TableElement
-
Returns name in ANSI quotes ("name").
- getQuotedNameIfNeeded() - Method in class ru.curs.celesta.score.NamedElement
-
Returns the name in ANSI quotes if needed.
- getQuotedNameIfNeeded() - Method in interface ru.curs.celesta.score.TableElement
-
Returns the name in ANSI quotes if needed.
- getR() - Method in class ru.curs.celesta.syscursors.PermissionsCursor
- getRecordSetStatement(Connection, FromClause, String, String, long, long, Set<String>) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Returns
PreparedStatement
containing a filtered set of entries. - getRecversion() - Method in class ru.curs.celesta.dbutils.Cursor
-
Returns version of the record.
- getRecVersionField() - Method in class ru.curs.celesta.score.Table
- getRecVersionField() - Method in interface ru.curs.celesta.score.VersionedElement
-
Returns a description of recversion field.
- getReferencedTable() - Method in class ru.curs.celesta.score.ForeignKey
-
Table that is being referenced by the foreign key.
- getRefGrainName() - Method in class ru.curs.celesta.dbutils.meta.DbFkInfo
-
Returns referenced grain name.
- getRefTable() - Method in class ru.curs.celesta.score.MaterializedView
- getRefTableName() - Method in class ru.curs.celesta.dbutils.meta.DbFkInfo
-
Returns table name that foreign key refers to.
- getRelativePath(Resource) - Method in class ru.curs.celesta.score.io.FileResource
- getRelativePath(Resource) - Method in interface ru.curs.celesta.score.io.Resource
-
Returns relative path from
this
resource to the child one, ornull
if such path doesn't exist. - getRelop() - Method in class ru.curs.celesta.score.Relop
-
Returns the relation.
- getRight() - Method in class ru.curs.celesta.score.Relop
-
Returns the right part.
- getRoleid() - Method in class ru.curs.celesta.syscursors.PermissionsCursor
- getRoleid() - Method in class ru.curs.celesta.syscursors.UserrolesCursor
- getScale() - Method in class ru.curs.celesta.dbutils.meta.DbColumnInfo
- getScale() - Method in class ru.curs.celesta.score.DecimalColumn
-
Returns scale.
- getSchema() - Method in class ru.curs.celesta.CelestaConnection
- getSchema() - Method in class ru.curs.celesta.event.TriggerQuery
-
Returns schema name parameter.
- getScore() - Method in class ru.curs.celesta.CallContext
-
Returns score of current Celesta instance.
- getScore() - Method in class ru.curs.celesta.Celesta
- getScore() - Method in interface ru.curs.celesta.ICallContext
-
Returns Celesta score.
- getScore() - Method in interface ru.curs.celesta.ICelesta
-
Returns Celesta metadata (tables description).
- getScore() - Method in class ru.curs.celesta.score.Grain
-
Returns model that the grain belongs to.
- getScorePath() - Method in class ru.curs.celesta.BaseAppSettings
-
Returns parameter value "score.path".
- getSegments() - Method in class ru.curs.celesta.score.AbstractView
- getSelectPartOfScript() - Method in class ru.curs.celesta.score.MaterializedView
- getSequence() - Method in class ru.curs.celesta.score.IntegerColumn
-
Returns sequence of the column.
- getSequenceInfo(Connection, SequenceElement) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Returns information on a sequence.
- getSequenceInfo(Connection, SequenceElement) - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- getSequenceInfo(Connection, SequenceElement) - Method in class ru.curs.celesta.dbutils.adaptors.H2Adaptor
- getSequenceInfo(Connection, SequenceElement) - Method in class ru.curs.celesta.dbutils.adaptors.MSSQLAdaptor
- getSequenceInfo(Connection, SequenceElement) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- getSequenceInfo(Connection, SequenceElement) - Method in class ru.curs.celesta.dbutils.adaptors.PostgresAdaptor
- getSeqvalue() - Method in class ru.curs.celesta.syscursors.SequencesCursor
- getSessionid() - Method in class ru.curs.celesta.syscursors.CalllogCursor
- getSessionid() - Method in class ru.curs.celesta.syscursors.LogCursor
- getSessionid() - Method in class ru.curs.celesta.syscursors.SessionlogCursor
- getSetCountStatement(Connection, FromClause, String) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Builds a SELECT COUNT statement.
- getSetupProperties() - Method in class ru.curs.celesta.BaseAppSettings
-
Returns properties that were used to initialize Celesta.
- getSetupProperties() - Method in class ru.curs.celesta.Celesta
- getSetupProperties() - Method in interface ru.curs.celesta.ICelesta
-
Returns properties that were used to initialize Celesta.
- getSkipDBUpdate() - Method in class ru.curs.celesta.BaseAppSettings
-
Returns parameter value "Skip database update phase".
- getSource() - Method in class ru.curs.celesta.score.GrainPart
-
Returns resource the grain part was loaded from.
- getSql() - Method in class ru.curs.celesta.score.NativeSqlElement
-
Returns native SQL.
- getSql(Object) - Method in enum ru.curs.celesta.score.SequenceElement.Argument
-
Returns SQL for argument with the specified
value
. - getSQL(QueryBuildingHelper) - Method in class ru.curs.celesta.score.Expr
-
Returns an SQL view of the expression in dialect of current DB.
- getStarttime() - Method in class ru.curs.celesta.syscursors.CalllogCursor
- getStartTime() - Method in class ru.curs.celesta.CallContext
-
Returns the calendar date of CallContext activation.
- getStartWith() - Method in class ru.curs.celesta.score.SequenceElement
-
Returns STARTS WITH parameter for this SEQUENCE.
- getState() - Method in class ru.curs.celesta.syscursors.GrainsCursor
- getState() - Method in interface ru.curs.celesta.syscursors.ISchemaCursor
-
Returns state of the schema cursor.
- getStatement(Object[], int) - Method in class ru.curs.celesta.dbutils.stmt.MaskedStatementHolder
- getStatement(Object[], int) - Method in class ru.curs.celesta.dbutils.stmt.PreparedStmtHolder
-
Returns prepared statement with refreshed parameters.
- GetSuffix(int) - Method in class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Get the suffix.
- getSurrogateCount() - Method in class ru.curs.celesta.score.MaterializedView
- getSurrogateCount() - Method in class s1.LinecountCursor
- getSysSchemaName() - Method in class ru.curs.celesta.score.AbstractScore
-
Returns system schema name.
- getSysSchemaName() - Method in class ru.curs.celesta.score.Score
- getTable() - Method in class ru.curs.celesta.score.Index
-
Returns table of the index.
- getTable() - Method in class ru.curs.celesta.score.TableRef
-
Returns table.
- getTable(String) - Method in class ru.curs.celesta.score.Grain
-
Returns a table by its name or an exception with a message that the table was not found.
- getTable(String, Class<T>) - Method in class ru.curs.celesta.score.Grain
-
Returns a table by its name and a table class.
- getTablename() - Method in class ru.curs.celesta.syscursors.LogCursor
- getTablename() - Method in class ru.curs.celesta.syscursors.LogsetupCursor
- getTablename() - Method in class ru.curs.celesta.syscursors.PermissionsCursor
- getTablename() - Method in class ru.curs.celesta.syscursors.SequencesCursor
- getTablename() - Method in class ru.curs.celesta.syscursors.TablesCursor
- getTableName() - Method in class ru.curs.celesta.dbutils.meta.DbFkInfo
-
Returns table name for which foreign key is defined.
- getTableName() - Method in class ru.curs.celesta.dbutils.meta.DbIndexInfo
-
Table name for which index is defined.
- getTableName() - Method in class ru.curs.celesta.event.TriggerQuery
-
Returns table name parameter.
- getTableNameOrAlias() - Method in class ru.curs.celesta.score.FieldRef
-
Returns table name or alias.
- getTables() - Method in class ru.curs.celesta.score.Grain
-
Returns a set of tables defined in the grain.
- getTables(Class<T>) - Method in class ru.curs.celesta.score.Grain
-
Returns a set of tables defined in the grain by a table class.
- getTabletype() - Method in class ru.curs.celesta.syscursors.TablesCursor
- getTabSize() - Method in class ru.curs.celesta.dbutils.filter.SimpleCharStream
- getTerm() - Method in class ru.curs.celesta.score.Sum
- getTimeout() - Method in class ru.curs.celesta.syscursors.SessionlogCursor
- getToken(int) - Method in class ru.curs.celesta.dbutils.filter.FilterParser
-
Get the specific Token.
- getToken(int) - Method in class ru.curs.celesta.score.CelestaParser
-
Get the specific Token.
- getTransactionIsolation() - Method in class ru.curs.celesta.CelestaConnection
- getTriggerBody(Connection, TriggerQuery) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Returns body of the trigger existing in the database.
- getTriggerDispatcher() - Method in class ru.curs.celesta.Celesta
- getTriggerDispatcher() - Method in interface ru.curs.celesta.ICelesta
-
Returns a
TriggerDispatcher
of this celesta instance. - getTriggerName(TriggerType) - Method in class ru.curs.celesta.score.MaterializedView
- getType() - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Returns current database type.
- getType() - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- getType() - Method in class ru.curs.celesta.dbutils.adaptors.H2Adaptor
- getType() - Method in class ru.curs.celesta.dbutils.adaptors.MSSQLAdaptor
- getType() - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- getType() - Method in class ru.curs.celesta.dbutils.adaptors.PostgresAdaptor
- getType() - Method in class ru.curs.celesta.dbutils.meta.DbColumnInfo
-
Returns column type.
- getType() - Method in class ru.curs.celesta.event.TriggerQuery
-
Returns trigger type parameter.
- getType() - Method in class ru.curs.celesta.score.Parameter
-
Returns parameter type.
- getTypeMap() - Method in class ru.curs.celesta.CelestaConnection
- getUpdateRecordStatement(Connection, BasicTable, boolean[], boolean[], List<ParameterSetter>, String) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Builds prepared statement for records UPDATE.
equalsMask[columnIndex]
should containtrue
for the column with index equal tocolumnIndex
to take part in the evaluation.
IfnullsMask[columnIndex]
containstrue
IS NULL
check has a priority aboveprogram[columnIndex]
check -column = ?
. - getUpdateRule() - Method in class ru.curs.celesta.dbutils.meta.DbFkInfo
-
Returns foreign key rule type on update.
- getUpdateRule() - Method in class ru.curs.celesta.score.ForeignKey
-
Returns rule for update.
- getUpdTriggerName(TableElement) - Static method in class ru.curs.celesta.dbutils.adaptors.function.SchemalessFunctions
- getUserid() - Method in class ru.curs.celesta.syscursors.CalllogCursor
- getUserid() - Method in class ru.curs.celesta.syscursors.LogCursor
- getUserid() - Method in class ru.curs.celesta.syscursors.SessionlogCursor
- getUserid() - Method in class ru.curs.celesta.syscursors.UserrolesCursor
- getUserId() - Method in class ru.curs.celesta.CallContext
-
Returns name of the current user.
- getValue() - Method in class ru.curs.celesta.dbutils.filter.SingleValue
-
Returns filter value.
- getValue() - Method in class ru.curs.celesta.dbutils.filter.Token
-
An optional attribute value of the Token.
- getValue() - Method in class ru.curs.celesta.score.Namespace
- getValue(String) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Returns a value of a field by its name.
- getValueFrom() - Method in class ru.curs.celesta.dbutils.filter.Range
-
Returns a from value.
- getValueTo() - Method in class ru.curs.celesta.dbutils.filter.Range
-
Returns a to value.
- getVersion() - Method in class ru.curs.celesta.score.Grain
-
Returns the grain version.
- getVersion() - Method in class ru.curs.celesta.syscursors.GrainsCursor
- getVersion() - Method in interface ru.curs.celesta.syscursors.ISchemaCursor
-
Returns version of the schema cursor.
- getVersionCheckTriggerName(TableElement) - Static method in class ru.curs.celesta.dbutils.adaptors.function.SchemalessFunctions
- getView(String) - Method in class ru.curs.celesta.score.Grain
-
Returns a view by its name or an exception with a message that the view was not found.
- getViewList(Connection, Grain) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Returns list of view names in the grain.
- getViewList(Connection, Grain) - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- getViewList(Connection, Grain) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- getViews() - Method in class ru.curs.celesta.score.Grain
-
Returns a set of views defined in the grain.
- getViewSQLGenerator() - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
- getViewSQLGenerator() - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlAdaptor
- getViewSQLGenerator() - Method in class ru.curs.celesta.dbutils.adaptors.ddl.H2DdlGenerator
- getViewSQLGenerator() - Method in class ru.curs.celesta.dbutils.adaptors.ddl.MsSqlDdlGenerator
- getViewSQLGenerator() - Method in class ru.curs.celesta.dbutils.adaptors.ddl.OraDdlGenerator
- getViewSQLGenerator() - Method in class ru.curs.celesta.dbutils.adaptors.ddl.PostgresDdlGenerator
- getViewSQLGenerator() - Method in interface ru.curs.celesta.dbutils.QueryBuildingHelper
-
Returns SQL generator for Celesta views/complex filters.
- getWarnings() - Method in class ru.curs.celesta.CelestaConnection
- getWhere() - Method in class ru.curs.celesta.dbutils.term.AlwaysFalse
- getWhere() - Method in class ru.curs.celesta.dbutils.term.AlwaysTrue
- getWhere() - Method in class ru.curs.celesta.dbutils.term.AndTerm
- getWhere() - Method in class ru.curs.celesta.dbutils.term.FieldCompTerm
- getWhere() - Method in class ru.curs.celesta.dbutils.term.FieldsCortegeTerm
- getWhere() - Method in class ru.curs.celesta.dbutils.term.InTerm
- getWhere() - Method in class ru.curs.celesta.dbutils.term.IsNull
- getWhere() - Method in class ru.curs.celesta.dbutils.term.NotTerm
- getWhere() - Method in class ru.curs.celesta.dbutils.term.OrTerm
- getWhere() - Method in class ru.curs.celesta.dbutils.term.RangeTerm
- getWhere() - Method in class ru.curs.celesta.dbutils.term.SingleValueTerm
- getWhere() - Method in class ru.curs.celesta.dbutils.term.ValuesCortegeTerm
- getWhere() - Method in class ru.curs.celesta.dbutils.term.WhereTerm
- getWhere() - Method in class ru.curs.celesta.dbutils.term.WhereTermCompareTerm
- getWhereCondition() - Method in class ru.curs.celesta.score.ParameterizedViewSelectStmt
- getWhereTerm() - Method in class ru.curs.celesta.dbutils.term.WhereTermsMaker
-
Gets WHERE clause for filtered row set.
- getWhereTerm(char) - Method in class ru.curs.celesta.dbutils.term.WhereTermsMaker
-
Gets WHERE clause for navigational term with respect of filters and database settings.
- getXRec() - Method in class ru.curs.celesta.dbutils.Cursor
-
Returns a copy of the buffer containing values that were received by the last read from the database.
- Grain - Class in ru.curs.celesta.score
-
Grain.
- Grain(AbstractScore, String) - Constructor for class ru.curs.celesta.score.Grain
- GrainElement - Class in ru.curs.celesta.score
-
Base class for grain elements (tables, indices and views).
- GrainElement(GrainPart, String) - Constructor for class ru.curs.celesta.score.GrainElement
- grainid() - Method in class ru.curs.celesta.syscursors.LogCursor.Columns
- grainid() - Method in class ru.curs.celesta.syscursors.LogsetupCursor.Columns
- grainid() - Method in class ru.curs.celesta.syscursors.PermissionsCursor.Columns
- grainid() - Method in class ru.curs.celesta.syscursors.SequencesCursor.Columns
- grainid() - Method in class ru.curs.celesta.syscursors.TablesCursor.Columns
- GrainPart - Class in ru.curs.celesta.score
- GrainPart(Grain, boolean, Resource) - Constructor for class ru.curs.celesta.score.GrainPart
- GrainSaver - Class in ru.curs.celesta.score
-
Persists grain to a writable resource.
- GrainSaver() - Constructor for class ru.curs.celesta.score.GrainSaver
- GrainsCursor - Class in ru.curs.celesta.syscursors
- GrainsCursor(CallContext) - Constructor for class ru.curs.celesta.syscursors.GrainsCursor
- GrainsCursor(CallContext, ColumnMeta<?>...) - Constructor for class ru.curs.celesta.syscursors.GrainsCursor
- GrainsCursor.Columns - Class in ru.curs.celesta.syscursors
- GrainsCursor.State - Class in ru.curs.celesta.syscursors
- GREATER - ru.curs.celesta.score.VersionString.ComparisionState
-
Current version is greater than the compared one.
- groupBy(AbstractSelectStmt) - Method in class ru.curs.celesta.score.CelestaParser
- GT - Static variable in class ru.curs.celesta.score.Relop
-
>.
- GTEQ - Static variable in class ru.curs.celesta.score.Relop
-
>=.
H
- H2 - ru.curs.celesta.DBType
-
H2.
- H2_IN_MEMORY_URL - Static variable in class ru.curs.celesta.BaseAppSettings
-
In memory H2 DB connection url.
- H2Adaptor - Class in ru.curs.celesta.dbutils.adaptors
-
Created by ioann on 02.05.2017.
- H2Adaptor(ConnectionPool, DdlConsumer, boolean) - Constructor for class ru.curs.celesta.dbutils.adaptors.H2Adaptor
- H2DdlGenerator - Class in ru.curs.celesta.dbutils.adaptors.ddl
-
Class for SQL generation of data definition of H2.
- H2DdlGenerator(DBAdaptor) - Constructor for class ru.curs.celesta.dbutils.adaptors.ddl.H2DdlGenerator
- hasArgument(SequenceElement.Argument) - Method in class ru.curs.celesta.score.SequenceElement
-
Whether the sequence contains the specified argument.
- HasColumns - Interface in ru.curs.celesta.score
- hashCode() - Method in class ru.curs.celesta.dbutils.filter.In
- hashCode() - Method in class ru.curs.celesta.dbutils.InFilterHolder
- hashCode() - Method in class ru.curs.celesta.score.ForeignKey
- hashCode() - Method in class ru.curs.celesta.score.io.FileResource
- hashCode() - Method in class ru.curs.celesta.score.io.UrlResource
- hashCode() - Method in class ru.curs.celesta.score.NamedElement
- hashCode() - Method in class ru.curs.celesta.score.VersionString
- hasMaterializedViews() - Method in class ru.curs.celesta.score.BasicTable
-
Returns true in case there are materialized views built on top of this table.
- hasNext() - Method in class ru.curs.celesta.dbutils.CursorIterator
- hasPrimeKey() - Method in class ru.curs.celesta.score.MaterializedView
- hasPrimeKey() - Method in class ru.curs.celesta.score.ReadOnlyTable
- hasPrimeKey() - Method in class ru.curs.celesta.score.Table
- hasPrimeKey() - Method in interface ru.curs.celesta.score.TableElement
-
Whether the table has primary key.
- HeaderCursor - Class in s1
- HeaderCursor(CallContext) - Constructor for class s1.HeaderCursor
- HeaderCursor(CallContext, ColumnMeta<?>...) - Constructor for class s1.HeaderCursor
- HeaderCursor.Columns - Class in s1
- headerId() - Method in class s1.LinecountCursor.Columns
- headerId() - Method in class s1.LineCursor.Columns
- HEXSTR - Static variable in class ru.curs.celesta.dbutils.adaptors.constants.CommonConstants
-
Regular expression to check against hexadecimal strings like: 0xDEADBEEF.
I
- i() - Method in class ru.curs.celesta.syscursors.LogsetupCursor.Columns
- i() - Method in class ru.curs.celesta.syscursors.PermissionsCursor.Columns
- ICallContext - Interface in ru.curs.celesta
-
It's a base interface of call context.
- ICelesta - Interface in ru.curs.celesta
-
Interface of Celesta instance.
- id() - Method in class ru.curs.celesta.syscursors.GrainsCursor.Columns
- id() - Method in class ru.curs.celesta.syscursors.RolesCursor.Columns
- id() - Method in class s1.HeaderCursor.Columns
- id() - Method in class s1.LineCursor.Columns
- IdentifierParser - Class in ru.curs.celesta.score.validator
-
Identifier parser and validator.
- IdentifierParser() - Constructor for class ru.curs.celesta.score.validator.IdentifierParser
- ILoggingManager - Interface in ru.curs.celesta.dbutils
- image - Variable in class ru.curs.celesta.dbutils.filter.Token
-
The string image of the token.
- IMPLEMENTS - Static variable in class ru.curs.celesta.score.CelestaDocUtils
-
"implements" constant.
- In - Class in ru.curs.celesta.dbutils.filter
-
Created by ioann on 01.06.2017.
- In(FieldsLookup, WhereTermsMaker) - Constructor for class ru.curs.celesta.dbutils.filter.In
- incDataAccessorsCount() - Method in class ru.curs.celesta.CallContext
-
Increments counter of open data accessor objects.
- INCONSISTENT - ru.curs.celesta.score.VersionString.ComparisionState
-
Current versions are incomparable.
- INCREMENT_BY - ru.curs.celesta.score.SequenceElement.Argument
-
INCREMENT_BY
argument. - Index - Class in ru.curs.celesta.score
-
Table index.
- Index(BasicTable, String, String[]) - Constructor for class ru.curs.celesta.score.Index
- inFilter() - Method in interface ru.curs.celesta.dbutils.term.WhereMakerParamsProvider
- InFilterHolder - Class in ru.curs.celesta.dbutils
- InFilterHolder(BasicCursor) - Constructor for class ru.curs.celesta.dbutils.InFilterHolder
- InFilterSupport - Interface in ru.curs.celesta.dbutils
- init() - Method in class ru.curs.celesta.dbutils.Cursor
-
Resets all fields of the buffer except for the key ones.
- init() - Method in interface ru.curs.celesta.syscursors.ISchemaCursor
- init(Connection, String, String, String, boolean, int) - Method in class ru.curs.celesta.dbutils.h2.AbstractMaterializedViewTrigger
- init(Connection, String, String, String, boolean, int) - Method in class ru.curs.celesta.dbutils.h2.RecVersionCheckTrigger
- initDataForMaterializedView(Connection, MaterializedView) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Initializes data for a newly crated materialized view.
- initDataForMaterializedView(Connection, MaterializedView) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlAdaptor
- initOrderBy() - Method in interface ru.curs.celesta.dbutils.term.WhereMakerParamsProvider
- initScore(AbstractScore) - Static method in class ru.curs.celesta.dbutils.h2.AbstractMaterializedViewTrigger
-
Sets up the score with which the current H2 instance should work.
- INNER - ru.curs.celesta.score.TableRef.JoinType
-
INNER JOIN.
- insert() - Method in class ru.curs.celesta.dbutils.Cursor
-
Performs cursor insert into the DB.
- insert() - Method in interface ru.curs.celesta.syscursors.ISchemaCursor
- INSERT - ru.curs.celesta.dbutils.Action
-
Insert.
- INT - ru.curs.celesta.score.ViewColumnType
-
Integer value.
- IntegerColumn - Class in ru.curs.celesta.score
-
Integer column.
- IntegerColumn(TableElement, String) - Constructor for class ru.curs.celesta.score.IntegerColumn
- InTerm - Class in ru.curs.celesta.dbutils.term
-
Created by ioann on 01.06.2017.
- InTerm(In, QueryBuildingHelper) - Constructor for class ru.curs.celesta.dbutils.term.InTerm
- InternalConnectionPool - Class in ru.curs.celesta
-
Database connection pool.
- INVALID_LEXICAL_STATE - Static variable in error ru.curs.celesta.dbutils.filter.TokenMgrError
-
Tried to change to an invalid lexical state.
- invoke(ResultSet) - Method in interface ru.curs.celesta.dbutils.jdbc.SQLAction
- invoke(ResultSet) - Method in interface ru.curs.celesta.dbutils.jdbc.SQLActionReturning
- IPermissionManager - Interface in ru.curs.celesta.dbutils
- IProfiler - Interface in ru.curs.celesta.dbutils
- isActionAllowed(CallContext, GrainElement, Action) - Method in interface ru.curs.celesta.dbutils.IPermissionManager
-
Whether the action is allowed.
- isActionAllowed(CallContext, GrainElement, Action) - Method in class ru.curs.celesta.dbutils.PermissionManager
-
Returns
true
if action is allowed on a grain element. - isAutoupdate() - Method in class ru.curs.celesta.score.Grain
-
Value
false
indicates that grain was created with option WITH NO AUTOUPDATE, and won't be updated. - isAutoUpdate() - Method in class ru.curs.celesta.score.BasicTable
-
Whether autoupdate is on/off.
false
value indicates that the table was created with the option WITH NO STRUCTURE UPDATE and it won't take part in the DB autoupdate. - ISchemaCursor - Interface in ru.curs.celesta.syscursors
- isClosed() - Method in class ru.curs.celesta.CallContext
-
If this context is closed.
- isClosed() - Method in class ru.curs.celesta.CelestaConnection
- isClosed() - Method in interface ru.curs.celesta.ConnectionPool
- isClosed() - Method in class ru.curs.celesta.DatasourceConnectionPool
- isClosed() - Method in class ru.curs.celesta.dbutils.CsqlBasicDataAccessor
-
Whether data accessor object is closed.
- isClosed() - Method in interface ru.curs.celesta.ICallContext
-
Whether the context was closed.
- isClosed() - Method in class ru.curs.celesta.InternalConnectionPool
-
If the poll is closed then this method will return true.
- isCycle() - Method in class ru.curs.celesta.dbutils.meta.DbSequenceInfo
-
Whether the sequence is cycled, i.e. can start again from the min. value.
- isCycle() - Method in class ru.curs.celesta.score.SequenceElement
-
Returns CYCLE parameter for this SEQUENCE.
- isDefinition() - Method in class ru.curs.celesta.score.GrainPart
- isEmpty() - Method in class ru.curs.celesta.dbutils.meta.DbPkInfo
-
Whether primary key contains any columns.
- isEmpty() - Method in class ru.curs.celesta.score.NamedElementHolder
- isEquivalent(BasicCursor) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Checks if filters and sorting are equivalent for this and other cursor.
- isGetdate() - Method in class ru.curs.celesta.score.DateTimeColumn
-
Whether the construction GETDATE() is used as a default value.
- isGroupByColumn(String) - Method in class ru.curs.celesta.score.MaterializedView
- isH2ReferentialIntegrity() - Method in class ru.curs.celesta.BaseAppSettings
-
Returns flag of support for unique constraint (if it is switched off then it is possible to insert records without referencing mandatory external records).
- isMax() - Method in class ru.curs.celesta.dbutils.meta.DbColumnInfo
- isMax() - Method in class ru.curs.celesta.score.StringColumn
-
Indicates that on the field definition MAX parameter was provided instead of the length.
- isModified() - Method in class ru.curs.celesta.dbutils.BLOB
-
Whether BLOB data has been changed.
- isModified() - Method in class ru.curs.celesta.score.Grain
-
Returns a flag of grain modification (
true
if parts of grain were modified in the runtime). - isNull() - Method in class ru.curs.celesta.dbutils.BLOB
-
Whether current field accepts a value of
NULL
. - IsNull - Class in ru.curs.celesta.dbutils.term
-
Comparision of a field with null.
- IsNull(String) - Constructor for class ru.curs.celesta.dbutils.term.IsNull
- isNullable() - Method in class ru.curs.celesta.dbutils.meta.DbColumnInfo
-
Whether column is nullable.
- isNullable() - Method in class ru.curs.celesta.score.Column
-
Returns the value of Nullable property.
- isNullable() - Method in interface ru.curs.celesta.score.ColumnMeta
-
Whether the field is nullable.
- isNullable() - Method in class ru.curs.celesta.score.ViewColumnMeta
- isNullable(String) - Method in interface ru.curs.celesta.dbutils.term.WhereMakerParamsProvider
- isParsingComplete() - Method in class ru.curs.celesta.score.Grain
-
Indicates that the grain parsing from file is completed.
- isProfilemode() - Method in class ru.curs.celesta.Celesta
-
Returns if profiling mode is set (whether the time of method calls is written to 'calllog' table).
- isProfilemode() - Method in class ru.curs.celesta.dbutils.ProfilingManager
-
Whether the profiling mode is on (is the procedures call time logged to calllog table.
- isReadOnly() - Method in class ru.curs.celesta.CelestaConnection
- isStmtValid() - Method in class ru.curs.celesta.dbutils.stmt.PreparedStmtHolder
-
Whether statement is valid.
- isValid(int) - Method in class ru.curs.celesta.CelestaConnection
- isValidConnection(Connection, int) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Checking for connection validity.
- isValidConnection(Connection, int) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- isVersioned() - Method in class ru.curs.celesta.score.Table
- isVersioned() - Method in interface ru.curs.celesta.score.VersionedElement
-
Whether the table is versioned (WITH VERSION CHECK).
- isWrapperFor(Class<?>) - Method in class ru.curs.celesta.CelestaConnection
- iterator() - Method in class ru.curs.celesta.score.NamedElementHolder
- iterator() - Method in class ru.curs.celesta.syscursors.CalllogCursor
- iterator() - Method in class ru.curs.celesta.syscursors.GrainsCursor
- iterator() - Method in class ru.curs.celesta.syscursors.LogCursor
- iterator() - Method in class ru.curs.celesta.syscursors.LogsetupCursor
- iterator() - Method in class ru.curs.celesta.syscursors.PermissionsCursor
- iterator() - Method in class ru.curs.celesta.syscursors.RolesCursor
- iterator() - Method in class ru.curs.celesta.syscursors.SequencesCursor
- iterator() - Method in class ru.curs.celesta.syscursors.SessionlogCursor
- iterator() - Method in class ru.curs.celesta.syscursors.TablesCursor
- iterator() - Method in class ru.curs.celesta.syscursors.UserrolesCursor
- iterator() - Method in class s1.HeaderCursor
- iterator() - Method in class s1.LinecountCursor
- iterator() - Method in class s1.LineCursor
J
- JdbcDdlConsumer - Class in ru.curs.celesta.dbutils.adaptors.ddl
- JdbcDdlConsumer() - Constructor for class ru.curs.celesta.dbutils.adaptors.ddl.JdbcDdlConsumer
- jdbcGetterName() - Method in class ru.curs.celesta.score.BinaryColumn
- jdbcGetterName() - Method in class ru.curs.celesta.score.BooleanColumn
- jdbcGetterName() - Method in interface ru.curs.celesta.score.ColumnMeta
-
Name of jdbcGetter that should be used for getting column data.
- jdbcGetterName() - Method in class ru.curs.celesta.score.DateTimeColumn
- jdbcGetterName() - Method in class ru.curs.celesta.score.DecimalColumn
- jdbcGetterName() - Method in class ru.curs.celesta.score.FloatingColumn
- jdbcGetterName() - Method in class ru.curs.celesta.score.IntegerColumn
- jdbcGetterName() - Method in class ru.curs.celesta.score.StringColumn
- jdbcGetterName() - Method in class ru.curs.celesta.score.ViewColumnMeta
- jdbcGetterName() - Method in class ru.curs.celesta.score.ZonedDateTimeColumn
- jj_nt - Variable in class ru.curs.celesta.dbutils.filter.FilterParser
-
Next token.
- jj_nt - Variable in class ru.curs.celesta.score.CelestaParser
-
Next token.
- jjnewLexState - Static variable in class ru.curs.celesta.dbutils.filter.FilterParserTokenManager
-
Lex State array.
- jjstrLiteralImages - Static variable in class ru.curs.celesta.dbutils.filter.FilterParserTokenManager
-
Token literal values.
- join(String...) - Static method in class ru.curs.celesta.dbutils.adaptors.column.ColumnDefiner
-
Concatenates strings separated by a space symbol.
- join(AbstractSelectStmt) - Method in class ru.curs.celesta.score.CelestaParser
K
- kind - Variable in class ru.curs.celesta.dbutils.filter.Token
-
An integer that describes the kind of this token.
L
- last() - Method in class ru.curs.celesta.dbutils.BasicCursor
-
The same as tryLast() but causes an error if no record is found.
- lastmodified() - Method in class ru.curs.celesta.syscursors.GrainsCursor.Columns
- LEFT - ru.curs.celesta.score.TableRef.JoinType
-
LEFT JOIN.
- length() - Method in class ru.curs.celesta.syscursors.GrainsCursor.Columns
- LEXICAL_ERROR - Static variable in error ru.curs.celesta.dbutils.filter.TokenMgrError
-
Lexical error occurred.
- lexStateNames - Static variable in class ru.curs.celesta.dbutils.filter.FilterParserTokenManager
-
Lexer state names.
- LIKE - Static variable in class ru.curs.celesta.score.Relop
-
LIKE.
- likeFilter(boolean) - Method in class ru.curs.celesta.dbutils.filter.FilterParser
- limit(long, long) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Sets filter to a range of records returned by the cursor.
- limitName(String) - Static method in class ru.curs.celesta.score.NamedElement
-
Restricts identifier length by maximal number of symbols.
- limitName(String, String) - Static method in class ru.curs.celesta.score.NamedElement
-
Restricts identifier length with a postfix by maximal number of symbols.
- lineCount() - Method in class s1.LinecountCursor.Columns
- LinecountCursor - Class in s1
- LinecountCursor(CallContext) - Constructor for class s1.LinecountCursor
- LinecountCursor(CallContext, ColumnMeta<?>...) - Constructor for class s1.LinecountCursor
- LinecountCursor.Columns - Class in s1
- LineCursor - Class in s1
- LineCursor(CallContext) - Constructor for class s1.LineCursor
- LineCursor(CallContext, ColumnMeta<?>...) - Constructor for class s1.LineCursor
- LineCursor.Columns - Class in s1
- loadPropertiesDynamically() - Static method in class ru.curs.celesta.Celesta
-
Reads and returns properties from celesta.properties file.
- lock - Static variable in class ru.curs.celesta.syscursors.GrainsCursor.State
- LOCK - Static variable in interface ru.curs.celesta.syscursors.ISchemaCursor
-
Status "do not update!".
- log(Cursor, Action) - Method in interface ru.curs.celesta.dbutils.ILoggingManager
- log(Cursor, Action) - Method in class ru.curs.celesta.dbutils.LoggingManager
-
Log an action on cursor.
- logCall(CallContext) - Method in interface ru.curs.celesta.dbutils.IProfiler
- logCall(CallContext) - Method in class ru.curs.celesta.dbutils.ProfilingManager
-
Logs information on the call to the profiler.
- LogCursor - Class in ru.curs.celesta.syscursors
- LogCursor(CallContext) - Constructor for class ru.curs.celesta.syscursors.LogCursor
- LogCursor(CallContext, ColumnMeta<?>...) - Constructor for class ru.curs.celesta.syscursors.LogCursor
- LogCursor.Columns - Class in ru.curs.celesta.syscursors
- LogEntrynoSequence - Class in ru.curs.celesta.syscursors
- LogEntrynoSequence(CallContext) - Constructor for class ru.curs.celesta.syscursors.LogEntrynoSequence
- LoggingManager - Class in ru.curs.celesta.dbutils
-
Logging manager.
- LoggingManager(ICelesta) - Constructor for class ru.curs.celesta.dbutils.LoggingManager
- LOGIC - ru.curs.celesta.score.ViewColumnType
-
Logical condition.
- LogicValuedExpr - Class in ru.curs.celesta.score
-
Expression with logical value.
- LogicValuedExpr() - Constructor for class ru.curs.celesta.score.LogicValuedExpr
- logintime() - Method in class ru.curs.celesta.syscursors.SessionlogCursor.Columns
- logoutime() - Method in class ru.curs.celesta.syscursors.SessionlogCursor.Columns
- LogsetupCursor - Class in ru.curs.celesta.syscursors
- LogsetupCursor(CallContext) - Constructor for class ru.curs.celesta.syscursors.LogsetupCursor
- LogsetupCursor(CallContext, ColumnMeta<?>...) - Constructor for class ru.curs.celesta.syscursors.LogsetupCursor
- LogsetupCursor.Columns - Class in ru.curs.celesta.syscursors
- LOOP_DETECTED - Static variable in error ru.curs.celesta.dbutils.filter.TokenMgrError
-
Detected (and bailed out of) an infinite loop in the token manager.
- LOWER - ru.curs.celesta.score.VersionString.ComparisionState
-
Current version is lesser than the compared one.
- LS - Static variable in class ru.curs.celesta.score.Relop
-
<.
- LSEQ - Static variable in class ru.curs.celesta.score.Relop
-
<=.
M
- m() - Method in class ru.curs.celesta.syscursors.LogsetupCursor.Columns
- m() - Method in class ru.curs.celesta.syscursors.PermissionsCursor.Columns
- makeWhereClause(String, QueryBuildingHelper) - Method in class ru.curs.celesta.dbutils.filter.Filter
- MaskedStatementHolder - Class in ru.curs.celesta.dbutils.stmt
-
Holder for a statement which depends on nulls mask.
- MaskedStatementHolder() - Constructor for class ru.curs.celesta.dbutils.stmt.MaskedStatementHolder
- MATERIALIZED_VIEW - ru.curs.celesta.score.TableType
-
Materialized view.
- materializedAggregateFunc(AbstractSelectStmt) - Method in class ru.curs.celesta.score.CelestaParser
- materializedFromClause(AbstractSelectStmt) - Method in class ru.curs.celesta.score.CelestaParser
- materializedSelect(AbstractSelectStmt) - Method in class ru.curs.celesta.score.CelestaParser
- materializedSelectItem(AbstractSelectStmt) - Method in class ru.curs.celesta.score.CelestaParser
- MaterializedView - Class in ru.curs.celesta.score
-
Materialized view data element.
- MaterializedView(GrainPart, String) - Constructor for class ru.curs.celesta.score.MaterializedView
- MaterializedViewCursor - Class in ru.curs.celesta.dbutils
-
Materialized view Cursor.
- MaterializedViewCursor(CallContext) - Constructor for class ru.curs.celesta.dbutils.MaterializedViewCursor
- MaterializedViewCursor(CallContext, Set<String>) - Constructor for class ru.curs.celesta.dbutils.MaterializedViewCursor
- MaterializedViewCursor(CallContext, ColumnMeta<?>...) - Constructor for class ru.curs.celesta.dbutils.MaterializedViewCursor
- MaterializedViewDeleteTrigger - Class in ru.curs.celesta.dbutils.h2
-
Delete trigger of materialized view.
- MaterializedViewDeleteTrigger() - Constructor for class ru.curs.celesta.dbutils.h2.MaterializedViewDeleteTrigger
- MaterializedViewInsertTrigger - Class in ru.curs.celesta.dbutils.h2
-
Insert trigger of materialized view.
- MaterializedViewInsertTrigger() - Constructor for class ru.curs.celesta.dbutils.h2.MaterializedViewInsertTrigger
- MaterializedViewUpdateTrigger - Class in ru.curs.celesta.dbutils.h2
-
Update trigger of materialized view.
- MaterializedViewUpdateTrigger() - Constructor for class ru.curs.celesta.dbutils.h2.MaterializedViewUpdateTrigger
- Max - Class in ru.curs.celesta.score
-
Created by ioann on 10.07.2017.
- MAX_DATA_ACCESSORS - Static variable in class ru.curs.celesta.CallContext
-
Maximal number of accessors that can be opened within single context.
- MAX_IDENTIFIER_LENGTH - Static variable in class ru.curs.celesta.score.NamedElement
-
The maximal length of an identifier of Celesta.
- MAX_PRECISION - Static variable in class ru.curs.celesta.score.DecimalColumn
-
Maximum possible precision of a decimal column.
- MAXVALUE - ru.curs.celesta.score.SequenceElement.Argument
-
MAXVALUE
argument. - message() - Method in class ru.curs.celesta.syscursors.GrainsCursor.Columns
- meta() - Method in class ru.curs.celesta.dbutils.BasicCursor
- meta() - Method in class ru.curs.celesta.dbutils.CsqlBasicDataAccessor
-
Metadata object (table, view or sequence) on the basis of which current data object was created.
- meta() - Method in class ru.curs.celesta.dbutils.Cursor
-
Returns table description (meta information).
- meta() - Method in class ru.curs.celesta.dbutils.MaterializedViewCursor
-
Returns materialized view description (meta information).
- meta() - Method in class ru.curs.celesta.dbutils.ParameterizedViewCursor
-
Returns parameterized view description (meta information).
- meta() - Method in class ru.curs.celesta.dbutils.ReadOnlyTableCursor
- meta() - Method in class ru.curs.celesta.dbutils.Sequence
-
Description of representation (meta information).
- meta() - Method in class ru.curs.celesta.dbutils.ViewCursor
-
Returns view description (meta information).
- Min - Class in ru.curs.celesta.score
-
Created by ioann on 10.07.2017.
- MINUS - Static variable in class ru.curs.celesta.score.BinaryTermOp
-
Index for subtraction operator.
- MINVALUE - ru.curs.celesta.score.SequenceElement.Argument
-
MINVALUE
argument. - MODIFY - ru.curs.celesta.dbutils.Action
-
Modify.
- MSSQL - ru.curs.celesta.DBType
-
MS SQL.
- MSSQLAdaptor - Class in ru.curs.celesta.dbutils.adaptors
-
MSSQL Adaptor.
- MSSQLAdaptor(ConnectionPool, DdlConsumer) - Constructor for class ru.curs.celesta.dbutils.adaptors.MSSQLAdaptor
- MsSqlColumnDefiner - Class in ru.curs.celesta.dbutils.adaptors.column
-
Column definer for MsSql.
- MsSqlColumnDefiner() - Constructor for class ru.curs.celesta.dbutils.adaptors.column.MsSqlColumnDefiner
- MsSqlConstants - Class in ru.curs.celesta.dbutils.adaptors.constants
-
MsSql constants holder class.
- MsSqlDdlGenerator - Class in ru.curs.celesta.dbutils.adaptors.ddl
-
Class for SQL generation of data definition of MsSql.
- MsSqlDdlGenerator(DBAdaptor) - Constructor for class ru.curs.celesta.dbutils.adaptors.ddl.MsSqlDdlGenerator
N
- NamedElement - Class in ru.curs.celesta.score
-
A named element of metamodel (e.g. table or column) that must have a unique identifier name.
- NamedElement(String, IdentifierParser) - Constructor for class ru.curs.celesta.score.NamedElement
- NamedElementHolder<T extends NamedElement> - Class in ru.curs.celesta.score
-
A collection of named elements that may only contain one element per each name.
- NamedElementHolder() - Constructor for class ru.curs.celesta.score.NamedElementHolder
- Namespace - Class in ru.curs.celesta.score
-
Grain name space.
- Namespace(String) - Constructor for class ru.curs.celesta.score.Namespace
- nativeSQL(String) - Method in class ru.curs.celesta.CelestaConnection
- NativeSqlElement - Class in ru.curs.celesta.score
-
Native SQL holder for a grain part.
- NativeSqlElement(GrainPart, String) - Constructor for class ru.curs.celesta.score.NativeSqlElement
- navigate(String) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Navigation method (step-by-step transition in the filtered and sorted data set).
- navigate(String, long) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Navigate forwards or backwards for the given offset.
- newToken(int) - Static method in class ru.curs.celesta.dbutils.filter.Token
- newToken(int, String) - Static method in class ru.curs.celesta.dbutils.filter.Token
-
Returns a new Token object, by default.
- newvalues() - Method in class ru.curs.celesta.syscursors.LogCursor.Columns
- next - Variable in class ru.curs.celesta.dbutils.filter.Token
-
A reference to the next regular (non-special) token from the input stream.
- next() - Method in class ru.curs.celesta.dbutils.BasicCursor
-
The same as navigate(">").
- next() - Method in class ru.curs.celesta.dbutils.CursorIterator
- nextInSet() - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Moves to the next record in the sorted data set.
- nextInSet() - Method in interface ru.curs.celesta.syscursors.ISchemaCursor
- nextSequenceValue(Connection, SequenceElement) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Retrieves next value from the sequence.
- nextSequenceValue(Connection, SequenceElement) - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- nextSequenceValue(Connection, SequenceElement) - Method in class ru.curs.celesta.dbutils.adaptors.MSSQLAdaptor
- nextSequenceValue(Connection, SequenceElement) - Method in class ru.curs.celesta.dbutils.adaptors.OpenSourceDbAdaptor
- nextSequenceValue(Connection, SequenceElement) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- nextValue() - Method in class ru.curs.celesta.dbutils.Sequence
-
Returns the next value of the sequence.
- NO_ACTION - ru.curs.celesta.score.FKRule
-
Prohibits modification of the parent record.
- NO_LOG - Static variable in interface ru.curs.celesta.dbutils.IProfiler
-
Procedures with this name will never be logged in profiler.
- NotTerm - Class in ru.curs.celesta.dbutils.term
-
Negation of where clause.
- NOW - Static variable in class ru.curs.celesta.dbutils.adaptors.constants.OpenSourceConstants
- NTEQ - Static variable in class ru.curs.celesta.score.Relop
-
<>.
- nullable() - Method in class ru.curs.celesta.score.CelestaParser
- nullable(Column<?>) - Method in class ru.curs.celesta.dbutils.adaptors.column.ColumnDefiner
-
Whether the column is nullable.
- nullable(Column<?>) - Method in class ru.curs.celesta.dbutils.adaptors.column.FireBirdColumnDefiner
-
Whether the column is nullable.
- nullExpr() - Method in class ru.curs.celesta.dbutils.filter.FilterParser
- nullsFirst() - Method in class ru.curs.celesta.Celesta
-
Returns the behavior
NULLS FIRST
of current database. - nullsFirst() - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- nullsFirst() - Method in class ru.curs.celesta.dbutils.adaptors.MSSQLAdaptor
- nullsFirst() - Method in class ru.curs.celesta.dbutils.adaptors.OpenSourceDbAdaptor
- nullsFirst() - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- nullsFirst() - Method in interface ru.curs.celesta.dbutils.QueryBuildingHelper
-
Does RDBMS sort nulls first?
- number() - Method in class ru.curs.celesta.dbutils.filter.FilterParser
- NUMERIC - ru.curs.celesta.dbutils.filter.FilterParser.FilterType
- numTerm() - Method in class ru.curs.celesta.dbutils.filter.FilterParser
O
- oldvalues() - Method in class ru.curs.celesta.syscursors.LogCursor.Columns
- onPostDelete(ICelesta, Consumer<? super CalllogCursor>) - Static method in class ru.curs.celesta.syscursors.CalllogCursor
- onPostDelete(ICelesta, Consumer<? super GrainsCursor>) - Static method in class ru.curs.celesta.syscursors.GrainsCursor
- onPostDelete(ICelesta, Consumer<? super LogCursor>) - Static method in class ru.curs.celesta.syscursors.LogCursor
- onPostDelete(ICelesta, Consumer<? super LogsetupCursor>) - Static method in class ru.curs.celesta.syscursors.LogsetupCursor
- onPostDelete(ICelesta, Consumer<? super PermissionsCursor>) - Static method in class ru.curs.celesta.syscursors.PermissionsCursor
- onPostDelete(ICelesta, Consumer<? super RolesCursor>) - Static method in class ru.curs.celesta.syscursors.RolesCursor
- onPostDelete(ICelesta, Consumer<? super SequencesCursor>) - Static method in class ru.curs.celesta.syscursors.SequencesCursor
- onPostDelete(ICelesta, Consumer<? super SessionlogCursor>) - Static method in class ru.curs.celesta.syscursors.SessionlogCursor
- onPostDelete(ICelesta, Consumer<? super TablesCursor>) - Static method in class ru.curs.celesta.syscursors.TablesCursor
- onPostDelete(ICelesta, Consumer<? super UserrolesCursor>) - Static method in class ru.curs.celesta.syscursors.UserrolesCursor
- onPostDelete(ICelesta, Consumer<? super HeaderCursor>) - Static method in class s1.HeaderCursor
- onPostDelete(ICelesta, Consumer<? super LineCursor>) - Static method in class s1.LineCursor
- onPostInsert(ICelesta, Consumer<? super CalllogCursor>) - Static method in class ru.curs.celesta.syscursors.CalllogCursor
- onPostInsert(ICelesta, Consumer<? super GrainsCursor>) - Static method in class ru.curs.celesta.syscursors.GrainsCursor
- onPostInsert(ICelesta, Consumer<? super LogCursor>) - Static method in class ru.curs.celesta.syscursors.LogCursor
- onPostInsert(ICelesta, Consumer<? super LogsetupCursor>) - Static method in class ru.curs.celesta.syscursors.LogsetupCursor
- onPostInsert(ICelesta, Consumer<? super PermissionsCursor>) - Static method in class ru.curs.celesta.syscursors.PermissionsCursor
- onPostInsert(ICelesta, Consumer<? super RolesCursor>) - Static method in class ru.curs.celesta.syscursors.RolesCursor
- onPostInsert(ICelesta, Consumer<? super SequencesCursor>) - Static method in class ru.curs.celesta.syscursors.SequencesCursor
- onPostInsert(ICelesta, Consumer<? super SessionlogCursor>) - Static method in class ru.curs.celesta.syscursors.SessionlogCursor
- onPostInsert(ICelesta, Consumer<? super TablesCursor>) - Static method in class ru.curs.celesta.syscursors.TablesCursor
- onPostInsert(ICelesta, Consumer<? super UserrolesCursor>) - Static method in class ru.curs.celesta.syscursors.UserrolesCursor
- onPostInsert(ICelesta, Consumer<? super HeaderCursor>) - Static method in class s1.HeaderCursor
- onPostInsert(ICelesta, Consumer<? super LineCursor>) - Static method in class s1.LineCursor
- onPostUpdate(ICelesta, Consumer<? super CalllogCursor>) - Static method in class ru.curs.celesta.syscursors.CalllogCursor
- onPostUpdate(ICelesta, Consumer<? super GrainsCursor>) - Static method in class ru.curs.celesta.syscursors.GrainsCursor
- onPostUpdate(ICelesta, Consumer<? super LogCursor>) - Static method in class ru.curs.celesta.syscursors.LogCursor
- onPostUpdate(ICelesta, Consumer<? super LogsetupCursor>) - Static method in class ru.curs.celesta.syscursors.LogsetupCursor
- onPostUpdate(ICelesta, Consumer<? super PermissionsCursor>) - Static method in class ru.curs.celesta.syscursors.PermissionsCursor
- onPostUpdate(ICelesta, Consumer<? super RolesCursor>) - Static method in class ru.curs.celesta.syscursors.RolesCursor
- onPostUpdate(ICelesta, Consumer<? super SequencesCursor>) - Static method in class ru.curs.celesta.syscursors.SequencesCursor
- onPostUpdate(ICelesta, Consumer<? super SessionlogCursor>) - Static method in class ru.curs.celesta.syscursors.SessionlogCursor
- onPostUpdate(ICelesta, Consumer<? super TablesCursor>) - Static method in class ru.curs.celesta.syscursors.TablesCursor
- onPostUpdate(ICelesta, Consumer<? super UserrolesCursor>) - Static method in class ru.curs.celesta.syscursors.UserrolesCursor
- onPostUpdate(ICelesta, Consumer<? super HeaderCursor>) - Static method in class s1.HeaderCursor
- onPostUpdate(ICelesta, Consumer<? super LineCursor>) - Static method in class s1.LineCursor
- onPreDelete(ICelesta, Consumer<? super CalllogCursor>) - Static method in class ru.curs.celesta.syscursors.CalllogCursor
- onPreDelete(ICelesta, Consumer<? super GrainsCursor>) - Static method in class ru.curs.celesta.syscursors.GrainsCursor
- onPreDelete(ICelesta, Consumer<? super LogCursor>) - Static method in class ru.curs.celesta.syscursors.LogCursor
- onPreDelete(ICelesta, Consumer<? super LogsetupCursor>) - Static method in class ru.curs.celesta.syscursors.LogsetupCursor
- onPreDelete(ICelesta, Consumer<? super PermissionsCursor>) - Static method in class ru.curs.celesta.syscursors.PermissionsCursor
- onPreDelete(ICelesta, Consumer<? super RolesCursor>) - Static method in class ru.curs.celesta.syscursors.RolesCursor
- onPreDelete(ICelesta, Consumer<? super SequencesCursor>) - Static method in class ru.curs.celesta.syscursors.SequencesCursor
- onPreDelete(ICelesta, Consumer<? super SessionlogCursor>) - Static method in class ru.curs.celesta.syscursors.SessionlogCursor
- onPreDelete(ICelesta, Consumer<? super TablesCursor>) - Static method in class ru.curs.celesta.syscursors.TablesCursor
- onPreDelete(ICelesta, Consumer<? super UserrolesCursor>) - Static method in class ru.curs.celesta.syscursors.UserrolesCursor
- onPreDelete(ICelesta, Consumer<? super HeaderCursor>) - Static method in class s1.HeaderCursor
- onPreDelete(ICelesta, Consumer<? super LineCursor>) - Static method in class s1.LineCursor
- onPreInsert(ICelesta, Consumer<? super CalllogCursor>) - Static method in class ru.curs.celesta.syscursors.CalllogCursor
- onPreInsert(ICelesta, Consumer<? super GrainsCursor>) - Static method in class ru.curs.celesta.syscursors.GrainsCursor
- onPreInsert(ICelesta, Consumer<? super LogCursor>) - Static method in class ru.curs.celesta.syscursors.LogCursor
- onPreInsert(ICelesta, Consumer<? super LogsetupCursor>) - Static method in class ru.curs.celesta.syscursors.LogsetupCursor
- onPreInsert(ICelesta, Consumer<? super PermissionsCursor>) - Static method in class ru.curs.celesta.syscursors.PermissionsCursor
- onPreInsert(ICelesta, Consumer<? super RolesCursor>) - Static method in class ru.curs.celesta.syscursors.RolesCursor
- onPreInsert(ICelesta, Consumer<? super SequencesCursor>) - Static method in class ru.curs.celesta.syscursors.SequencesCursor
- onPreInsert(ICelesta, Consumer<? super SessionlogCursor>) - Static method in class ru.curs.celesta.syscursors.SessionlogCursor
- onPreInsert(ICelesta, Consumer<? super TablesCursor>) - Static method in class ru.curs.celesta.syscursors.TablesCursor
- onPreInsert(ICelesta, Consumer<? super UserrolesCursor>) - Static method in class ru.curs.celesta.syscursors.UserrolesCursor
- onPreInsert(ICelesta, Consumer<? super HeaderCursor>) - Static method in class s1.HeaderCursor
- onPreInsert(ICelesta, Consumer<? super LineCursor>) - Static method in class s1.LineCursor
- onPreUpdate(ICelesta, Consumer<? super CalllogCursor>) - Static method in class ru.curs.celesta.syscursors.CalllogCursor
- onPreUpdate(ICelesta, Consumer<? super GrainsCursor>) - Static method in class ru.curs.celesta.syscursors.GrainsCursor
- onPreUpdate(ICelesta, Consumer<? super LogCursor>) - Static method in class ru.curs.celesta.syscursors.LogCursor
- onPreUpdate(ICelesta, Consumer<? super LogsetupCursor>) - Static method in class ru.curs.celesta.syscursors.LogsetupCursor
- onPreUpdate(ICelesta, Consumer<? super PermissionsCursor>) - Static method in class ru.curs.celesta.syscursors.PermissionsCursor
- onPreUpdate(ICelesta, Consumer<? super RolesCursor>) - Static method in class ru.curs.celesta.syscursors.RolesCursor
- onPreUpdate(ICelesta, Consumer<? super SequencesCursor>) - Static method in class ru.curs.celesta.syscursors.SequencesCursor
- onPreUpdate(ICelesta, Consumer<? super SessionlogCursor>) - Static method in class ru.curs.celesta.syscursors.SessionlogCursor
- onPreUpdate(ICelesta, Consumer<? super TablesCursor>) - Static method in class ru.curs.celesta.syscursors.TablesCursor
- onPreUpdate(ICelesta, Consumer<? super UserrolesCursor>) - Static method in class ru.curs.celesta.syscursors.UserrolesCursor
- onPreUpdate(ICelesta, Consumer<? super HeaderCursor>) - Static method in class s1.HeaderCursor
- onPreUpdate(ICelesta, Consumer<? super LineCursor>) - Static method in class s1.LineCursor
- OpenSourceConstants - Class in ru.curs.celesta.dbutils.adaptors.constants
-
Constants holder for open source DBs (PostgreSql, H2).
- OpenSourceDbAdaptor - Class in ru.curs.celesta.dbutils.adaptors
-
Created by ioann on 02.05.2017.
- OpenSourceDbAdaptor(ConnectionPool, DdlConsumer) - Constructor for class ru.curs.celesta.dbutils.adaptors.OpenSourceDbAdaptor
- OpenSourceDdlGenerator - Class in ru.curs.celesta.dbutils.adaptors.ddl
-
Base class for SQL generation of data definition of open source DBs (PostgreSQL, H2).
- OpenSourceDdlGenerator(DBAdaptor) - Constructor for class ru.curs.celesta.dbutils.adaptors.ddl.OpenSourceDdlGenerator
- OPTION - Static variable in class ru.curs.celesta.score.CelestaDocUtils
-
"option" constant.
- OR - Static variable in class ru.curs.celesta.score.BinaryLogicalOp
-
Index for disjunction operator.
- OraAdaptor - Class in ru.curs.celesta.dbutils.adaptors
-
Oracle Database Adaptor.
- OraAdaptor(ConnectionPool, DdlConsumer) - Constructor for class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- ORACLE - ru.curs.celesta.DBType
-
ORACLE.
- OraColumnDefiner - Class in ru.curs.celesta.dbutils.adaptors.column
-
Column definer for Oracle that takes into account the fact that in Oracle DEFAULT should precede NOT NULL.
- OraColumnDefiner() - Constructor for class ru.curs.celesta.dbutils.adaptors.column.OraColumnDefiner
- OraConstants - Class in ru.curs.celesta.dbutils.adaptors.constants
-
Constants holder class for Oracle.
- OraDdlGenerator - Class in ru.curs.celesta.dbutils.adaptors.ddl
-
Class for SQL generation of data definition of Oracle.
- OraDdlGenerator(DBAdaptor) - Constructor for class ru.curs.celesta.dbutils.adaptors.ddl.OraDdlGenerator
- OraFunctions - Class in ru.curs.celesta.dbutils.adaptors.function
-
Utility class for Oracle functions.
- orderBy() - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Clears sorting.
- orderBy(String...) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Deprecated.
- orderBy(ColumnMeta<?>...) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Sets sorting.
- orderByColumnNames() - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Returns column names that are in sorting.
- ordering() - Method in interface ru.curs.celesta.score.ColumnMeta
-
Returns column ordering if any.
- orphaned() - Method in class ru.curs.celesta.syscursors.TablesCursor.Columns
- OrTerm - Class in ru.curs.celesta.dbutils.term
-
Disjunction of two where clauses.
- OTHER - ru.curs.celesta.dbutils.filter.FilterParser.FilterType
- OVER - Static variable in class ru.curs.celesta.score.BinaryTermOp
-
Index for division operator.
P
- padComma(StringBuilder) - Static method in class ru.curs.celesta.dbutils.adaptors.function.CommonFunctions
-
Adds ", "
CharSequence
to inputStringBuilder
if it's not empty. - Parameter - Class in ru.curs.celesta.score
-
Parameter element of score.
- Parameter(String, ViewColumnType) - Constructor for class ru.curs.celesta.score.Parameter
- ParameterizedView - Class in ru.curs.celesta.score
-
Parameterized View object in metadata.
- ParameterizedView(GrainPart, String) - Constructor for class ru.curs.celesta.score.ParameterizedView
- ParameterizedViewCursor - Class in ru.curs.celesta.dbutils
-
Parameterized view cursor.
- ParameterizedViewCursor(CallContext, Map<String, Object>) - Constructor for class ru.curs.celesta.dbutils.ParameterizedViewCursor
- ParameterizedViewCursor(CallContext, Map<String, Object>, ColumnMeta<?>...) - Constructor for class ru.curs.celesta.dbutils.ParameterizedViewCursor
- ParameterizedViewCursor(CallContext, Set<String>, Map<String, Object>) - Constructor for class ru.curs.celesta.dbutils.ParameterizedViewCursor
- ParameterizedViewSelectStmt - Class in ru.curs.celesta.score
- ParameterizedViewSelectStmt(ParameterizedView) - Constructor for class ru.curs.celesta.score.ParameterizedViewSelectStmt
- ParameterRef - Class in ru.curs.celesta.score
- ParameterRef(String) - Constructor for class ru.curs.celesta.score.ParameterRef
- ParameterSetter - Class in ru.curs.celesta.dbutils.stmt
-
An element of parameter setting program.
- parse(String) - Method in class ru.curs.celesta.score.validator.IdentifierParser
-
Parses the passed in identifier checking it for validity and returns a normalized version of it (e.g. strips down the quotes).
- parseComplexFilter(String, IdentifierParser) - Static method in class ru.curs.celesta.score.CelestaParser
- ParseException - Exception in ru.curs.celesta.dbutils.filter
-
This exception is thrown when parse errors are encountered.
- ParseException - Exception in ru.curs.celesta.score
-
This exception is thrown when parse errors are encountered.
- ParseException() - Constructor for exception ru.curs.celesta.dbutils.filter.ParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- ParseException() - Constructor for exception ru.curs.celesta.score.ParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- ParseException(String) - Constructor for exception ru.curs.celesta.dbutils.filter.ParseException
-
Constructor with message.
- ParseException(String) - Constructor for exception ru.curs.celesta.score.ParseException
-
Constructor with message.
- ParseException(Token, int[][], String[]) - Constructor for exception ru.curs.celesta.dbutils.filter.ParseException
-
This constructor is used by the method "generateParseException" in the generated parser.
- ParseException(Token, int[][], String[]) - Constructor for exception ru.curs.celesta.score.ParseException
-
This constructor is used by the method "generateParseException" in the generated parser.
- parseGrainPart(GrainPart) - Method in class ru.curs.celesta.score.CelestaParser
- parseISODate(String) - Static method in class ru.curs.celesta.score.DateTimeColumn
-
Parses the date in YYYYMMDD format and translates it to Java object.
- parseSQLBool(String) - Static method in class ru.curs.celesta.score.BooleanColumn
-
Parses a string in SQL definition DEFAULT to a boolean value.
- path(String) - Method in class ru.curs.celesta.score.AbstractScore.ScoreBuilder
-
Deprecated.Use
AbstractScore.ScoreBuilder.scoreDiscovery(ScoreDiscovery)
explicitly. - PermissionDeniedException - Exception in ru.curs.celesta
-
Exception that is thrown if there are no permissions to access some table.
- PermissionDeniedException(String) - Constructor for exception ru.curs.celesta.PermissionDeniedException
- PermissionDeniedException(String, Object...) - Constructor for exception ru.curs.celesta.PermissionDeniedException
- PermissionDeniedException(CallContext, GrainElement, Action) - Constructor for exception ru.curs.celesta.PermissionDeniedException
- PermissionManager - Class in ru.curs.celesta.dbutils
-
Permission manager.
- PermissionManager(ICelesta) - Constructor for class ru.curs.celesta.dbutils.PermissionManager
- PermissionsCursor - Class in ru.curs.celesta.syscursors
- PermissionsCursor(CallContext) - Constructor for class ru.curs.celesta.syscursors.PermissionsCursor
- PermissionsCursor(CallContext, ColumnMeta<?>...) - Constructor for class ru.curs.celesta.syscursors.PermissionsCursor
- PermissionsCursor.Columns - Class in ru.curs.celesta.syscursors
- pkConstraintString(TableElement) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Returns DB specific PK constraint name for a table element.
- pkConstraintString(TableElement) - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- pkConstraintString(TableElement) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- pkvalue1() - Method in class ru.curs.celesta.syscursors.LogCursor.Columns
- pkvalue2() - Method in class ru.curs.celesta.syscursors.LogCursor.Columns
- pkvalue3() - Method in class ru.curs.celesta.syscursors.LogCursor.Columns
- PLAIN_NAME_PATTERN_STR - Static variable in class ru.curs.celesta.score.validator.IdentifierParser
-
Plain name regular expression.
- PlainIdentifierParser - Class in ru.curs.celesta.score.validator
-
Plain identifier parser and validator.
Identifiers like celestaIdentifier are processed. - PlainIdentifierParser() - Constructor for class ru.curs.celesta.score.validator.PlainIdentifierParser
- PLUS - Static variable in class ru.curs.celesta.score.BinaryTermOp
-
Index for addition operator.
- poolSize() - Method in class ru.curs.celesta.InternalConnectionPool
-
Returns the number of connections available in the pool.
- position() - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Method that returns total count of rows that precede the current one in the set.
- POST_DELETE - ru.curs.celesta.event.TriggerType
-
POST_DELETE type.
- POST_INSERT - ru.curs.celesta.event.TriggerType
-
POST_INSERT type.
- POST_UPDATE - ru.curs.celesta.event.TriggerType
-
POST_UPDATE type.
- PostgresAdaptor - Class in ru.curs.celesta.dbutils.adaptors
-
Postgres adaptor.
- PostgresAdaptor(ConnectionPool, DdlConsumer) - Constructor for class ru.curs.celesta.dbutils.adaptors.PostgresAdaptor
- PostgresDdlGenerator - Class in ru.curs.celesta.dbutils.adaptors.ddl
-
Class for SQL generation of data definition of PostgreSQL.
- PostgresDdlGenerator(DBAdaptor) - Constructor for class ru.curs.celesta.dbutils.adaptors.ddl.PostgresDdlGenerator
- POSTGRESQL - ru.curs.celesta.DBType
-
Postgre.
- PRE_DELETE - ru.curs.celesta.event.TriggerType
-
PRE_DELETE type.
- PRE_INSERT - ru.curs.celesta.event.TriggerType
-
PRE_INSERT type.
- PRE_UPDATE - ru.curs.celesta.event.TriggerType
-
PRE_UPDATE type.
- prepareCall(String) - Method in class ru.curs.celesta.CelestaConnection
- prepareCall(String, int, int) - Method in class ru.curs.celesta.CelestaConnection
- prepareCall(String, int, int, int) - Method in class ru.curs.celesta.CelestaConnection
- PreparedStatementHolderFactory - Class in ru.curs.celesta.dbutils.stmt
- PreparedStmtHolder - Class in ru.curs.celesta.dbutils.stmt
-
A container for parameterized prepared statement.
- PreparedStmtHolder() - Constructor for class ru.curs.celesta.dbutils.stmt.PreparedStmtHolder
- prepareStatement(String) - Method in class ru.curs.celesta.CelestaConnection
- prepareStatement(String, int) - Method in class ru.curs.celesta.CelestaConnection
- prepareStatement(String, int[]) - Method in class ru.curs.celesta.CelestaConnection
- prepareStatement(String, int, int) - Method in class ru.curs.celesta.CelestaConnection
- prepareStatement(String, int, int, int) - Method in class ru.curs.celesta.CelestaConnection
- prepareStatement(String, String[]) - Method in class ru.curs.celesta.CelestaConnection
- prepareZonedDateTimeForParameterSetter(Connection, ZonedDateTime) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
- prepareZonedDateTimeForParameterSetter(Connection, ZonedDateTime) - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- prepareZonedDateTimeForParameterSetter(Connection, ZonedDateTime) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- prepareZonedDateTimeForParameterSetter(Connection, ZonedDateTime) - Method in class ru.curs.celesta.dbutils.adaptors.PostgresAdaptor
- prepareZonedDateTimeForParameterSetter(Connection, ZonedDateTime) - Method in interface ru.curs.celesta.dbutils.QueryBuildingHelper
- previous() - Method in class ru.curs.celesta.dbutils.BasicCursor
-
The same as navigate("<").
- primaryKey(TableBuilder) - Method in class ru.curs.celesta.score.CelestaParser
- procname() - Method in class ru.curs.celesta.syscursors.CalllogCursor.Columns
- ProfilingManager - Class in ru.curs.celesta.dbutils
-
Call profiling manager.
- ProfilingManager(Celesta) - Constructor for class ru.curs.celesta.dbutils.ProfilingManager
- programParams(List<ParameterSetter>, QueryBuildingHelper) - Method in class ru.curs.celesta.dbutils.term.AlwaysFalse
- programParams(List<ParameterSetter>, QueryBuildingHelper) - Method in class ru.curs.celesta.dbutils.term.AlwaysTrue
- programParams(List<ParameterSetter>, QueryBuildingHelper) - Method in class ru.curs.celesta.dbutils.term.AndTerm
- programParams(List<ParameterSetter>, QueryBuildingHelper) - Method in class ru.curs.celesta.dbutils.term.FieldCompTerm
- programParams(List<ParameterSetter>, QueryBuildingHelper) - Method in class ru.curs.celesta.dbutils.term.FieldsCortegeTerm
- programParams(List<ParameterSetter>, QueryBuildingHelper) - Method in class ru.curs.celesta.dbutils.term.FromTerm
- programParams(List<ParameterSetter>, QueryBuildingHelper) - Method in class ru.curs.celesta.dbutils.term.InTerm
- programParams(List<ParameterSetter>, QueryBuildingHelper) - Method in class ru.curs.celesta.dbutils.term.IsNull
- programParams(List<ParameterSetter>, QueryBuildingHelper) - Method in class ru.curs.celesta.dbutils.term.NotTerm
- programParams(List<ParameterSetter>, QueryBuildingHelper) - Method in class ru.curs.celesta.dbutils.term.OrTerm
- programParams(List<ParameterSetter>, QueryBuildingHelper) - Method in class ru.curs.celesta.dbutils.term.RangeTerm
- programParams(List<ParameterSetter>, QueryBuildingHelper) - Method in class ru.curs.celesta.dbutils.term.SingleValueTerm
- programParams(List<ParameterSetter>, QueryBuildingHelper) - Method in class ru.curs.celesta.dbutils.term.ValuesCortegeTerm
- programParams(List<ParameterSetter>, QueryBuildingHelper) - Method in class ru.curs.celesta.dbutils.term.WhereTerm
- programParams(List<ParameterSetter>, QueryBuildingHelper) - Method in class ru.curs.celesta.dbutils.term.WhereTermCompareTerm
Q
- QueryBuildingHelper - Interface in ru.curs.celesta.dbutils
-
Subset of DBAdaptor functions for literals translation.
- quoteString(String) - Static method in class ru.curs.celesta.dbutils.filter.FilterParser
- quoteString(String) - Static method in class ru.curs.celesta.score.StringColumn
-
Quotes a string.
R
- r() - Method in class ru.curs.celesta.syscursors.PermissionsCursor.Columns
- Range - Class in ru.curs.celesta.dbutils.filter
-
Filter as a range of values from..to.
- Range(Object, Object) - Constructor for class ru.curs.celesta.dbutils.filter.Range
- RangeTerm - Class in ru.curs.celesta.dbutils.term
-
'Setrange' filter term with 'from.. to' values.
- RangeTerm(String, Range) - Constructor for class ru.curs.celesta.dbutils.term.RangeTerm
- READ - ru.curs.celesta.dbutils.Action
-
Read.
- readChar() - Method in class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Read a character.
- READER - Static variable in interface ru.curs.celesta.dbutils.IPermissionManager
-
Role name that has rights to read from all tables.
- ReadOnlyTable - Class in ru.curs.celesta.score
-
Read Only Table object in metadata.
- ReadOnlyTable(GrainPart, String) - Constructor for class ru.curs.celesta.score.ReadOnlyTable
- ReadOnlyTableCursor - Class in ru.curs.celesta.dbutils
-
Cursor for tables that are defined only for reading.
- ReadOnlyTableCursor(CallContext) - Constructor for class ru.curs.celesta.dbutils.ReadOnlyTableCursor
- ReadOnlyTableCursor(CallContext, Set<String>) - Constructor for class ru.curs.celesta.dbutils.ReadOnlyTableCursor
- ReadOnlyTableCursor(CallContext, ColumnMeta<?>...) - Constructor for class ru.curs.celesta.dbutils.ReadOnlyTableCursor
- ready - Static variable in class ru.curs.celesta.syscursors.GrainsCursor.State
- READY - Static variable in interface ru.curs.celesta.syscursors.ISchemaCursor
-
Status "ready".
- REAL - ru.curs.celesta.score.ViewColumnType
-
Numeric value with fractional part.
- REC_VERSION - Static variable in interface ru.curs.celesta.score.VersionedElement
-
Name of the system field containing version of the entry.
- recover - Static variable in class ru.curs.celesta.syscursors.GrainsCursor.State
- RECOVER - Static variable in interface ru.curs.celesta.syscursors.ISchemaCursor
-
Status "do update!".
- RecVersionCheckTrigger - Class in ru.curs.celesta.dbutils.h2
-
Created by ioann on 03.05.2017.
- RecVersionCheckTrigger() - Constructor for class ru.curs.celesta.dbutils.h2.RecVersionCheckTrigger
- RecVersionParameterSetter - Class in ru.curs.celesta.dbutils.stmt
-
Parameter setter for recverion parameter.
- RecVersionParameterSetter(QueryBuildingHelper) - Constructor for class ru.curs.celesta.dbutils.stmt.RecVersionParameterSetter
- references(TableBuilder.ForeignKeyBuilder) - Method in class ru.curs.celesta.score.CelestaParser
- referentialIntegrity() - Method in annotation type ru.curs.celestaunit.CelestaTest
-
Sets referential integrity (set to false to disable).
- reflects(Column<?>) - Method in class ru.curs.celesta.dbutils.meta.DbColumnInfo
- reflects(ForeignKey) - Method in class ru.curs.celesta.dbutils.meta.DbFkInfo
- reflects(Index) - Method in class ru.curs.celesta.dbutils.meta.DbIndexInfo
- reflects(SequenceElement) - Method in class ru.curs.celesta.dbutils.meta.DbSequenceInfo
- reflects(TableElement) - Method in class ru.curs.celesta.dbutils.meta.DbPkInfo
- registerTrigger(TriggerType, Class<T>, Consumer<? super T>) - Method in class ru.curs.celesta.event.TriggerDispatcher
- ReInit(InputStream) - Method in class ru.curs.celesta.dbutils.filter.FilterParser
-
Reinitialise.
- ReInit(InputStream) - Method in class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream) - Method in class ru.curs.celesta.score.CelestaParser
-
Reinitialise.
- ReInit(InputStream, int, int) - Method in class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int, int) - Method in class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class ru.curs.celesta.dbutils.filter.FilterParser
-
Reinitialise.
- ReInit(InputStream, String) - Method in class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class ru.curs.celesta.score.CelestaParser
-
Reinitialise.
- ReInit(InputStream, String, int, int) - Method in class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int, int) - Method in class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Reinitialise.
- ReInit(Reader) - Method in class ru.curs.celesta.dbutils.filter.FilterParser
-
Reinitialise.
- ReInit(Reader) - Method in class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Reinitialise.
- ReInit(Reader) - Method in class ru.curs.celesta.score.CelestaParser
-
Reinitialise.
- ReInit(Reader, int, int) - Method in class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int, int) - Method in class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Reinitialise.
- ReInit(FilterParserTokenManager) - Method in class ru.curs.celesta.dbutils.filter.FilterParser
-
Reinitialise.
- ReInit(SimpleCharStream) - Method in class ru.curs.celesta.dbutils.filter.FilterParserTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream, int) - Method in class ru.curs.celesta.dbutils.filter.FilterParserTokenManager
-
Reinitialise parser.
- ReInit(CelestaParserTokenManager) - Method in class ru.curs.celesta.score.CelestaParser
-
Reinitialise.
- releaseSavepoint(Savepoint) - Method in class ru.curs.celesta.CelestaConnection
- relop() - Method in class ru.curs.celesta.score.CelestaParser
- Relop - Class in ru.curs.celesta.score
-
Relation (>=, <=, <>, =, <, >).
- Relop(Expr, Expr, int) - Constructor for class ru.curs.celesta.score.Relop
- remove() - Method in class ru.curs.celesta.dbutils.h2.AbstractMaterializedViewTrigger
- remove() - Method in class ru.curs.celesta.dbutils.h2.RecVersionCheckTrigger
- remove(Object) - Method in class ru.curs.celesta.score.NamedElementHolder
- removeAll(Collection<?>) - Method in class ru.curs.celesta.score.NamedElementHolder
- removeColumn(Column<?>) - Method in class ru.curs.celesta.score.BasicTable
- removeColumn(Column<?>) - Method in class ru.curs.celesta.score.MaterializedView
- removeColumn(Column<?>) - Method in interface ru.curs.celesta.score.TableElement
-
Removes a column from the table.
- RepeatedParseException - Exception in ru.curs.celesta
-
The exception that occurs when re-parsing the same
GrainPart
. - RepeatedParseException(GrainPart) - Constructor for exception ru.curs.celesta.RepeatedParseException
- reset() - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Resets filters and sorting.
- resetSequences() - Method in annotation type ru.curs.celestaunit.CelestaTest
-
Resets sequences before each test.
- resolveByJdbcUrl(String) - Static method in enum ru.curs.celesta.DBType
-
Resolves DB type from JDBC URL string.
- resolveFieldRefs(GrainElement) - Method in class ru.curs.celesta.score.Expr
-
Resolves references to the fields of tables using the context of current object of the score.
- resolveParameter(ParameterContext, ExtensionContext) - Method in class ru.curs.celestaunit.CelestaUnitExtension
- Resource - Interface in ru.curs.celesta.score.io
-
Score resource abstraction.
- retainAll(Collection<?>) - Method in class ru.curs.celesta.score.NamedElementHolder
- RIGHT - ru.curs.celesta.score.TableRef.JoinType
-
RIGHT JOIN.
- roleid() - Method in class ru.curs.celesta.syscursors.PermissionsCursor.Columns
- roleid() - Method in class ru.curs.celesta.syscursors.UserrolesCursor.Columns
- RolesCursor - Class in ru.curs.celesta.syscursors
- RolesCursor(CallContext) - Constructor for class ru.curs.celesta.syscursors.RolesCursor
- RolesCursor(CallContext, ColumnMeta<?>...) - Constructor for class ru.curs.celesta.syscursors.RolesCursor
- RolesCursor.Columns - Class in ru.curs.celesta.syscursors
- rollback() - Method in class ru.curs.celesta.CallContext
-
Rollbacks the current transaction.
- rollback() - Method in class ru.curs.celesta.CelestaConnection
- rollback(Savepoint) - Method in class ru.curs.celesta.CelestaConnection
- ru.curs.celesta - package ru.curs.celesta
-
Package of Celesta central class.
- ru.curs.celesta.dbutils - package ru.curs.celesta.dbutils
-
Package with DB utils.
- ru.curs.celesta.dbutils.adaptors - package ru.curs.celesta.dbutils.adaptors
-
Adaptors for various RDBMS.
- ru.curs.celesta.dbutils.adaptors.column - package ru.curs.celesta.dbutils.adaptors.column
-
Classes that define columns for various RDBMS.
- ru.curs.celesta.dbutils.adaptors.configuration - package ru.curs.celesta.dbutils.adaptors.configuration
-
Factory for DB Adaptors.
- ru.curs.celesta.dbutils.adaptors.constants - package ru.curs.celesta.dbutils.adaptors.constants
-
Constants for various adaptors.
- ru.curs.celesta.dbutils.adaptors.ddl - package ru.curs.celesta.dbutils.adaptors.ddl
-
Root package of ddl adaptors.
- ru.curs.celesta.dbutils.adaptors.function - package ru.curs.celesta.dbutils.adaptors.function
-
Utility classes for RDBMS adaptors.
- ru.curs.celesta.dbutils.filter - package ru.curs.celesta.dbutils.filter
-
Filter classes.
- ru.curs.celesta.dbutils.filter.value - package ru.curs.celesta.dbutils.filter.value
-
Auxiliary filter classes.
- ru.curs.celesta.dbutils.h2 - package ru.curs.celesta.dbutils.h2
-
H2 specific classes for Celesta triggers.
- ru.curs.celesta.dbutils.jdbc - package ru.curs.celesta.dbutils.jdbc
-
Utils for SQL execution.
- ru.curs.celesta.dbutils.meta - package ru.curs.celesta.dbutils.meta
-
Database meta information DTO classes.
- ru.curs.celesta.dbutils.query - package ru.curs.celesta.dbutils.query
-
Objects for query parts.
- ru.curs.celesta.dbutils.stmt - package ru.curs.celesta.dbutils.stmt
-
Classes for work with prepared statements.
- ru.curs.celesta.dbutils.term - package ru.curs.celesta.dbutils.term
-
Terms that constitute cursor's WHERE condition.
- ru.curs.celesta.event - package ru.curs.celesta.event
-
Trigger event dispatching.
- ru.curs.celesta.score - package ru.curs.celesta.score
-
Package containing metadata of table structure.
- ru.curs.celesta.score.discovery - package ru.curs.celesta.score.discovery
-
Contains classes for various strategies of score discovery.
- ru.curs.celesta.score.io - package ru.curs.celesta.score.io
-
Resources for score IO.
- ru.curs.celesta.score.validator - package ru.curs.celesta.score.validator
-
Contains validators for identifiers.
- ru.curs.celesta.syscursors - package ru.curs.celesta.syscursors
-
Contains basic types for cursors for system tables.
- ru.curs.celesta.ver - package ru.curs.celesta.ver
-
Technical package for Celesta versioning.
- ru.curs.celestaunit - package ru.curs.celestaunit
-
This package contains CelestaUnitExtension for JUnit5 tests, that simplifies unit testing of modules that modify data.
S
- S_CHAR_LITERAL - Static variable in interface ru.curs.celesta.dbutils.filter.FilterParserConstants
-
RegularExpression Id.
- S_DOUBLE - Static variable in interface ru.curs.celesta.dbutils.filter.FilterParserConstants
-
RegularExpression Id.
- S_INTEGER - Static variable in interface ru.curs.celesta.dbutils.filter.FilterParserConstants
-
RegularExpression Id.
- S_NULL - Static variable in interface ru.curs.celesta.dbutils.filter.FilterParserConstants
-
RegularExpression Id.
- s1 - package s1
- save(AbstractScore, Resource) - Method in class ru.curs.celesta.score.GrainSaver
-
Saves metadata content of score back to SQL-files rewriting their content.
- save(Grain) - Method in class ru.curs.celesta.score.CelestaSerializer
-
Serializes grain to its CelestaSQL representation.
- save(GrainPart) - Method in class ru.curs.celesta.score.CelestaSerializer
-
Serializes grain part to its CelestaSQL representation.
- save(Grain, Resource) - Method in class ru.curs.celesta.score.GrainSaver
-
Saves grain to file(s).
- SchemalessFunctions - Class in ru.curs.celesta.dbutils.adaptors.function
-
Utility class for schemaless database functions.
- score(Score) - Method in class ru.curs.celesta.dbutils.DbUpdaterBuilder
-
Sets score.
- Score - Class in ru.curs.celesta.score
- Score() - Constructor for class ru.curs.celesta.score.Score
- ScoreBuilder(Class<T>) - Constructor for class ru.curs.celesta.score.AbstractScore.ScoreBuilder
- ScoreByScorePathDiscovery - Class in ru.curs.celesta.score.discovery
-
Implementation of score discovery based on score path look up.
- ScoreByScorePathDiscovery(String) - Constructor for class ru.curs.celesta.score.discovery.ScoreByScorePathDiscovery
- ScoreByScoreResourceDiscovery - Class in ru.curs.celesta.score.discovery
-
Implementation of score discovery based on JAR-files resources look up.
- ScoreByScoreResourceDiscovery() - Constructor for class ru.curs.celesta.score.discovery.ScoreByScoreResourceDiscovery
- scoreDiscovery(ScoreDiscovery) - Method in class ru.curs.celesta.score.AbstractScore.ScoreBuilder
-
Sets score discovery.
- ScoreDiscovery - Interface in ru.curs.celesta.score.discovery
-
Score discovery interface.
- scorePath() - Method in annotation type ru.curs.celestaunit.CelestaTest
-
Sets score path (maybe relative to project root).
- select(AbstractSelectStmt) - Method in class ru.curs.celesta.score.CelestaParser
- selectItem(AbstractSelectStmt) - Method in class ru.curs.celesta.score.CelestaParser
- selectScript(PrintWriter, SQLGenerator) - Method in class ru.curs.celesta.score.AbstractView
-
Writes SELECT script to the stream.
- selectStaticStrings(List<String>, String, String) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Returned strings ordered by the database according to the current collation.
- selectStaticStrings(List<String>, String, String) - Method in interface ru.curs.celesta.dbutils.adaptors.StaticDataAdaptor
-
Selects list of static strings in specified order.
- Seq1Sequence - Class in s1
- Seq1Sequence(CallContext) - Constructor for class s1.Seq1Sequence
- Sequence - Class in ru.curs.celesta.dbutils
-
Sequence class for working with DB sequences.
- Sequence(CallContext) - Constructor for class ru.curs.celesta.dbutils.Sequence
- SEQUENCE_NEXT_VAL_PATTERN - Static variable in class ru.curs.celesta.dbutils.meta.DbColumnInfo
-
Pattern for getting auto incremented value from a sequence.
- sequenceCurValueProcString(String, String) - Static method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- sequenceCycle(SequenceElement) - Method in class ru.curs.celesta.score.CelestaParser
- SequenceElement - Class in ru.curs.celesta.score
-
Sequence object in metadata.
- SequenceElement.Argument - Enum in ru.curs.celesta.score
-
Sequence arguments.
- sequenceExists(Connection, String, String) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Checks if sequence exists in the DB.
- sequenceExists(Connection, String, String) - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- sequenceExists(Connection, String, String) - Method in class ru.curs.celesta.dbutils.adaptors.MSSQLAdaptor
- sequenceExists(Connection, String, String) - Method in class ru.curs.celesta.dbutils.adaptors.OpenSourceDbAdaptor
- sequenceExists(Connection, String, String) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- sequenceIncrementBy(SequenceElement) - Method in class ru.curs.celesta.score.CelestaParser
- sequenceMaxValue(SequenceElement) - Method in class ru.curs.celesta.score.CelestaParser
- sequenceMinValue(SequenceElement) - Method in class ru.curs.celesta.score.CelestaParser
- sequenceNextVal() - Method in class ru.curs.celesta.score.CelestaParser
- sequenceNextValueProcString(String, String) - Static method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- SequencesCursor - Class in ru.curs.celesta.syscursors
- SequencesCursor(CallContext) - Constructor for class ru.curs.celesta.syscursors.SequencesCursor
- SequencesCursor(CallContext, ColumnMeta<?>...) - Constructor for class ru.curs.celesta.syscursors.SequencesCursor
- SequencesCursor.Columns - Class in ru.curs.celesta.syscursors
- sequenceStartWith(SequenceElement) - Method in class ru.curs.celesta.score.CelestaParser
- sequenceString(String, String) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Returns template by sequence name.
- sequenceString(String, String) - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- sequenceString(String, String) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- seqvalue() - Method in class ru.curs.celesta.syscursors.SequencesCursor.Columns
- sessionid() - Method in class ru.curs.celesta.syscursors.CalllogCursor.Columns
- sessionid() - Method in class ru.curs.celesta.syscursors.LogCursor.Columns
- sessionid() - Method in class ru.curs.celesta.syscursors.SessionlogCursor.Columns
- SessionlogCursor - Class in ru.curs.celesta.syscursors
- SessionlogCursor(CallContext) - Constructor for class ru.curs.celesta.syscursors.SessionlogCursor
- SessionlogCursor(CallContext, ColumnMeta<?>...) - Constructor for class ru.curs.celesta.syscursors.SessionlogCursor
- SessionlogCursor.Columns - Class in ru.curs.celesta.syscursors
- SessionlogEntrynoSequence - Class in ru.curs.celesta.syscursors
- SessionlogEntrynoSequence(CallContext) - Constructor for class ru.curs.celesta.syscursors.SessionlogEntrynoSequence
- SET_NULL - ru.curs.celesta.score.FKRule
-
Setting referring fields to
null
. - setActionType(String) - Method in class ru.curs.celesta.syscursors.LogCursor
- setAutoCommit(boolean) - Method in class ru.curs.celesta.CelestaConnection
- setAutoupdate(boolean) - Method in class ru.curs.celesta.score.Grain
-
Sets autoupdate option.
- setAutoupdate(boolean) - Method in class ru.curs.celesta.score.GrainPart
- setAutoUpdate(boolean) - Method in class ru.curs.celesta.score.BasicTable
-
Sets or clears the option WITH NO STRUCTURE UPDATE.
- setCatalog(String) - Method in class ru.curs.celesta.CelestaConnection
- setCelesta(ICelesta) - Method in class ru.curs.celesta.dbutils.DbUpdaterBuilder
-
Sets Celesta instance.
- setCelestaDoc(String) - Method in class ru.curs.celesta.score.IntegerColumn
- setCelestaDoc(String) - Method in class ru.curs.celesta.score.NamedElement
-
Sets value of document string.
- setChecksum(String) - Method in class ru.curs.celesta.syscursors.GrainsCursor
- setChecksum(String) - Method in interface ru.curs.celesta.syscursors.ISchemaCursor
-
Sets checksum to the schema cursor.
- setClientInfo(String, String) - Method in class ru.curs.celesta.CelestaConnection
- setClientInfo(Properties) - Method in class ru.curs.celesta.CelestaConnection
- setComplexFilter(String) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Sets complex condition to the data set.
- setConnectionPool(ConnectionPool) - Method in class ru.curs.celesta.dbutils.adaptors.configuration.DbAdaptorFactory
-
Sets Connection pool.
- setConstraintName(String) - Method in class ru.curs.celesta.score.ForeignKey
-
Sets name for FK constraint.
- setCycle(boolean) - Method in class ru.curs.celesta.dbutils.meta.DbSequenceInfo
-
Sets if the sequence is cycled.
- setD(Boolean) - Method in class ru.curs.celesta.syscursors.LogsetupCursor
- setD(Boolean) - Method in class ru.curs.celesta.syscursors.PermissionsCursor
- setDbAdaptor(DBAdaptor) - Method in interface ru.curs.celesta.ConnectionPool
- setDbAdaptor(DBAdaptor) - Method in class ru.curs.celesta.DatasourceConnectionPool
- setDbAdaptor(DBAdaptor) - Method in class ru.curs.celesta.InternalConnectionPool
-
Sets DB adaptor.
- setDbType(DBType) - Method in class ru.curs.celesta.dbutils.adaptors.configuration.DbAdaptorFactory
-
Sets DB type.
- setDdlConsumer(DdlConsumer) - Method in class ru.curs.celesta.dbutils.adaptors.configuration.DbAdaptorFactory
-
Sets DDL Consumer.
- setDebugStream(PrintStream) - Method in class ru.curs.celesta.dbutils.filter.FilterParserTokenManager
-
Set debug output.
- setDefaultValue(String) - Method in class ru.curs.celesta.dbutils.meta.DbColumnInfo
-
Sets column default value.
- setDeleteRule(FKRule) - Method in class ru.curs.celesta.dbutils.meta.DbFkInfo
-
Sets foreign key rule type on deletion.
- setDeleteRule(FKRule) - Method in class ru.curs.celesta.score.ForeignKey
-
Sets rule for deletion.
- setDescription(String) - Method in class ru.curs.celesta.syscursors.RolesCursor
- setDuration(Integer) - Method in class ru.curs.celesta.syscursors.CalllogCursor
- setEntryno(Integer) - Method in class ru.curs.celesta.syscursors.CalllogCursor
- setEntryno(Integer) - Method in class ru.curs.celesta.syscursors.LogCursor
- setEntryno(Integer) - Method in class ru.curs.celesta.syscursors.SessionlogCursor
- setEntryTime(Date) - Method in class ru.curs.celesta.syscursors.LogCursor
- setExpression(String) - Method in class ru.curs.celesta.dbutils.query.FromClause
-
Sets FROM expression.
- setFailedlogin(Boolean) - Method in class ru.curs.celesta.syscursors.SessionlogCursor
- setFilter(String, String) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Deprecated.
- setFilter(ColumnMeta<?>, String) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Sets filter to the field.
- setGe(DataGrainElement) - Method in class ru.curs.celesta.dbutils.query.FromClause
-
Sets grain element.
- setGrainid(String) - Method in class ru.curs.celesta.syscursors.LogCursor
- setGrainid(String) - Method in class ru.curs.celesta.syscursors.LogsetupCursor
- setGrainid(String) - Method in class ru.curs.celesta.syscursors.PermissionsCursor
- setGrainid(String) - Method in class ru.curs.celesta.syscursors.SequencesCursor
- setGrainid(String) - Method in class ru.curs.celesta.syscursors.TablesCursor
- setH2ReferentialIntegrity(boolean) - Method in class ru.curs.celesta.dbutils.adaptors.configuration.DbAdaptorFactory
-
Whether referential integrity for H2 DB has to be switched on/off.
- setHeaderId(Integer) - Method in class s1.LinecountCursor
- setHeaderId(Integer) - Method in class s1.LineCursor
- setHoldability(int) - Method in class ru.curs.celesta.CelestaConnection
- setI(Boolean) - Method in class ru.curs.celesta.syscursors.LogsetupCursor
- setI(Boolean) - Method in class ru.curs.celesta.syscursors.PermissionsCursor
- setId(Integer) - Method in class s1.HeaderCursor
- setId(Integer) - Method in class s1.LineCursor
- setId(String) - Method in class ru.curs.celesta.syscursors.GrainsCursor
- setId(String) - Method in interface ru.curs.celesta.syscursors.ISchemaCursor
-
Sets ID to the schema cursor.
- setId(String) - Method in class ru.curs.celesta.syscursors.RolesCursor
- setIn(BasicCursor) - Method in class ru.curs.celesta.dbutils.Cursor
- setIn(BasicCursor) - Method in interface ru.curs.celesta.dbutils.InFilterSupport
- setIn(BasicCursor) - Method in class ru.curs.celesta.dbutils.ViewCursor
- setIncrementBy(long) - Method in class ru.curs.celesta.dbutils.meta.DbSequenceInfo
-
Sets 'increment by' value of the sequence.
- setJdbcConnectionUrl(String) - Method in class ru.curs.celesta.ConnectionPoolConfiguration
-
Sets JDBC connection URL.
- setLastDataAccessor(BasicDataAccessor) - Method in class ru.curs.celesta.CallContext
-
Set the last data accessor object.
- setLastmodified(Date) - Method in class ru.curs.celesta.syscursors.GrainsCursor
- setLastmodified(Date) - Method in interface ru.curs.celesta.syscursors.ISchemaCursor
-
Sets 'last modified' date to the schema cursor.
- setLength(int) - Method in class ru.curs.celesta.dbutils.meta.DbColumnInfo
-
Sets column length.
- setLength(Integer) - Method in class ru.curs.celesta.syscursors.GrainsCursor
- setLength(Integer) - Method in interface ru.curs.celesta.syscursors.ISchemaCursor
-
Sets length to the schema cursor.
- setLength(String) - Method in class ru.curs.celesta.score.StringColumn
-
Sets length of the text field.
- setLineCount(Integer) - Method in class s1.LinecountCursor
- setLogin(String) - Method in class ru.curs.celesta.ConnectionPoolConfiguration
-
Sets user login.
- setLogintime(Date) - Method in class ru.curs.celesta.syscursors.SessionlogCursor
- setLogoutime(Date) - Method in class ru.curs.celesta.syscursors.SessionlogCursor
- setM(Boolean) - Method in class ru.curs.celesta.syscursors.LogsetupCursor
- setM(Boolean) - Method in class ru.curs.celesta.syscursors.PermissionsCursor
- setMax(boolean) - Method in class ru.curs.celesta.dbutils.meta.DbColumnInfo
- setMaxValue(long) - Method in class ru.curs.celesta.dbutils.meta.DbSequenceInfo
-
Sets maximal value of the sequence.
- setMessage(String) - Method in class ru.curs.celesta.syscursors.GrainsCursor
- setMessage(String) - Method in interface ru.curs.celesta.syscursors.ISchemaCursor
-
Sets message to the schema cursor.
- setMinValue(long) - Method in class ru.curs.celesta.dbutils.meta.DbSequenceInfo
-
Sets minimal value of the sequence.
- setName(String) - Method in class ru.curs.celesta.dbutils.meta.DbColumnInfo
-
Sets column name.
- setName(String) - Method in class ru.curs.celesta.dbutils.meta.DbPkInfo
-
Sets primary key name.
- setNamespace(Namespace) - Method in class ru.curs.celesta.score.Grain
-
Sets namespace of the grain.
- setNetworkTimeout(Executor, int) - Method in class ru.curs.celesta.CelestaConnection
- setNewvalues(String) - Method in class ru.curs.celesta.syscursors.LogCursor
- setNull() - Method in class ru.curs.celesta.dbutils.BLOB
-
Resets BLOB to
NULL
. - setNullable(boolean) - Method in class ru.curs.celesta.dbutils.meta.DbColumnInfo
-
Sets if column is nullable.
- setNullableAndDefault(boolean, String) - Method in class ru.curs.celesta.score.Column
-
Sets property Nullable and default value.
- setOldvalues(String) - Method in class ru.curs.celesta.syscursors.LogCursor
- setOrphaned(Boolean) - Method in class ru.curs.celesta.syscursors.TablesCursor
- setParameter(Parameter) - Method in class ru.curs.celesta.score.ParameterRef
- setParameters(List<Object>) - Method in class ru.curs.celesta.dbutils.query.FromClause
- setPassword(String) - Method in class ru.curs.celesta.ConnectionPoolConfiguration
-
Sets password.
- setPK(String...) - Method in class ru.curs.celesta.score.BasicTable
-
Sets primary key on the table in a form of array of columns.
- setPkConstraintName(String) - Method in class ru.curs.celesta.score.BasicTable
-
Sets the name of constraint for the primary key.
- setPkvalue1(String) - Method in class ru.curs.celesta.syscursors.LogCursor
- setPkvalue2(String) - Method in class ru.curs.celesta.syscursors.LogCursor
- setPkvalue3(String) - Method in class ru.curs.celesta.syscursors.LogCursor
- setPrecision(int) - Method in class ru.curs.celesta.score.DecimalColumn
-
Sets precision.
- setProcname(String) - Method in class ru.curs.celesta.syscursors.CalllogCursor
- setProfilemode(boolean) - Method in class ru.curs.celesta.Celesta
-
Sets profiling mode.
- setProfilemode(boolean) - Method in class ru.curs.celesta.dbutils.ProfilingManager
-
Sets the profiling mode.
- setR(Boolean) - Method in class ru.curs.celesta.syscursors.PermissionsCursor
- setRange(String) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Deprecated.
- setRange(String, Object) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Deprecated.
- setRange(String, Object, Object) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Deprecated.
- setRange(ColumnMeta<?>) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Resets any filter on a field.
- setRange(ColumnMeta<? super T>, T) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Sets range from a single value on the field.
- setRange(ColumnMeta<? super T>, T, T) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Sets range from..to on the field.
- setReadOnly(boolean) - Method in class ru.curs.celesta.CelestaConnection
- setRecversion(int) - Method in class ru.curs.celesta.dbutils.Cursor
-
Sets version of the record.
- setRefGrainName(String) - Method in class ru.curs.celesta.dbutils.meta.DbFkInfo
-
Set referenced grain name.
- setRefTableName(String) - Method in class ru.curs.celesta.dbutils.meta.DbFkInfo
-
Sets name of a table that the foreign key refers to.
- setRoleid(String) - Method in class ru.curs.celesta.syscursors.PermissionsCursor
- setRoleid(String) - Method in class ru.curs.celesta.syscursors.UserrolesCursor
- setSavepoint() - Method in class ru.curs.celesta.CelestaConnection
- setSavepoint(String) - Method in class ru.curs.celesta.CelestaConnection
- setScale(int) - Method in class ru.curs.celesta.dbutils.meta.DbColumnInfo
- setScale(int) - Method in class ru.curs.celesta.score.DecimalColumn
-
Sets scale.
- setSchema(String) - Method in class ru.curs.celesta.CelestaConnection
- setSeqvalue(Integer) - Method in class ru.curs.celesta.syscursors.SequencesCursor
- setSessionid(String) - Method in class ru.curs.celesta.syscursors.CalllogCursor
- setSessionid(String) - Method in class ru.curs.celesta.syscursors.LogCursor
- setSessionid(String) - Method in class ru.curs.celesta.syscursors.SessionlogCursor
- setStarttime(Date) - Method in class ru.curs.celesta.syscursors.CalllogCursor
- setState(Integer) - Method in class ru.curs.celesta.syscursors.GrainsCursor
- setState(Integer) - Method in interface ru.curs.celesta.syscursors.ISchemaCursor
-
Sets state to the schema cursor.
- setSurrogateCount(Integer) - Method in class s1.LinecountCursor
- setTablename(String) - Method in class ru.curs.celesta.syscursors.LogCursor
- setTablename(String) - Method in class ru.curs.celesta.syscursors.LogsetupCursor
- setTablename(String) - Method in class ru.curs.celesta.syscursors.PermissionsCursor
- setTablename(String) - Method in class ru.curs.celesta.syscursors.SequencesCursor
- setTablename(String) - Method in class ru.curs.celesta.syscursors.TablesCursor
- setTableName(String) - Method in class ru.curs.celesta.dbutils.meta.DbFkInfo
-
Sets table name for which foreign key is defined.
- setTabletype(String) - Method in class ru.curs.celesta.syscursors.TablesCursor
- setTabSize(int) - Method in class ru.curs.celesta.dbutils.filter.SimpleCharStream
- setTimeout(Boolean) - Method in class ru.curs.celesta.syscursors.SessionlogCursor
- setTransactionIsolation(int) - Method in class ru.curs.celesta.CelestaConnection
- setType(Class<? extends Column<?>>) - Method in class ru.curs.celesta.dbutils.meta.DbColumnInfo
-
Sets column type.
- setTypeMap(Map<String, Class<?>>) - Method in class ru.curs.celesta.CelestaConnection
- setUpdateRule(FKRule) - Method in class ru.curs.celesta.dbutils.meta.DbFkInfo
-
Sets foreign key rule type on update.
- setUpdateRule(FKRule) - Method in class ru.curs.celesta.score.ForeignKey
-
Sets rule for update.
- setUserid(String) - Method in class ru.curs.celesta.syscursors.CalllogCursor
- setUserid(String) - Method in class ru.curs.celesta.syscursors.LogCursor
- setUserid(String) - Method in class ru.curs.celesta.syscursors.SessionlogCursor
- setUserid(String) - Method in class ru.curs.celesta.syscursors.UserrolesCursor
- setValue(Object) - Method in class ru.curs.celesta.dbutils.filter.SingleValue
-
Sets filter value.
- setValue(String, Object) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Sets value of a field by its name.
- setValues(Object, Object) - Method in class ru.curs.celesta.dbutils.filter.Range
-
Sets from and to values.
- setVersion(String) - Method in class ru.curs.celesta.score.Grain
-
Sets the grain version.
- setVersion(String) - Method in class ru.curs.celesta.score.GrainPart
- setVersion(String) - Method in class ru.curs.celesta.syscursors.GrainsCursor
- setVersion(String) - Method in interface ru.curs.celesta.syscursors.ISchemaCursor
-
Sets version to the schema cursor.
- setVersioned(boolean) - Method in class ru.curs.celesta.score.Table
-
Sets to the table option "versioned".
- signedInteger() - Method in class ru.curs.celesta.score.CelestaParser
- SimpleCharStream - Class in ru.curs.celesta.dbutils.filter
-
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
- SimpleCharStream(InputStream) - Constructor for class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int, int) - Constructor for class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Constructor.
- singleExpr() - Method in class ru.curs.celesta.dbutils.filter.FilterParser
- SingleValue - Class in ru.curs.celesta.dbutils.filter
-
Single value filter.
- SingleValue(Object) - Constructor for class ru.curs.celesta.dbutils.filter.SingleValue
- SingleValueParameterSetter - Class in ru.curs.celesta.dbutils.stmt
-
Parameter setter for single value filter.
- SingleValueParameterSetter(QueryBuildingHelper, SingleValue) - Constructor for class ru.curs.celesta.dbutils.stmt.SingleValueParameterSetter
- SingleValueTerm - Class in ru.curs.celesta.dbutils.term
-
'Setrange' filter term with a single value.
- SingleValueTerm(String, SingleValue) - Constructor for class ru.curs.celesta.dbutils.term.SingleValueTerm
- size() - Method in class ru.curs.celesta.dbutils.BLOB
-
Returns data size.
- size() - Method in class ru.curs.celesta.score.NamedElementHolder
- SNL - Static variable in class ru.curs.celesta.dbutils.adaptors.constants.OraConstants
- sortFields() - Method in interface ru.curs.celesta.dbutils.term.WhereMakerParamsProvider
- sortFieldsIndices() - Method in interface ru.curs.celesta.dbutils.term.WhereMakerParamsProvider
- specialToken - Variable in class ru.curs.celesta.dbutils.filter.Token
-
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
- SQLAction - Interface in ru.curs.celesta.dbutils.jdbc
- SQLActionReturning<T> - Interface in ru.curs.celesta.dbutils.jdbc
- sqlAndExpression(IdentifierParser) - Method in class ru.curs.celesta.score.CelestaParser
- sqlExpression(IdentifierParser) - Method in class ru.curs.celesta.score.CelestaParser
- SQLGenerator - Class in ru.curs.celesta.score
-
Generator class of SQL expressions.
- SQLGenerator() - Constructor for class ru.curs.celesta.score.SQLGenerator
- sqlMultiplicativeExpression(IdentifierParser) - Method in class ru.curs.celesta.score.CelestaParser
- sqlPrimaryExpression(IdentifierParser) - Method in class ru.curs.celesta.score.CelestaParser
- sqlRelationalExpression(IdentifierParser) - Method in class ru.curs.celesta.score.CelestaParser
- sqlTermExpr(IdentifierParser) - Method in class ru.curs.celesta.score.CelestaParser
- sqlUnaryExpression(IdentifierParser) - Method in class ru.curs.celesta.score.CelestaParser
- sqlUnaryLogicalExpression(IdentifierParser) - Method in class ru.curs.celesta.score.CelestaParser
- SqlUtils - Class in ru.curs.celesta.dbutils.jdbc
-
SQL Utility class.
- START_WITH - ru.curs.celesta.score.SequenceElement.Argument
-
START_WITH
argument. - starttime() - Method in class ru.curs.celesta.syscursors.CalllogCursor.Columns
- state() - Method in class ru.curs.celesta.syscursors.GrainsCursor.Columns
- STATIC_LEXER_ERROR - Static variable in error ru.curs.celesta.dbutils.filter.TokenMgrError
-
An attempt was made to create a second instance of a static token manager.
- StaticDataAdaptor - Interface in ru.curs.celesta.dbutils.adaptors
- staticFlag - Static variable in class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Whether parser is static.
- StringColumn - Class in ru.curs.celesta.score
-
String column.
- StringColumn(TableElement, String) - Constructor for class ru.curs.celesta.score.StringColumn
- Sum - Class in ru.curs.celesta.score
-
Created by ioann on 10.07.2017.
- supportsCortegeComparing() - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Whether DB supports cortege comparing.
- supportsCortegeComparing() - Method in class ru.curs.celesta.dbutils.adaptors.PostgresAdaptor
- supportsCortegeComparing() - Method in interface ru.curs.celesta.dbutils.QueryBuildingHelper
-
Whether cortege comparing is supported by RDBMS.
- supportsParameter(ParameterContext, ExtensionContext) - Method in class ru.curs.celestaunit.CelestaUnitExtension
- SURROGATE_COUNT - Static variable in class ru.curs.celesta.score.MaterializedView
-
System field name that contains result of COUNT().
- surrogateCount() - Method in class s1.LinecountCursor.Columns
- SwitchTo(int) - Method in class ru.curs.celesta.dbutils.filter.FilterParserTokenManager
-
Switch to specified lex state.
- SYSTEM_SCHEMA_NAME - Static variable in class ru.curs.celesta.score.Score
-
System schema name (which is "celesta").
- SystemCallContext - Class in ru.curs.celesta
-
CallContext of system, which does not need any user.
- SystemCallContext() - Constructor for class ru.curs.celesta.SystemCallContext
-
Creates system call context.
- SystemCallContext(ICelesta) - Constructor for class ru.curs.celesta.SystemCallContext
-
Creates and initializes system call context without call logging.
- SystemCallContext(ICelesta, String) - Constructor for class ru.curs.celesta.SystemCallContext
-
Creates and initializes system call context.
T
- Table - Class in ru.curs.celesta.score
-
Table object in metadata.
- Table(GrainPart, String) - Constructor for class ru.curs.celesta.score.Table
- TABLE - ru.curs.celesta.score.TableType
-
Table.
- TABLE_NAME - Static variable in class ru.curs.celesta.syscursors.CalllogCursor
- TABLE_NAME - Static variable in class ru.curs.celesta.syscursors.CalllogEntrynoSequence
- TABLE_NAME - Static variable in class ru.curs.celesta.syscursors.GrainsCursor
- TABLE_NAME - Static variable in class ru.curs.celesta.syscursors.LogCursor
- TABLE_NAME - Static variable in class ru.curs.celesta.syscursors.LogEntrynoSequence
- TABLE_NAME - Static variable in class ru.curs.celesta.syscursors.LogsetupCursor
- TABLE_NAME - Static variable in class ru.curs.celesta.syscursors.PermissionsCursor
- TABLE_NAME - Static variable in class ru.curs.celesta.syscursors.RolesCursor
- TABLE_NAME - Static variable in class ru.curs.celesta.syscursors.SequencesCursor
- TABLE_NAME - Static variable in class ru.curs.celesta.syscursors.SessionlogCursor
- TABLE_NAME - Static variable in class ru.curs.celesta.syscursors.SessionlogEntrynoSequence
- TABLE_NAME - Static variable in class ru.curs.celesta.syscursors.TablesCursor
- TABLE_NAME - Static variable in class ru.curs.celesta.syscursors.UserrolesCursor
- tableConstituent(TableBuilder) - Method in class ru.curs.celesta.score.CelestaParser
- TableElement - Interface in ru.curs.celesta.score
-
Interface that defines meta entity as a table in the DB.
- tableExists(Connection, String, String) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Checks if table exists in the DB.
- tableExists(Connection, String, String) - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- tableExists(Connection, String, String) - Method in class ru.curs.celesta.dbutils.adaptors.MSSQLAdaptor
- tableExists(Connection, String, String) - Method in class ru.curs.celesta.dbutils.adaptors.OpenSourceDbAdaptor
- tableExists(Connection, String, String) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- tablename() - Method in class ru.curs.celesta.syscursors.LogCursor.Columns
- tablename() - Method in class ru.curs.celesta.syscursors.LogsetupCursor.Columns
- tablename() - Method in class ru.curs.celesta.syscursors.PermissionsCursor.Columns
- tablename() - Method in class ru.curs.celesta.syscursors.SequencesCursor.Columns
- tablename() - Method in class ru.curs.celesta.syscursors.TablesCursor.Columns
- TableRef - Class in ru.curs.celesta.score
-
Table reference in SQL query.
- TableRef(TableElement, String) - Constructor for class ru.curs.celesta.score.TableRef
- TableRef.JoinType - Enum in ru.curs.celesta.score
-
JOIN type.
- tableReference(AbstractSelectStmt, boolean) - Method in class ru.curs.celesta.score.CelestaParser
- TablesCursor - Class in ru.curs.celesta.syscursors
- TablesCursor(CallContext) - Constructor for class ru.curs.celesta.syscursors.TablesCursor
- TablesCursor(CallContext, ColumnMeta<?>...) - Constructor for class ru.curs.celesta.syscursors.TablesCursor
- TablesCursor.Columns - Class in ru.curs.celesta.syscursors
- tableString(String, String) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Returns template by table name.
- tableString(String, String) - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- tableString(String, String) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- tabletype() - Method in class ru.curs.celesta.syscursors.TablesCursor.Columns
- TableType - Enum in ru.curs.celesta.score
-
Table type.
- term() - Method in class ru.curs.celesta.dbutils.filter.FilterParser
- text(boolean) - Method in class ru.curs.celesta.dbutils.filter.FilterParser
- TEXT - ru.curs.celesta.dbutils.filter.FilterParser.FilterType
- TEXT - ru.curs.celesta.score.ViewColumnType
-
Text value.
- TEXT - Static variable in class ru.curs.celesta.score.StringColumn
-
Celesta type of the column data for long string.
- textTerm() - Method in class ru.curs.celesta.dbutils.filter.FilterParser
- timeout() - Method in class ru.curs.celesta.syscursors.SessionlogCursor.Columns
- TIMES - Static variable in class ru.curs.celesta.score.BinaryTermOp
-
Index for multiplication operator.
- toArray() - Method in class ru.curs.celesta.score.NamedElementHolder
- toArray(A[]) - Method in class ru.curs.celesta.score.NamedElementHolder
- token - Variable in class ru.curs.celesta.dbutils.filter.FilterParser
-
Current token.
- token - Variable in class ru.curs.celesta.score.CelestaParser
-
Current token.
- Token - Class in ru.curs.celesta.dbutils.filter
-
Describes the input token stream.
- Token() - Constructor for class ru.curs.celesta.dbutils.filter.Token
-
No-argument constructor
- Token(int) - Constructor for class ru.curs.celesta.dbutils.filter.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class ru.curs.celesta.dbutils.filter.Token
-
Constructs a new token for the specified Image and Kind.
- token_source - Variable in class ru.curs.celesta.dbutils.filter.FilterParser
-
Generated Token Manager.
- token_source - Variable in class ru.curs.celesta.score.CelestaParser
-
Generated Token Manager.
- tokenImage - Static variable in interface ru.curs.celesta.dbutils.filter.FilterParserConstants
-
Literal token values.
- tokenImage - Variable in exception ru.curs.celesta.dbutils.filter.ParseException
-
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
- tokenImage - Variable in exception ru.curs.celesta.score.ParseException
-
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
- TokenMgrError - Error in ru.curs.celesta.dbutils.filter
-
Token Manager Error.
- TokenMgrError() - Constructor for error ru.curs.celesta.dbutils.filter.TokenMgrError
-
No arg constructor.
- TokenMgrError(boolean, int, int, int, String, int, int) - Constructor for error ru.curs.celesta.dbutils.filter.TokenMgrError
-
Full Constructor.
- TokenMgrError(String, int) - Constructor for error ru.curs.celesta.dbutils.filter.TokenMgrError
-
Constructor with message and reason.
- toQueryString(View) - Static method in class ru.curs.celesta.score.CelestaSerializer
-
Returns a query based on which the view is going to be created.
- toString() - Method in class ru.curs.celesta.dbutils.filter.Filter
- toString() - Method in class ru.curs.celesta.dbutils.filter.Range
- toString() - Method in class ru.curs.celesta.dbutils.filter.SingleValue
- toString() - Method in class ru.curs.celesta.dbutils.filter.Token
-
Returns the image.
- toString() - Method in class ru.curs.celesta.dbutils.meta.DbIndexInfo
- toString() - Method in class ru.curs.celesta.score.BasicTable
- toString() - Method in class ru.curs.celesta.score.Column
- toString() - Method in class ru.curs.celesta.score.io.FileResource
- toString() - Method in class ru.curs.celesta.score.io.UrlResource
- toString() - Method in class ru.curs.celesta.score.Namespace
- toString() - Method in enum ru.curs.celesta.score.SequenceElement.Argument
- toString() - Method in class ru.curs.celesta.score.VersionString
- trace_enabled() - Method in class ru.curs.celesta.dbutils.filter.FilterParser
-
Trace enabled.
- trace_enabled() - Method in class ru.curs.celesta.score.CelestaParser
-
Trace enabled.
- translateDate(String) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Translates Celesta date literal to the one from specific database.
- translateDate(String) - Static method in class ru.curs.celesta.dbutils.adaptors.function.OraFunctions
- translateDate(String) - Method in class ru.curs.celesta.dbutils.adaptors.H2Adaptor
- translateDate(String) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- translateDate(String) - Method in interface ru.curs.celesta.dbutils.filter.FilterParser.SQLTranslator
- translateDate(String) - Method in interface ru.curs.celesta.dbutils.QueryBuildingHelper
-
Translates date from ISO YYYYMMDD format into RDBMS-specific format.
- translateFilter(FilterParser.FilterType, String, String, FilterParser.SQLTranslator) - Static method in class ru.curs.celesta.dbutils.filter.FilterParser
- TriggerDispatcher - Class in ru.curs.celesta.event
-
Created by ioann on 31.05.2017.
- TriggerDispatcher() - Constructor for class ru.curs.celesta.event.TriggerDispatcher
- triggerExists(Connection, TriggerQuery) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Checks if trigger exists in the DB.
- triggerExists(Connection, TriggerQuery) - Method in class ru.curs.celesta.dbutils.adaptors.FirebirdAdaptor
- triggerExists(Connection, TriggerQuery) - Method in class ru.curs.celesta.dbutils.adaptors.H2Adaptor
- triggerExists(Connection, TriggerQuery) - Method in class ru.curs.celesta.dbutils.adaptors.MSSQLAdaptor
- triggerExists(Connection, TriggerQuery) - Method in class ru.curs.celesta.dbutils.adaptors.OraAdaptor
- triggerExists(Connection, TriggerQuery) - Method in class ru.curs.celesta.dbutils.adaptors.PostgresAdaptor
- TriggerQuery - Class in ru.curs.celesta.event
-
Trigger parameter object.
- TriggerQuery() - Constructor for class ru.curs.celesta.event.TriggerQuery
- TriggerType - Enum in ru.curs.celesta.event
-
Trigger type enumeration.
- TRUE - Static variable in class ru.curs.celesta.dbutils.term.AlwaysTrue
-
TRUE constant singleton.
- truncateTables() - Method in annotation type ru.curs.celestaunit.CelestaTest
-
Sets tables truncation before each test.
- tryFindSet() - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Moves to the first record in the filtered data set and returns information about the success of transition.
- tryFirst() - Method in class ru.curs.celesta.dbutils.BasicCursor
-
The same as navigate("-").
- tryGet(Integer) - Method in class ru.curs.celesta.syscursors.CalllogCursor
- tryGet(Integer) - Method in class ru.curs.celesta.syscursors.LogCursor
- tryGet(Integer) - Method in class ru.curs.celesta.syscursors.SessionlogCursor
- tryGet(Integer) - Method in class s1.HeaderCursor
- tryGet(Integer) - Method in class s1.LinecountCursor
- tryGet(Integer, Integer) - Method in class s1.LineCursor
- tryGet(String) - Method in class ru.curs.celesta.syscursors.GrainsCursor
- tryGet(String) - Method in class ru.curs.celesta.syscursors.RolesCursor
- tryGet(String, String) - Method in class ru.curs.celesta.syscursors.LogsetupCursor
- tryGet(String, String) - Method in class ru.curs.celesta.syscursors.SequencesCursor
- tryGet(String, String) - Method in class ru.curs.celesta.syscursors.TablesCursor
- tryGet(String, String) - Method in class ru.curs.celesta.syscursors.UserrolesCursor
- tryGet(String, String, String) - Method in class ru.curs.celesta.syscursors.PermissionsCursor
- tryGetByValuesArray(Object...) - Method in class ru.curs.celesta.dbutils.Cursor
-
Tries to perform a search of a record by the key fields, returning a value whether the record was found or not.
- tryGetByValuesArray(Object...) - Method in class ru.curs.celesta.dbutils.MaterializedViewCursor
-
Tries to perform a search of a record by the key fields, returning a value whether the record was found or not.
- tryGetCurrent() - Method in class ru.curs.celesta.dbutils.Cursor
-
Retrieves a record from the database that corresponds to the fields of current primary key.
- tryGetCurrent() - Method in class ru.curs.celesta.dbutils.MaterializedViewCursor
-
Retrieves a record from the database that corresponds to the fields of current primary key.
- tryInsert() - Method in class ru.curs.celesta.dbutils.Cursor
-
Tries to perform cursor insert into the DB.
- tryLast() - Method in class ru.curs.celesta.dbutils.BasicCursor
-
The same as navigate("+").
- tryUpdate() - Method in class ru.curs.celesta.dbutils.Cursor
-
Tries to perform an update of the cursor content in the DB.
U
- UNDEFINED - ru.curs.celesta.score.ViewColumnType
-
Undefined value.
- unionAll(View) - Method in class ru.curs.celesta.score.CelestaParser
- UNKNOWN - ru.curs.celesta.DBType
-
Unknown type.
- unquot(String) - Static method in class ru.curs.celesta.dbutils.term.WhereTermsMaker
-
Unquotes the name.
- unquoteString(String) - Static method in class ru.curs.celesta.dbutils.filter.FilterParser
- unquoteString(String) - Static method in class ru.curs.celesta.score.StringColumn
-
Unquotes a string that is quoted.
- unwrap(Class<T>) - Method in class ru.curs.celesta.CelestaConnection
- update() - Method in class ru.curs.celesta.dbutils.Cursor
-
Performs an update of the cursor content in the DB, throwing an exception in case if a record with such key fields is not found.
- update() - Method in interface ru.curs.celesta.syscursors.ISchemaCursor
- updateColumn(Connection, Column<?>, DbColumnInfo) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Updates a table column.
- updateColumn(Connection, Column<?>, DbColumnInfo) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlAdaptor
-
Updates a table column.
- updateDb() - Method in class ru.curs.celesta.dbutils.DbUpdater
-
Performs update of DB structure based on the decomposed object model.
- updateSysGrain() - Method in class ru.curs.celesta.dbutils.DbUpdaterImpl
-
Updates the system grain.
- updateSysGrain(CallContext) - Method in class ru.curs.celesta.dbutils.DbUpdaterImpl
- updateSystemSchema() - Method in class ru.curs.celesta.dbutils.DbUpdater
-
Updates system schema.
- updateVersioningTrigger(Connection, TableElement) - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
- updateVersioningTrigger(Connection, TableElement) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlAdaptor
- upgrading - Static variable in class ru.curs.celesta.syscursors.GrainsCursor.State
- UPGRADING - Static variable in interface ru.curs.celesta.syscursors.ISchemaCursor
-
Status "in process of upgrading".
- UrlResource - Class in ru.curs.celesta.score.io
-
Score resource located in a JAR-file.
- UrlResource(URL) - Constructor for class ru.curs.celesta.score.io.UrlResource
- UrlResource(URL, Namespace) - Constructor for class ru.curs.celesta.score.io.UrlResource
- userid() - Method in class ru.curs.celesta.syscursors.CalllogCursor.Columns
- userid() - Method in class ru.curs.celesta.syscursors.LogCursor.Columns
- userid() - Method in class ru.curs.celesta.syscursors.SessionlogCursor.Columns
- userid() - Method in class ru.curs.celesta.syscursors.UserrolesCursor.Columns
- UserrolesCursor - Class in ru.curs.celesta.syscursors
- UserrolesCursor(CallContext) - Constructor for class ru.curs.celesta.syscursors.UserrolesCursor
- UserrolesCursor(CallContext, ColumnMeta<?>...) - Constructor for class ru.curs.celesta.syscursors.UserrolesCursor
- UserrolesCursor.Columns - Class in ru.curs.celesta.syscursors
- userTablesExist() - Method in class ru.curs.celesta.dbutils.adaptors.DBAdaptor
-
Returns
true
in that and only that case if DB contains user tables (i.e.
V
- validate() - Method in class ru.curs.celesta.dbutils.filter.value.FieldsLookup
- ValueFromParameterSetter - Class in ru.curs.celesta.dbutils.stmt
-
Parameter setter for 'from' part of range filter.
- ValueFromParameterSetter(QueryBuildingHelper, Range) - Constructor for class ru.curs.celesta.dbutils.stmt.ValueFromParameterSetter
- valueOf(String) - Static method in enum ru.curs.celesta.DBType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ru.curs.celesta.dbutils.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ru.curs.celesta.dbutils.filter.FilterParser.FilterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ru.curs.celesta.event.TriggerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ru.curs.celesta.score.ColumnMeta.Ordering
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ru.curs.celesta.score.FKRule
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ru.curs.celesta.score.SequenceElement.Argument
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ru.curs.celesta.score.TableRef.JoinType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ru.curs.celesta.score.TableType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ru.curs.celesta.score.VersionString.ComparisionState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ru.curs.celesta.score.ViewColumnType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum ru.curs.celesta.DBType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ru.curs.celesta.dbutils.Action
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ru.curs.celesta.dbutils.filter.FilterParser.FilterType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in interface ru.curs.celesta.dbutils.term.WhereMakerParamsProvider
- values() - Static method in enum ru.curs.celesta.event.TriggerType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ru.curs.celesta.score.ColumnMeta.Ordering
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ru.curs.celesta.score.FKRule
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ru.curs.celesta.score.SequenceElement.Argument
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ru.curs.celesta.score.TableRef.JoinType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ru.curs.celesta.score.TableType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ru.curs.celesta.score.VersionString.ComparisionState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ru.curs.celesta.score.ViewColumnType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- ValuesCortegeTerm - Class in ru.curs.celesta.dbutils.term
- ValuesCortegeTerm(List<Integer>) - Constructor for class ru.curs.celesta.dbutils.term.ValuesCortegeTerm
- ValueToParameterSetter - Class in ru.curs.celesta.dbutils.stmt
-
Created by ioann on 10.05.2017.
- ValueToParameterSetter(QueryBuildingHelper, Range) - Constructor for class ru.curs.celesta.dbutils.stmt.ValueToParameterSetter
- VARCHAR - Static variable in class ru.curs.celesta.score.StringColumn
-
Celesta type of the column data for short string.
- version() - Method in class ru.curs.celesta.syscursors.GrainsCursor.Columns
- VERSION - Static variable in class ru.curs.celesta.Celesta
-
Celesta version.
- VERSION - Static variable in class ru.curs.celesta.ver.CelestaVersion
-
Celesta version, f.e.
- VersionedElement - Interface in ru.curs.celesta.score
-
Interface that defines a versioning possibility for a meta entity in the DB.
- VersionString - Class in ru.curs.celesta.score
-
Version string that has to consist of comma separated version tags.
- VersionString(String) - Constructor for class ru.curs.celesta.score.VersionString
- VersionString.ComparisionState - Enum in ru.curs.celesta.score
-
The result of comparison of VersionStrings on which a partial order is defined.
- View - Class in ru.curs.celesta.score
-
View object in metadata.
- View(GrainPart, String, String) - Constructor for class ru.curs.celesta.score.View
- VIEW - ru.curs.celesta.score.TableType
-
View.
- ViewColumnMeta<V> - Class in ru.curs.celesta.score
-
View column metadata.
- ViewColumnMeta(ViewColumnType) - Constructor for class ru.curs.celesta.score.ViewColumnMeta
- ViewColumnMeta(ViewColumnType, int) - Constructor for class ru.curs.celesta.score.ViewColumnMeta
- ViewColumnType - Enum in ru.curs.celesta.score
-
Expression type.
- ViewCursor - Class in ru.curs.celesta.dbutils
-
Base class of cursor for viewing data in views.
- ViewCursor(CallContext) - Constructor for class ru.curs.celesta.dbutils.ViewCursor
- ViewCursor(CallContext, Set<String>) - Constructor for class ru.curs.celesta.dbutils.ViewCursor
- ViewCursor(CallContext, ColumnMeta<?>...) - Constructor for class ru.curs.celesta.dbutils.ViewCursor
W
- WhereMakerParamsProvider - Interface in ru.curs.celesta.dbutils.term
-
The interface that provides needed information for building filter/navigation queries.
- WhereTerm - Class in ru.curs.celesta.dbutils.term
-
A term of filter/navigation where clause.
- WhereTerm() - Constructor for class ru.curs.celesta.dbutils.term.WhereTerm
- WhereTermCompareTerm - Class in ru.curs.celesta.dbutils.term
- WhereTermCompareTerm(WhereTerm, WhereTerm, String) - Constructor for class ru.curs.celesta.dbutils.term.WhereTermCompareTerm
- WhereTermsMaker - Class in ru.curs.celesta.dbutils.term
-
Produces navigation queries.
- WhereTermsMaker(WhereMakerParamsProvider) - Constructor for class ru.curs.celesta.dbutils.term.WhereTermsMaker
- withName(String) - Method in class ru.curs.celesta.event.TriggerQuery
-
Sets trigger name parameter.
- withReferentialIntegrity(boolean) - Method in class ru.curs.celestaunit.CelestaUnitExtension.Builder
-
Sets referential integrity.
- withResetSequences(boolean) - Method in class ru.curs.celestaunit.CelestaUnitExtension.Builder
-
Resets sequences before each test (true by default).
- withSchema(String) - Method in class ru.curs.celesta.event.TriggerQuery
-
Sets DB schema name parameter.
- withScorePath(String) - Method in class ru.curs.celestaunit.CelestaUnitExtension.Builder
-
Sets score path.
- withTableName(String) - Method in class ru.curs.celesta.event.TriggerQuery
-
Sets table name parameter.
- withTruncateTables(boolean) - Method in class ru.curs.celestaunit.CelestaUnitExtension.Builder
-
Sets tables truncation before each test (true by default).
- withType(TriggerType) - Method in class ru.curs.celesta.event.TriggerQuery
-
Sets trigger type parameter.
Y
- YOU_CANNOT_DROP_A_COLUMN_THAT_BELONGS_TO - Static variable in interface ru.curs.celesta.score.TableElement
-
Constant
YOU_CANNOT_DROP_A_COLUMN_THAT_BELONGS_TO
.
Z
- ZonedDateTimeColumn - Class in ru.curs.celesta.score
-
Column for date with time zone type.
- ZonedDateTimeColumn(TableElement, String) - Constructor for class ru.curs.celesta.score.ZonedDateTimeColumn
_
- _clearBuffer(boolean) - Method in class ru.curs.celesta.syscursors.CalllogCursor
- _clearBuffer(boolean) - Method in class ru.curs.celesta.syscursors.GrainsCursor
- _clearBuffer(boolean) - Method in class ru.curs.celesta.syscursors.LogCursor
- _clearBuffer(boolean) - Method in class ru.curs.celesta.syscursors.LogsetupCursor
- _clearBuffer(boolean) - Method in class ru.curs.celesta.syscursors.PermissionsCursor
- _clearBuffer(boolean) - Method in class ru.curs.celesta.syscursors.RolesCursor
- _clearBuffer(boolean) - Method in class ru.curs.celesta.syscursors.SequencesCursor
- _clearBuffer(boolean) - Method in class ru.curs.celesta.syscursors.SessionlogCursor
- _clearBuffer(boolean) - Method in class ru.curs.celesta.syscursors.TablesCursor
- _clearBuffer(boolean) - Method in class ru.curs.celesta.syscursors.UserrolesCursor
- _clearBuffer(boolean) - Method in class s1.HeaderCursor
- _clearBuffer(boolean) - Method in class s1.LinecountCursor
- _clearBuffer(boolean) - Method in class s1.LineCursor
- _currentValues() - Method in class ru.curs.celesta.syscursors.CalllogCursor
- _currentValues() - Method in class ru.curs.celesta.syscursors.GrainsCursor
- _currentValues() - Method in class ru.curs.celesta.syscursors.LogCursor
- _currentValues() - Method in class ru.curs.celesta.syscursors.LogsetupCursor
- _currentValues() - Method in class ru.curs.celesta.syscursors.PermissionsCursor
- _currentValues() - Method in class ru.curs.celesta.syscursors.RolesCursor
- _currentValues() - Method in class ru.curs.celesta.syscursors.SequencesCursor
- _currentValues() - Method in class ru.curs.celesta.syscursors.SessionlogCursor
- _currentValues() - Method in class ru.curs.celesta.syscursors.TablesCursor
- _currentValues() - Method in class ru.curs.celesta.syscursors.UserrolesCursor
- _currentValues() - Method in class s1.HeaderCursor
- _currentValues() - Method in class s1.LinecountCursor
- _currentValues() - Method in class s1.LineCursor
- _getBufferCopy(CallContext, Collection<? extends ColumnMeta<?>>) - Method in class ru.curs.celesta.syscursors.CalllogCursor
- _getBufferCopy(CallContext, Collection<? extends ColumnMeta<?>>) - Method in class ru.curs.celesta.syscursors.GrainsCursor
- _getBufferCopy(CallContext, Collection<? extends ColumnMeta<?>>) - Method in class ru.curs.celesta.syscursors.LogCursor
- _getBufferCopy(CallContext, Collection<? extends ColumnMeta<?>>) - Method in class ru.curs.celesta.syscursors.LogsetupCursor
- _getBufferCopy(CallContext, Collection<? extends ColumnMeta<?>>) - Method in class ru.curs.celesta.syscursors.PermissionsCursor
- _getBufferCopy(CallContext, Collection<? extends ColumnMeta<?>>) - Method in class ru.curs.celesta.syscursors.RolesCursor
- _getBufferCopy(CallContext, Collection<? extends ColumnMeta<?>>) - Method in class ru.curs.celesta.syscursors.SequencesCursor
- _getBufferCopy(CallContext, Collection<? extends ColumnMeta<?>>) - Method in class ru.curs.celesta.syscursors.SessionlogCursor
- _getBufferCopy(CallContext, Collection<? extends ColumnMeta<?>>) - Method in class ru.curs.celesta.syscursors.TablesCursor
- _getBufferCopy(CallContext, Collection<? extends ColumnMeta<?>>) - Method in class ru.curs.celesta.syscursors.UserrolesCursor
- _getBufferCopy(CallContext, Collection<? extends ColumnMeta<?>>) - Method in class s1.HeaderCursor
- _getBufferCopy(CallContext, Collection<? extends ColumnMeta<?>>) - Method in class s1.LinecountCursor
- _getBufferCopy(CallContext, Collection<? extends ColumnMeta<?>>) - Method in class s1.LineCursor
All Classes All Packages