- 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.
- 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
-
- 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(CallContext, Set<String>) - Constructor for class ru.curs.celesta.syscursors.CalllogCursor
-
Deprecated.
- 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.
- 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 of
connection
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.AbstractMaterializeViewTrigger
-
- 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 - Variable in class ru.curs.celesta.syscursors.CalllogCursor
-
- Columns(ICelesta) - Constructor for class ru.curs.celesta.syscursors.CalllogCursor.Columns
-
- COLUMNS - Variable in class ru.curs.celesta.syscursors.GrainsCursor
-
- Columns(ICelesta) - Constructor for class ru.curs.celesta.syscursors.GrainsCursor.Columns
-
- COLUMNS - Variable in class ru.curs.celesta.syscursors.LogCursor
-
- Columns(ICelesta) - Constructor for class ru.curs.celesta.syscursors.LogCursor.Columns
-
- COLUMNS - Variable in class ru.curs.celesta.syscursors.LogsetupCursor
-
- Columns(ICelesta) - Constructor for class ru.curs.celesta.syscursors.LogsetupCursor.Columns
-
- COLUMNS - Variable in class ru.curs.celesta.syscursors.PermissionsCursor
-
- Columns(ICelesta) - Constructor for class ru.curs.celesta.syscursors.PermissionsCursor.Columns
-
- COLUMNS - Variable in class ru.curs.celesta.syscursors.RolesCursor
-
- Columns(ICelesta) - Constructor for class ru.curs.celesta.syscursors.RolesCursor.Columns
-
- COLUMNS - Variable in class ru.curs.celesta.syscursors.SequencesCursor
-
- Columns(ICelesta) - Constructor for class ru.curs.celesta.syscursors.SequencesCursor.Columns
-
- COLUMNS - Variable in class ru.curs.celesta.syscursors.SessionlogCursor
-
- Columns(ICelesta) - Constructor for class ru.curs.celesta.syscursors.SessionlogCursor.Columns
-
- COLUMNS - Variable in class ru.curs.celesta.syscursors.TablesCursor
-
- Columns(ICelesta) - Constructor for class ru.curs.celesta.syscursors.TablesCursor.Columns
-
- COLUMNS - Variable in class ru.curs.celesta.syscursors.UserrolesCursor
-
- Columns(ICelesta) - Constructor for class ru.curs.celesta.syscursors.UserrolesCursor.Columns
-
- COLUMNS - Variable in class s1.HeaderCursor
-
- Columns(ICelesta) - Constructor for class s1.HeaderCursor.Columns
-
- COLUMNS - Variable in class s1.LinecountCursor
-
- Columns(ICelesta) - Constructor for class s1.LinecountCursor.Columns
-
- COLUMNS - Variable in class s1.LineCursor
-
- Columns(ICelesta) - Constructor for class s1.LineCursor.Columns
-
- 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 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 - Interface in ru.curs.celesta
-
- connectionPool(ConnectionPool) - Method in class ru.curs.celesta.dbutils.DbUpdaterBuilder
-
Sets connection pool.
- 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(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.
- contains(Object) - Method in class ru.curs.celesta.score.NamedElementHolder
-
- 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(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(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(int, QueryBuildingHelper) - Static method in class ru.curs.celesta.dbutils.stmt.ParameterSetter
-
- create(SingleValue, QueryBuildingHelper) - Static method in class ru.curs.celesta.dbutils.stmt.ParameterSetter
-
- 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.
- create(ConnectionPoolConfiguration) - Static method in class ru.curs.celesta.InternalConnectionPool
-
Factory method for connection pool creation.
- 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.DBAdaptor
-
Creates a foreign key in the DB.
- createFk(Connection, ForeignKey) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlAdaptor
-
Creates 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(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.
- createInstance(Properties) - Static method in class ru.curs.celesta.Celesta
-
Creates Celesta instance with the specified properties and internal connection pool.
- createInstance() - Static method in class ru.curs.celesta.Celesta
-
Creates Celesta instance with properties specified in celesta.properties
file.
- 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.DBAdaptor
-
Creates primary key on a table.
- createPk(Connection, TableElement) - Method in class ru.curs.celesta.dbutils.adaptors.ddl.DdlAdaptor
-
Creates primary key in the table according to meta description.
- createRelative(String, Namespace) - Method in class ru.curs.celesta.score.io.FileResource
-
- createRelative(Namespace) - Method in interface ru.curs.celesta.score.io.Resource
-
Creates a resource relative to this resource.
- createRelative(String) - Method in interface ru.curs.celesta.score.io.Resource
-
Creates a resource relative to this resource.
- 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
-
- 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.
- CurrentScore - Class in ru.curs.celesta
-
ThreadLocal score accessor during the initialization of Celesta.
- 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
-
- Cursor(CallContext, Set<String>) - 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
-
- 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() - Static method in class ru.curs.celesta.CurrentScore
-
Returns score object.
- get() - Method in class ru.curs.celesta.DatasourceConnectionPool
-
- get() - Method in class ru.curs.celesta.InternalConnectionPool
-
Returns a connection from pool.
- get(String) - Method in class ru.curs.celesta.score.NamedElementHolder
-
Returns element by name.
- get(Integer) - Method in class ru.curs.celesta.syscursors.CalllogCursor
-
- get(String) - Method in class ru.curs.celesta.syscursors.GrainsCursor
-
- get(String) - Method in interface ru.curs.celesta.syscursors.ISchemaCursor
-
- get(Integer) - Method in class ru.curs.celesta.syscursors.LogCursor
-
- get(String, String) - Method in class ru.curs.celesta.syscursors.LogsetupCursor
-
- get(String, String, String) - Method in class ru.curs.celesta.syscursors.PermissionsCursor
-
- get(String) - Method in class ru.curs.celesta.syscursors.RolesCursor
-
- get(String, String) - Method in class ru.curs.celesta.syscursors.SequencesCursor
-
- get(Integer) - Method in class ru.curs.celesta.syscursors.SessionlogCursor
-
- get(String, String) - Method in class ru.curs.celesta.syscursors.TablesCursor
-
- get(String, String) - Method in class ru.curs.celesta.syscursors.UserrolesCursor
-
- get(Integer) - Method in class s1.HeaderCursor
-
- get(Integer) - Method in class s1.LinecountCursor
-
- get(Integer, Integer) - Method in class s1.LineCursor
-
- 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
- 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, List<String>) - 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(String) - Method in class ru.curs.celesta.CelestaConnection
- getClientInfo() - Method in class ru.curs.celesta.CelestaConnection
- getColumn() - Method in class ru.curs.celesta.dbutils.filter.SimpleCharStream
-
Deprecated.
- getColumn(String) - Method in class ru.curs.celesta.score.BasicTable
-
- 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.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(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
-
- 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
-
- 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
-
- 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 class ru.curs.celesta.Celesta
-
- getDbAdaptor() - Method in interface ru.curs.celesta.ICallContext
-
- getDBAdaptor() - Method in interface ru.curs.celesta.ICelesta
-
Returns a
DBAdaptor
of this celesta instance.
- getDbClassName() - Method in class ru.curs.celesta.BaseAppSettings
-
Returns parameter value "JDBC connection class".
- 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
-
- getDriverClassName() - Method in class ru.curs.celesta.ConnectionPoolConfiguration
-
Returns JDBC driver class name.
- getDriverClassName() - Method in enum ru.curs.celesta.DBType
-
Returns JDBC driver class name.
- 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(Class<T>) - Method in class ru.curs.celesta.score.Grain
-
Returns a set of elements of specified type defined in the grain.
- getElements() - Method in class ru.curs.celesta.score.NamedElementHolder
-
Returns a copy of elements map only for reading.
- 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
-
- getFile() - Method in class ru.curs.celesta.score.discovery.GrainPartInfo
-
Deprecated.
- 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(String) - Method in class ru.curs.celesta.score.AbstractScore
-
Returns grain by its name.
- 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.
- 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
-
- getGrainName() - Method in class ru.curs.celesta.score.discovery.GrainPartInfo
-
Deprecated.
- 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(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
-
- 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.
- 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
-
- getLoggingManager() - Method in class ru.curs.celesta.Celesta
-
- getLoggingManager() - Method in interface ru.curs.celesta.ICelesta
-
- 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
-
- getPermissionManager() - Method in class ru.curs.celesta.Celesta
-
- getPermissionManager() - Method in interface ru.curs.celesta.ICelesta
-
- 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.CallContext
-
Returns procedure name that was initially called.
- getProcname() - Method in class ru.curs.celesta.syscursors.CalllogCursor
-
- 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
-
- 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, or
null
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(QueryBuildingHelper) - Method in class ru.curs.celesta.score.Expr
-
Returns an SQL view of the expression in dialect of current DB.
- 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
.
- getStartTime() - Method in class ru.curs.celesta.CallContext
-
Returns the calendar date of CallContext activation.
- getStarttime() - Method in class ru.curs.celesta.syscursors.CalllogCursor
-
- 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(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.
- 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.
- 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.
- 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
-
- 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
-
- 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 contain true
for the column with
index equal to columnIndex
to take part in the evaluation.
If nullsMask[columnIndex]
contains true
IS NULL
check
has a priority above program[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.CallContext
-
Returns name of the current user.
- 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
-
- getValue(String) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Returns a value of a field by its name.
- 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
-
- 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.
- global(boolean) - Static method in class ru.curs.celesta.CurrentScore
-
Sets if current score is in global mode.
- 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
-
- GrainPartInfo - Class in ru.curs.celesta.score.discovery
-
- GrainPartInfo(String, boolean) - Constructor for class ru.curs.celesta.score.discovery.GrainPartInfo
-
Deprecated.
- 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(CallContext, Set<String>) - Constructor for class ru.curs.celesta.syscursors.GrainsCursor
-
Deprecated.
- GrainsCursor.Columns - Class in ru.curs.celesta.syscursors
-
- GrainsCursor.State - Class in ru.curs.celesta.syscursors
-
- 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
-
>=.
- 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.
- 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(Connection, String, String, String, boolean, int) - Method in class ru.curs.celesta.dbutils.h2.AbstractMaterializeViewTrigger
-
- init(Connection, String, String, String, boolean, int) - Method in class ru.curs.celesta.dbutils.h2.RecVersionCheckTrigger
-
- init() - Method in interface ru.curs.celesta.syscursors.ISchemaCursor
-
- 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
-
- insert() - Method in class ru.curs.celesta.dbutils.Cursor
-
Performs cursor insert into the DB.
- insert() - Method in interface ru.curs.celesta.syscursors.ISchemaCursor
-
- 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.
- 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.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.
- 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.
- 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.
- isCycle() - Method in class ru.curs.celesta.score.SequenceElement
-
Returns CYCLE parameter for this SEQUENCE.
- isDefinition() - Method in class ru.curs.celesta.score.discovery.GrainPartInfo
-
Deprecated.
- 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(String) - Method in interface ru.curs.celesta.dbutils.term.WhereMakerParamsProvider
-
- 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
-
- 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
- isReadOnly() - Method in class ru.curs.celesta.score.Table
-
- 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
-
- s1 - package s1
-
- 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.
- save(GrainPart) - Method in class ru.curs.celesta.score.CelestaSerializer
-
Serializes grain part to its CelestaSQL representation.
- save(Grain) - Method in class ru.curs.celesta.score.CelestaSerializer
-
Serializes grain to its CelestaSQL representation.
- 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, 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.
- 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(CallContext, Set<String>) - Constructor for class ru.curs.celesta.syscursors.SequencesCursor
-
Deprecated.
- 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(CallContext, Set<String>) - Constructor for class ru.curs.celesta.syscursors.SessionlogCursor
-
Deprecated.
- 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(AbstractScore) - Static method in class ru.curs.celesta.CurrentScore
-
Sets score object.
- 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.BasicTable
-
Sets or clears the option WITH NO STRUCTURE UPDATE.
- setAutoupdate(boolean) - Method in class ru.curs.celesta.score.Grain
-
Sets autoupdate option.
- setAutoupdate(boolean) - Method in class ru.curs.celesta.score.GrainPart
-
- 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
-
- setDriverClassName(String) - Method in class ru.curs.celesta.ConnectionPoolConfiguration
-
Sets JDBC driver class name.
- 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
-
- setFile(File) - Method in class ru.curs.celesta.score.discovery.GrainPartInfo
-
Deprecated.
- 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(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
-
- setId(Integer) - Method in class s1.HeaderCursor
-
- setId(Integer) - Method in class s1.LineCursor
-
- 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(String) - Method in class ru.curs.celesta.score.StringColumn
-
Sets length of the text field.
- 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.
- 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(ColumnMeta<?>) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Resets any filter on a field.
- setRange(String, Object) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Deprecated.
- setRange(ColumnMeta<? super T>, T) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Sets range from a single value on the field.
- setRange(String, Object, Object) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Deprecated.
- 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.dbutils.meta.DbFkInfo
-
Sets table name for which foreign key is defined.
- 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
-
- 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(String, Object) - Method in class ru.curs.celesta.dbutils.BasicCursor
-
Sets value of a field by its name.
- setValue(Object) - Method in class ru.curs.celesta.dbutils.filter.SingleValue
-
Sets filter value.
- 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(Reader, int, int, int) - 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) - 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(InputStream, int, int, int) - 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, 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) - 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.
- 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.
- 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, String) - Constructor for class ru.curs.celesta.SystemCallContext
-
Creates and initializes system call context.
- SystemCallContext(ICelesta) - Constructor for class ru.curs.celesta.SystemCallContext
-
Creates and initializes system call context without call logging.