A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
A
- abort(Executor) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- abort(Executor) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- abort(Executor) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- abs() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the database's absolute value function.
- abs() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the database's absolute value function.
- absolutePath() - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- absoluteValue() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the database's absolute value function.
- absoluteValue() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the database's absolute value function.
- AbsoluteValueExpression(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.AbsoluteValueExpression
- AbstractColumn - Class in nz.co.gregs.dbvolution.columns
-
Represents the connection between a table and a column in a portable way.
- AbstractColumn(RowDefinition, Object) - Constructor for class nz.co.gregs.dbvolution.columns.AbstractColumn
-
Creates an AbstractColumn representing a table and column.
- AbstractH2SettingsBuilder<SELF extends AbstractH2SettingsBuilder<SELF,DATABASE>,DATABASE extends DBDatabase> - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- AbstractH2SettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractH2SettingsBuilder
- AbstractInformixSettingsBuilder<SELF extends AbstractInformixSettingsBuilder<SELF,DATABASE>,DATABASE extends DBDatabase> - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- AbstractInformixSettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractInformixSettingsBuilder
- AbstractJavaDBSettingsBuilder<SELF extends AbstractJavaDBSettingsBuilder<SELF,DATABASE>,DATABASE extends DBDatabase> - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- AbstractJavaDBSettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractJavaDBSettingsBuilder
- AbstractMSSQLServerSettingsBuilder<SELF extends AbstractMSSQLServerSettingsBuilder<SELF,DATABASE>,DATABASE extends DBDatabase> - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- AbstractMSSQLServerSettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMSSQLServerSettingsBuilder
- AbstractMySQLSettingsBuilder<SELF extends AbstractMySQLSettingsBuilder<SELF,DATABASE>,DATABASE extends DBDatabase> - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- AbstractMySQLSettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMySQLSettingsBuilder
- AbstractOracleSettingsBuilder<SELF extends AbstractOracleSettingsBuilder<SELF,DATABASE>,DATABASE extends DBDatabase> - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- AbstractOracleSettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractOracleSettingsBuilder
- AbstractPostgresSettingsBuilder<SELF extends AbstractPostgresSettingsBuilder<SELF,DATABASE>,DATABASE extends DBDatabase> - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- AbstractPostgresSettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- AbstractPostgresSettingsBuilder.QueryMode - Enum in nz.co.gregs.dbvolution.databases.settingsbuilders
- AbstractPostgresSettingsBuilder.SSLMode - Enum in nz.co.gregs.dbvolution.databases.settingsbuilders
- AbstractQueryColumn - Class in nz.co.gregs.dbvolution.columns
-
Creates an AbstractColumn representing a column within a query.
- AbstractQueryColumn(DBQuery, QueryableDatatype<?>) - Constructor for class nz.co.gregs.dbvolution.columns.AbstractQueryColumn
-
Creates an AbstractColumn representing a column within a query.
- AbstractSettingsBuilder<SELF extends AbstractSettingsBuilder<SELF,DATABASE>,DATABASE extends DBDatabase> - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- AbstractSettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- AbstractVendorSettingsBuilder<SELF extends AbstractVendorSettingsBuilder<SELF,DATABASE>,DATABASE extends DBDatabase> - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
-
Settings builder for all databases with an associated vendor.
- AbstractVendorSettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractVendorSettingsBuilder
- AccidentalBlankQueryException - Exception in nz.co.gregs.dbvolution.exceptions
-
Thrown when no conditions are detectable within the query and blank queries have not been explicitly set with
DBQuery.setBlankQueryAllowed(boolean)
or similar. - AccidentalBlankQueryException() - Constructor for exception nz.co.gregs.dbvolution.exceptions.AccidentalBlankQueryException
-
Thrown when a DBQuery or DBTable attempts to run a query without any parameters and without explicitly allowing blank queries.
- AccidentalBlankQueryException(boolean, boolean, boolean, List<String>) - Constructor for exception nz.co.gregs.dbvolution.exceptions.AccidentalBlankQueryException
- AccidentalCartesianJoinException - Exception in nz.co.gregs.dbvolution.exceptions
-
Thrown when a query will create a Cartesian Join and cartesian joins have not been explicitly permitted.
- AccidentalCartesianJoinException() - Constructor for exception nz.co.gregs.dbvolution.exceptions.AccidentalCartesianJoinException
-
Thrown when a query will create a Cartesian Join and cartesian joins have not been explicitly permitted.
- AccidentalCartesianJoinException(QueryDetails) - Constructor for exception nz.co.gregs.dbvolution.exceptions.AccidentalCartesianJoinException
-
Thrown when a query will create a Cartesian Join and cartesian joins have not been explicitly permitted.
- AccidentalDeletingAllRowsFromTableException - Exception in nz.co.gregs.dbvolution.exceptions
- AccidentalDeletingAllRowsFromTableException() - Constructor for exception nz.co.gregs.dbvolution.exceptions.AccidentalDeletingAllRowsFromTableException
-
Thrown when attempting to drop a table without first explicitly allowing it.
- AccidentalDroppingOfDatabaseException - Exception in nz.co.gregs.dbvolution.exceptions
-
Support DBvolution at Patreon
- AccidentalDroppingOfDatabaseException() - Constructor for exception nz.co.gregs.dbvolution.exceptions.AccidentalDroppingOfDatabaseException
-
Thrown when trying to drop a database.
- AccidentalDroppingOfTableException - Exception in nz.co.gregs.dbvolution.exceptions
-
Support DBvolution at Patreon
- AccidentalDroppingOfTableException() - Constructor for exception nz.co.gregs.dbvolution.exceptions.AccidentalDroppingOfTableException
-
Thrown when attempting to drop a table without first explicitly allowing it.
- AccidentalUpdateOfUndefinedRowException - Exception in nz.co.gregs.dbvolution.exceptions
-
Support DBvolution at Patreon
- AccidentalUpdateOfUndefinedRowException(DBRow) - Constructor for exception nz.co.gregs.dbvolution.exceptions.AccidentalUpdateOfUndefinedRowException
-
Thrown when attempting to update an undefined DBRow.
- adapteeClass() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionClassWrapper
-
Gets the underlying wrapped class.
- adapteeRowDefinition() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionInstanceWrapper
-
Gets the
RowDefinition
instance wrapped by thisObjectAdaptor
. - adapteeRowDefinitionClass() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionInstanceWrapper
-
Gets the wrapped object type supported by this
ObjectAdaptor
. - add(Statement) - Method in interface nz.co.gregs.dbvolution.internal.FeatureAdd
- add(Statement) - Method in enum nz.co.gregs.dbvolution.internal.h2.DataTypes
- add(Statement) - Method in enum nz.co.gregs.dbvolution.internal.h2.DateRepeatFunctions
-
Add the datatype to the database.
- add(Statement) - Method in interface nz.co.gregs.dbvolution.internal.h2.DBVFeature
-
Add the datatype to the database.
- add(Statement) - Method in enum nz.co.gregs.dbvolution.internal.h2.Line2DFunctions
- add(Statement) - Method in enum nz.co.gregs.dbvolution.internal.h2.LineSegment2DFunctions
- add(Statement) - Method in enum nz.co.gregs.dbvolution.internal.h2.MultiPoint2DFunctions
- add(Statement) - Method in enum nz.co.gregs.dbvolution.internal.h2.Point2DFunctions
- add(Statement) - Method in enum nz.co.gregs.dbvolution.internal.h2.Polygon2DFunctions
- add(Statement) - Method in enum nz.co.gregs.dbvolution.internal.oracle.StringFunctions
- add(List<DBRow>) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Add a List of tables to the query.
- add(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- add(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- add(DBRow...) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Add a table to the query.
- ADD_COLUMN_TO_TABLE - nz.co.gregs.dbvolution.databases.QueryIntention
- ADD_MISSING_COLUMNS_TO_TABLE - nz.co.gregs.dbvolution.databases.QueryIntention
- addAliasedTerm(String, String) - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAcross
- addAliasedTermToSearchString(String, String) - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAbstract
- addAll(int, Collection<? extends DBDatabase>) - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- addAll(Statement) - Static method in enum nz.co.gregs.dbvolution.internal.h2.DataTypes
- addAll(Collection<? extends DBDatabase>) - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- addAll(Collection<DBDatabase>) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- addAll(DBDatabase[]) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- addAll(DBRow[]) - Method in class nz.co.gregs.dbvolution.actions.DBBulkInsert
- addAllClusterHosts(List<DatabaseConnectionSettings>) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- addAllConnectedBaseTables() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Search the classpath and add any DBRow classes that are connected to the DBRows within this DBQuery
- addAllConnectedBaseTablesAsOptional() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Search the classpath and add, as optional, any DBRow classes that reference the DBRows within this DBQuery
- addAllConnectedTables() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Search the classpath and add any DBRow classes that are connected to the DBRows within this DBQuery
- addAllConnectedTablesAsOptional() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Search the classpath and add, as optional, any DBRow classes that reference the DBRows within this DBQuery
- addAllConnectedTablesAsOptionalWithoutInternalRelations() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Adds all the connected tables as branches, rather than a mesh.
- addAllToRemainingExpressions(List<BooleanExpression>) - Method in class nz.co.gregs.dbvolution.internal.query.QueryState
- addAndConnectToRelevant(List<DBRow>, List<BooleanExpression>) - Method in class nz.co.gregs.dbvolution.internal.querygraph.QueryGraph
-
Add the provided DBRows/tables and expressions to this QueryGraph, generating new nodes and edges as required.
- addAndConnectToRelevant(List<DBRow>, List<BooleanExpression>, boolean) - Method in class nz.co.gregs.dbvolution.internal.querygraph.QueryGraph
-
Add the provided DBRows/tables and expressions to this QueryGraph, generating new nodes and edges as required.
- addAsOptionalTables(DBRow...) - Method in class nz.co.gregs.dbvolution.DBMigration
-
Add the rows as optional tables in the query.
- addAsOptionalTables(DBRow...) - Method in class nz.co.gregs.dbvolution.DBQueryInsert
-
Add the rows as optional tables in the query.
- addAsOptionalTables(DBRow...) - Method in class nz.co.gregs.dbvolution.DBReport
-
Add the rows as optional tables in the query.
- addAssumedQueryTable(DBRow) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- addAssumedTables(List<DBRow>) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Add tables that will be used in the query but are already part of an outer query and need not be explicitly added to the SQL.
- addAssumedTables(DBRow...) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Add tables that will be used in the query but are already part of an outer query and need not be explicitly added to the SQL.
- addBatch(String) - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Adds the given SQL command to the current list of commands for this Statement object.
- addBatch(String) - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- addBrokers(List<String>) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.NuoDBSettingsBuilder
- addBrokers(List<String>, List<Long>) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.NuoDBSettingsBuilder
- addChild(TreeNode<T>) - Method in class nz.co.gregs.dbvolution.query.TreeNode
-
Append the supplied DBRow to the list of children for this node.
- addChild(T) - Method in class nz.co.gregs.dbvolution.query.TreeNode
-
Append the supplied DBRow to the list of children for this node.
- addClusterHost(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- addColumn(TableMetaData.Column) - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData
- addCondition(BooleanExpression) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Use this method to add complex conditions to the DBQuery.
- addCondition(BooleanExpression) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- addCondition(HasComparisonExpression) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Provides a convenient method to search for a
SearchAcross
pattern over multiple columns. - addConditions(Collection<BooleanExpression>) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Use this method to add complex conditions to the DBQuery.
- addConditions(BooleanExpression...) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Use this method to add complex conditions to the DBQuery.
- addDatabase(DBDatabase) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
-
Adds a new database to this cluster.
- addDatabaseAndWait(DBDatabase) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
-
Adds a new database to this cluster.
- addDatabaseSpecificFeatures(Statement) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Used By Subclasses To Inject Datatypes, Functions, Etc Into the Database.
- addDatabaseSpecificFeatures(Statement) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- addDatabaseSpecificFeatures(Statement) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
-
Used By Subclasses To Inject Datatypes, Functions, Etc Into the Database.
- addDatabaseSpecificFeatures(Statement) - Method in class nz.co.gregs.dbvolution.databases.H2DB
- addDatabaseSpecificFeatures(Statement) - Method in class nz.co.gregs.dbvolution.databases.H2SharedDB
- addDatabaseSpecificFeatures(Statement) - Method in class nz.co.gregs.dbvolution.databases.InformixDB
- addDatabaseSpecificFeatures(Statement) - Method in class nz.co.gregs.dbvolution.databases.JavaDB
- addDatabaseSpecificFeatures(Statement) - Method in class nz.co.gregs.dbvolution.databases.JavaDBMemoryDB
- addDatabaseSpecificFeatures(Statement) - Method in class nz.co.gregs.dbvolution.databases.MariaClusterDB
- addDatabaseSpecificFeatures(Statement) - Method in class nz.co.gregs.dbvolution.databases.MariaDB
- addDatabaseSpecificFeatures(Statement) - Method in class nz.co.gregs.dbvolution.databases.MSSQLServerDB
- addDatabaseSpecificFeatures(Statement) - Method in class nz.co.gregs.dbvolution.databases.MySQLDB_5_7
- addDatabaseSpecificFeatures(Statement) - Method in class nz.co.gregs.dbvolution.databases.MySQLDB
- addDatabaseSpecificFeatures(Statement) - Method in class nz.co.gregs.dbvolution.databases.NuoDB
- addDatabaseSpecificFeatures(Statement) - Method in class nz.co.gregs.dbvolution.databases.Oracle11XEDB
- addDatabaseSpecificFeatures(Statement) - Method in class nz.co.gregs.dbvolution.databases.OracleAWSDB
- addDatabaseSpecificFeatures(Statement) - Method in class nz.co.gregs.dbvolution.databases.OracleDB
- addDatabaseSpecificFeatures(Statement) - Method in class nz.co.gregs.dbvolution.databases.PostgresDB
- addDatabaseSpecificFeatures(Statement) - Method in class nz.co.gregs.dbvolution.databases.SQLiteDB
- addDateAndDateRepeatString(Date, String) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DateRepeatImpl
- addDateAndDurationString(LocalDateTime, String) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DurationImpl
- addDays(Integer) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: add the supplied number of days to the date expression.
- addDays(Integer) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Instant Arithmetic: add the supplied number of days to the date expression.
- addDays(Integer) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LocalDate Arithmetic: add the supplied number of days to the date expression.
- addDays(Integer) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: add the supplied number of days to the date expression.
- addDays(Long) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: add the supplied number of days to the date expression.
- addDays(Long) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Instant Arithmetic: add the supplied number of days to the date expression.
- addDays(Long) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LocalDate Arithmetic: add the supplied number of days to the date expression.
- addDays(Long) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: add the supplied number of days to the date expression.
- addDays(Number) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: add the supplied number of days to the date expression.
- addDays(Number) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Instant Arithmetic: add the supplied number of days to the date expression.
- addDays(Number) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LocalDate Arithmetic: add the supplied number of days to the date expression.
- addDays(Number) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: add the supplied number of days to the date expression.
- addDays(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: add the supplied number of days to the date expression.
- addDays(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Instant Arithmetic: add the supplied number of days to the date expression.
- addDays(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LocalDate Arithmetic: add the supplied number of days to the date expression.
- addDays(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: add the supplied number of days to the date expression.
- addDays(NumberExpression) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: add the supplied number of days to the date expression.
- addDays(NumberExpression) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Instant Arithmetic: add the supplied number of days to the date expression.
- addDays(NumberExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LocalDate Arithmetic: add the supplied number of days to the date expression.
- addDays(NumberExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: add the supplied number of days to the date expression.
- AddDaysExpression(InstantExpression, NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.AddDaysExpression
- addDBReportGroupByColumn(Object, DBExpression) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- addDifferingRow(E, E) - Method in class nz.co.gregs.dbvolution.DBTable.DifferingRows
- addedFullOuterJoinToQuery() - Method in class nz.co.gregs.dbvolution.internal.query.QueryState
- addedInnerJoinToQuery() - Method in class nz.co.gregs.dbvolution.internal.query.QueryState
- addedLeftOuterJoinToQuery() - Method in class nz.co.gregs.dbvolution.internal.query.QueryState
- addExpressionColumn(Object, QueryableDatatype<?>) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Used by DBReport to addTerm columns to the SELECT clause
- addExpressionColumn(Object, QueryableDatatype<?>) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- addExpressionColumnValue(Object, QueryableDatatype<?>) - Method in class nz.co.gregs.dbvolution.DBQueryRow
- addExtra(String, String) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- addExtra(String, String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- addExtraExamples(DBRow...) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Adds Extra Examples to the Query.
- addExtraExamples(DBRow[]) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- addExtras(Map<String, String>) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
-
Adds or replaces the new values to the existing extras.
- addExtras(Map<String, String>) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- addFeatureToFixException(Exception, QueryIntention, StatementDetails) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Used to add features in a just-in-time manner.
- addFeatureToFixException(Exception, QueryIntention, StatementDetails) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- addFeatureToFixException(Exception, QueryIntention, StatementDetails) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- addFeatureToFixException(Exception, QueryIntention, StatementDetails) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Used to add features in a just-in-time manner.
- addFeatureToFixException(Exception, QueryIntention, StatementDetails) - Method in class nz.co.gregs.dbvolution.databases.H2DB
- addFeatureToFixException(Exception, QueryIntention, StatementDetails) - Method in class nz.co.gregs.dbvolution.databases.MSSQLServerDB
- addFeatureToFixException(Exception, QueryIntention, StatementDetails) - Method in class nz.co.gregs.dbvolution.databases.MySQLDB_5_7
- addFeatureToFixException(Exception, QueryIntention, StatementDetails) - Method in class nz.co.gregs.dbvolution.databases.MySQLDB
- addFeatureToFixException(Exception, QueryIntention, StatementDetails) - Method in class nz.co.gregs.dbvolution.databases.OracleDB
- addFeatureToFixException(Exception, QueryIntention, StatementDetails) - Method in class nz.co.gregs.dbvolution.databases.PostgresDB
- addFeatureToFixException(Exception, QueryIntention, StatementDetails) - Method in class nz.co.gregs.dbvolution.databases.SQLiteDB
- addFunctions(Connection) - Static method in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions
- addFunctions(Connection) - Static method in class nz.co.gregs.dbvolution.internal.sqlite.Line2DFunctions
- addFunctions(Connection) - Static method in class nz.co.gregs.dbvolution.internal.sqlite.LineSegment2DFunctions
- addFunctions(Connection) - Static method in class nz.co.gregs.dbvolution.internal.sqlite.MultiPoint2DFunctions
- addFunctions(Connection) - Static method in class nz.co.gregs.dbvolution.internal.sqlite.Point2DFunctions
- addFunctions(Connection) - Static method in class nz.co.gregs.dbvolution.internal.sqlite.Polygon2DFunctions
- addFunctions(SQLiteDB, Connection) - Static method in class nz.co.gregs.dbvolution.internal.sqlite.MissingStandardFunctions
- addGroupByColumn(Object, DBExpression) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Used by DBReport to addTerm columns to the GROUP BY clause.
- addHosts(List<String>, List<Long>) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MariaClusterDBSettingsBuilder
- addHours(int) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: add the supplied number of hours to the date expression.
- addHours(int) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Instant Arithmetic: add the supplied number of hours to the date expression.
- addHours(int) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: add the supplied number of hours to the date expression.
- addHours(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: add the supplied number of hours to the date expression.
- addHours(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Instant Arithmetic: add the supplied number of hours to the date expression.
- addHours(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: add the supplied number of hours to the date expression.
- AddIntegerDaysExpression(InstantExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerDaysExpression
- AddIntegerHoursExpression(InstantExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerHoursExpression
- AddIntegerMinutesExpression(InstantExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerMinutesExpression
- AddIntegerMonthsExpression(InstantExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerMonthsExpression
- AddIntegerSecondsExpression(InstantExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerSecondsExpression
- AddIntegerWeeksExpression(InstantExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerWeeksExpression
- AddIntegerYearsExpression(InstantExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerYearsExpression
- addJoinedTable(DBRow) - Method in class nz.co.gregs.dbvolution.internal.query.QueryState
- addMinutes(int) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: add the supplied number of minutes to the date expression.
- addMinutes(int) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Instant Arithmetic: add the supplied number of minutes to the date expression.
- addMinutes(int) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: add the supplied number of minutes to the date expression.
- addMinutes(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: add the supplied number of minutes to the date expression.
- addMinutes(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Instant Arithmetic: add the supplied number of minutes to the date expression.
- addMinutes(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: add the supplied number of minutes to the date expression.
- addMonths(Integer) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: add the supplied number of months to the date expression.
- addMonths(Integer) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Date Arithmetic: add the supplied number of months to the date expression.
- addMonths(Integer) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LocalDate Arithmetic: add the supplied number of months to the date expression.
- addMonths(Integer) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: add the supplied number of months to the date expression.
- addMonths(Long) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: add the supplied number of months to the date expression.
- addMonths(Long) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Date Arithmetic: add the supplied number of months to the date expression.
- addMonths(Long) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LocalDate Arithmetic: add the supplied number of months to the date expression.
- addMonths(Long) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: add the supplied number of months to the date expression.
- addMonths(Number) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: add the supplied number of months to the date expression.
- addMonths(Number) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Date Arithmetic: add the supplied number of months to the date expression.
- addMonths(Number) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LocalDate Arithmetic: add the supplied number of months to the date expression.
- addMonths(Number) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: add the supplied number of months to the date expression.
- addMonths(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: add the supplied number of months to the date expression.
- addMonths(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Date Arithmetic: add the supplied number of months to the date expression.
- addMonths(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LocalDate Arithmetic: add the supplied number of months to the date expression.
- addMonths(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: add the supplied number of months to the date expression.
- addMonths(NumberExpression) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: add the supplied number of months to the date expression.
- addMonths(NumberExpression) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Date Arithmetic: add the supplied number of months to the date expression.
- addMonths(NumberExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LocalDate Arithmetic: add the supplied number of months to the date expression.
- addMonths(NumberExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: add the supplied number of months to the date expression.
- AddMonthsExpression(InstantExpression, NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.AddMonthsExpression
- addNodeChangeListener(NodeChangeListener) - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- addNotFoundRow(E) - Method in class nz.co.gregs.dbvolution.DBTable.DifferingRows
- addOptional(List<DBRow>) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Adds optional tables to this query
- addOptional(DBRow...) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Add an optional table to this query
- addOptionalAndConnectToRelevant(List<DBRow>, List<BooleanExpression>) - Method in class nz.co.gregs.dbvolution.internal.querygraph.QueryGraph
-
Add the provided DBRows/tables and expressions to this QueryGraph, generating new nodes and edges as required.
- addOptionalConditions(List<String>) - Method in class nz.co.gregs.dbvolution.internal.query.QueryState
-
Add conditions that pertain to optional tables.
- addOptionalIfNonspecific(DBRow) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Automatically adds the example as a required table if it has criteria, or as an optional table otherwise.
- addOptionalIfNonspecific(DBRow...) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Automatically adds the examples as required tables if they have criteria, or as an optional tables otherwise.
- addOptionalTable(DBRow) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- addPreferenceChangeListener(PreferenceChangeListener) - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- addPreferredTerm(String) - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAcross
- addPreferredTermToSearchString(String) - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAbstract
- addPropertyChangeListener(PropertyChangeListener) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- addQuotedTerm(String) - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAcross
- addQuotedTermToSearchString(String) - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAbstract
- addReducedTerm(String) - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAcross
- addReducedTermToSearchString(String) - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAbstract
- addRegularProcess(RegularProcess) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- addRequiredCondition(String) - Method in class nz.co.gregs.dbvolution.internal.query.QueryState
-
Adds a condition that pertains to a required table.
- addRequiredConditions(List<String>) - Method in class nz.co.gregs.dbvolution.internal.query.QueryState
- addRequiredTable(DBRow) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- addReturnFields(Object...) - Method in class nz.co.gregs.dbvolution.DBRow
-
Extends the returned columns to include the specified properties (fields and/or methods) given the properties object references.
- addRow(DBRow) - Method in class nz.co.gregs.dbvolution.actions.DBBulkInsert
- addSearchColumn(StringExpression, String) - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAcross
- addSeconds(int) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: add the supplied number of seconds to the date expression.
- addSeconds(int) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Instant Arithmetic: add the supplied number of seconds to the date expression.
- addSeconds(int) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: add the supplied number of seconds to the date expression.
- addSeconds(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: add the supplied number of seconds to the date expression.
- addSeconds(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Instant Arithmetic: add the supplied number of seconds to the date expression.
- addSeconds(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: add the supplied number of seconds to the date expression.
- addSeconds(NumberExpression) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: add the supplied number of seconds to the date expression.
- addSeconds(NumberExpression) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Instant Arithmetic: add the supplied number of seconds to the date expression.
- addSeconds(NumberExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: add the supplied number of seconds to the date expression.
- AddSecondsExpression(InstantExpression, NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.AddSecondsExpression
- addTable(DBTableClass) - Method in class nz.co.gregs.dbvolution.generation.deprecated.DataRepo
- addTables(List<DBTableClass>) - Method in class nz.co.gregs.dbvolution.generation.deprecated.DataRepo
- addTablesAndExpressions(DBQuery) - Method in class nz.co.gregs.dbvolution.actions.DBMigrationAction
- addTablesAndExpressions(DBQuery) - Method in class nz.co.gregs.dbvolution.DBMigration
- addTerm(String) - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAcross
- addToSearchString(String) - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAbstract
- addToSortOrder(SortProvider...) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Adds the properties (field and/or method) to the end of the sort order.
- addToSortOrder(SortProvider[]) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- addTrackedTable(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- addTrackedTable(DBRow) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- addTrackedTables(Collection<DBRow>) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- addTrackedTables(Collection<DBRow>) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- addTrackedTables(DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- addView(DBTableClass) - Method in class nz.co.gregs.dbvolution.generation.deprecated.DataRepo
- addViews(List<DBTableClass>) - Method in class nz.co.gregs.dbvolution.generation.deprecated.DataRepo
- addWeeks(int) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: add the supplied number of weeks to the date expression.
- addWeeks(int) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Instant Arithmetic: add the supplied number of weeks to the date expression.
- addWeeks(int) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LocalDate Arithmetic: add the supplied number of weeks to the date expression.
- addWeeks(int) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: add the supplied number of weeks to the date expression.
- addWeeks(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: add the supplied number of weeks to the date expression.
- addWeeks(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Date Arithmetic: add the supplied number of weeks to the date expression.
- addWeeks(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LocalDate Arithmetic: add the supplied number of weeks to the date expression.
- addWeeks(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: add the supplied number of weeks to the date expression.
- addYears(int) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: add the supplied number of years to the date expression.
- addYears(int) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Date Arithmetic: add the supplied number of years to the date expression.
- addYears(int) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LocalDate Arithmetic: add the supplied number of years to the date expression.
- addYears(int) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: add the supplied number of years to the date expression.
- addYears(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: add the supplied number of years to the date expression.
- addYears(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Date Arithmetic: add the supplied number of years to the date expression.
- addYears(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LocalDate Arithmetic: add the supplied number of years to the date expression.
- addYears(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: add the supplied number of years to the date expression.
- afterValue(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.DBUnaryFunction
- afterValue(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.ModeSimpleExpression
- afterValue(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.ModeStrictExpression
- afterValue(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.IntegerResultExpression
- afterValue(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression.MedianExpression
- afterValue(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression.UniqueRankingExpression
- aggregate(String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query expression that aggregates the current StringExpression into a single string value.
- aggregate(String, SortProvider) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query expression that aggregates the current StringExpression into a single string value.
- alias() - Method in enum nz.co.gregs.dbvolution.internal.h2.DataTypes
- alias() - Method in enum nz.co.gregs.dbvolution.internal.h2.DateRepeatFunctions
- alias() - Method in interface nz.co.gregs.dbvolution.internal.h2.DBVFeature
-
Support DBvolution at Patreon
- alias() - Method in enum nz.co.gregs.dbvolution.internal.h2.Line2DFunctions
- alias() - Method in enum nz.co.gregs.dbvolution.internal.h2.LineSegment2DFunctions
- alias() - Method in enum nz.co.gregs.dbvolution.internal.h2.MultiPoint2DFunctions
- alias() - Method in enum nz.co.gregs.dbvolution.internal.h2.Point2DFunctions
- alias() - Method in enum nz.co.gregs.dbvolution.internal.h2.Polygon2DFunctions
- ALIAS - nz.co.gregs.dbvolution.databases.definitions.DBDefinition.GroupByClauseMethod
- aliasMatches(String) - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAbstract.Term
- allColumnAspects - Variable in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
- ALLINTERSECTIONSWITH_LINE2D - nz.co.gregs.dbvolution.internal.h2.Line2DFunctions
- ALLINTERSECTIONSWITH_LINE2D - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Line2DFunctions
- ALLINTERSECTSL2D - nz.co.gregs.dbvolution.internal.oracle.aws.Line2DFunctions
- allOf(BooleanExpression...) - Static method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Collects the expressions together and requires them all to be true.
- AllOfExpression(BooleanResult[]) - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression.AllOfExpression
- ALLOW - nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder.SSLMode
- ALLOW_IDENTITY_INSERT - nz.co.gregs.dbvolution.databases.QueryIntention
- allRows() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable
- allRows() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy
- AllRowsAndOrderBy(SortProvider...) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable
- AllRowsAndOrderBy(SortProvider, SortProvider...) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy
- allRowsPreceding() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable
- ALTER_TABLE_ADD_COLUMN - nz.co.gregs.dbvolution.databases.QueryIntention
- and(BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Specifies that the expression will return TRUE only if this AND the specified expression are TRUE.
- annotationsEqual(A, A) - Static method in class nz.co.gregs.dbvolution.internal.properties.JavaBeanProperty
-
Tests whether two annotations are semantically identical.
- AnyComparable<B,A extends DBExpression> - Interface in nz.co.gregs.dbvolution.results
-
Indicates that the class can be compared to other instances of this class as if the instances were equivalent.
- AnyExpression<B,R extends AnyResult<B>,D extends QueryableDatatype<B>> - Class in nz.co.gregs.dbvolution.expressions
- AnyExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.AnyExpression
-
Does nothing
- AnyExpression(AnyResult<?>) - Constructor for class nz.co.gregs.dbvolution.expressions.AnyExpression
- AnyExpression.CountAllExpression - Class in nz.co.gregs.dbvolution.expressions
- AnyExpression.CountDistinctExpression - Class in nz.co.gregs.dbvolution.expressions
- AnyExpression.CountExpression - Class in nz.co.gregs.dbvolution.expressions
- AnyExpression.NTileExpression - Class in nz.co.gregs.dbvolution.expressions
- AnyExpression.PercentageExpression - Class in nz.co.gregs.dbvolution.expressions
- AnyExpression.RankExpression - Class in nz.co.gregs.dbvolution.expressions
- anyOf(BooleanExpression...) - Static method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Collects the expressions together and only requires one to be true.
- AnyOfExpression(BooleanResult[]) - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression.AnyOfExpression
- AnyResult<T> - Interface in nz.co.gregs.dbvolution.results
-
Top of the Result hierarchy.
- APERYS_CONSTANT - Static variable in class nz.co.gregs.dbvolution.expressions.NumberExpression
- append(Number) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query expression that appends the supplied value to the current StringExpression.
- append(String) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Converts the integer expression to a string and appends the supplied String.
- append(String) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Converts the number expression to a string and appends the supplied String.
- append(String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query expression that appends the supplied value to the current StringExpression.
- append(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
- append(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query expression that appends the supplied value to the current StringExpression.
- append(StringResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Converts the integer expression to a string and appends the supplied StringResult.
- append(StringResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Converts the number expression to a string and appends the supplied StringResult.
- append(StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query expression that appends the supplied value to the current StringExpression.
- apply() - Method in class nz.co.gregs.dbvolution.utility.Brake
- approximateDurationInSeconds() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
- arccos() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the database's inverse cosine function.
- arccos() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the database's inverse cosine function.
- arcsin() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the database's inverse sine function.
- arcsin() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the database's inverse sine function.
- arctan() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the database's inverse tangent function.
- arctan() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the database's inverse tangent function.
- arctan2(Number) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the database's inverse tangent function with 2 arguments.
- arctan2(Number) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the database's inverse tangent function with 2 arguments.
- arctan2(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the database's inverse tangent function with 2 arguments.
- arctan2(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the database's inverse tangent function with 2 arguments.
- arctan2(NumberExpression) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the database's inverse tangent function with 2 arguments.
- arctan2(NumberExpression) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the database's inverse tangent function with 2 arguments.
- area() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Returns the area of the polygon expressed in units.
- AREA - nz.co.gregs.dbvolution.internal.h2.Polygon2DFunctions
- AREA - nz.co.gregs.dbvolution.internal.oracle.aws.Polygon2DFunctions
- AREA - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Polygon2DFunctions
- areAllReady() - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- ascending() - Method in class nz.co.gregs.dbvolution.columns.AbstractColumn
-
Returns the sort order configured on the column.
- ascending() - Method in interface nz.co.gregs.dbvolution.columns.ColumnProvider
- ascending() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- ascending() - Method in interface nz.co.gregs.dbvolution.expressions.search.HasRankingExpression
- ascending() - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAcross
- ascending() - Method in class nz.co.gregs.dbvolution.expressions.search.SearchString
- ascending() - Method in class nz.co.gregs.dbvolution.expressions.SortProvider.Column
- Ascending(AnyExpression<? extends Object, ? extends AnyResult<?>, ? extends QueryableDatatype<?>>) - Constructor for class nz.co.gregs.dbvolution.expressions.SortProvider.Ascending
- ASCENDING - nz.co.gregs.dbvolution.expressions.SortProvider.Ordering
- asExpression() - Method in class nz.co.gregs.dbvolution.columns.AbstractColumn
-
Wrap this column in the equivalent DBValue subclass.
- asExpression() - Method in class nz.co.gregs.dbvolution.columns.AbstractQueryColumn
-
Wrap this column in the equivalent DBValue subclass.
- asExpressionColumn() - Method in class nz.co.gregs.dbvolution.columns.QueryColumn
- asExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.BooleanArrayExpression
- asExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
- asExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.ByteArrayExpression
- asExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
- asExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
- asExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
- asExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.DBUnaryFunction
- asExpressionColumn() - Method in interface nz.co.gregs.dbvolution.expressions.ExpressionColumn
-
Creates a QueryableDatatype version of the expression suitable for use as a column.
- asExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
- asExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
- asExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.JavaObjectExpression
- asExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.LargeBinaryExpression
- asExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.LargeTextExpression
- asExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
- asExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
- asExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
- asExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.SortProvider
- asExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.SortProvider.Column
- asExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
- asExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
- asExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
- asExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
- asExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- asExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
- asExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.UntypedExpression
- asExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.UUIDExpression
- ASLINE2D - nz.co.gregs.dbvolution.internal.h2.MultiPoint2DFunctions
- ASLINE2D - nz.co.gregs.dbvolution.internal.oracle.aws.MultiPoint2DFunctions
- ASLINE2D - nz.co.gregs.dbvolution.internal.oracle.xe.MultiPoint2DFunctions
- ASLINE2D - nz.co.gregs.dbvolution.internal.postgres.MultiPoint2DFunctions
- ASLINE2D - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.MultiPoint2DFunctions
- ASPOLY2D - nz.co.gregs.dbvolution.internal.oracle.xe.Line2DFunctions
- ASPOLY2D - nz.co.gregs.dbvolution.internal.oracle.xe.MultiPoint2DFunctions
- asResult() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- assembleSQLQuery(DBDefinition, StringBuilder, StringBuilder, StringBuilder, String, String, String, String, QueryOptions, QueryState) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- ASTEXT - nz.co.gregs.dbvolution.internal.h2.Line2DFunctions
- ASTEXT - nz.co.gregs.dbvolution.internal.h2.LineSegment2DFunctions
- ASTEXT - nz.co.gregs.dbvolution.internal.h2.MultiPoint2DFunctions
- ASTEXT - nz.co.gregs.dbvolution.internal.h2.Point2DFunctions
- ASTEXT - nz.co.gregs.dbvolution.internal.oracle.aws.MultiPoint2DFunctions
- ASTEXT - nz.co.gregs.dbvolution.internal.oracle.xe.GeometryFunctions
- ASTEXT - nz.co.gregs.dbvolution.internal.oracle.xe.MultiPoint2DFunctions
- ASTEXT - nz.co.gregs.dbvolution.internal.oracle.xe.Point2DFunctions
- ASTEXT_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Line2DFunctions
- ASTEXT_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.LineSegment2DFunctions
- ASTEXT_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.MultiPoint2DFunctions
- ASTEXT_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Point2DFunctions
- ASTEXT_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Polygon2DFunctions
- atEndOfMonth() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Derive the last day of the month for this date expression
- atEndOfYear() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Derive the last day of the year for this date expression
- atStartOfDay() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Derive the first day of the month for this date expression
- atStartOfMonth() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Derive the first day of the month for this date expression
- atStartOfYear() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Derive the first day of the year for this date expression
- AutoCommitActionDuringTransactionException - Exception in nz.co.gregs.dbvolution.exceptions
-
Support DBvolution at Patreon
- AutoCommitActionDuringTransactionException(String) - Constructor for exception nz.co.gregs.dbvolution.exceptions.AutoCommitActionDuringTransactionException
-
Thrown when a Data Definition Language (DDL) operation is used in a transaction.
- AutoFillDuringQueryIfPossible - Annotation Type in nz.co.gregs.dbvolution.annotations
-
Designates a DBRow derived field that should be connected to related objects during query execution.
- AutoIncrementFieldClassAndDatatypeMismatch - Exception in nz.co.gregs.dbvolution.exceptions
-
Support DBvolution at Patreon
- AutoIncrementFieldClassAndDatatypeMismatch(PropertyWrapper<?, ?, ?>) - Constructor for exception nz.co.gregs.dbvolution.exceptions.AutoIncrementFieldClassAndDatatypeMismatch
-
Thrown if the database's idea of an acceptable datatype to auto-increment and the programmer's are incompatible.
- autoRebuild() - Static method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Configuration
-
A configuration that will try to restore the data from the previous instance of this cluster.
- autoRebuildAndReconnect() - Static method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Configuration
-
Deprecated.despite the method name, this will also start the cluster. Use
DBDatabaseCluster.Configuration.autoRebuildReconnectAndStart()
instead - autoRebuildReconnectAndStart() - Static method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Configuration
-
A configuration that will try to restore the data from the previous instance of this cluster AND try to connect quarantined databases will the cluster is running.
- autoReconnect() - Static method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Configuration
-
A configuration that will try to connect quarantined databases will the cluster is running.
- autoSetParameters() - Method in class nz.co.gregs.dbvolution.utility.ImageCompare
- autoStart() - Static method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Configuration
-
Use for a database that does not automatically rebuild the data when restarting the cluster nor reconnect quarantined databases after an error but does automatically start synchronising databases.
- average() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumberStatistics
-
The average value of the grouping.
- average() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the database's AVERAGE aggregator.
- average() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the database's AVERAGE aggregator.
- AverageExpression(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.AverageExpression
B
- backupToDBDatabase(DBDatabase) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
-
Adds the database to the cluster, synchronizes it, and then removes it.
- backupToDBDatabase(DBDatabase) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Creates a backup of this database in the specified database.
- BASE64 - nz.co.gregs.dbvolution.internal.query.LargeObjectHandlerType
- batchSQLStatementsWhenPossible() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Returns whether this DBDatabase will attempt to batch multiple SQL commands.
- batchSQLStatementsWhenPossible() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- batchSQLStatementsWhenPossible() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- batchSQLStatementsWhenPossible() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Returns whether this DBDatabase will attempt to batch multiple SQL commands.
- beforeValue(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.DBUnaryFunction
- beginAndLine() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the start of an AND line for this database.
- beginConditionClauseLine(QueryOptions) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
returns the required SQL to begin a line within the WHERE or ON Clause for conditions.
- beginDeleteLine() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the beginning of a DELETE statement for this database.
- beginFromClause() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the beginning of the FROM clause of a SELECT statement for this database.
- beginFullOuterJoin() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Used during the creation of an ANSI join to add an optional table using a Full Outer Join.
- beginGroupByClause() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the key words and syntax that start the GROUP BY clause.
- beginInnerJoin() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Used during the creation of an ANSI join to add a table with a normal, or "required" join.
- beginInsertColumnList() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the beginning of the column list of an INSERT statement for this database.
- beginInsertLine() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the beginning of an INSERT statement for this database.
- beginJoinClauseLine(QueryOptions) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
returns the required SQL to begin a line within the WHERE or ON Clause for joins.
- beginLeftOuterJoin() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Used during the creation of an ANSI join to add an optional table using a Left Outer Join.
- beginNumberValue() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the standard beginning of a number value in the database.
- beginOnClause() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Used during the creation of an ANSI join to add the criteria of an optional table using an ON clause.
- beginOrderByClause() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the beginning of the ORDER BY clause of a SELECT statement for this database.
- beginOrLine() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the start of an OR line for this database.
- beginRightOuterJoin() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Used during the creation of an ANSI join to add an optional table using a Right Outer Join.
- beginSelectStatement() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the beginning of a SELECT statement for this database.
- beginSetClause() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the beginning of a SET clause of an UPDATE statement for this database.
- beginStringValue() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the standard beginning of a string value in the database.
- beginStringValue() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- beginStringValue() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- beginStringValue() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- beginStringValue() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- beginTableAlias() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Used during the creation of ANSI queries to separate the table and its alias.
- beginTableAlias() - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- beginTableAlias() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- beginUpdateLine() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the beginning of an UPDATE statement for this database.
- beginValueClause() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Used within DBInsert to start the VALUES clause of the INSERT statement.
- beginValueSeparatorClause() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Used within DBBulkInsert to separate the VALUES clauses of the INSERT statement.
- beginWhereClause() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the beginning of a WHERE clause for this database.
- beginWhereClauseLine() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
returns the required SQL to begin a line within the WHERE or ON Clause for conditions.
- beginWithClause() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
The beginning of the WITH variant supported by this database.
- beginWithClause() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- beginWithClause() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- beginWithClause() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- beginWithClausePrimingQuery() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return the default preamble to the priming query of a
DBRecursiveQuery
. - beginWithClauseRecursiveQuery() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return the default preamble to the recursive query of a
DBRecursiveQuery
. - BIGINT - nz.co.gregs.dbvolution.internal.sqlite.DataTypes
- BINARYSTREAM - nz.co.gregs.dbvolution.internal.query.LargeObjectHandlerType
- blankResults() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- BLOB - nz.co.gregs.dbvolution.internal.query.LargeObjectHandlerType
- BOOLEANARRAY - nz.co.gregs.dbvolution.internal.sqlite.DataTypes
- BooleanArrayColumn - Class in nz.co.gregs.dbvolution.columns
-
Represents a database column storing an array of bits.
- BooleanArrayColumn(RowDefinition, boolean[]) - Constructor for class nz.co.gregs.dbvolution.columns.BooleanArrayColumn
-
Create a BooleanColumn for the supplied field of the supplied row
- BooleanArrayColumn(RowDefinition, DBBooleanArray) - Constructor for class nz.co.gregs.dbvolution.columns.BooleanArrayColumn
-
Create a BooleanColumn for the supplied field of the supplied row
- BooleanArrayComparator - Class in nz.co.gregs.dbvolution.utility.comparators
- BooleanArrayComparator() - Constructor for class nz.co.gregs.dbvolution.utility.comparators.BooleanArrayComparator
- BooleanArrayExpression - Class in nz.co.gregs.dbvolution.expressions
-
The Expression object for bit array columns.
- BooleanArrayExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanArrayExpression
-
Default Constructor.
- BooleanArrayExpression(BooleanArrayResult) - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanArrayExpression
-
Create a BitsExpression from an existing BitResult object.
- BooleanArrayResult - Interface in nz.co.gregs.dbvolution.results
-
Interface required to be implemented by all DBExpressions that produce BIT results
- booleanArrayValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBBooleanArray
-
Returns the defined or set value of this DBBooleanArray as an actual Boolean[].
- BooleanColumn - Class in nz.co.gregs.dbvolution.columns
-
Represents a database column storing a boolean value.
- BooleanColumn(RowDefinition, Boolean) - Constructor for class nz.co.gregs.dbvolution.columns.BooleanColumn
-
Create a BooleanColumn for the supplied field of the supplied row
- BooleanColumn(RowDefinition, DBBoolean) - Constructor for class nz.co.gregs.dbvolution.columns.BooleanColumn
-
Create a BooleanColumn for the supplied field of the supplied row
- BooleanExpression - Class in nz.co.gregs.dbvolution.expressions
-
BooleanExpression implements standard functions that produce a Boolean or TRUE/FALSE result.
- BooleanExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Default Constructor for creating new BooleanExpressions.
- BooleanExpression(Boolean) - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
The easy way to create a BooleanExpression based on a literal value.
- BooleanExpression(AnyResult<?>) - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression
- BooleanExpression(BooleanResult) - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
The normal method for creating a BooleanExpression.
- BooleanExpression.AllOfExpression - Class in nz.co.gregs.dbvolution.expressions
- BooleanExpression.AnyOfExpression - Class in nz.co.gregs.dbvolution.expressions
- BooleanExpression.BooleanIfThenElseExpression - Class in nz.co.gregs.dbvolution.expressions
- BooleanExpression.DateIfThenElseExpression - Class in nz.co.gregs.dbvolution.expressions
- BooleanExpression.FirstValueExpression - Class in nz.co.gregs.dbvolution.expressions
- BooleanExpression.InstantIfThenElseExpression - Class in nz.co.gregs.dbvolution.expressions
- BooleanExpression.IntegerIfThenElseExpression - Class in nz.co.gregs.dbvolution.expressions
- BooleanExpression.IsExpression - Class in nz.co.gregs.dbvolution.expressions
- BooleanExpression.IsNotExpression - Class in nz.co.gregs.dbvolution.expressions
- BooleanExpression.IsNotNullExpression - Class in nz.co.gregs.dbvolution.expressions
- BooleanExpression.IsNotNullStringExpression - Class in nz.co.gregs.dbvolution.expressions
- BooleanExpression.IsNullExpression - Class in nz.co.gregs.dbvolution.expressions
- BooleanExpression.IsNullStringExpression - Class in nz.co.gregs.dbvolution.expressions
- BooleanExpression.LagExpression - Class in nz.co.gregs.dbvolution.expressions
- BooleanExpression.LastValueExpression - Class in nz.co.gregs.dbvolution.expressions
- BooleanExpression.LeadExpression - Class in nz.co.gregs.dbvolution.expressions
- BooleanExpression.LocalDateIfThenElseExpression - Class in nz.co.gregs.dbvolution.expressions
- BooleanExpression.LocalDateTimeIfThenElseExpression - Class in nz.co.gregs.dbvolution.expressions
- BooleanExpression.NegateExpression - Class in nz.co.gregs.dbvolution.expressions
- BooleanExpression.NthValueExpression - Class in nz.co.gregs.dbvolution.expressions
- BooleanExpression.NumberIfThenElseExpression - Class in nz.co.gregs.dbvolution.expressions
- BooleanExpression.Polygon2DIfThenElseExpression - Class in nz.co.gregs.dbvolution.expressions
- BooleanExpression.StringIfThenElseExpression - Class in nz.co.gregs.dbvolution.expressions
- BooleanExpression.XorExpression - Class in nz.co.gregs.dbvolution.expressions
- BooleanExpressionNonStatement(AnyResult<?>) - Constructor for class nz.co.gregs.dbvolution.expressions.CaseExpression.BooleanExpressionNonStatement
- BooleanIfThenElseExpression(BooleanExpression, BooleanResult, BooleanResult) - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression.BooleanIfThenElseExpression
- BooleanResult - Interface in nz.co.gregs.dbvolution.results
-
Interface required to be implemented by all DBExpressions that produce Boolean results
- booleanValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
-
Returns the defined or set value of this DBBoolean as an actual Boolean.
- boundingBox() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
- boundingBox() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
- boundingBox() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
- boundingBox() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
- boundingBox() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- boundingBox() - Method in interface nz.co.gregs.dbvolution.results.Spatial2DComparable
-
Return a rectangular Polygon2D that fully encompasses all point(s) within this value.
- BOUNDINGBOX - nz.co.gregs.dbvolution.internal.h2.Line2DFunctions
- BOUNDINGBOX - nz.co.gregs.dbvolution.internal.h2.LineSegment2DFunctions
- BOUNDINGBOX - nz.co.gregs.dbvolution.internal.h2.MultiPoint2DFunctions
- BOUNDINGBOX - nz.co.gregs.dbvolution.internal.h2.Point2DFunctions
- BOUNDINGBOX - nz.co.gregs.dbvolution.internal.h2.Polygon2DFunctions
- BOUNDINGBOX - nz.co.gregs.dbvolution.internal.oracle.aws.Line2DFunctions
- BOUNDINGBOX - nz.co.gregs.dbvolution.internal.oracle.aws.LineSegment2DFunctions
- BOUNDINGBOX - nz.co.gregs.dbvolution.internal.oracle.aws.MultiPoint2DFunctions
- BOUNDINGBOX - nz.co.gregs.dbvolution.internal.oracle.aws.Polygon2DFunctions
- BOUNDINGBOX - nz.co.gregs.dbvolution.internal.postgres.Line2DFunctions
- BOUNDINGBOX - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Polygon2DFunctions
- BoundingBoxExpression(Line2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.BoundingBoxExpression
- BoundingBoxExpression(LineSegment2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.BoundingBoxExpression
- BoundingBoxExpression(Point2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.BoundingBoxExpression
- boundsForParametersOf(Class<?>) - Static method in class nz.co.gregs.dbvolution.internal.properties.InterfaceInfo.ParameterBounds
-
Gets default parameter bounds for each of the generic parameters of the given class.
- boundsForParametersOf(ParameterizedType, Map<String, InterfaceInfo.ParameterBounds>) - Static method in class nz.co.gregs.dbvolution.internal.properties.InterfaceInfo.ParameterBounds
-
Gets parameter bounds for each of the actual type arguments in the given parameterized class reference.
- boundsForParametersOf(Type, Map<String, InterfaceInfo.ParameterBounds>) - Static method in class nz.co.gregs.dbvolution.internal.properties.InterfaceInfo.ParameterBounds
-
Gets parameter bounds for each of the generic type arguments of the given class or parameterized type reference.
- bracket() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Adds an explicit bracket at this point in the expression chain.
- bracket() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Adds an explicit bracket at this point in the expression chain.
- bracket() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Adds an explicit bracket at this point in the expression chain.
- brake() - Method in class nz.co.gregs.dbvolution.utility.Brake
- Brake - Class in nz.co.gregs.dbvolution.utility
-
A, probably completely superfluous class, to encapsulate the wait/notifyAll pattern.
- Brake() - Constructor for class nz.co.gregs.dbvolution.utility.Brake
- build() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameEnd
- build() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.WindowEnd
- BULK_DELETE - nz.co.gregs.dbvolution.databases.QueryIntention
- BULK_INSERT - nz.co.gregs.dbvolution.databases.QueryIntention
- BYTE - nz.co.gregs.dbvolution.internal.query.LargeObjectHandlerType
- ByteArrayColumn - Class in nz.co.gregs.dbvolution.columns
-
Deprecated.
- ByteArrayColumn() - Constructor for class nz.co.gregs.dbvolution.columns.ByteArrayColumn
-
Deprecated.
- ByteArrayColumn(RowDefinition, DBByteArray) - Constructor for class nz.co.gregs.dbvolution.columns.ByteArrayColumn
-
Deprecated.
- ByteArrayComparator - Class in nz.co.gregs.dbvolution.utility.comparators
- ByteArrayComparator() - Constructor for class nz.co.gregs.dbvolution.utility.comparators.ByteArrayComparator
- ByteArrayExpression - Class in nz.co.gregs.dbvolution.expressions
- ByteArrayExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.ByteArrayExpression
- ByteArrayExpression(byte[]) - Constructor for class nz.co.gregs.dbvolution.expressions.ByteArrayExpression
- ByteArrayExpression(DBByteArray) - Constructor for class nz.co.gregs.dbvolution.expressions.ByteArrayExpression
- ByteArrayExpression(ByteArrayResult) - Constructor for class nz.co.gregs.dbvolution.expressions.ByteArrayExpression
- ByteArrayResult - Interface in nz.co.gregs.dbvolution.results
-
Deprecated.
- bytes(int) - Static method in class nz.co.gregs.dbvolution.utility.Random
C
- c - nz.co.gregs.dbvolution.internal.postgres.Language
- CanBeWindowingFunctionRequiresOrderBy<A extends EqualExpression<?,?,?>> - Interface in nz.co.gregs.dbvolution.expressions.windows
- CanBeWindowingFunctionWithFrame<A extends EqualExpression<?,?,?>> - Interface in nz.co.gregs.dbvolution.expressions.windows
- cancel() - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Cancels this Statement object if both the DBMS and driver support aborting an SQL statement.This method can be used by one thread to cancel a statement that is being executed by another thread.
- cancel() - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- cancel() - Method in class nz.co.gregs.dbvolution.databases.DBTransactionStatement
- CannotEncryptInputException - Exception in nz.co.gregs.dbvolution.exceptions
- CannotEncryptInputException() - Constructor for exception nz.co.gregs.dbvolution.exceptions.CannotEncryptInputException
- CannotEncryptInputException(Throwable) - Constructor for exception nz.co.gregs.dbvolution.exceptions.CannotEncryptInputException
- canProcessesURLsFor(DBDatabase) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- canProcessesURLsFor(DBDatabase) - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.SettingsBuilder
- canProduceNullStrings() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- canRun() - Method in class nz.co.gregs.dbvolution.utility.RegularProcess
- CaseExpression - Class in nz.co.gregs.dbvolution.expressions
- CaseExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.CaseExpression
- CaseExpression.BooleanExpressionNonStatement - Class in nz.co.gregs.dbvolution.expressions
- CaseExpression.WhenClause<B,R extends AnyResult<B>> - Class in nz.co.gregs.dbvolution.expressions
- CaseExpression.WhenExpression<B,R extends AnyResult<B>,D extends QueryableDatatype<B>,E extends AnyExpression<B,R,D>> - Class in nz.co.gregs.dbvolution.expressions
- CHARSTREAM - nz.co.gregs.dbvolution.internal.query.LargeObjectHandlerType
- check(String, String) - Static method in class nz.co.gregs.dbvolution.utility.StringCheck
-
Returns the supplied value or the default if the supplied value is null or empty.
- check(String, String...) - Static method in class nz.co.gregs.dbvolution.utility.StringCheck
-
Returns the first value that is neither null nor empty.
- CHECK_TABLE_EXISTS - nz.co.gregs.dbvolution.databases.QueryIntention
- CHECK_TABLE_STRUCTURE - nz.co.gregs.dbvolution.databases.QueryIntention
- checkBrake() - Method in class nz.co.gregs.dbvolution.utility.Brake
- checkForNullDuringSetFromResultSet() - Method in class nz.co.gregs.dbvolution.datatypes.DBString
- checkForNullDuringSetFromResultSet() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
- checkMetaDataForTable(DBRow, ResultSet) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- checkMetaDataForTable(DBRow, ResultSet) - Method in class nz.co.gregs.dbvolution.databases.MySQLDB
- checkNotNull(String, String) - Static method in class nz.co.gregs.dbvolution.utility.StringCheck
-
Returns the supplied value or the default if the supplied value is null.
- checkNotNull(String, String...) - Static method in class nz.co.gregs.dbvolution.utility.StringCheck
-
Returns the first value that is non-null.
- checkNotNullOrEmpty(String, String, String) - Static method in class nz.co.gregs.dbvolution.utility.StringCheck
-
Returns the supplied value or the null value if the supplied value is null and the empty value if the supplied value is the empty string.
- checkPassword(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBPasswordHash
- checkPassword(String, String) - Static method in class nz.co.gregs.dbvolution.utility.encryption.UpdatingBCrypt
- checkPasswordAndCreateSecureHash(String, String) - Method in class nz.co.gregs.dbvolution.utility.encryption.UpdatingBCrypt
-
Checks the password matches the hash and automatically generates a new one if the processor speed warrants it.
- checkPasswordAndUpdateHash(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBPasswordHash
-
DBPasswordHash supports generating hashes appropriate to the CPU on which it is running.
- checkPasswordWithException(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBPasswordHash
- checkTableExistsViaQuery(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- childrenNames() - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- choose(String...) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Based on the value of this expression, select a string from the list provided.
- choose(String...) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Based on the value of this expression, select a string from the list provided.
- choose(StringResult...) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Based on the value of this expression, select a string from the list provided.
- choose(StringResult...) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Based on the value of this expression, select a string from the list provided.
- ChooseFromStringsExpression(NumberResult, StringResult[]) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.ChooseFromStringsExpression
- chooseWithDefault(String...) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Based on the value of this expression, select a string from the list provided.
- chooseWithDefault(String...) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Based on the value of this expression, select a string from the list provided.
- chooseWithDefault(StringResult...) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Based on the value of this expression, select a string from the list provided.
- chooseWithDefault(StringResult...) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Based on the value of this expression, select a string from the list provided.
- classWrapperFor(Class<ROW>) - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionWrapperFactory
-
Gets the class adaptor for the given class.If an adaptor for the given class has not yet been created, one will be created and added to the internal cache.
- clauses - Variable in class nz.co.gregs.dbvolution.expressions.CaseExpression.WhenExpression
- clear() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Remove the conditions, criteria, and operators applied to this QDT.
- clear() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Remove all tables from the query and discard any results or state.
- clear() - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- clear() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- clear() - Method in class nz.co.gregs.dbvolution.internal.querygraph.QueryGraph
-
Removes all state and prepares the graph for re-initialization.
- clear() - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- clearBatch() - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Empties this Statement object's current list of SQL commands.
- clearBatch() - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- clearConditions() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Remove all conditions from this query.
- clearConditions() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- clearResults() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- clearRowLimit() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Clear the row limit on this DBQuery and return it to retrieving all rows.
- clearRowLimit() - Method in class nz.co.gregs.dbvolution.DBTable
-
Removes the limit set with
DBTable.setRowLimit(int)
. - clearSimpleName() - Method in class nz.co.gregs.dbvolution.utility.RegularProcess
- clearSortOrder() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Remove all sorting that has been set on this DBQuery
- clearSortOrder() - Method in class nz.co.gregs.dbvolution.DBTable
-
Removes the sort order add with
DBTable.setSortOrder(nz.co.gregs.dbvolution.columns.ColumnProvider...)
. - clearSortOrder() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- clearTimeout() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Completely removes the timeout from this query.
- clearTimeout() - Method in class nz.co.gregs.dbvolution.DBRecursiveQuery
-
Changes the default timeout for this query.
- clearTimeout() - Method in class nz.co.gregs.dbvolution.DBTable
-
Completely removes the timeout from this query.
- clearTimeout() - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- clearWarnings() - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- clearWarnings() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- clearWarnings() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- clearWarnings() - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Clears all the warnings reported on this Statement object.
- clearWarnings() - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- CLOB - nz.co.gregs.dbvolution.internal.query.LargeObjectHandlerType
- clone() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Clones the DBDatabase
- clone() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- clone() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
-
Clones the DBDatabase
- clone() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Clones the DBDatabase.
- clone() - Method in class nz.co.gregs.dbvolution.databases.H2DB
-
Clones the DBDatabase
- clone() - Method in class nz.co.gregs.dbvolution.databases.H2FileDB
- clone() - Method in class nz.co.gregs.dbvolution.databases.H2MemoryDB
- clone() - Method in class nz.co.gregs.dbvolution.databases.Informix11DB
- clone() - Method in class nz.co.gregs.dbvolution.databases.InformixDB
- clone() - Method in class nz.co.gregs.dbvolution.databases.JavaDB
- clone() - Method in class nz.co.gregs.dbvolution.databases.JavaDBMemoryDB
- clone() - Method in class nz.co.gregs.dbvolution.databases.MariaClusterDB
- clone() - Method in class nz.co.gregs.dbvolution.databases.MariaDB
- clone() - Method in class nz.co.gregs.dbvolution.databases.MSSQLServerDB
- clone() - Method in class nz.co.gregs.dbvolution.databases.MySQLDB_5_7
- clone() - Method in class nz.co.gregs.dbvolution.databases.MySQLDB
- clone() - Method in class nz.co.gregs.dbvolution.databases.MySQLMXJDB
- clone() - Method in class nz.co.gregs.dbvolution.databases.NuoDB
- clone() - Method in class nz.co.gregs.dbvolution.databases.Oracle11XEDB
- clone() - Method in class nz.co.gregs.dbvolution.databases.Oracle12DB
- clone() - Method in class nz.co.gregs.dbvolution.databases.OracleAWS11DB
- clone() - Method in class nz.co.gregs.dbvolution.databases.OracleAWSDB
- clone() - Method in class nz.co.gregs.dbvolution.databases.OracleDB
- clone() - Method in class nz.co.gregs.dbvolution.databases.PostgresDB
- clone() - Method in class nz.co.gregs.dbvolution.databases.PostgresDBOverSSL
- clone() - Method in class nz.co.gregs.dbvolution.databases.SQLiteDB
- clone() - Method in class nz.co.gregs.dbvolution.DBQueryRow
- close() - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- close() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- close() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- close() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- close() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- close() - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Closes the Statement and the Connection.
- close() - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- close() - Method in class nz.co.gregs.dbvolution.databases.DBTransactionStatement
-
Closes the internal statement and creates a new statement for the next operation.
- closeOnCompletion() - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Unsupported.
- closeQueryGraph() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Hides and disposes of the QueryGraph window.
- ClusterCapableSettingsBuilder<SELF extends ClusterCapableSettingsBuilder<SELF,DATABASE>,DATABASE extends DBDatabase> - Interface in nz.co.gregs.dbvolution.databases.settingsbuilders
- ClusterCleanupActions - Class in nz.co.gregs.dbvolution.internal.database
-
Cleans up the cluster's databases after the cluster exits scope.
- ClusterCleanupActions(ClusterDetails, Log, ExecutorService) - Constructor for class nz.co.gregs.dbvolution.internal.database.ClusterCleanupActions
- clusterContains(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- ClusterDatabaseDefinition - Class in nz.co.gregs.dbvolution.databases.definitions
- ClusterDatabaseDefinition() - Constructor for class nz.co.gregs.dbvolution.databases.definitions.ClusterDatabaseDefinition
- ClusterDetails - Class in nz.co.gregs.dbvolution.internal.database
- ClusterDetails(String) - Constructor for class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- ClusterHasQuarantinedADatabaseException - Exception in nz.co.gregs.dbvolution.exceptions
- ClusterHasQuarantinedADatabaseException() - Constructor for exception nz.co.gregs.dbvolution.exceptions.ClusterHasQuarantinedADatabaseException
- column - Variable in class nz.co.gregs.dbvolution.expressions.StringExpression.StringAggregateExpression
- column() - Method in annotation type nz.co.gregs.dbvolution.annotations.DBForeignKey
-
Identifies the foreign column by column name.
- column(LineSegment) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new
LineSegment2DColumn
instance to help createexpressions
- column(LineString) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new
Line2DColumn
instance to help createexpressions
- column(MultiPoint) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new
MultiPoint2DColumn
instance to help createexpressions
- column(Point) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new
Point2DColumn
instance to help createexpressions
- column(Polygon) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new
Polygon2DColumn
instance to help createexpressions
- column(Boolean) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new BooleanColumn instance to help create
expressions
- column(Integer) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new IntegerColumn instance to help create
expressions
- column(Integer, Integer) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new NumberExpression representing the column and supplying a default value for NULL entries.
- column(Integer, Long) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new NumberExpression representing the column and supplying a default value for NULL entries.
- column(Integer, IntegerResult) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new NumberExpression representing the column and supplying a default value for NULL entries.
- column(Long) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new IntegerColumn instance to help create
expressions
- column(Long, Integer) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new NumberExpression representing the column and supplying a default value for NULL entries.
- column(Long, Long) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new NumberExpression representing the column and supplying a default value for NULL entries.
- column(Long, IntegerResult) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new NumberExpression representing the column and supplying a default value for NULL entries.
- column(Number) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new NumberColumn instance to help create
expressions
- column(Number, Number) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new NumberExpression representing the column and supplying a default value for NULL entries.
- column(Object) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new ColumnProvider instance to help create
expressions
- column(String) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new StringColumn instance to help create
expressions
- column(String, String) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new StringExpression for the field with a default value for NULL entries.
- column(String, StringResult) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new StringExpression for the field with a default value for NULL entries.
- column(LocalDate) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new DateColumn instance to help create
expressions
- column(LocalDateTime) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new DateColumn instance to help create
expressions
- column(Date) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new DateColumn instance to help create
expressions
- column(DBBoolean) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new BooleanColumn instance to help create
expressions
- column(DBBooleanArray) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new
BooleanArrayColumn
instance to help createexpressions
- column(DBByteArray) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Deprecated.
- column(DBDate) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new DateColumn instance to help create
expressions
- column(DBDateRepeat) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new
DateRepeatColumn
instance to help createexpressions
- column(DBInstant) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new LocalDateColumn instance to help create
expressions
- column(DBInteger) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new IntegerColumn instance to help create
expressions
- column(DBIntegerEnum<?>) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new IntegerColumn instance to help create
expressions
- column(DBInteger, Integer) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new NumberExpression representing the column and supplying a default value for NULL entries.
- column(DBInteger, Long) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new NumberExpression representing the column and supplying a default value for NULL entries.
- column(DBInteger, IntegerResult) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new NumberExpression representing the column and supplying a default value for NULL entries.
- column(DBJavaObject<O>) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new JavaObjectColumn instance to help create
expressions
- column(DBLargeBinary) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new LargeBinaryColumn instance to help create
expressions
- column(DBLargeText) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new LargTextColumn instance to help create
expressions
- column(DBLocalDate) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new LocalDateColumn instance to help create
expressions
- column(DBLocalDateTime) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new LocalDateColumn instance to help create
expressions
- column(DBNumber) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new NumberColumn instance to help create
expressions
- column(DBNumber, Number) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new NumberExpression representing the column and supplying a default value for NULL entries.
- column(DBNumber, NumberResult) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new NumberExpression representing the column and supplying a default value for NULL entries.
- column(DBString) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new StringColumn instance to help create
expressions
. - column(DBStringEnum<?>) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new StringColumn instance to help create
expressions
. - column(DBString, String) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new StringExpression for the field with a default value for NULL entries.
- column(DBString, StringResult) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new StringExpression for the field with a default value for NULL entries.
- column(QueryableDatatype<?>) - Method in class nz.co.gregs.dbvolution.DBQuery
- column(QueryableDatatype<?>) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new ColumnProvider instance to help create
expressions
- column(DBLine2D) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new
Line2DColumn
instance to help createexpressions
- column(DBLineSegment2D) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new
LineSegment2DColumn
instance to help createexpressions
- column(DBMultiPoint2D) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new
MultiPoint2DColumn
instance to help createexpressions
- column(DBPoint2D) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new
Point2DColumn
instance to help createexpressions
- column(DBPolygon2D) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new
Polygon2DColumn
instance to help createexpressions
- column(Period) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Creates a new DateRepeatColumn instance to help create
expressions
- Column(AbstractColumn) - Constructor for class nz.co.gregs.dbvolution.expressions.SortProvider.Column
- ColumnAspects - Class in nz.co.gregs.dbvolution.internal.properties
- ColumnAspects(String, String) - Constructor for class nz.co.gregs.dbvolution.internal.properties.ColumnAspects
- ColumnAspects(String, String, DBExpression) - Constructor for class nz.co.gregs.dbvolution.internal.properties.ColumnAspects
- columnName - Variable in class nz.co.gregs.dbvolution.generation.DBTableField
-
Stores the actual database name of the DBTableField.
- columnName - Variable in class nz.co.gregs.dbvolution.generation.deprecated.DBTableField
-
Deprecated.Stores the actual database name of the DBTableField.
- columnName() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Gets the annotated column name.
- ColumnProvidedMustBeAForeignKey - Exception in nz.co.gregs.dbvolution.exceptions
-
Support DBvolution at Patreon
- ColumnProvidedMustBeAForeignKey(ColumnProvider) - Constructor for exception nz.co.gregs.dbvolution.exceptions.ColumnProvidedMustBeAForeignKey
-
Creates an exception to indicate that the column provided is not a Foreign Key and it should be.
- ColumnProvider - Interface in nz.co.gregs.dbvolution.columns
-
Interface to indicate that this object can provide a column.
- ColumnStructure(Integer, String, boolean, boolean) - Constructor for class nz.co.gregs.dbvolution.actions.DBAddMissingColumnsToTable.ColumnStructure
- columnType - Variable in class nz.co.gregs.dbvolution.generation.DBTableField
-
Stores the class of the Java field that will be created.
- columnType - Variable in class nz.co.gregs.dbvolution.generation.deprecated.DBTableField
-
Deprecated.Stores the class of the Java field that will be created.
- comments - Variable in class nz.co.gregs.dbvolution.generation.DBTableField
-
Stores column comments/remarks from the database.
- comments - Variable in class nz.co.gregs.dbvolution.generation.deprecated.DBTableField
-
Deprecated.Stores column comments/remarks from the database.
- commit() - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- commit() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- commit() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- commit() - Method in class nz.co.gregs.dbvolution.databases.IncompleteTransaction
- commitTransaction() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- commitTransaction() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- commitTransaction() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- ComparableComparator<T extends Comparable<? super T>> - Class in nz.co.gregs.dbvolution.utility.comparators
- compare() - Method in class nz.co.gregs.dbvolution.utility.ImageCompare
- compare(byte[], byte[]) - Method in class nz.co.gregs.dbvolution.utility.comparators.ByteArrayComparator
- compare(Boolean[], Boolean[]) - Method in class nz.co.gregs.dbvolution.utility.comparators.BooleanArrayComparator
- compare(Class<?>, Class<?>) - Method in class nz.co.gregs.dbvolution.internal.query.DBRowClassNameComparator
- compare(Number, Number) - Method in class nz.co.gregs.dbvolution.utility.comparators.NumberComparator
- compare(DBRow, DBRow) - Method in class nz.co.gregs.dbvolution.internal.query.DBRowNameComparator
- compare(DBTable<E>) - Method in class nz.co.gregs.dbvolution.DBTable
-
Compares 2 tables, presumably from different criteria or databases prints the differences to System.out
- compare(Period, Period) - Method in class nz.co.gregs.dbvolution.utility.comparators.PeriodComparator
- compare(O, O) - Method in class nz.co.gregs.dbvolution.utility.comparators.HashCodeComparator
- compare(R, R) - Method in class nz.co.gregs.dbvolution.utility.comparators.RowPropertyComparator
- compare(T, T) - Method in class nz.co.gregs.dbvolution.utility.comparators.ComparableComparator
- compareBetweenRows(R, R) - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
- compareBetweenRows(R, R) - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
- compareDateRepeatStrings(String, String) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DateRepeatImpl
- compareDurationStrings(String, String) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DurationImpl
- compareTo(QueryableDatatype<T>) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
- comparex - Variable in class nz.co.gregs.dbvolution.utility.ImageCompare
- comparey - Variable in class nz.co.gregs.dbvolution.utility.ImageCompare
- comparison(DateRepeatExpression) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
- ComparisonBetweenTwoDissimilarTypes - Exception in nz.co.gregs.dbvolution.exceptions
-
Thrown when the two data types used in a comparison does not support that comparison.
- ComparisonBetweenTwoDissimilarTypes(DBDefinition, DBExpression, DBExpression) - Constructor for exception nz.co.gregs.dbvolution.exceptions.ComparisonBetweenTwoDissimilarTypes
-
Thrown when the two data types used in a comparison does not support that comparison.
- concatAllByteArrays(List<byte[]>) - Static method in class nz.co.gregs.dbvolution.datatypes.DBJavaObject
- concatAllByteArrays(List<byte[]>) - Static method in class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
- concatAllByteArrays(List<byte[]>) - Static method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
- Configuration() - Constructor for class nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Configuration
- Configuration(boolean, boolean, boolean, boolean) - Constructor for class nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Configuration
- connectTable(DBRowClass) - Method in class nz.co.gregs.dbvolution.internal.querygraph.QueryGraphNode
-
Add a connection from this node to the specified table.
- consumeExpression(BooleanExpression) - Method in class nz.co.gregs.dbvolution.internal.query.QueryState
- contains(Point) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Returns an value that will evaluate to true if the point is inside this polygon value.
- contains(Polygon) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Returns an value that will evaluate to true if the polygon is completely inside this polygon value.
- contains(Object) - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- contains(Object) - Method in class nz.co.gregs.dbvolution.utility.TableSet
- contains(String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the LIKE operator.
- contains(StringExpression) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the LIKE operator.
- contains(Point2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Returns an value that will evaluate to true if the point is inside this polygon value.
- contains(Polygon2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Returns an value that will evaluate to true if the polygon is completely inside this polygon value.
- contains(StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the LIKE operator.
- CONTAINS - nz.co.gregs.dbvolution.internal.oracle.aws.Polygon2DFunctions
- CONTAINS_POINT2D - nz.co.gregs.dbvolution.internal.h2.Polygon2DFunctions
- CONTAINS_POINT2D - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Polygon2DFunctions
- CONTAINS_POLYGON2D - nz.co.gregs.dbvolution.internal.h2.Polygon2DFunctions
- CONTAINS_POLYGON2D - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Polygon2DFunctions
- containsAll(Collection<DBDatabase>) - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- containsAnyOf(String...) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the LIKE operator.
- containsIgnoreCase(String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the LIKE operator.
- containsIgnoreCase(StringExpression) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the LIKE operator.
- containsIgnoreCase(StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the LIKE operator.
- convert(Object) - Method in class nz.co.gregs.dbvolution.internal.properties.SafeOneWaySimpleTypeAdaptor
-
Uses the type adaptor to convert in the configured direction.
- convert(DBExpression) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatypeSyncer.DBSafeInternalQDTAdaptor
-
Creates a brand new QDT of the configured target type, based on converted values from the given QDT.
- convertNullToEmptyString(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- convertToLiteral(E...) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
- convertToLiteral(E...) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
- convertToLiteral(ENUM) - Method in class nz.co.gregs.dbvolution.datatypes.DBEnum
-
Provides the value for the enumeration value provided.
- convertToLiteral(ENUM...) - Method in class nz.co.gregs.dbvolution.datatypes.DBEnum
-
Provides the literal values for all the enumeration values provided.
- convertToLiteralLong(E...) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
Create an array of Longs containing the literal values of the provided Enums.
- copy() - Method in class nz.co.gregs.dbvolution.columns.AbstractColumn
- copy() - Method in class nz.co.gregs.dbvolution.columns.AbstractQueryColumn
- copy() - Method in class nz.co.gregs.dbvolution.columns.BooleanArrayColumn
- copy() - Method in class nz.co.gregs.dbvolution.columns.BooleanColumn
- copy() - Method in class nz.co.gregs.dbvolution.columns.DateColumn
- copy() - Method in class nz.co.gregs.dbvolution.columns.DateRepeatColumn
- copy() - Method in class nz.co.gregs.dbvolution.columns.DurationColumn
- copy() - Method in class nz.co.gregs.dbvolution.columns.InstantColumn
- copy() - Method in class nz.co.gregs.dbvolution.columns.IntegerColumn
- copy() - Method in class nz.co.gregs.dbvolution.columns.Line2DColumn
- copy() - Method in class nz.co.gregs.dbvolution.columns.LineSegment2DColumn
- copy() - Method in class nz.co.gregs.dbvolution.columns.LocalDateColumn
- copy() - Method in class nz.co.gregs.dbvolution.columns.LocalDateTimeColumn
- copy() - Method in class nz.co.gregs.dbvolution.columns.MultiPoint2DColumn
- copy() - Method in class nz.co.gregs.dbvolution.columns.NumberColumn
- copy() - Method in class nz.co.gregs.dbvolution.columns.Point2DColumn
- copy() - Method in class nz.co.gregs.dbvolution.columns.Polygon2DColumn
- copy() - Method in class nz.co.gregs.dbvolution.columns.QueryColumn
- copy() - Method in class nz.co.gregs.dbvolution.columns.StringColumn
- copy() - Method in class nz.co.gregs.dbvolution.columns.UntypedColumn
- copy() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- copy() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- copy() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- copy() - Method in class nz.co.gregs.dbvolution.databases.metadata.Options
- copy() - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
- copy() - Method in class nz.co.gregs.dbvolution.datatypes.DBBooleanArray
- copy() - Method in class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.
- copy() - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
- copy() - Method in class nz.co.gregs.dbvolution.datatypes.DBDateRepeat
- copy() - Method in class nz.co.gregs.dbvolution.datatypes.DBDuration
- copy() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
- copy() - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
- copy() - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
- copy() - Method in class nz.co.gregs.dbvolution.datatypes.DBJavaObject
- copy() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
- copy() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
- copy() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
- copy() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
- copy() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
- copy() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumberStatistics
- copy() - Method in class nz.co.gregs.dbvolution.datatypes.DBStatistics
- copy() - Method in class nz.co.gregs.dbvolution.datatypes.DBString
- copy() - Method in class nz.co.gregs.dbvolution.datatypes.DBUntypedValue
- copy() - Method in class nz.co.gregs.dbvolution.datatypes.DBUUID
- copy() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Copies a QueryableDatatype and returns the copy.
- copy() - Method in class nz.co.gregs.dbvolution.DBMigration
- copy() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression.CountAllExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression.CountDistinctExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression.CountExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression.NTileExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression.PercentageExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression.RankExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.BooleanArrayExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.AllOfExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.AnyOfExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.BooleanIfThenElseExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.DateIfThenElseExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.FirstValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.InstantIfThenElseExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.IntegerIfThenElseExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.IsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.IsNotExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.IsNotNullExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.IsNotNullStringExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.IsNullExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.IsNullStringExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.LagExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.LastValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.LeadExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.LocalDateIfThenElseExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.LocalDateTimeIfThenElseExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.NegateExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.NthValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.NumberIfThenElseExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.Polygon2DIfThenElseExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.StringIfThenElseExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.XorExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.ByteArrayExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.CaseExpression.WhenExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddDaysExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerDaysExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerHoursExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerMinutesExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerMonthsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerSecondsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerWeeksExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerYearsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddMonthsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddSecondsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateCurrentDateExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateCurrentTimeExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateDayExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateDayOfWeekExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateDaysFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateEndOfMonthExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateGetDateRepeatFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateGetDurationFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateGreatestOfExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateHourExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateHoursFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateIfDBNullExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsGreaterThanExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsGreaterThanOrEqualExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsInExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsLessThanExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsLessThanOrEqualExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsNotExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsNotInExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateLeastOfExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateMaxExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateMinExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateMinusDateRepeatExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateMinusDurationExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateMinuteExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateMinutesFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateMonthExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateMonthsFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateOnlyCurrentDateExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DatePlusDateRepeatExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DatePlusDurationExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateSecondAndSubsecondExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateSecondExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateSecondsFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateSubsecondExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateWeeksFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateYearExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateYearsFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.FirstValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.LastValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.NthValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.FirstValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.GetYearsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.IsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.IsGreaterThanOrEqualExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.LagExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.LastValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.LeadExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.NthValueExpression
- copy() - Method in interface nz.co.gregs.dbvolution.expressions.DBExpression
-
A Complete Copy Of This DBValue.
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression.FirstValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression.IsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression.IsGreaterThanOrEqualExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression.LagExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression.LastValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression.LeadExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression.NthValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.DBUnaryFunction
- copy() - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.ModeSimpleExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.ModeStrictExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.ExistsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddDaysExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerDaysExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerHoursExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerMinutesExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerMonthsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerSecondsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerWeeksExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerYearsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddMonthsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddSecondsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.CurrentInstantDateOnlyExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.CurrentInstantExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.CurrentTimeExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.DayOfWeekExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.DaysFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.EndOfMonthExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.FirstValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.GreatestOfExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.HoursFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantDayExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantGetDateRepeatFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantHourExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIfDBNullExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantInstantIsGreaterThanOrEqualExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIsGreaterThanExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIsInExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIsLessThanExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIsLessThanOrEqualExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIsNotExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIsNotInExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantMaxExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantMinExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantMinusDateRepeatExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantMinuteExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantMonthExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantPlusDateRepeatExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantSecondAndSubsecondExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantSecondExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantSubsecondExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantYearExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.LagExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.LastValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.LeadExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.LeastOfExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.MinutesFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.MonthsFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.NthValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.SecondsFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.WeeksFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.YearsFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression.FirstValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression.LagExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression.LastValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression.LeadExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression.MaxUnaryFunction
- copy() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression.MinUnaryFunction
- copy() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression.NthValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression.SumFunction
- copy() - Method in class nz.co.gregs.dbvolution.expressions.JavaObjectExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LargeBinaryExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LargeTextExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddDaysExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerDaysExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerHoursExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerMinutesExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerMonthsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerSecondsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerWeeksExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerYearsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddMonthsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddSecondsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateCurrentDateExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateCurrentTimeExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateDayExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateDayOfWeekExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateDaysFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateEndOfMonthExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateGetDateRepeatFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateGreatestOfExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateHourExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateHoursFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIfDBNullExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsGreaterThanExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsGreaterThanOrEqualExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsInExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsLessThanExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsLessThanOrEqualExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsNotExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsNotInExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateLeastOfExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMaxExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMinExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMinusDateRepeatExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMinuteExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMinutesFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMonthExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMonthsFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateOnlyCurrentDateExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DatePlusDateRepeatExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateSecondExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateSecondsFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateSubsecondExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateWeeksFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateYearExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateYearsFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.FirstValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.LagExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.LastValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.LeadExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.NthValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.CurrentLocalDateLocalDateTimeExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.FirstValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LagExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LastValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LeadExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddDaysExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerDaysExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerHoursExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerMinutesExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerMonthsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerSecondsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerWeeksExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerYearsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddMonthsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddSecondsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeCurrentLocalDateTimeExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeCurrentTimeExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeDayExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeDayOfWeekExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeDaysFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeEndOfMonthExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeGetDateRepeatFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeGreatestOfExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeHourExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeHoursFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIfDBNullExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsGreaterThanExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsGreaterThanOrEqualExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsInExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsLessThanExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsLessThanOrEqualExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsNotExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsNotInExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeLeastOfExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMaxExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMinExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMinusDateRepeatExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMinuteExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMinutesFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMonthExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMonthsFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimePlusDateRepeatExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeSecondAndSubsecondExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeSecondExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeSecondsFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeSubsecondExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeWeeksFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeYearExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeYearsFromExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.NthValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.AbsoluteValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.AverageExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.ChooseFromStringsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.CosineExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.CotangentExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.DegreesExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.DivideByExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.ExponentialExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.FirstValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.GreatestOfExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.HyperbolicCosineExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.HyperbolicSineExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.HyperbolicTangentExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.IfDBNullExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.IntegerResultExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.InverseCosineExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.InverseSineExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.InverseTangent2Expression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.InverseTangentExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.IsLessThanExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.LagExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.LastValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.LeadExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.LogBase10Expression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.MaxUnaryFunction
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.MinUnaryFunction
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.ModulusRemainderExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.NaturalLogExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.NthValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.PlusExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.PowerExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.RadiansExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.RandomNumberExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.RoundDownExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.RoundExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.RoundToNumberofDecimalPlaces
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.RoundUpExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.SignExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.SineExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.SquareRootExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.StandardDeviationExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.SumExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.TangentExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.TimesExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.TruncateExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.SortProvider.Ascending
- copy() - Method in class nz.co.gregs.dbvolution.expressions.SortProvider
- copy() - Method in class nz.co.gregs.dbvolution.expressions.SortProvider.DefaultSort
- copy() - Method in class nz.co.gregs.dbvolution.expressions.SortProvider.Descending
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.BoundingBoxExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.HasMagnitudeExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.IntersectionPointsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.IntersectionWithExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.IntersectsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.IsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.IsNotExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.MagnitudeExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.MaxXExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.MaxYExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.MeasurableDimensionsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.MinXExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.MinYExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.SpatialDimensionsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.StringResultExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.BoundingBoxExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.HasMagnitudeExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.IntersectionWithExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.IntersectsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.IsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.MagnitudeExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.MaxXExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.MaxYExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.MeasurableDimensionsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.MinXExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.MinYExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.SpatialDimensionsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.BoundingBoxExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.DistanceToExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.GetXExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.GetYExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.HasMagnitudeExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.IsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.MagnitudeExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.MeasurableDimensionsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.SpatialDimensionsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.FirstValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.IntegerLengthExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.LagExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.LastValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.LeadExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.NthValueExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringAggregateExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringAggregateWithOrderByExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringAppendExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringBracketExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringCurrentUserExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringFirstIntegerAsSubstringExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringFirstNumberAsSubstringExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIfDBNullExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsGreaterThanExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsGreaterThanOrEqualExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsInExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsLessThanExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsLessThanOrEqualExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsLikeExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsNotExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsNotInExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringLeftTrimExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringLocationOfExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringLowercaseExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringMaxExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringMinExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringNumberResultExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringReplaceExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringRightTrimExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringSubstringAfterExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringSubstringBeforeExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringTrimExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringUppercaseExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.UntypedExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.UUIDExpression
- copy() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable
- copy() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.CurrentRowEnd
- copy() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.CurrentRowStart
- copy() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.EmptyFrameEnd
- copy() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameStart
- copy() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameType
- copy() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Groups
- copy() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.OffsetFollowingStart
- copy() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.OffsetPrecedingEnd
- copy() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.OffsetPrecedingStart
- copy() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Partitioned
- copy() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Range
- copy() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Rows
- copy() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Sorted
- copy() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.UnboundedFollowingEnd
- copy() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.UnboundedPrecedingEnd
- copy() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.UnboundedPrecedingStart
- copy() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy
- copy() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Partitioned
- copy() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Sorted
- copy() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.WindowPart
- copy() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionInterface.WindowPart
- copy() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionRequiresOrderByInterface.WindowPart
- copy() - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- copy() - Method in class nz.co.gregs.dbvolution.internal.query.RecursiveQueryDepthIncreaseExpression
- copy() - Method in class nz.co.gregs.dbvolution.internal.query.StatementDetails
- copy() - Method in interface nz.co.gregs.dbvolution.results.BooleanArrayResult
- copy() - Method in interface nz.co.gregs.dbvolution.results.BooleanResult
- copy() - Method in interface nz.co.gregs.dbvolution.results.ByteArrayResult
-
Deprecated.
- copy() - Method in interface nz.co.gregs.dbvolution.results.DateRepeatResult
- copy() - Method in interface nz.co.gregs.dbvolution.results.DateResult
- copy() - Method in interface nz.co.gregs.dbvolution.results.DurationResult
- copy() - Method in interface nz.co.gregs.dbvolution.results.InstantResult
- copy() - Method in interface nz.co.gregs.dbvolution.results.IntegerResult
- copy() - Method in interface nz.co.gregs.dbvolution.results.JavaObjectResult
- copy() - Method in interface nz.co.gregs.dbvolution.results.LargeBinaryResult
- copy() - Method in interface nz.co.gregs.dbvolution.results.LargeTextResult
- copy() - Method in interface nz.co.gregs.dbvolution.results.LocalDateResult
- copy() - Method in interface nz.co.gregs.dbvolution.results.LocalDateTimeResult
- copy() - Method in interface nz.co.gregs.dbvolution.results.NumberResult
- copy() - Method in interface nz.co.gregs.dbvolution.results.StringResult
- copy() - Method in interface nz.co.gregs.dbvolution.results.UntypedResult
- copy() - Method in interface nz.co.gregs.dbvolution.results.UUIDResult
- copy(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- copy(Options) - Static method in class nz.co.gregs.dbvolution.databases.metadata.Options
- copyAndAdapt(QueryableDatatypeSyncer.DBSafeInternalQDTAdaptor) - Method in class nz.co.gregs.dbvolution.operators.DBBetweenExclusiveOperator
- copyAndAdapt(QueryableDatatypeSyncer.DBSafeInternalQDTAdaptor) - Method in class nz.co.gregs.dbvolution.operators.DBBetweenInclusiveExclusiveOperator
- copyAndAdapt(QueryableDatatypeSyncer.DBSafeInternalQDTAdaptor) - Method in class nz.co.gregs.dbvolution.operators.DBBetweenInclusiveOperator
- copyAndAdapt(QueryableDatatypeSyncer.DBSafeInternalQDTAdaptor) - Method in class nz.co.gregs.dbvolution.operators.DBBetweenOperator
- copyAndAdapt(QueryableDatatypeSyncer.DBSafeInternalQDTAdaptor) - Method in class nz.co.gregs.dbvolution.operators.DBEqualsIgnoreCaseOperator
- copyAndAdapt(QueryableDatatypeSyncer.DBSafeInternalQDTAdaptor) - Method in class nz.co.gregs.dbvolution.operators.DBEqualsOperator
- copyAndAdapt(QueryableDatatypeSyncer.DBSafeInternalQDTAdaptor) - Method in class nz.co.gregs.dbvolution.operators.DBGreaterThanOperator
- copyAndAdapt(QueryableDatatypeSyncer.DBSafeInternalQDTAdaptor) - Method in class nz.co.gregs.dbvolution.operators.DBGreaterThanOrEqualsOperator
- copyAndAdapt(QueryableDatatypeSyncer.DBSafeInternalQDTAdaptor) - Method in class nz.co.gregs.dbvolution.operators.DBInIgnoreCaseOperator
- copyAndAdapt(QueryableDatatypeSyncer.DBSafeInternalQDTAdaptor) - Method in class nz.co.gregs.dbvolution.operators.DBInOperator
- copyAndAdapt(QueryableDatatypeSyncer.DBSafeInternalQDTAdaptor) - Method in class nz.co.gregs.dbvolution.operators.DBIsNullOperator
- copyAndAdapt(QueryableDatatypeSyncer.DBSafeInternalQDTAdaptor) - Method in class nz.co.gregs.dbvolution.operators.DBLessThanOperator
- copyAndAdapt(QueryableDatatypeSyncer.DBSafeInternalQDTAdaptor) - Method in class nz.co.gregs.dbvolution.operators.DBLessThanOrEqualOperator
- copyAndAdapt(QueryableDatatypeSyncer.DBSafeInternalQDTAdaptor) - Method in class nz.co.gregs.dbvolution.operators.DBLikeOperator
- copyAndAdapt(QueryableDatatypeSyncer.DBSafeInternalQDTAdaptor) - Method in class nz.co.gregs.dbvolution.operators.DBNonOperator
- copyAndAdapt(QueryableDatatypeSyncer.DBSafeInternalQDTAdaptor) - Method in class nz.co.gregs.dbvolution.operators.DBOperator
-
Adds TypeAdaptor support to DBOperator.
- copyColumnData(TableMetaData.Column, ResultSet, DBDatabase) - Method in class nz.co.gregs.dbvolution.databases.metadata.DBDatabaseMetaData
- copyDBRow(T) - Static method in class nz.co.gregs.dbvolution.DBRow
-
Creates a new instance of the supplied DBRow subclass and duplicates it's values.
- copyForeignKeyData(TableMetaData.ForeignKey, TableMetaData.Column, TableMetaData, String) - Method in class nz.co.gregs.dbvolution.databases.metadata.DBDatabaseMetaData
- copyFromRowToOtherRow(DBRow, DBRow) - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
- copyPrimaryKeyData(String, TableMetaData.Column, TableMetaData.PrimaryKey, TableMetaData, Map<String, TableMetaData.PrimaryKey>) - Method in class nz.co.gregs.dbvolution.databases.metadata.DBDatabaseMetaData
- cos() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the database's cosine function.
- cos() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the database's cosine function.
- cosh() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the database's hyperbolic cosine function.
- cosh() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the database's hyperbolic cosine function.
- CosineExpression(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.CosineExpression
- cotangent() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the database's cotangent function.
- cotangent() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the database's cotangent function.
- CotangentExpression(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.CotangentExpression
- count() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumberStatistics
-
Count of the rows included in this set of statistics
- count() - Method in class nz.co.gregs.dbvolution.datatypes.DBStatistics
-
Count of the rows included in this set of statistics
- count() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Count the rows on the database without retrieving the rows.
- count() - Method in class nz.co.gregs.dbvolution.DBTable
-
Count the rows on the database without retrieving the rows.
- count() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression
-
Synonym for
AnyExpression.countNotNull()
. - count(DBDatabase, DBReport, DBRow...) - Static method in class nz.co.gregs.dbvolution.DBReport
-
Count the rows on the database without retrieving the rows.
- count(DBDatabase, DBRow...) - Method in class nz.co.gregs.dbvolution.DBQueryInsert
-
Count the rows on the database without retrieving the rows.
- count(DBRow...) - Method in class nz.co.gregs.dbvolution.DBMigration
-
Count the rows on the database without retrieving the rows.
- COUNT - nz.co.gregs.dbvolution.internal.query.QueryType
- countAll() - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
-
Aggregrator that counts all the rows of the query.
- CountAllExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.AnyExpression.CountAllExpression
- countDatabases(DBDatabaseCluster.Status...) - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- CountDistinctExpression(AnyResult<?>) - Constructor for class nz.co.gregs.dbvolution.expressions.AnyExpression.CountDistinctExpression
- countDistinctValues() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression
-
Creates an expression that will count all the distinct values in the column supplied.
- CountExpression(AnyResult<?>) - Constructor for class nz.co.gregs.dbvolution.expressions.AnyExpression.CountExpression
- countIf(BooleanResult) - Static method in class nz.co.gregs.dbvolution.expressions.EqualExpression
-
Aggregrator that counts this row if the booleanResult is true.
- countNotNull() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression
-
Creates an expression that will count all the rows with non-null values in the column supplied.
- countNotNull() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Creates an expression that will count all rows with non-null values in the column supplied.
- countPausedDatabases() - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- countReadyDatabases() - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- countStarClause() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
The COUNT(*) clause for this database.
- Create() - Constructor for class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.Create
- CREATE - nz.co.gregs.dbvolution.internal.h2.DateRepeatFunctions
- CREATE - nz.co.gregs.dbvolution.internal.h2.Line2DFunctions
- CREATE - nz.co.gregs.dbvolution.internal.h2.LineSegment2DFunctions
- CREATE - nz.co.gregs.dbvolution.internal.h2.MultiPoint2DFunctions
- CREATE - nz.co.gregs.dbvolution.internal.h2.Point2DFunctions
- CREATE_DATABASE - nz.co.gregs.dbvolution.databases.QueryIntention
- CREATE_DOMAIN - nz.co.gregs.dbvolution.databases.QueryIntention
- CREATE_EXTENSION - nz.co.gregs.dbvolution.databases.QueryIntention
- CREATE_FOREIGN_KEYS - nz.co.gregs.dbvolution.databases.QueryIntention
- CREATE_FROM_COORDS_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Line2DFunctions
- CREATE_FROM_COORDS_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.LineSegment2DFunctions
- CREATE_FROM_COORDS_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.MultiPoint2DFunctions
- CREATE_FROM_POINT2DS - nz.co.gregs.dbvolution.internal.h2.Polygon2DFunctions
- CREATE_FROM_POINT2DS - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Polygon2DFunctions
- CREATE_FROM_POINT2DS_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Point2DFunctions
- CREATE_FROM_WKTPOLYGON2D - nz.co.gregs.dbvolution.internal.h2.Polygon2DFunctions
- CREATE_FROM_WKTPOLYGON2D - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Polygon2DFunctions
- CREATE_FUNCTION - nz.co.gregs.dbvolution.databases.QueryIntention
- CREATE_INDEX_ON_ALL_KEYS - nz.co.gregs.dbvolution.databases.QueryIntention
- CREATE_SEQUENCE - nz.co.gregs.dbvolution.databases.QueryIntention
- CREATE_TABLE - nz.co.gregs.dbvolution.databases.QueryIntention
- CREATE_TRIGGER - nz.co.gregs.dbvolution.databases.QueryIntention
- CREATE_TRIGGER_BASED_IDENTITY - nz.co.gregs.dbvolution.databases.QueryIntention
- CREATE_USER - nz.co.gregs.dbvolution.databases.QueryIntention
- CREATE_WKTPOLY2D - nz.co.gregs.dbvolution.internal.oracle.aws.Polygon2DFunctions
- createAllRows(DBRow...) - Method in class nz.co.gregs.dbvolution.DBMigration
- createANewRandomDatabase() - Static method in class nz.co.gregs.dbvolution.databases.H2MemoryDB
-
Creates a new database with random (UUID based) name and label.
- createANewRandomDatabase(String, String) - Static method in class nz.co.gregs.dbvolution.databases.H2MemoryDB
-
Creates a new database with random (UUID based) name and label.
- createArrayOf(String, Object[]) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- createArrayOf(String, Object[]) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- createArrayOf(String, Object[]) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- createBlob() - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- createBlob() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- createBlob() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- createClob() - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- createClob() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- createClob() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- createDatabase(String) - Static method in class nz.co.gregs.dbvolution.databases.H2MemoryDB
-
Creates a new database with designated label
- createDatabase(String) - Method in class nz.co.gregs.dbvolution.databases.PostgresDB
-
Create a new database/schema on this database server.
- createDBDatabase() - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
-
Create the DBDatabase described by these settings
- createDBQueryFromEncodedTablesPropertiesAndValues(DBDatabase, String, EncodingInterpreter) - Static method in class nz.co.gregs.dbvolution.reflection.DataModel
-
Creates a query from a string of tables,fields, and values separated by 3 different separators.
- createDBStatement() - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- createDBStatement() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- createDBStatement() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- createDropTableSQL(DBDatabase, DBRow) - Method in class nz.co.gregs.dbvolution.actions.DBDropTable
- createForeignKeyConstraints(DBRow) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Adds actual foreign key constraints to the database table represented by the supplied DBRow.
- createForeignKeyConstraints(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- createForeignKeyConstraints(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- createForeignKeyConstraints(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Adds actual foreign key constraints to the database table represented by the supplied DBRow.
- createIndexes(DBDatabase, DBRow...) - Static method in class nz.co.gregs.dbvolution.actions.DBCreateIndexesOnAllFields
- createIndexesOnAllFields(DBRow) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Adds Database Indexes To All Fields Of This Table.
- createIndexesOnAllFields(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- createIndexesOnAllFields(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- createIndexesOnAllFields(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Adds Database Indexes To All Fields Of This Table.
- createNClob() - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- createNClob() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- createNClob() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- createOrUpdateTable(DBRow) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Creates or updates a table on the database based on the DBRow.
- createOrUpdateTable(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- createOrUpdateTable(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Creates or updates a table on the database based on the DBRow.
- createSQL() - Method in interface nz.co.gregs.dbvolution.internal.FeatureAdd
- createSQL() - Method in enum nz.co.gregs.dbvolution.internal.mysql.MigrationFunctions
- createSQL() - Method in enum nz.co.gregs.dbvolution.internal.oracle.aws.Line2DFunctions
- createSQL() - Method in enum nz.co.gregs.dbvolution.internal.oracle.aws.LineSegment2DFunctions
- createSQL() - Method in enum nz.co.gregs.dbvolution.internal.oracle.aws.MultiPoint2DFunctions
- createSQL() - Method in enum nz.co.gregs.dbvolution.internal.oracle.aws.Polygon2DFunctions
- createSQL() - Method in enum nz.co.gregs.dbvolution.internal.oracle.xe.GeometryFunctions
- createSQL() - Method in enum nz.co.gregs.dbvolution.internal.oracle.xe.Line2DFunctions
- createSQL() - Method in enum nz.co.gregs.dbvolution.internal.oracle.xe.MultiPoint2DFunctions
- createSQL() - Method in enum nz.co.gregs.dbvolution.internal.oracle.xe.Point2DFunctions
- createSQL() - Method in enum nz.co.gregs.dbvolution.internal.postgres.Line2DFunctions
- createSQL() - Method in enum nz.co.gregs.dbvolution.internal.postgres.MultiPoint2DFunctions
- createSQL() - Method in enum nz.co.gregs.dbvolution.internal.postgres.StringFunctions
- createSQL() - Method in enum nz.co.gregs.dbvolution.internal.sqlserver.Line2DFunctions
- createSQL() - Method in enum nz.co.gregs.dbvolution.internal.sqlserver.MigrationFunctions
- createSQL() - Method in enum nz.co.gregs.dbvolution.internal.sqlserver.MultiPoint2DFunctions
- createSQL() - Method in enum nz.co.gregs.dbvolution.internal.sqlserver.Point2DFunctions
- createSQL() - Method in enum nz.co.gregs.dbvolution.internal.sqlserver.Polygon2DFunctions
- createSQLForFromClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.columns.AbstractColumn
- createSQLForFromClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.columns.IntegerColumn
- createSQLForFromClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
- createSQLForFromClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- createSQLForFromClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.BooleanArrayExpression
- createSQLForFromClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.CaseExpression.WhenExpression
- createSQLForFromClause(DBDatabase) - Method in interface nz.co.gregs.dbvolution.expressions.DBExpression
- createSQLForFromClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.ModeSimpleExpression
- createSQLForFromClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.ModeStrictExpression
- createSQLForFromClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.LargeObjectExpression
- createSQLForFromClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression.MedianExpression
- createSQLForFromClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression.UniqueRankingExpression
- createSQLForFromClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.SortProvider
- createSQLForFromClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable
- createSQLForFromClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameEnd
- createSQLForFromClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameStart
- createSQLForFromClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameType
- createSQLForFromClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Partitioned
- createSQLForFromClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Sorted
- createSQLForFromClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy
- createSQLForFromClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Partitioned
- createSQLForFromClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Sorted
- createSQLForGroupByClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.columns.AbstractColumn
- createSQLForGroupByClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.columns.IntegerColumn
- createSQLForGroupByClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
- createSQLForGroupByClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- createSQLForGroupByClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.CaseExpression.WhenExpression
- createSQLForGroupByClause(DBDatabase) - Method in interface nz.co.gregs.dbvolution.expressions.DBExpression
- createSQLForGroupByClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.ModeSimpleExpression
- createSQLForGroupByClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.ModeStrictExpression
- createSQLForGroupByClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression.MedianExpression
- createSQLForGroupByClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression.UniqueRankingExpression
- createSQLForGroupByClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.SortProvider
- createSQLForGroupByClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable
- createSQLForGroupByClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameEnd
- createSQLForGroupByClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameStart
- createSQLForGroupByClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameType
- createSQLForGroupByClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Partitioned
- createSQLForGroupByClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Sorted
- createSQLForGroupByClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy
- createSQLForGroupByClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Partitioned
- createSQLForGroupByClause(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Sorted
- createSQLXML() - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- createSQLXML() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- createSQLXML() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- createStatement(int, int) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- createStatement(int, int) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- createStatement(int, int) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- createStatement(int, int, int) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- createStatement(int, int, int) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- createStatement(int, int, int) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- createStruct(String, Object[]) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- createStruct(String, Object[]) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- createStruct(String, Object[]) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- createTable(DBDatabase, boolean, DBRow...) - Static method in class nz.co.gregs.dbvolution.actions.DBCreateTable
- createTable(DBRow) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Creates a table on the database based on the DBRow.
- createTable(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- createTable(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- createTable(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Creates a table on the database based on the DBRow.
- createTable(DBRow, boolean) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- createTable(DBRow, boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- createTable(DBRow, boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- createTable(DBRow, boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- createTableNoExceptions(boolean, DBRow) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Creates tables on the database based on the DBRows.
- createTableNoExceptions(boolean, DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- createTableNoExceptions(boolean, DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- createTableNoExceptions(boolean, DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Creates tables on the database based on the DBRows.
- createTableNoExceptions(DBRow) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Creates tables on the database based on the DBRows.
- createTableNoExceptions(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- createTableNoExceptions(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- createTableNoExceptions(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Creates tables on the database based on the DBRows.
- createTablesNoExceptions(boolean, DBRow...) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Creates tables on the database based on the DBRows.
- createTablesNoExceptions(boolean, DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- createTablesNoExceptions(boolean, DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- createTablesNoExceptions(boolean, DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Creates tables on the database based on the DBRows.
- createTablesNoExceptions(DBRow...) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Creates tables on the database based on the DBRows.
- createTablesNoExceptions(DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- createTablesNoExceptions(DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- createTablesNoExceptions(DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Creates tables on the database based on the DBRows.
- createTablesWithForeignKeysNoExceptions(DBRow...) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Creates tables on the database based on the DBRows, and creates the required database foreign key constraints.
- createTablesWithForeignKeysNoExceptions(DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- createTablesWithForeignKeysNoExceptions(DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- createTablesWithForeignKeysNoExceptions(DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Creates tables on the database based on the DBRows, and creates the required database foreign key constraints.
- createTableWithForeignKeys(DBRow) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Creates a table on the database based on the DBRow, and creates the required database foreign key constraints.
- createTableWithForeignKeys(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- createTableWithForeignKeys(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- createTableWithForeignKeys(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Creates a table on the database based on the DBRow, and creates the required database foreign key constraints.
- createUser(String, String) - Method in class nz.co.gregs.dbvolution.databases.PostgresDB
-
Create a new database/schema on this database server.
- CSV - Static variable in class nz.co.gregs.dbvolution.OutputFormat
- cubed() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Multiples this expression by its square to return the value cubed.
- cubed() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Multiples this expression by its square to return the value cubed.
- currentDate() - Static method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates a date expression that returns the current date on the database.
- currentDate() - Static method in class nz.co.gregs.dbvolution.expressions.InstantExpression
- currentDate() - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates a date expression that returns today's date, that is the current date on the database.
- currentDateOnly() - Static method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates a date expression that returns only the date part of current date on the database.
- currentDateOnly() - Static method in class nz.co.gregs.dbvolution.expressions.InstantExpression
- currentInstant() - Static method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates a date expression that returns the current date on the database.
- currentInstantDateOnly() - Static method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates a date expression that returns only the date part of current date on the database.
- CurrentInstantDateOnlyExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.CurrentInstantDateOnlyExpression
- CurrentInstantExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.CurrentInstantExpression
- currentLocalDate() - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates a date expression that returns only the date part of current date on the database.
- currentLocalDate() - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates a date expression that returns only the date part of current date on the database.
- CurrentLocalDateLocalDateTimeExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.CurrentLocalDateLocalDateTimeExpression
- currentLocalDateTime() - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates a date expression that returns the current date on the database.
- currentLocalDateTime() - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates a date expression that returns the current date on the database.
- currentRow() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameType
- currentRow() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.OffsetPrecedingStart
- currentRow() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.UnboundedPrecedingStart
- currentRow() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.FrameStartAllPreceding
- currentRow() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.FrameStartPreceding
- currentRow() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.FrameType
- CurrentRowEnd(WindowFunctionFramable.FrameStart<A>) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.CurrentRowEnd
- CurrentRowStart(WindowFunctionFramable.FrameType<A>) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.CurrentRowStart
- currentTime() - Static method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates a date expression that returns the current time on the database.
- currentTime() - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates a date expression that returns the current time on the database.
- CurrentTimeExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.CurrentTimeExpression
- currentUser() - Static method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Create a
StringExpression
that returns the name of the current user.
D
- DatabaseConnectionSettings - Class in nz.co.gregs.dbvolution.databases
-
A standardized collection of the database connection settings.
- DatabaseConnectionSettings() - Constructor for class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- DatabaseConnectionSettings(String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
-
A standardized collection of the database connection settings.
- DatabaseConnectionSettings(String, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
-
A standardized collection of the database connection settings.
- DatabaseConnectionSettings(String, String, String, String, String, String, String, Map<String, String>) - Constructor for class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
-
A standardized collection of the database connection settings.
- DatabaseConnectionSettings(String, String, String, String, String, String, String, Map<String, String>, String) - Constructor for class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
-
A standardized collection of the database connection settings.
- DatabaseConnectionSettings(DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- DatabaseList - Class in nz.co.gregs.dbvolution.internal.database
- DatabaseList() - Constructor for class nz.co.gregs.dbvolution.internal.database.DatabaseList
- DatabaseList(DBDatabase, DBDatabase...) - Constructor for class nz.co.gregs.dbvolution.internal.database.DatabaseList
- DataModel - Class in nz.co.gregs.dbvolution.reflection
-
Provides convenient access to classes, instances, and methods that may be of use during reflection.
- DataRepo - Class in nz.co.gregs.dbvolution.generation
- DataRepo - Class in nz.co.gregs.dbvolution.generation.deprecated
- DataRepo(Options) - Constructor for class nz.co.gregs.dbvolution.generation.DataRepo
- DataRepo.JavaSourceFromString - Class in nz.co.gregs.dbvolution.generation.deprecated
-
A file object used to represent source coming from a string.
- datatype() - Method in enum nz.co.gregs.dbvolution.internal.h2.DataTypes
- DataTypes - Enum in nz.co.gregs.dbvolution.internal.h2
- DataTypes - Enum in nz.co.gregs.dbvolution.internal.sqlite
- DateAddDaysExpression(DateExpression, NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddDaysExpression
- DateAddDaysExpression(LocalDateExpression, NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddDaysExpression
- DateAddIntegerDaysExpression(DateExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerDaysExpression
- DateAddIntegerDaysExpression(LocalDateExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerDaysExpression
- DateAddIntegerHoursExpression(DateExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerHoursExpression
- DateAddIntegerHoursExpression(LocalDateExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerHoursExpression
- DateAddIntegerMinutesExpression(DateExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerMinutesExpression
- DateAddIntegerMinutesExpression(LocalDateExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerMinutesExpression
- DateAddIntegerMonthsExpression(DateExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerMonthsExpression
- DateAddIntegerMonthsExpression(LocalDateExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerMonthsExpression
- DateAddIntegerSecondsExpression(DateExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerSecondsExpression
- DateAddIntegerSecondsExpression(LocalDateExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerSecondsExpression
- DateAddIntegerWeeksExpression(DateExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerWeeksExpression
- DateAddIntegerWeeksExpression(LocalDateExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerWeeksExpression
- DateAddIntegerYearsExpression(DateExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerYearsExpression
- DateAddIntegerYearsExpression(LocalDateExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerYearsExpression
- DateAddition() - Constructor for class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.DateAddition
-
Implements DateRepeat arithmetic for SQLite
- DATEADDITION - nz.co.gregs.dbvolution.internal.h2.DateRepeatFunctions
- DateAddMonthsExpression(DateExpression, NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddMonthsExpression
- DateAddMonthsExpression(LocalDateExpression, NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddMonthsExpression
- DateAddSecondsExpression(DateExpression, NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddSecondsExpression
- DateAddSecondsExpression(LocalDateExpression, NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddSecondsExpression
- DateColumn - Class in nz.co.gregs.dbvolution.columns
-
Represents a database column storing a date value.
- DateColumn(RowDefinition, Date) - Constructor for class nz.co.gregs.dbvolution.columns.DateColumn
-
Create a DateColumn for the supplied field of the supplied row
- DateColumn(RowDefinition, DBDate) - Constructor for class nz.co.gregs.dbvolution.columns.DateColumn
-
Create a DateColumn for the supplied field of the supplied row
- DateCurrentDateExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateCurrentDateExpression
- DateCurrentDateExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateCurrentDateExpression
- DateCurrentTimeExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateCurrentTimeExpression
- DateCurrentTimeExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateCurrentTimeExpression
- DateDayExpression(DateExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateDayExpression
- DateDayExpression(LocalDateExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateDayExpression
- DateDayOfWeekExpression(DateExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateDayOfWeekExpression
- DateDayOfWeekExpression(LocalDateExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateDayOfWeekExpression
- DateDaysFromExpression(DateExpression, DateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateDaysFromExpression
- DateDaysFromExpression(LocalDateExpression, LocalDateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateDaysFromExpression
- DateEndOfMonthExpression(DateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateEndOfMonthExpression
- DateEndOfMonthExpression(LocalDateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateEndOfMonthExpression
- DateExpression - Class in nz.co.gregs.dbvolution.expressions
-
DateExpression implements standard functions that produce a Date or Time result.
- DateExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression
-
Default Constructor
- DateExpression(Date) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression
-
Create a DateExpression based on an existing Date.
- DateExpression(AnyResult<?>) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression
-
Create a DateExpression based on an existing
DateResult
. - DateExpression(DateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression
-
Create a DateExpression based on an existing
DateResult
. - DateExpression.DateAddDaysExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateAddIntegerDaysExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateAddIntegerHoursExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateAddIntegerMinutesExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateAddIntegerMonthsExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateAddIntegerSecondsExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateAddIntegerWeeksExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateAddIntegerYearsExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateAddMonthsExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateAddSecondsExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateCurrentDateExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateCurrentTimeExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateDayExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateDayOfWeekExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateDaysFromExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateEndOfMonthExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateGetDateRepeatFromExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateGetDurationFromExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateGreatestOfExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateHourExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateHoursFromExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateIfDBNullExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateIsExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateIsGreaterThanExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateIsGreaterThanOrEqualExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateIsInExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateIsLessThanExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateIsLessThanOrEqualExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateIsNotExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateIsNotInExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateLeastOfExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateMaxExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateMinExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateMinusDateRepeatExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateMinusDurationExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateMinuteExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateMinutesFromExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateMonthExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateMonthsFromExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateOnlyCurrentDateExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DatePlusDateRepeatExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DatePlusDurationExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateSecondAndSubsecondExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateSecondExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateSecondsFromExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateSubsecondExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateWeeksFromExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateYearExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.DateYearsFromExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.FirstValueExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.LastValueExpression - Class in nz.co.gregs.dbvolution.expressions
- DateExpression.NthValueExpression - Class in nz.co.gregs.dbvolution.expressions
- DateGetDateRepeatFromExpression(DateExpression, DateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateGetDateRepeatFromExpression
- DateGetDateRepeatFromExpression(LocalDateExpression, LocalDateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateGetDateRepeatFromExpression
- DateGetDurationFromExpression(DateExpression, DateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateGetDurationFromExpression
- DateGreatestOfExpression(DateResult[]) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateGreatestOfExpression
- DateGreatestOfExpression(LocalDateResult[]) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateGreatestOfExpression
- DateHourExpression(DateExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateHourExpression
- DateHourExpression(LocalDateExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateHourExpression
- DateHoursFromExpression(DateExpression, DateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateHoursFromExpression
- DateHoursFromExpression(LocalDateExpression, LocalDateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateHoursFromExpression
- DateIfDBNullExpression(DateExpression, DateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateIfDBNullExpression
- DateIfDBNullExpression(LocalDateExpression, LocalDateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIfDBNullExpression
- DateIfThenElseExpression(BooleanExpression, DateExpression, DateExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression.DateIfThenElseExpression
- DateIsExpression(DateExpression, DateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsExpression
- DateIsExpression(LocalDateExpression, LocalDateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsExpression
- DateIsGreaterThanExpression(DateExpression, DateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsGreaterThanExpression
- DateIsGreaterThanExpression(LocalDateExpression, LocalDateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsGreaterThanExpression
- DateIsGreaterThanOrEqualExpression(DateExpression, DateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsGreaterThanOrEqualExpression
- DateIsGreaterThanOrEqualExpression(LocalDateExpression, LocalDateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsGreaterThanOrEqualExpression
- DateIsInExpression(DateExpression, Collection<DateResult>) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsInExpression
- DateIsInExpression(LocalDateExpression, Collection<LocalDateResult>) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsInExpression
- DateIsLessThanExpression(DateExpression, DateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsLessThanExpression
- DateIsLessThanExpression(LocalDateExpression, LocalDateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsLessThanExpression
- DateIsLessThanOrEqualExpression(DateExpression, DateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsLessThanOrEqualExpression
- DateIsLessThanOrEqualExpression(LocalDateExpression, LocalDateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsLessThanOrEqualExpression
- DateIsNotExpression(DateExpression, DateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsNotExpression
- DateIsNotExpression(LocalDateExpression, LocalDateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsNotExpression
- DateIsNotInExpression(DateExpression, Collection<DateResult>) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsNotInExpression
- DateIsNotInExpression(LocalDateExpression, Collection<LocalDateResult>) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsNotInExpression
- DateLeastOfExpression(DateResult[]) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateLeastOfExpression
- DateLeastOfExpression(LocalDateResult[]) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateLeastOfExpression
- DateMaxExpression(DateExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateMaxExpression
- DateMaxExpression(LocalDateExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMaxExpression
- DateMinExpression(DateExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateMinExpression
- DateMinExpression(LocalDateExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMinExpression
- DateMinusDateRepeatExpression(DateExpression, DateRepeatResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateMinusDateRepeatExpression
- DateMinusDateRepeatExpression(LocalDateExpression, DateRepeatResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMinusDateRepeatExpression
- DateMinusDurationExpression(DateExpression, DurationResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateMinusDurationExpression
- DateMinuteExpression(DateExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateMinuteExpression
- DateMinuteExpression(LocalDateExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMinuteExpression
- DateMinutesFromExpression(DateExpression, DateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateMinutesFromExpression
- DateMinutesFromExpression(LocalDateExpression, LocalDateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMinutesFromExpression
- DateMonthExpression(DateExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateMonthExpression
- DateMonthExpression(LocalDateExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMonthExpression
- DateMonthsFromExpression(DateExpression, DateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateMonthsFromExpression
- DateMonthsFromExpression(LocalDateExpression, LocalDateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMonthsFromExpression
- DateOnlyCurrentDateExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateOnlyCurrentDateExpression
- DateOnlyCurrentDateExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateOnlyCurrentDateExpression
- DatePlusDateRepeatExpression(DateExpression, DateRepeatResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DatePlusDateRepeatExpression
- DatePlusDateRepeatExpression(LocalDateExpression, DateRepeatResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DatePlusDateRepeatExpression
- DatePlusDurationExpression(DateExpression, DurationResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DatePlusDurationExpression
- DATEREPEAT - nz.co.gregs.dbvolution.internal.h2.DataTypes
- DATEREPEAT_CREATION_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions
- DATEREPEAT_DATEADDITION_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions
- DATEREPEAT_DATESUBTRACTION_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions
- DATEREPEAT_DAY_PART_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions
- DATEREPEAT_EQUALS_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions
- DATEREPEAT_GREATERTHAN_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions
- DATEREPEAT_GREATERTHANEQUALS_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions
- DATEREPEAT_HOUR_PART_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions
- DATEREPEAT_LESSTHAN_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions
- DATEREPEAT_LESSTHANEQUALS_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions
- DATEREPEAT_MINUTE_PART_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions
- DATEREPEAT_MONTH_PART_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions
- DATEREPEAT_NOTEQUALS_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions
- DATEREPEAT_SECOND_PART_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions
- DATEREPEAT_YEAR_PART_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions
- DateRepeatColumn - Class in nz.co.gregs.dbvolution.columns
-
Represents a column of DateRepeat type.
- DateRepeatColumn(RowDefinition, DBDateRepeat) - Constructor for class nz.co.gregs.dbvolution.columns.DateRepeatColumn
-
Create a DateColumn for the supplied field of the supplied row
- DateRepeatColumn(RowDefinition, Period) - Constructor for class nz.co.gregs.dbvolution.columns.DateRepeatColumn
-
Create a DateColumn for the supplied field of the supplied row
- DateRepeatExpression - Class in nz.co.gregs.dbvolution.expressions
- DateRepeatExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Default constructor
- DateRepeatExpression(AnyResult<?>) - Constructor for class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Creates a new DateRepeatExression that represents the DateRepeat value supplied.
- DateRepeatExpression(DateRepeatResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Creates a new DateRepeatExression that represents the DateRepeat value supplied.
- DateRepeatExpression(Period) - Constructor for class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Creates a new DateRepeatExression that represents the value supplied.
- DateRepeatExpression.Comparison - Class in nz.co.gregs.dbvolution.expressions
- DateRepeatExpression.FirstValueExpression - Class in nz.co.gregs.dbvolution.expressions
- DateRepeatExpression.GetYearsExpression - Class in nz.co.gregs.dbvolution.expressions
- DateRepeatExpression.IsExpression - Class in nz.co.gregs.dbvolution.expressions
- DateRepeatExpression.IsGreaterThanOrEqualExpression - Class in nz.co.gregs.dbvolution.expressions
- DateRepeatExpression.LagExpression - Class in nz.co.gregs.dbvolution.expressions
- DateRepeatExpression.LastValueExpression - Class in nz.co.gregs.dbvolution.expressions
- DateRepeatExpression.LeadExpression - Class in nz.co.gregs.dbvolution.expressions
- DateRepeatExpression.NthValueExpression - Class in nz.co.gregs.dbvolution.expressions
- DateRepeatFunctions - Class in nz.co.gregs.dbvolution.internal.sqlite
-
Support DBvolution at Patreon
- DateRepeatFunctions - Enum in nz.co.gregs.dbvolution.internal.h2
-
Support DBvolution at Patreon
- DateRepeatFunctions.Create - Class in nz.co.gregs.dbvolution.internal.sqlite
-
The function used to create DateRepeat values in the SQLite database
- DateRepeatFunctions.DateAddition - Class in nz.co.gregs.dbvolution.internal.sqlite
-
Implements DateRepeat arithmetic for SQLite
- DateRepeatFunctions.DateSubtraction - Class in nz.co.gregs.dbvolution.internal.sqlite
-
Implements DateRepeat arithmetic for SQLite
- DateRepeatFunctions.Equals - Class in nz.co.gregs.dbvolution.internal.sqlite
-
Implements DateRepeat EQUALS for SQLite
- DateRepeatFunctions.GetDay - Class in nz.co.gregs.dbvolution.internal.sqlite
-
Implements DateRepeat GETDAY for SQLite
- DateRepeatFunctions.GetHour - Class in nz.co.gregs.dbvolution.internal.sqlite
-
Implements DateRepeat GETHOUR for SQLite
- DateRepeatFunctions.GetMinute - Class in nz.co.gregs.dbvolution.internal.sqlite
-
Implements DateRepeat GETMINUTE for SQLite
- DateRepeatFunctions.GetMonth - Class in nz.co.gregs.dbvolution.internal.sqlite
-
Implements DateRepeat GETMONTH for SQLite
- DateRepeatFunctions.GetSecond - Class in nz.co.gregs.dbvolution.internal.sqlite
-
Implements DateRepeat GETSECOND for SQLite
- DateRepeatFunctions.GetYear - Class in nz.co.gregs.dbvolution.internal.sqlite
-
Implements DateRepeat GETYEAR for SQLite
- DateRepeatFunctions.GreaterThan - Class in nz.co.gregs.dbvolution.internal.sqlite
-
Implements DateRepeat GREATERTHAN for SQLite
- DateRepeatFunctions.GreaterThanOrEqual - Class in nz.co.gregs.dbvolution.internal.sqlite
-
Implements DateRepeat GREATERTHANOREQUAL for SQLite
- DateRepeatFunctions.LessThan - Class in nz.co.gregs.dbvolution.internal.sqlite
-
Implements DateRepeat LESSTHAN for SQLite
- DateRepeatFunctions.LessThanOrEqual - Class in nz.co.gregs.dbvolution.internal.sqlite
-
Implements DateRepeat LESSTHANOREQUAL for SQLite
- DateRepeatFunctions.NotEquals - Class in nz.co.gregs.dbvolution.internal.sqlite
-
Implements DateRepeat NOT EQUALS for SQLite
- DateRepeatImpl - Class in nz.co.gregs.dbvolution.internal.datatypes
- DateRepeatImpl() - Constructor for class nz.co.gregs.dbvolution.internal.datatypes.DateRepeatImpl
-
Default constructor
- DateRepeatResult - Interface in nz.co.gregs.dbvolution.results
-
Support DBvolution at Patreon
- DateResult - Interface in nz.co.gregs.dbvolution.results
-
Interface required to be implemented by all DBExpressions that produce Date results
- DateSecondAndSubsecondExpression(DateExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateSecondAndSubsecondExpression
- DateSecondExpression(DateExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateSecondExpression
- DateSecondExpression(LocalDateExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateSecondExpression
- DateSecondsFromExpression(DateExpression, DateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateSecondsFromExpression
- DateSecondsFromExpression(LocalDateExpression, LocalDateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateSecondsFromExpression
- DateSubsecondExpression(DateExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateSubsecondExpression
- DateSubsecondExpression(LocalDateExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateSubsecondExpression
- DateSubtraction() - Constructor for class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.DateSubtraction
-
Implements DateRepeat arithmetic for SQLite
- DATESUBTRACTION - nz.co.gregs.dbvolution.internal.h2.DateRepeatFunctions
- DATETIME - nz.co.gregs.dbvolution.internal.sqlite.DataTypes
- dateValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
Returns the set value of this DBDate as a Java Date instance.
- dateValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBDateOnly
- DateWeeksFromExpression(DateExpression, DateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateWeeksFromExpression
- DateWeeksFromExpression(LocalDateExpression, LocalDateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateWeeksFromExpression
- DateYearExpression(DateExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateYearExpression
- DateYearExpression(LocalDateExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateYearExpression
- DateYearsFromExpression(DateExpression, DateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.DateYearsFromExpression
- DateYearsFromExpression(LocalDateExpression, LocalDateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateYearsFromExpression
- day() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Returns the day part of the date.
- day() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Returns the day part of the date.
- day() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Returns the day part of the date.
- day() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Returns the day part of the date.
- DAY_PART - nz.co.gregs.dbvolution.internal.h2.DateRepeatFunctions
- DAY_SUFFIX - Static variable in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
DateRepeat values are often stored as Strings of the format P2015Y12M30D23h59n59.0s
- DAY_SUFFIX - Static variable in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
DateRepeat values are often stored as Strings of the format P20D23h59n59.0s
- dayIs(Integer) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the day part of this date expression.
- dayIs(Integer) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the day part of this date expression.
- dayIs(Integer) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that tests the day part of this date expression.
- dayIs(Integer) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the day part of this date expression.
- dayIs(Long) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the day part of this date expression.
- dayIs(Long) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the day part of this date expression.
- dayIs(Long) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that tests the day part of this date expression.
- dayIs(Long) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the day part of this date expression.
- dayIs(Number) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the day part of this date expression.
- dayIs(Number) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the day part of this date expression.
- dayIs(Number) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that tests the day part of this date expression.
- dayIs(Number) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the day part of this date expression.
- dayIs(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the day part of this date expression.
- dayIs(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the day part of this date expression.
- dayIs(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that tests the day part of this date expression.
- dayIs(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the day part of this date expression.
- dayIs(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the day part of this date expression.
- dayIs(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the day part of this date expression.
- dayIs(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that tests the day part of this date expression.
- dayIs(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the day part of this date expression.
- dayOfWeek() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Return the index of the day of the week that this date expression refers to.
- dayOfWeek() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Return the index of the day of the week that this date expression refers to.
- dayOfWeek() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Return the index of the day of the week that this date expression refers to.
- dayOfWeek() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Return the index of the day of the week that this date expression refers to.
- DayOfWeekExpression(InstantExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.DayOfWeekExpression
- daysFrom(Instant) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Date Arithmetic: get the days between the date expression and the supplied date.
- daysFrom(LocalDate) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LocalDate Arithmetic: get the days between the date expression and the supplied date.
- daysFrom(LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: get the days between the date expression and the supplied date.
- daysFrom(Date) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: get the days between the date expression and the supplied date.
- daysFrom(DateResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: get the days between the date expression and the supplied date.
- daysFrom(InstantResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Date Arithmetic: get the days between the date expression and the supplied date.
- daysFrom(LocalDateResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LocalDate Arithmetic: get the days between the date expression and the supplied date.
- daysFrom(LocalDateTimeResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: get the days between the date expression and the supplied date.
- DaysFromExpression(InstantExpression, InstantResult) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.DaysFromExpression
- DBAction - Class in nz.co.gregs.dbvolution.actions
-
DBAction encapsulates the concept of permanent changes to the database.
- DBAction(R, QueryIntention) - Constructor for class nz.co.gregs.dbvolution.actions.DBAction
-
Standard action constructor.
- DBAction.RefetchRequirement - Enum in nz.co.gregs.dbvolution.actions
- DBActionList - Class in nz.co.gregs.dbvolution.actions
-
Encapsulates the concept of a contiguous series of actions performed, or to be performed, on a database.
- DBActionList(DBAction...) - Constructor for class nz.co.gregs.dbvolution.actions.DBActionList
-
Creates a new DBActionList containing the DBactions provided in the order specified.
- DBAdaptType - Annotation Type in nz.co.gregs.dbvolution.annotations
-
Adapts a non-DBvolution field or property to a DBvolution type, or adapts a DBvolution field or property to a different DBvolution type.
- DBAddMissingColumnsToTable - Class in nz.co.gregs.dbvolution.actions
- DBAddMissingColumnsToTable(DBRow) - Constructor for class nz.co.gregs.dbvolution.actions.DBAddMissingColumnsToTable
- DBAddMissingColumnsToTable.ColumnStructure - Class in nz.co.gregs.dbvolution.actions
- DBAlterTableAddColumnIfNeeded - Class in nz.co.gregs.dbvolution.actions
- DBAlterTableAddColumnIfNeeded(DBRow, PropertyWrapper<?, ?, ?>) - Constructor for class nz.co.gregs.dbvolution.actions.DBAlterTableAddColumnIfNeeded
- DBAutoIncrement - Annotation Type in nz.co.gregs.dbvolution.annotations
-
Used to indicate that this field is an auto-incrementing column in the database.
- DBBetweenExclusiveOperator - Class in nz.co.gregs.dbvolution.operators
-
Implements a type agnostic comparison that finds items between the 2 values but not the values themselves.
- DBBetweenExclusiveOperator(DBExpression, DBExpression) - Constructor for class nz.co.gregs.dbvolution.operators.DBBetweenExclusiveOperator
-
Implements a type agnostic comparison that finds items between the 2 values but not the values themselves.
- DBBetweenInclusiveExclusiveOperator - Class in nz.co.gregs.dbvolution.operators
-
Implements a type agnostic comparison that finds items between the 2 values including the first value but not the second.
- DBBetweenInclusiveExclusiveOperator(DBExpression, DBExpression) - Constructor for class nz.co.gregs.dbvolution.operators.DBBetweenInclusiveExclusiveOperator
-
Implements a type agnostic comparison that finds items between the 2 values including the first value but not the second.
- DBBetweenInclusiveOperator - Class in nz.co.gregs.dbvolution.operators
-
Implements a type agnostic comparison that finds items between the 2 values including the values themselves.
- DBBetweenInclusiveOperator(DBExpression, DBExpression) - Constructor for class nz.co.gregs.dbvolution.operators.DBBetweenInclusiveOperator
-
Implements a type agnostic comparison that finds items between the 2 values including the values themselves.
- DBBetweenOperator - Class in nz.co.gregs.dbvolution.operators
-
Uses the database's native BETWEEN operator and is thus not reliable.
- DBBetweenOperator(int, int) - Constructor for class nz.co.gregs.dbvolution.operators.DBBetweenOperator
-
Uses the database's native BETWEEN operator and is thus not reliable.
- DBBetweenOperator(String, String) - Constructor for class nz.co.gregs.dbvolution.operators.DBBetweenOperator
-
Uses the database's native BETWEEN operator and is thus not reliable.
- DBBetweenOperator(Date, Date) - Constructor for class nz.co.gregs.dbvolution.operators.DBBetweenOperator
-
Uses the database's native BETWEEN operator and is thus not reliable.
- DBBetweenOperator(DBExpression, DBExpression) - Constructor for class nz.co.gregs.dbvolution.operators.DBBetweenOperator
-
Uses the database's native BETWEEN operator and is thus not reliable.
- DBBitwiseEqualsOperator - Class in nz.co.gregs.dbvolution.operators
-
Creates a bitwise comparison for boolean or number expressions
- DBBitwiseEqualsOperator(BooleanExpression) - Constructor for class nz.co.gregs.dbvolution.operators.DBBitwiseEqualsOperator
-
Creates a bitwise comparison for boolean or number expressions
- DBBoolean - Class in nz.co.gregs.dbvolution.datatypes
-
Encapsulates database values that are Booleans.
- DBBoolean() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBBoolean
-
The default constructor for DBBoolean.
- DBBoolean(Boolean) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBBoolean
-
Creates a DBBoolean with the value provided.
- DBBoolean(BooleanExpression) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBBoolean
-
Creates a column expression with a boolean result from the expression provided.
- DBBooleanArray - Class in nz.co.gregs.dbvolution.datatypes
-
Encapsulates database values that are BIT arrays of up to 64 bits.
- DBBooleanArray() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBBooleanArray
-
The default constructor for DBBits.
- DBBooleanArray(boolean[]) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBBooleanArray
-
Creates a DBBits with the value provided.
- DBBooleanArray(Boolean[]) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBBooleanArray
-
Creates a DBBits with the value provided.
- DBBooleanArray(BooleanArrayExpression) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBBooleanArray
-
Creates a column expression with a Boolean[] result from the expression provided.
- DBBooleanEditor - Class in nz.co.gregs.dbvolution.datatypes
-
Support DBvolution at Patreon
- DBBooleanEditor() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBBooleanEditor
- DBBooleanPermittedValuesOperator - Class in nz.co.gregs.dbvolution.operators
-
Implements the EQUALS operator for DBBooleans
- DBBooleanPermittedValuesOperator(Boolean) - Constructor for class nz.co.gregs.dbvolution.operators.DBBooleanPermittedValuesOperator
-
Implements the EQUALS operator for DBBooleans.
- DBBulkInsert - Class in nz.co.gregs.dbvolution.actions
- DBBulkInsert() - Constructor for class nz.co.gregs.dbvolution.actions.DBBulkInsert
- DBByteArray - Class in nz.co.gregs.dbvolution.datatypes
-
Deprecated.DBByteArray does not correctly differentiate between CLOB and BLOB producing inconsistencies between databases. Move to
DBLargeBinary
for binaries like images orDBLargeText
for XML, HTML, or other large text values.Support DBvolution at Patreon
- DBByteArray() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.The Default constructor for a DBByteArray.
- DBByteArray(byte[]) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.Creates a column expression with a large object result from the expression provided.
- DBByteArray(ByteArrayResult) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.Creates a column expression with a large object result from the expression provided.
- DBColumn - Annotation Type in nz.co.gregs.dbvolution.annotations
-
Used to indicate that this field is associated with a database column and the name of that column.
- DBConnection - Interface in nz.co.gregs.dbvolution.databases.connections
- DBConnectionCluster - Class in nz.co.gregs.dbvolution.databases.connections
- DBConnectionCluster(DBDatabaseCluster) - Constructor for class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- DBConnectionSingle - Class in nz.co.gregs.dbvolution.databases.connections
- DBConnectionSingle(DBDatabase, Connection) - Constructor for class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- DBCreateDatabase - Class in nz.co.gregs.dbvolution.actions
- DBCreateDatabase(String) - Constructor for class nz.co.gregs.dbvolution.actions.DBCreateDatabase
- DBCreateForeignKeys - Class in nz.co.gregs.dbvolution.actions
- DBCreateForeignKeys(DBRow) - Constructor for class nz.co.gregs.dbvolution.actions.DBCreateForeignKeys
- DBCreateIndexesOnAllFields - Class in nz.co.gregs.dbvolution.actions
- DBCreateIndexesOnAllFields(DBRow) - Constructor for class nz.co.gregs.dbvolution.actions.DBCreateIndexesOnAllFields
- DBCreateTable - Class in nz.co.gregs.dbvolution.actions
- DBCreateTable(R, boolean) - Constructor for class nz.co.gregs.dbvolution.actions.DBCreateTable
- DBDatabase - Interface in nz.co.gregs.dbvolution.databases
- DBDatabaseCluster - Class in nz.co.gregs.dbvolution.databases
-
Creates a database cluster programmatically.
- DBDatabaseCluster() - Constructor for class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- DBDatabaseCluster(String) - Constructor for class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- DBDatabaseCluster(String, DatabaseConnectionSettings...) - Constructor for class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- DBDatabaseCluster(String, DBDatabase...) - Constructor for class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- DBDatabaseCluster(String, DBDatabaseCluster.Configuration) - Constructor for class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- DBDatabaseCluster(String, DBDatabaseCluster.Configuration, DatabaseConnectionSettings...) - Constructor for class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- DBDatabaseCluster(String, DBDatabaseCluster.Configuration, DBDatabase...) - Constructor for class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- DBDatabaseCluster(DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- DBDatabaseCluster(DBDatabaseClusterSettingsBuilder) - Constructor for class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- DBDatabaseCluster.Configuration - Class in nz.co.gregs.dbvolution.databases
- DBDatabaseCluster.Status - Enum in nz.co.gregs.dbvolution.databases
- DBDatabaseClusterSettingsBuilder - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- DBDatabaseClusterSettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.DBDatabaseClusterSettingsBuilder
- DBDatabaseClusterWithConfigFile - Class in nz.co.gregs.dbvolution.databases
-
Creates a DBDatabaseCluster based on the information in yamlConfigFilename.
- DBDatabaseClusterWithConfigFile(String, DBDatabaseCluster.Configuration, File) - Constructor for class nz.co.gregs.dbvolution.databases.DBDatabaseClusterWithConfigFile
-
Creates a DBDatabaseCluster based on the information in yamlConfigFile.
- DBDatabaseClusterWithConfigFile(String, DBDatabaseCluster.Configuration, String) - Constructor for class nz.co.gregs.dbvolution.databases.DBDatabaseClusterWithConfigFile
-
Creates a DBDatabaseCluster based on the information in yamlConfigFilename.
- DBDatabaseClusterWithConfigFile.DefaultConfigFinder - Class in nz.co.gregs.dbvolution.databases
- DBDatabaseClusterWithConfigFile.NoDatabaseConfigurationFound - Exception in nz.co.gregs.dbvolution.databases
- DBDatabaseClusterWithConfigFile.UnableToCreateDatabaseCluster - Exception in nz.co.gregs.dbvolution.databases
- DBDatabaseHandle - Class in nz.co.gregs.dbvolution.databases
-
A DBDatabaseHandle makes it easy to switch between databases.
- DBDatabaseHandle() - Constructor for class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- DBDatabaseHandle(DBDatabase) - Constructor for class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- DBDatabaseHandle(SettingsBuilder<?, ?>) - Constructor for class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- DBDatabaseImplementation - Class in nz.co.gregs.dbvolution.databases
-
DBDatabase is the repository of all knowledge about your database.
- DBDatabaseImplementation() - Constructor for class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Provides a convenient constructor for DBDatabases that have configuration details hardwired or are able to automatically retrieve the details.
- DBDatabaseImplementation(SettingsBuilder<?, ?>) - Constructor for class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Define a new DBDatabase.
- DBDatabaseImplementation.ResponseToException - Enum in nz.co.gregs.dbvolution.databases
- DBDatabaseImplementation.RunRegularProcessors - Class in nz.co.gregs.dbvolution.databases
- DBDatabaseMetaData - Class in nz.co.gregs.dbvolution.databases.metadata
- DBDatabaseMetaData(Options) - Constructor for class nz.co.gregs.dbvolution.databases.metadata.DBDatabaseMetaData
- DBDate - Class in nz.co.gregs.dbvolution.datatypes
-
Encapsulates database values that are Dates.
- DBDate() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBDate
-
The default constructor for DBDate.
- DBDate(Date) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBDate
-
Creates a DBDate with the value provided.
- DBDate(DateExpression) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBDate
-
Creates a column expression with a date result from the expression provided.
- DBDateEditor - Class in nz.co.gregs.dbvolution.datatypes
-
Uses the default formatting provided in DBDate or the
SimpleDateFormat
format provided. - DBDateEditor() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBDateEditor
- DBDateOnly - Class in nz.co.gregs.dbvolution.datatypes
-
Encapsulates date values that only include year, month, and day values.
- DBDateOnly() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBDateOnly
-
The default constructor for DBDateOnly.
- DBDateOnly(Timestamp) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBDateOnly
-
Creates a DBDateOnly with the value provided.
- DBDateOnly(Date) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBDateOnly
-
Creates a DBDateOnly with the value provided.
- DBDateOnly(DateExpression) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBDateOnly
-
Creates a column expression with a date result from the expression provided.
- DBDateOnlyEditor - Class in nz.co.gregs.dbvolution.datatypes
-
Support DBvolution at Patreon
- DBDateOnlyEditor() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBDateOnlyEditor
- DBDateRepeat - Class in nz.co.gregs.dbvolution.datatypes
-
Encapsulates database values that are differences between dates.
- DBDateRepeat() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBDateRepeat
-
Default constructor.
- DBDateRepeat(DateRepeatExpression) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBDateRepeat
-
Creates a DBDateRepeat with the DateRepeatExpression specified.
- DBDateRepeat(Period) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBDateRepeat
-
Creates a new DBDateRepeat with the value specified.
- DBDefinition - Class in nz.co.gregs.dbvolution.databases.definitions
- DBDefinition() - Constructor for class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- DBDefinition.GroupByClauseMethod - Enum in nz.co.gregs.dbvolution.databases.definitions
- DBDelete - Class in nz.co.gregs.dbvolution.actions
-
Provides support for the abstract concept of deleting rows.
- DBDelete(R, QueryIntention) - Constructor for class nz.co.gregs.dbvolution.actions.DBDelete
-
Creates a DBDelete action for the supplied row.
- DBDeleteAll - Class in nz.co.gregs.dbvolution.actions
-
Supplies supports for the abstract concept of deleting rows based on an example row.
- DBDeleteAll(R) - Constructor for class nz.co.gregs.dbvolution.actions.DBDeleteAll
-
Creates a DBDeleteByExample action for the supplied example DBRow on the supplied database.
- DBDeleteByExample - Class in nz.co.gregs.dbvolution.actions
-
Supplies supports for the abstract concept of deleting rows based on an example row.
- DBDeleteByExample(R) - Constructor for class nz.co.gregs.dbvolution.actions.DBDeleteByExample
-
Creates a DBDeleteByExample action for the supplied example DBRow on the supplied database.
- DBDeleteByPrimaryKey - Class in nz.co.gregs.dbvolution.actions
-
Provides support for the abstract concept of deleting rows based on a primary key.
- DBDeleteByPrimaryKey(R) - Constructor for class nz.co.gregs.dbvolution.actions.DBDeleteByPrimaryKey
-
Creates a DBDeleteByPrimaryKey action for the supplied example DBRow on the supplied database.
- DBDeleteUsingAllColumns - Class in nz.co.gregs.dbvolution.actions
-
Provides support for the abstract concept of deleting rows based on a defined row without a primary key.
- DBDeleteUsingAllColumns(R) - Constructor for class nz.co.gregs.dbvolution.actions.DBDeleteUsingAllColumns
-
Creates a DBDeleteUsingAllColumns action for the supplied example DBRow on the supplied database.
- DBDropDatabase - Class in nz.co.gregs.dbvolution.actions
- DBDropDatabase(String) - Constructor for class nz.co.gregs.dbvolution.actions.DBDropDatabase
- DBDropForeignKeys - Class in nz.co.gregs.dbvolution.actions
- DBDropForeignKeys(DBRow) - Constructor for class nz.co.gregs.dbvolution.actions.DBDropForeignKeys
- DBDropTable - Class in nz.co.gregs.dbvolution.actions
- DBDropTable(R) - Constructor for class nz.co.gregs.dbvolution.actions.DBDropTable
- DBDuration - Class in nz.co.gregs.dbvolution.datatypes
-
Encapsulates database values that are differences between dates.
- DBDuration() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBDuration
-
Default constructor.
- DBDuration(Duration) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBDuration
-
Creates a new DBDuration with the value specified.
- DBDuration(DurationExpression) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBDuration
-
Creates a DBDuration with the DurationExpression specified.
- DBEncryptedText - Class in nz.co.gregs.dbvolution.datatypes
- DBEncryptedText() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBEncryptedText
- DBEnum<ENUM extends Enum<ENUM> & DBEnumValue<BASETYPE>,BASETYPE> - Class in nz.co.gregs.dbvolution.datatypes
-
Base class for enumeration-aware queryable datatypes.
- DBEnum() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBEnum
-
The default constructor for DBEnums.
- DBEnum(BASETYPE) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBEnum
-
Creates a DBEnum with the value provided.
- DBEnum(ENUM) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBEnum
-
Creates a DBEnum with the value set to the provided value.
- DBEnum(DBExpression) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBEnum
-
Create a DBEnum with a permanent column expression.
- DBEnumValue<V> - Interface in nz.co.gregs.dbvolution.datatypes
-
Used to identify the database-centric value of an enumeration.
- DBEqualsIgnoreCaseOperator - Class in nz.co.gregs.dbvolution.operators
-
Implements the EQUALS operator for DBStrings, but case-insensitive.
- DBEqualsIgnoreCaseOperator(DBExpression) - Constructor for class nz.co.gregs.dbvolution.operators.DBEqualsIgnoreCaseOperator
-
Implements the EQUALS operator for DBStrings, but case-insensitive.
- DBEqualsOperator - Class in nz.co.gregs.dbvolution.operators
-
Implements the EQUALS operator.
- DBEqualsOperator(Object) - Constructor for class nz.co.gregs.dbvolution.operators.DBEqualsOperator
-
Implements the EQUALS operator.
- DBEqualsOperator(DBExpression) - Constructor for class nz.co.gregs.dbvolution.operators.DBEqualsOperator
-
Implements the EQUALS operator.
- DBExpression - Interface in nz.co.gregs.dbvolution.expressions
-
Interface to be implemented by all DBvolution objects that produce an SQL snippet.
- DBExtractor - Class in nz.co.gregs.dbvolution
-
Extractor to retrieve data from unreliable or resource constrained databases, or from exceptionally large queries.
- DBExtractor() - Constructor for class nz.co.gregs.dbvolution.DBExtractor
-
Default constructor.
- DBForeignKey - Annotation Type in nz.co.gregs.dbvolution.annotations
-
Indicates that this field is a Foreign Key to another database table and specifies the table.
- DBGreaterThanOperator - Class in nz.co.gregs.dbvolution.operators
-
Implements GREATERTHAN for all types that support it.
- DBGreaterThanOperator(DBExpression) - Constructor for class nz.co.gregs.dbvolution.operators.DBGreaterThanOperator
-
Implements GREATERTHAN for all types that support it.
- DBGreaterThanOrEqualsOperator - Class in nz.co.gregs.dbvolution.operators
-
Implements GREATERTHANEQUALS for all types that support it.
- DBGreaterThanOrEqualsOperator(DBExpression) - Constructor for class nz.co.gregs.dbvolution.operators.DBGreaterThanOrEqualsOperator
-
Implements GREATERTHANEQUALS for all types that support it.
- DBInIgnoreCaseOperator - Class in nz.co.gregs.dbvolution.operators
-
Implements a case-insensitive version of IN for Strings.
- DBInIgnoreCaseOperator() - Constructor for class nz.co.gregs.dbvolution.operators.DBInIgnoreCaseOperator
-
Default constructor
- DBInIgnoreCaseOperator(List<DBExpression>) - Constructor for class nz.co.gregs.dbvolution.operators.DBInIgnoreCaseOperator
-
Implements a case-insensitive version of IN for Strings.
- DBInOperator - Class in nz.co.gregs.dbvolution.operators
-
Creates an operator that compares a column to a list of values using the IN operator or similar.
- DBInOperator() - Constructor for class nz.co.gregs.dbvolution.operators.DBInOperator
-
Default constructor
- DBInOperator(Collection<DBExpression>) - Constructor for class nz.co.gregs.dbvolution.operators.DBInOperator
-
Creates an operator that compares a column to a list of values using the IN operator or similar.
- DBInsert - Class in nz.co.gregs.dbvolution.actions
-
Provides support for the abstract concept of inserting rows.
- DBInsert(R) - Constructor for class nz.co.gregs.dbvolution.actions.DBInsert
-
Creates a DBInsert action for the row.
- DBInsert.InsertFields - Class in nz.co.gregs.dbvolution.actions
- DBInsertLargeObjects - Class in nz.co.gregs.dbvolution.actions
-
Used by
DBInsert
to insert BLOB columns. - DBInsertLargeObjects(DBRow) - Constructor for class nz.co.gregs.dbvolution.actions.DBInsertLargeObjects
-
Creates a DBInsertLargeObjects action for the row.
- DBInstant - Class in nz.co.gregs.dbvolution.datatypes
-
Encapsulates database values that are Dates.
- DBInstant() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBInstant
-
The default constructor for DBDate.
- DBInstant(Instant) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Creates a DBDate with the value provided.
- DBInstant(InstantExpression) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Creates a column expression with a date result from the expression provided.
- DBInteger - Class in nz.co.gregs.dbvolution.datatypes
-
Encapsulates database values that are Integers.
- DBInteger() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBInteger
-
The default constructor for DBInteger.
- DBInteger(int) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Create a DBInteger with the value set to the value provided..
- DBInteger(long) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Create a DBInteger with the value set to the value provided..
- DBInteger(Integer) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Create a DBInteger with the value set to the value provided..
- DBInteger(Long) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Create a DBInteger with the value set to the value provided..
- DBInteger(IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Create a DBInteger as a column expression.
- DBInteger(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Create a DBInteger as a column expression.
- DBIntegerEditor - Class in nz.co.gregs.dbvolution.datatypes
-
Support DBvolution at Patreon
- DBIntegerEditor() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBIntegerEditor
- DBIntegerEnum<E extends Enum<E> & DBEnumValue<Long>> - Class in nz.co.gregs.dbvolution.datatypes
-
Like
DBInteger
except that the database value can be easily interpreted as an enumeration withInteger
orLong
codes. - DBIntegerEnum() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
The default constructor for DBIntegerEnum.
- DBIntegerEnum(E) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
Creates a DBIntegerEnum set to the value supplied..
- DBIntegerEnum(Integer) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
Creates a DBIntegerEnum set to the value supplied.
- DBIntegerEnum(Long) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
Creates a DBIntegerEnum set to the value supplied..
- DBIntegerEnum(IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
Creates a DBIntegerEnum that will be evaluated on the database using the expression supplied.
- DBIsNullOperator - Class in nz.co.gregs.dbvolution.operators
- DBIsNullOperator() - Constructor for class nz.co.gregs.dbvolution.operators.DBIsNullOperator
- DBJavaObject<O> - Class in nz.co.gregs.dbvolution.datatypes
-
Implements the abstractions required for handling Java Objects stored in the database
- DBJavaObject() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBJavaObject
- DBJavaObject(LargeObjectResult<O>) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBJavaObject
- DBJavaObject(O) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBJavaObject
- DBLargeBinary - Class in nz.co.gregs.dbvolution.datatypes
- DBLargeBinary() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
-
The Default constructor for a DBBinaryObject.
- DBLargeBinary(byte[]) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
- DBLargeBinary(LargeBinaryResult) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
-
Creates a column expression with a large object result from the expression provided.
- DBLargeObject<T> - Class in nz.co.gregs.dbvolution.datatypes
-
Encapsulates database values that are large, vague objects.
- DBLargeObject() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBLargeObject
-
The default constructor for DBLargeObject.
- DBLargeObject(LargeObjectResult<T>) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBLargeObject
-
The column expression constructor for DBLargeObject.
- DBLargeObject(T) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBLargeObject
-
The column expression constructor for DBLargeObject.
- DBLargeText - Class in nz.co.gregs.dbvolution.datatypes
-
Implements the abstractions necessary to handle exceptionally large texts stored in the database.
- DBLargeText() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBLargeText
-
The Default constructor for a DBByteObject.
- DBLargeText(byte[]) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBLargeText
- DBLargeText(LargeTextResult) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBLargeText
-
Creates a column expression with a large object result from the expression provided.
- DBLessThanOperator - Class in nz.co.gregs.dbvolution.operators
-
Implements LESSTHAN for all types that support it.
- DBLessThanOperator() - Constructor for class nz.co.gregs.dbvolution.operators.DBLessThanOperator
-
Default Constructor
- DBLessThanOperator(DBExpression) - Constructor for class nz.co.gregs.dbvolution.operators.DBLessThanOperator
-
Implements LESSTHAN for all types that support it.
- DBLessThanOrEqualOperator - Class in nz.co.gregs.dbvolution.operators
-
Implements LESSTHANEQUALS for all types that support it.
- DBLessThanOrEqualOperator() - Constructor for class nz.co.gregs.dbvolution.operators.DBLessThanOrEqualOperator
-
Default constructor
- DBLessThanOrEqualOperator(DBExpression) - Constructor for class nz.co.gregs.dbvolution.operators.DBLessThanOrEqualOperator
-
Implements LESSTHANEQUALS for all types that support it.
- DBLikeCaseInsensitiveOperator - Class in nz.co.gregs.dbvolution.operators
-
Implements LIKE for all types that support it, but with case-insensitivity.
- DBLikeCaseInsensitiveOperator() - Constructor for class nz.co.gregs.dbvolution.operators.DBLikeCaseInsensitiveOperator
-
Default constructor
- DBLikeCaseInsensitiveOperator(String) - Constructor for class nz.co.gregs.dbvolution.operators.DBLikeCaseInsensitiveOperator
-
Implements LIKE for all types that support it, but with case-insensitivity.
- DBLikeCaseInsensitiveOperator(StringExpression) - Constructor for class nz.co.gregs.dbvolution.operators.DBLikeCaseInsensitiveOperator
-
Implements LIKE for all types that support it, but with case-insensitivity.
- DBLikeOperator - Class in nz.co.gregs.dbvolution.operators
-
Implements LIKE for all types that support it.
- DBLikeOperator() - Constructor for class nz.co.gregs.dbvolution.operators.DBLikeOperator
-
Default constructor
- DBLikeOperator(String) - Constructor for class nz.co.gregs.dbvolution.operators.DBLikeOperator
-
Implements LIKE for all types that support it.
- DBLikeOperator(StringExpression) - Constructor for class nz.co.gregs.dbvolution.operators.DBLikeOperator
-
Implements LIKE for all types that support it.
- DBLine2D - Class in nz.co.gregs.dbvolution.datatypes.spatial2D
-
Represents datatypes and columns that are composed of a series of points connected as a line.
- DBLine2D() - Constructor for class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLine2D
-
Default constructor.
- DBLine2D(Coordinate...) - Constructor for class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLine2D
- DBLine2D(LineString) - Constructor for class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLine2D
-
Create a DBLine2D with the value set to the
LineString
provided. - DBLine2D(Point...) - Constructor for class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLine2D
-
Create a DBLine2D with the value set to the
LineString
provided. - DBLine2D(Line2DExpression) - Constructor for class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLine2D
-
Create a DBLine2D using the value supplied.
- DBLine2D(MultiPoint2DResult) - Constructor for class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLine2D
-
Create a DBLine2D with the value set to the
multipoint value or value
provided. - DBLineSegment2D - Class in nz.co.gregs.dbvolution.datatypes.spatial2D
-
Represents datatypes and columns that are composed of a 2 points connected as a line.
- DBLineSegment2D() - Constructor for class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLineSegment2D
-
Default constructor.
- DBLineSegment2D(Coordinate, Coordinate) - Constructor for class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLineSegment2D
- DBLineSegment2D(LineSegment) - Constructor for class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLineSegment2D
-
Create a DBLine2D with the value set to the
LineString
provided. - DBLineSegment2D(Point, Point) - Constructor for class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLineSegment2D
- DBLineSegment2D(Double, Double, Double, Double) - Constructor for class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLineSegment2D
- DBLineSegment2D(LineSegment2DExpression) - Constructor for class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLineSegment2D
-
Create a DBLine2D using the expression supplied.
- DBLocalDate - Class in nz.co.gregs.dbvolution.datatypes
-
Encapsulates database values that are Dates.
- DBLocalDate() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
The default constructor for DBDate.
- DBLocalDate(LocalDate) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
Creates a DBDate with the value provided.
- DBLocalDate(LocalDateExpression) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
Creates a column expression with a date result from the expression provided.
- DBLocalDateTime - Class in nz.co.gregs.dbvolution.datatypes
-
Encapsulates database values that are Dates.
- DBLocalDateTime() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
The default constructor for DBDate.
- DBLocalDateTime(LocalDateTime) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Creates a DBDate with the value provided.
- DBLocalDateTime(LocalDateTimeExpression) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Creates a column expression with a date result from the expression provided.
- DBMigration<M extends DBRow> - Class in nz.co.gregs.dbvolution
- DBMigrationAction<R extends DBRow> - Class in nz.co.gregs.dbvolution.actions
-
Provides support for the abstract concept of migrating rows using one or more tables to another table.
- DBMigrationAction(DBMigration<R>, DBRow, DBRow...) - Constructor for class nz.co.gregs.dbvolution.actions.DBMigrationAction
-
Creates a DBMigrate action for the row.
- DBMigrationValidation<R extends DBRow> - Class in nz.co.gregs.dbvolution
-
Provides support for the abstract concept of validating migration rows from one or more tables to another table.
- DBMigrationValidation(DBMigration<R>, DBRow, DBRow...) - Constructor for class nz.co.gregs.dbvolution.DBMigrationValidation
-
Creates a DBValidate action for the table.
- DBMigrationValidation.Result - Class in nz.co.gregs.dbvolution
-
A validation result.
- DBMigrationValidation.Results - Class in nz.co.gregs.dbvolution
-
Results produced by validating a migration.
- DBMultiPoint2D - Class in nz.co.gregs.dbvolution.datatypes.spatial2D
-
Represents database columns and values that are list of 2 dimensional points: a MULTIPOINT.
- DBMultiPoint2D() - Constructor for class nz.co.gregs.dbvolution.datatypes.spatial2D.DBMultiPoint2D
-
Create an unset undefined DBPoint2D object to represent a Point column or value.
- DBMultiPoint2D(MultiPoint) - Constructor for class nz.co.gregs.dbvolution.datatypes.spatial2D.DBMultiPoint2D
-
Create a DBPoint2D object to represent a Point column or value using the value supplied.
- DBMultiPoint2D(Point...) - Constructor for class nz.co.gregs.dbvolution.datatypes.spatial2D.DBMultiPoint2D
-
Create DBpoint2D and set it's value to the JTS
Point
provided. - DBMultiPoint2D(MultiPoint2DExpression) - Constructor for class nz.co.gregs.dbvolution.datatypes.spatial2D.DBMultiPoint2D
-
Create a DBPoint2D with the column value specified.
- DBNonOperator - Class in nz.co.gregs.dbvolution.operators
-
Creates an operation that does nothing.
- DBNonOperator() - Constructor for class nz.co.gregs.dbvolution.operators.DBNonOperator
- DBNumber - Class in nz.co.gregs.dbvolution.datatypes
-
Encapsulates database values that are Numbers.
- DBNumber() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBNumber
-
The default constructor for DBNumber.
- DBNumber(Long) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBNumber
- DBNumber(Number) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBNumber
-
Creates a new DBNumber with the value set to the number provided.
- DBNumber(IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBNumber
- DBNumber(NumberExpression...) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBNumber
-
Creates a column expression with a number result from the expression provided.
- DBNumberEditor - Class in nz.co.gregs.dbvolution.datatypes
-
Support DBvolution at Patreon
- DBNumberEditor() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBNumberEditor
- DBNumberStatistics - Class in nz.co.gregs.dbvolution.datatypes
- DBNumberStatistics() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBNumberStatistics
-
The default constructor for DBNumberStatistics.
- DBNumberStatistics(IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBNumberStatistics
-
Creates a column expression with a statistics result from the expression provided.
- DBNumberStatistics(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBNumberStatistics
-
Creates a column expression with a statistics result from the expression provided.
- DBOperator - Class in nz.co.gregs.dbvolution.operators
-
Support DBvolution at Patreon
- DBOperator() - Constructor for class nz.co.gregs.dbvolution.operators.DBOperator
-
Create a DBOperator with all NULL values.
- DBOperator(DBExpression) - Constructor for class nz.co.gregs.dbvolution.operators.DBOperator
-
Create a DBOperator with the first parameter specified.
- DBOperator(DBExpression, DBExpression) - Constructor for class nz.co.gregs.dbvolution.operators.DBOperator
-
Create a DBOperator with first and second parameters specified.
- DBOperator(DBExpression, DBExpression, DBExpression) - Constructor for class nz.co.gregs.dbvolution.operators.DBOperator
-
Create a DBOperator with first, second, and third parameters specified.
- DBPasswordHash - Class in nz.co.gregs.dbvolution.datatypes
-
Creates a password column using the secure hashing.
- DBPasswordHash() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBPasswordHash
- DBPasswordHash(int) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBPasswordHash
-
logRounds should be an number between 4 and 30, probably around 10.
- DBPasswordHash(String) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBPasswordHash
- DBPasswordHash(String, int) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBPasswordHash
-
logRounds should be an number between 4 and 30, probably around 10.
- DBPermittedPatternIgnoreCaseOperator - Class in nz.co.gregs.dbvolution.operators
-
Implements a case-insensitive version of the LIKE operator for Strings
- DBPermittedPatternIgnoreCaseOperator() - Constructor for class nz.co.gregs.dbvolution.operators.DBPermittedPatternIgnoreCaseOperator
-
Default constructor
- DBPermittedPatternIgnoreCaseOperator(String) - Constructor for class nz.co.gregs.dbvolution.operators.DBPermittedPatternIgnoreCaseOperator
-
Implements a case-insensitive version of the LIKE operator for Strings
- DBPermittedPatternIgnoreCaseOperator(StringExpression) - Constructor for class nz.co.gregs.dbvolution.operators.DBPermittedPatternIgnoreCaseOperator
-
Implements a case-insensitive version of the LIKE operator for Strings
- DBPermittedPatternOperator - Class in nz.co.gregs.dbvolution.operators
-
Implements the LIKE operator for Strings
- DBPermittedPatternOperator() - Constructor for class nz.co.gregs.dbvolution.operators.DBPermittedPatternOperator
-
Default constructor
- DBPermittedPatternOperator(String) - Constructor for class nz.co.gregs.dbvolution.operators.DBPermittedPatternOperator
-
Implements the LIKE operator for Strings
- DBPermittedPatternOperator(StringExpression) - Constructor for class nz.co.gregs.dbvolution.operators.DBPermittedPatternOperator
-
Implements the LIKE operator for Strings
- DBPermittedRangeExclusiveOperator - Class in nz.co.gregs.dbvolution.operators
-
Implements a BETWEEN operator that excludes the end points of the range.
- DBPermittedRangeExclusiveOperator(Object, Object) - Constructor for class nz.co.gregs.dbvolution.operators.DBPermittedRangeExclusiveOperator
-
Implements a BETWEEN operator that excludes the end points of the range.
- DBPermittedRangeInclusiveOperator - Class in nz.co.gregs.dbvolution.operators
-
Implements a BETWEEN operator that includes the end points of the range.
- DBPermittedRangeInclusiveOperator(Object, Object) - Constructor for class nz.co.gregs.dbvolution.operators.DBPermittedRangeInclusiveOperator
-
Implements a BETWEEN operator that includes the end points of the range.
- DBPermittedRangeOperator<T> - Class in nz.co.gregs.dbvolution.operators
-
Implements a BETWEEN operator that includes the beginning of the range but excludes the end.
- DBPermittedRangeOperator(T, T) - Constructor for class nz.co.gregs.dbvolution.operators.DBPermittedRangeOperator
-
Implements a BETWEEN operator that includes the beginning of the range but excludes the end.
- DBPermittedValuesIgnoreCaseOperator - Class in nz.co.gregs.dbvolution.operators
-
Provides an operator that checks that the column matches the provided values, while remaining case-insensitive.
- DBPermittedValuesIgnoreCaseOperator(String...) - Constructor for class nz.co.gregs.dbvolution.operators.DBPermittedValuesIgnoreCaseOperator
-
Provides an operator that checks that the column matches the provided values, while remaining case-insensitive.
- DBPermittedValuesIgnoreCaseOperator(Collection<String>) - Constructor for class nz.co.gregs.dbvolution.operators.DBPermittedValuesIgnoreCaseOperator
-
Provides an operator that checks that the column matches the provided values, while remaining case-insensitive.
- DBPermittedValuesIgnoreCaseOperator(StringExpression[]) - Constructor for class nz.co.gregs.dbvolution.operators.DBPermittedValuesIgnoreCaseOperator
-
Provides an operator that checks that the column matches the provided values, while remaining case-insensitive.
- DBPermittedValuesOperator<T> - Class in nz.co.gregs.dbvolution.operators
-
Provides an operator that checks that the column matches the provided values.
- DBPermittedValuesOperator(Collection<T>) - Constructor for class nz.co.gregs.dbvolution.operators.DBPermittedValuesOperator
-
Provides an operator that checks that the column matches the provided values.
- DBPermittedValuesOperator(T...) - Constructor for class nz.co.gregs.dbvolution.operators.DBPermittedValuesOperator
-
Provides an operator that checks that the column matches the provided values.
- DBPoint2D - Class in nz.co.gregs.dbvolution.datatypes.spatial2D
-
Represents database columns and values that are a 2 dimensional point: an pair of X and Y values.
- DBPoint2D() - Constructor for class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPoint2D
-
Create an unset undefined DBPoint2D object to represent a Point column or value.
- DBPoint2D(Point) - Constructor for class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPoint2D
-
Create DBpoint2D and set it's value to the JTS
Point
provided. - DBPoint2D(Double, Double) - Constructor for class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPoint2D
- DBPoint2D(Point2DExpression) - Constructor for class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPoint2D
-
Create a DBPoint2D with the column value specified.
- DBPolygon2D - Class in nz.co.gregs.dbvolution.datatypes.spatial2D
-
Represents database columns and values that are a 2 dimensional polygon: an closed ordered set of X and Y values defining a solid shape.
- DBPolygon2D() - Constructor for class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPolygon2D
-
Create an unset undefined DBPolygon2D object to represent a Polygon column or value.
- DBPolygon2D(Polygon) - Constructor for class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPolygon2D
-
Create DBPolygon2D and set it's value to the JTS
Polygon
provided. - DBPolygon2D(Polygon2DResult) - Constructor for class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPolygon2D
-
Create a DBPolygon2D with the column expression specified.
- DBPrimaryKey - Annotation Type in nz.co.gregs.dbvolution.annotations
-
DBPrimaryKey indicates that the field is the primary key for the table.
- DBQuery - Class in nz.co.gregs.dbvolution
-
The Definition of a Query on a Database
- DBQuery(DBDatabase) - Constructor for class nz.co.gregs.dbvolution.DBQuery
- DBQueryable - Interface in nz.co.gregs.dbvolution.actions
- DBQueryException - Exception in nz.co.gregs.dbvolution.exceptions
-
Deprecated.
- DBQueryException(Throwable) - Constructor for exception nz.co.gregs.dbvolution.exceptions.DBQueryException
-
Deprecated.
- DBQueryInsert<M extends DBRow> - Class in nz.co.gregs.dbvolution
-
DBQueryInsert performs a SELECT...INTO query of data from one table to another.
- DBQueryInsert(DBDatabase, M) - Constructor for class nz.co.gregs.dbvolution.DBQueryInsert
- DBQueryInsertAction<R extends DBRow> - Class in nz.co.gregs.dbvolution.actions
-
Provides support for the abstract concept of migrating rows from one or more tables to another table.
- DBQueryInsertAction(DBQueryInsert<R>, DBRow, DBRow...) - Constructor for class nz.co.gregs.dbvolution.actions.DBQueryInsertAction
-
Creates a DBMigrate action for the row.
- DBQueryRow - Class in nz.co.gregs.dbvolution
-
Contains all the instances of DBRow that are associated with one line of a DBQuery request.
- DBQueryRow(QueryDetails) - Constructor for class nz.co.gregs.dbvolution.DBQueryRow
- DBRawSQLTransaction - Class in nz.co.gregs.dbvolution.transactions
-
Performs transactions for arbitrary SQL strings.
- DBRawSQLTransaction(String) - Constructor for class nz.co.gregs.dbvolution.transactions.DBRawSQLTransaction
-
Create a DBRawSQLTransaction object for the SQL provided.
- DBRecursiveQuery<T extends DBRow> - Class in nz.co.gregs.dbvolution
-
Provides the infrastructure required to create recursive queries.
- DBRecursiveQuery(DBQuery, ColumnProvider) - Constructor for class nz.co.gregs.dbvolution.DBRecursiveQuery
-
Create a DBRecursiveQuery based on the query and foreign key supplied.
- DBReport - Class in nz.co.gregs.dbvolution
-
DBReport provides support for defining a complex query permanently.
- DBReport() - Constructor for class nz.co.gregs.dbvolution.DBReport
- DBRequiredTable - Annotation Type in nz.co.gregs.dbvolution.annotations
-
DBRequiredTable instructs the database to create this table if necessary.
- DBRow - Class in nz.co.gregs.dbvolution
-
DBRow is the representation of a table and its structure.
- DBRow() - Constructor for class nz.co.gregs.dbvolution.DBRow
- DBRowClass - Class in nz.co.gregs.dbvolution.internal.query
- DBRowClass(DBRow) - Constructor for class nz.co.gregs.dbvolution.internal.query.DBRowClass
- DBRowClassNameComparator - Class in nz.co.gregs.dbvolution.internal.query
-
Support DBvolution at Patreon
- DBRowClassNameComparator() - Constructor for class nz.co.gregs.dbvolution.internal.query.DBRowClassNameComparator
-
Compares DBRow Classes using their canonical names.
- DBRowNameComparator - Class in nz.co.gregs.dbvolution.internal.query
-
Support DBvolution at Patreon
- DBRowNameComparator() - Constructor for class nz.co.gregs.dbvolution.internal.query.DBRowNameComparator
-
Compares DBRows using their canonical names.
- DBRowSubclassGenerator - Class in nz.co.gregs.dbvolution.generation
- DBRuntimeException - Exception in nz.co.gregs.dbvolution.exceptions
-
Thrown when unexpected errors occur.
- DBRuntimeException() - Constructor for exception nz.co.gregs.dbvolution.exceptions.DBRuntimeException
-
Thrown when unexpected errors occur.
- DBRuntimeException(String) - Constructor for exception nz.co.gregs.dbvolution.exceptions.DBRuntimeException
-
Thrown when unexpected errors occur.
- DBRuntimeException(String, Throwable) - Constructor for exception nz.co.gregs.dbvolution.exceptions.DBRuntimeException
-
Thrown when unexpected errors occur.
- DBRuntimeException(Throwable) - Constructor for exception nz.co.gregs.dbvolution.exceptions.DBRuntimeException
-
Thrown when unexpected errors occur.
- DBSafeInternalQDTAdaptor(Class<? extends QueryableDatatype<?>>, SafeOneWaySimpleTypeAdaptor) - Constructor for class nz.co.gregs.dbvolution.datatypes.QueryableDatatypeSyncer.DBSafeInternalQDTAdaptor
-
Constructor
- DBScript - Class in nz.co.gregs.dbvolution
-
A convenient method of implement a database script in DBvolution.
- DBScript() - Constructor for class nz.co.gregs.dbvolution.DBScript
- DBSelectQuery - Annotation Type in nz.co.gregs.dbvolution.annotations
-
Used to indicate the class references a SQL query rather than a table or view and the query itself.
- DBSQLException - Exception in nz.co.gregs.dbvolution.exceptions
- DBSQLException(DBDatabase, String, Exception) - Constructor for exception nz.co.gregs.dbvolution.exceptions.DBSQLException
- DBStatement - Class in nz.co.gregs.dbvolution.databases
-
Encapsulates the JDBC Connection and Statement classes.
- DBStatement(DBDatabase, DBConnection) - Constructor for class nz.co.gregs.dbvolution.databases.DBStatement
-
Creates a statement object for the given DBDatabase and Connection.
- DBStatementCluster - Class in nz.co.gregs.dbvolution.databases
-
Deprecated.
- DBStatementCluster(DBDatabaseCluster) - Constructor for class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- DBStatistics<B,R extends EqualResult<B>,D extends QueryableDatatype<B>,X extends EqualExpression<B,R,D> & ExpressionHasStandardStringResult> - Class in nz.co.gregs.dbvolution.datatypes
- DBStatistics() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBStatistics
-
The default constructor for DBStatistics.
- DBStatistics(X) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBStatistics
-
Creates a column expression with a statistics result from the expression provided.
- DBString - Class in nz.co.gregs.dbvolution.datatypes
-
Encapsulates database values that are strings of characters.
- DBString() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBString
-
The default constructor for DBString.
- DBString(String) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBString
-
Creates a DBString with the value provided.
- DBString(StringExpression) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBString
-
Creates a column expression with a string result from the expression provided.
- DBStringEditor - Class in nz.co.gregs.dbvolution.datatypes
-
Support DBvolution at Patreon
- DBStringEditor() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBStringEditor
- DBStringEnum<E extends Enum<E> & DBEnumValue<String>> - Class in nz.co.gregs.dbvolution.datatypes
-
Like
DBString
except that the database value can be easily interpreted as an enumeration with integer codes. - DBStringEnum() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
The default constructor for DBStringEnum.
- DBStringEnum(E) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Creates a DBStringEnum with the value set to the value of the supplied Enum object..
- DBStringEnum(String) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Creates a DBStringEnum with the value provided.
- DBStringEnum(StringExpression) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Creates a DBStringEnum column expression based on the
StringExpression
provided. - DBStringTrimmed - Class in nz.co.gregs.dbvolution.datatypes
-
Variant on DBString that automatically truncates the string value, useful when working with MS SQLServer CHAR columns.
- DBStringTrimmed() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBStringTrimmed
-
The default constructor for DBStringTrimmed.
- DBStringTrimmed(String) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBStringTrimmed
-
Creates a DBString with the value provided.
- DBStringTrimmed(StringExpression) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBStringTrimmed
-
Creates a column expression with a string result from the expression provided.
- DBTable<E extends DBRow> - Class in nz.co.gregs.dbvolution
-
DBTable provides features for making simple queries on the database.
- DBTable(DBDatabase, E) - Constructor for class nz.co.gregs.dbvolution.DBTable
-
Default constructor for DBTable, used by DBDatabase to create instances.
- DBTable.DifferingRows<E> - Class in nz.co.gregs.dbvolution
- DBTableClass - Class in nz.co.gregs.dbvolution.generation
- DBTableClass - Class in nz.co.gregs.dbvolution.generation.deprecated
- DBTableClass(String, String, String, String) - Constructor for class nz.co.gregs.dbvolution.generation.DBTableClass
-
Constructor with required information for automatically creating a DBRow class.
- DBTableClass(String, String, String, String) - Constructor for class nz.co.gregs.dbvolution.generation.deprecated.DBTableClass
-
Constructor with required information for automatically creating a DBRow class.
- DBTableClassGenerator - Class in nz.co.gregs.dbvolution.generation.deprecated
-
Automatically generates Java files to be used in your data model.
- DBTableClassGenerator.Options - Class in nz.co.gregs.dbvolution.generation.deprecated
- DBTableField - Class in nz.co.gregs.dbvolution.generation
-
Stores information needed to automatically create a Java field from a database column.
- DBTableField - Class in nz.co.gregs.dbvolution.generation.deprecated
-
Deprecated.
- DBTableField() - Constructor for class nz.co.gregs.dbvolution.generation.DBTableField
- DBTableField() - Constructor for class nz.co.gregs.dbvolution.generation.deprecated.DBTableField
-
Deprecated.
- DBTableName - Annotation Type in nz.co.gregs.dbvolution.annotations
-
DBTableName
indicates the name of the database table that thisDBRow
implementation refers to. - DBThrownByEndUserCodeException - Exception in nz.co.gregs.dbvolution.exceptions
-
Thrown when the end-user's code threw an exception during invocation.
- DBThrownByEndUserCodeException(String, Throwable) - Constructor for exception nz.co.gregs.dbvolution.exceptions.DBThrownByEndUserCodeException
-
Thrown when the end-user's code threw an exception during invocation.
- DBTransaction<V> - Interface in nz.co.gregs.dbvolution.transactions
- DBTransactionStatement - Class in nz.co.gregs.dbvolution.databases
-
Extends DBStatement to add support for database transactions.
- DBTransactionStatement(DBDatabase, DBStatement) - Constructor for class nz.co.gregs.dbvolution.databases.DBTransactionStatement
-
Creates a DBTransactionStatement for the given DBDatabase and DBStatement.
- DBTypeAdaptor<J,D> - Interface in nz.co.gregs.dbvolution.datatypes
-
Translates between a target object's property type and the type used by DBvolution.
- DBUnknownDatatype - Class in nz.co.gregs.dbvolution.datatypes
-
Class to allow some functionality for data types that DBvolution does not yet support
- DBUnknownDatatype() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBUnknownDatatype
-
The default constructor for a DBUnknownDatatype.
- DBUnknownJavaSQLType - Annotation Type in nz.co.gregs.dbvolution.annotations
-
A Placeholder Used During DBRow Generation To Capture Unknown Types.
- DBUntypedValue - Class in nz.co.gregs.dbvolution.datatypes
-
A case to represent values of indeterminate type
- DBUntypedValue() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBUntypedValue
- DBUpdate - Class in nz.co.gregs.dbvolution.actions
-
Provides support for the abstract concept of updating rows.
- DBUpdate(R) - Constructor for class nz.co.gregs.dbvolution.actions.DBUpdate
-
Creates a DBUpdate action for the row supplied.
- DBUpdate(R, QueryIntention) - Constructor for class nz.co.gregs.dbvolution.actions.DBUpdate
-
Creates a DBUpdate action for the row supplied.
- DBUpdateForcedOnSimpleTypesUsingPrimaryKey - Class in nz.co.gregs.dbvolution.actions
-
Provides support for the abstract concept of updating rows without primary keys.
- DBUpdateLargeObjects - Class in nz.co.gregs.dbvolution.actions
-
Provides support for the abstract concept of updating rows with BLOB columns.
- DBUpdateLargeObjects(DBRow) - Constructor for class nz.co.gregs.dbvolution.actions.DBUpdateLargeObjects
-
Creates a DBUpdateLargeObjects action for the supplied row.
- DBUpdateLargeObjects(DBRow, QueryIntention) - Constructor for class nz.co.gregs.dbvolution.actions.DBUpdateLargeObjects
-
Creates a DBUpdateLargeObjects action for the supplied row.
- DBUpdateSimpleTypes - Class in nz.co.gregs.dbvolution.actions
-
Provides support for the abstract concept of updating rows with standard columns.
- DBUpdateSimpleTypesUsingAllColumns - Class in nz.co.gregs.dbvolution.actions
-
Provides support for the abstract concept of updating rows without primary keys.
- DBUpdateToPreviousValues - Class in nz.co.gregs.dbvolution.actions
-
Provides support for the abstract concept of updating rows to the previous value of the updated columns.
- DBUUID - Class in nz.co.gregs.dbvolution.datatypes
-
The quick and easy way to add and use universally unique identifiers (UUID) in your application.
- DBUUID() - Constructor for class nz.co.gregs.dbvolution.datatypes.DBUUID
- DBUUID(UUID) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBUUID
- DBUUID(UUIDResult) - Constructor for class nz.co.gregs.dbvolution.datatypes.DBUUID
- DBValidation<R extends DBRow> - Class in nz.co.gregs.dbvolution
-
Provides support for the abstract concept of validating migration rows from one or more tables to another table.
- DBValidation(DBQueryInsert<R>, DBRow, DBRow...) - Constructor for class nz.co.gregs.dbvolution.DBValidation
-
Creates a DBValidate action for the table.
- DBValidation.Result - Class in nz.co.gregs.dbvolution
-
A validation result.
- DBValidation.Results - Class in nz.co.gregs.dbvolution
-
Results produced by validating a migration.
- DBVFeature - Interface in nz.co.gregs.dbvolution.internal.h2
-
Support DBvolution at Patreon
- DEAD - nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Status
-
DEAD databases have been quarantined and then failed reconnection.
- deadDatabase(DBDatabase, Throwable) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- debugMode - Variable in class nz.co.gregs.dbvolution.utility.ImageCompare
- DECIMAL_FORMAT_WITH_NANO_PRECISION - Static variable in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- decimalPart() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Removes the integer part, if there is any, from this number and returns only the decimal part.
- decode(String) - Static method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- decodeClusterHosts(String) - Static method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- decodeExtras(String) - Static method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- decodeExtras(String, String, String, String, String) - Static method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- decodeValue(String, DBBoolean) - Method in interface nz.co.gregs.dbvolution.reflection.EncodingInterpreter
-
Decode the value and store it into the field
- decodeValue(String, DBDate) - Method in interface nz.co.gregs.dbvolution.reflection.EncodingInterpreter
-
Decode the value and store it into the field
- decodeValue(String, DBInteger) - Method in interface nz.co.gregs.dbvolution.reflection.EncodingInterpreter
-
Decode the value and store it into the field
- decodeValue(String, DBIntegerEnum<?>) - Method in interface nz.co.gregs.dbvolution.reflection.EncodingInterpreter
-
Decode the value and store it into the field
- decodeValue(String, DBNumber) - Method in interface nz.co.gregs.dbvolution.reflection.EncodingInterpreter
-
Decode the value and store it into the field
- decodeValue(String, DBString) - Method in interface nz.co.gregs.dbvolution.reflection.EncodingInterpreter
-
Decode the value and store it into the field
- decodeValue(String, DBStringEnum<?>) - Method in interface nz.co.gregs.dbvolution.reflection.EncodingInterpreter
-
Decode the value and store it into the field
- decrypt(String) - Method in class nz.co.gregs.dbvolution.utility.encryption.Encrypted
- decrypt(String) - Static method in class nz.co.gregs.dbvolution.utility.encryption.Encryption_Internal
- decrypt(String, String) - Static method in class nz.co.gregs.dbvolution.utility.encryption.Encryption_BASE64_AES_CBC_PKCS5Padding
- decrypt(String, String) - Static method in class nz.co.gregs.dbvolution.utility.encryption.Encryption_BASE64_AES_GCM_NoPadding
- decryptWith(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBEncryptedText
-
Synonym for
DBEncryptedText.getDecryptedValue(java.lang.String)
. - DEFAULT_EXTRAS_MAP - Static variable in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractH2SettingsBuilder
- DEFAULT_EXTRAS_MAP - Static variable in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractInformixSettingsBuilder
- DEFAULT_EXTRAS_MAP - Static variable in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractJavaDBSettingsBuilder
- DEFAULT_EXTRAS_MAP - Static variable in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMSSQLServerSettingsBuilder
- DEFAULT_EXTRAS_MAP - Static variable in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMySQLSettingsBuilder
- DEFAULT_EXTRAS_MAP - Static variable in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- DEFAULT_HOST_NAME - Static variable in class nz.co.gregs.dbvolution.databases.MSSQLServerDB
-
The default host used by MS SQLServer databases.
- DEFAULT_PORT - Static variable in class nz.co.gregs.dbvolution.databases.InformixDB
- DEFAULT_PORT - Static variable in class nz.co.gregs.dbvolution.databases.MySQLDB_5_7
- DEFAULT_PORT - Static variable in class nz.co.gregs.dbvolution.databases.MySQLDB
- DEFAULT_PORT - Static variable in class nz.co.gregs.dbvolution.databases.OracleDB
- DEFAULT_PORT_NUMBER - Static variable in class nz.co.gregs.dbvolution.databases.MSSQLServerDB
-
The default port used by MS SQLServer databases.
- DEFAULT_ROUNDS - Static variable in class nz.co.gregs.dbvolution.utility.encryption.UpdatingBCrypt
- defaultBounds() - Static method in class nz.co.gregs.dbvolution.internal.properties.InterfaceInfo.ParameterBounds
-
Gets a default single bound given no further information.
- defaultFrame() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Sorted
- defaultSettings() - Static method in class nz.co.gregs.dbvolution.utility.Brake
- DefaultSort(AnyExpression<? extends Object, ? extends AnyResult<?>, ? extends QueryableDatatype<?>>) - Constructor for class nz.co.gregs.dbvolution.expressions.SortProvider.DefaultSort
- defaultValue - Variable in class nz.co.gregs.dbvolution.expressions.CaseExpression.WhenExpression
- defaultValue(B) - Method in class nz.co.gregs.dbvolution.expressions.CaseExpression.WhenExpression
- defaultValue(R) - Method in class nz.co.gregs.dbvolution.expressions.CaseExpression.WhenExpression
- degrees() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the database's degrees function.
- degrees() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the database's degrees function.
- DegreesExpression(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.DegreesExpression
- delete(E...) - Method in class nz.co.gregs.dbvolution.DBTable
-
Deletes the rows from the database permanently.
- delete(Collection<? extends DBRow>) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Deletes Lists of DBRows using the correct tables automatically
- delete(Collection<? extends DBRow>) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- delete(Collection<? extends DBRow>) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Deletes Lists of DBRows using the correct tables automatically
- delete(Collection<E>) - Method in class nz.co.gregs.dbvolution.DBTable
-
Deletes the rows from the database permanently.
- delete(DBDatabase, Collection<? extends DBRow>) - Static method in class nz.co.gregs.dbvolution.actions.DBDelete
-
Deletes the specified row or example from the database and returns the actions performed.
- delete(DBDatabase, DBRow) - Static method in class nz.co.gregs.dbvolution.actions.DBDelete
-
Deletes the specified row or example from the database and returns the actions performed.
- delete(DBDatabase, DBRow, DBRow...) - Static method in class nz.co.gregs.dbvolution.actions.DBDelete
-
Deletes the specified row or example from the database and returns the actions performed.
- delete(DBRow...) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Deletes DBRows using the correct tables automatically
- delete(DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- delete(DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Deletes DBRows using the correct tables automatically
- DELETE_ALL_ROWS - nz.co.gregs.dbvolution.databases.QueryIntention
- DELETE_BY_EXAMPLE - nz.co.gregs.dbvolution.databases.QueryIntention
- DELETE_ROW - nz.co.gregs.dbvolution.databases.QueryIntention
- deleteAllRowsFromTable(DBRow) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- deleteAllRowsFromTable(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- deleteAllRowsFromTable(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- denseRank() - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- descending() - Method in class nz.co.gregs.dbvolution.columns.AbstractColumn
-
Returns the sort order configured on the column.
- descending() - Method in interface nz.co.gregs.dbvolution.columns.ColumnProvider
- descending() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- descending() - Method in interface nz.co.gregs.dbvolution.expressions.search.HasRankingExpression
- descending() - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAcross
- descending() - Method in class nz.co.gregs.dbvolution.expressions.search.SearchString
- descending() - Method in class nz.co.gregs.dbvolution.expressions.SortProvider.Column
- Descending(AnyExpression<? extends Object, ? extends AnyResult<?>, ? extends QueryableDatatype<?>>) - Constructor for class nz.co.gregs.dbvolution.expressions.SortProvider.Descending
- DESCENDING - nz.co.gregs.dbvolution.expressions.SortProvider.Ordering
- descriptionOf(Type) - Static method in class nz.co.gregs.dbvolution.internal.properties.InterfaceInfo
-
Converts the given type into a concise representation suitable for inclusion in error messages and logging.
- DifferingRows() - Constructor for class nz.co.gregs.dbvolution.DBTable.DifferingRows
- DIMENSION - nz.co.gregs.dbvolution.internal.h2.Line2DFunctions
- DIMENSION - nz.co.gregs.dbvolution.internal.h2.LineSegment2DFunctions
- DIMENSION - nz.co.gregs.dbvolution.internal.h2.MultiPoint2DFunctions
- DIMENSION - nz.co.gregs.dbvolution.internal.h2.Point2DFunctions
- DIMENSION - nz.co.gregs.dbvolution.internal.h2.Polygon2DFunctions
- DIMENSION - nz.co.gregs.dbvolution.internal.oracle.aws.MultiPoint2DFunctions
- DIMENSION - nz.co.gregs.dbvolution.internal.oracle.aws.Polygon2DFunctions
- DIMENSION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Polygon2DFunctions
- direction - Variable in class nz.co.gregs.dbvolution.expressions.SortProvider
- DISABLE - nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder.SSLMode
- discardConnection(DBConnection) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Removes a connection from the available pool.
- discardConnection(DBConnection) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- discardConnection(DBConnection) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Removes a connection from the available pool.
- DISJOINT - nz.co.gregs.dbvolution.internal.h2.Polygon2DFunctions
- DISJOINT - nz.co.gregs.dbvolution.internal.oracle.aws.Polygon2DFunctions
- DISJOINT - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Polygon2DFunctions
- dismantle() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
-
Removes all databases from the cluster without terminating them and shutdown all cluster processes.
- dismantle() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- displayQueryGraph() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Show the Graph window of the current QueryGraph.
- distanceTo(Point2DExpression) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
-
Calculate the distance between this point and the other point.
- DistanceToExpression(Point2DExpression, Point2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.DistanceToExpression
- DivideByExpression(NumberResult, NumberResult) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.DivideByExpression
- dividedBy(Number) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Division as represent by x/y.
- dividedBy(Number) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Division as represent by x/y.
- dividedBy(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the basic arithmetic operation divide.
- dividedBy(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Division as represent by x/y.
- dividedBy(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the basic arithmetic operation divide.
- DO_NOT_REFETCH - nz.co.gregs.dbvolution.actions.DBAction.RefetchRequirement
- doBitsValueTransform(boolean[]) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Convert the boolean array of bit values into the SQL equivalent.
- doBitsValueTransform(boolean[]) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doBooleanArrayElementTransform(Object) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Implement this method if the database implements ARRAYs but not BOOLEAN.
- doBooleanArrayResultInterpretation(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Reverses the
DBDefinition.doBooleanArrayTransform(java.lang.Boolean[])
and creates an array of booleans. - doBooleanArrayTransform(Boolean[]) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms the array of booleans into the database format.
- doBooleanArrayTransform(Boolean[]) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doBooleanArrayTransform(Boolean[]) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doBooleanStatementToBooleanComparisonValueTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms the boolean statement to a value that can be compared by this database.
- doBooleanToIntegerTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms a bit expression into an integer expression.
- doBooleanToIntegerTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doBooleanValueToBooleanComparisonValueTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms the boolean value (as an SQL snippet) to a value that can be compared by this database.
- doBooleanValueTransform(Boolean) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transform a Java Boolean into the equivalent in an SQL snippet.
- doBooleanValueTransform(Boolean) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
-
Transform a Java Boolean into the equivalent in an SQL snippet.
- doBooleanValueTransform(Boolean) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doChooseTransformation(String, List<String>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Choose a string option based on the number in the first parameter.
- doColumnTransformForSelect(QueryableDatatype<?>, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Perform necessary transformations on the stored value to make it readable by Java.
- doColumnTransformForSelect(QueryableDatatype<?>, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doColumnTransformForSelect(QueryableDatatype<?>, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doColumnTransformForSelect(QueryableDatatype<?>, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doColumnTransformForSelect(QueryableDatatype<?>, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doColumnTransformForSelect(QueryableDatatype<?>, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doColumnTransformForSelect(QueryableDatatype<?>, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doColumnTransformForSelect(QueryableDatatype<?>, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doComparableInstantTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the instant expression in the standard format that can be used to have consistent comparisons.
- doComparableInstantTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
-
Returns the instant expression in the standard format that can be used to have consistent comparisons.
- doConcatTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Wraps the provided SQL snippets in a statement that joins the two snippets into one SQL snippet.
- doConcatTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MariaDBDefinition
- doConcatTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doConcatTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doConcatTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doConcatTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doConcatTransform(String, String, String...) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Wraps the provided SQL snippets in a statement that joins the two snippets into one SQL snippet.
- doConcatTransform(String, String, String...) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doCurrentDateOnlyTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Creates the CURRENTDATE function for this database.
- doCurrentDateOnlyTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- doCurrentDateOnlyTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doCurrentDateOnlyTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.NuoDBDefinition
- doCurrentDateOnlyTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doCurrentDateOnlyTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doCurrentDateOnlyTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doCurrentDateTimeTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Creates the CURRENTTIMESTAMP function for this database.
- doCurrentDateTimeTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- doCurrentTimeTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Creates the CURRENTTIME function for this database.
- doCurrentTimeTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- doCurrentUTCDateTimeTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- doCurrentUTCDateTimeTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doCurrentUTCDateTimeTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doCurrentUTCDateTimeTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doCurrentUTCDateTimeTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doCurrentUTCDateTimeTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doCurrentUTCTimeTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Creates the CURRENTTIME function for this database.
- doCurrentUTCTimeTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
-
Creates the CURRENTTIME function for this database.
- doCurrentUTCTimeTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
-
Creates the CURRENTTIME function for this database.
- doCurrentUTCTimeTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
-
Creates the CURRENTTIME function for this database.
- doDateAddDaysTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Does the required transformation to produce an SQL snippet that adds numberOfdays days to the dateValue.
- doDateAddDaysTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doDateAddDaysTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- doDateAddDaysTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doDateAddDaysTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doDateAddDaysTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doDateAddDaysTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doDateAddDaysTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doDateAddDaysTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doDateAddHoursTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Does the required transformation to produce an SQL snippet that adds numberOfHours hours to the dateValue.
- doDateAddHoursTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doDateAddHoursTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- doDateAddHoursTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doDateAddHoursTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doDateAddHoursTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doDateAddHoursTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.NuoDBDefinition
- doDateAddHoursTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doDateAddHoursTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doDateAddHoursTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doDateAddMinutesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Does the required transformation to produce an SQL snippet that adds numberOfMinutes minutes to the dateValue.
- doDateAddMinutesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doDateAddMinutesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- doDateAddMinutesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doDateAddMinutesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doDateAddMinutesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doDateAddMinutesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.NuoDBDefinition
- doDateAddMinutesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doDateAddMinutesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doDateAddMinutesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doDateAddMonthsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Does the required transformation to produce an SQL snippet that adds numberOfMonths months to the dateValue.
- doDateAddMonthsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doDateAddMonthsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- doDateAddMonthsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doDateAddMonthsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doDateAddMonthsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doDateAddMonthsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doDateAddMonthsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doDateAddMonthsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doDateAddSecondsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Does the required transformation to produce an SQL snippet that adds numberOfSeconds seconds to the dateValue.
- doDateAddSecondsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doDateAddSecondsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- doDateAddSecondsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doDateAddSecondsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doDateAddSecondsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doDateAddSecondsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doDateAddSecondsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doDateAddSecondsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doDateAddWeeksTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Does the required transformation to produce an SQL snippet that adds numberOfWeeks weeks to the dateValue.
- doDateAddWeeksTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doDateAddWeeksTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- doDateAddWeeksTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doDateAddWeeksTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doDateAddWeeksTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doDateAddWeeksTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doDateAddWeeksTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doDateAddWeeksTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doDateAddYearsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Does the required transformation to produce an SQL snippet that adds numberOfYears years to the dateValue.
- doDateAddYearsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doDateAddYearsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- doDateAddYearsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doDateAddYearsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doDateAddYearsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doDateAddYearsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doDateAddYearsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doDateAddYearsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doDateAtTimeZoneTransform(String, TimeZone) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Override this method to implement changing a date to another time zone.
- doDateAtTimeZoneTransform(String, TimeZone) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doDateAtTimeZoneTransform(String, TimeZone) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doDateAtTimeZoneTransform(String, TimeZone) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doDateIfNullTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Produce SQL that will provide return the second value if the first is NULL.
- doDateIfNullTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doDateMinusDateRepeatTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Offset the date by subtracting the DateRepeat.
- doDateMinusDateRepeatTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doDateMinusDateRepeatTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doDateMinusDurationTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- doDateMinusToDateRepeatTransformation(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Create a DateRepeat by subtracting the 2 dates.
- doDateMinusToDateRepeatTransformation(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doDateMinusToDateRepeatTransformation(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doDatePlusDateRepeatTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Offset the date by the DateRepeat.
- doDatePlusDateRepeatTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doDatePlusDateRepeatTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doDatePlusDurationTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- doDateRepeatEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Compare 2 DateRepeats using EQUALS.
- doDateRepeatEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doDateRepeatEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doDateRepeatEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doDateRepeatGetDaysTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Get the Days part of the DateRepeat, an integer
- doDateRepeatGetDaysTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doDateRepeatGetDaysTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doDateRepeatGetHoursTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Get the hour part of the DateRepeat, an integer
- doDateRepeatGetHoursTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doDateRepeatGetHoursTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doDateRepeatGetMinutesTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Get the minute part of the DateRepeat, an integer
- doDateRepeatGetMinutesTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doDateRepeatGetMinutesTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doDateRepeatGetMonthsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Get the month part of the DateRepeat, an integer
- doDateRepeatGetMonthsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doDateRepeatGetMonthsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doDateRepeatGetSecondsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Get the seconds part of the DateRepeat, a decimal number
- doDateRepeatGetSecondsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doDateRepeatGetSecondsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doDateRepeatGetYearsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Get the year part of the DateRepeat, an integer
- doDateRepeatGetYearsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doDateRepeatGetYearsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doDateRepeatGreaterThanEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Compare 2 DateRepeats using GREATERTHANEQUALS.
- doDateRepeatGreaterThanEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doDateRepeatGreaterThanEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doDateRepeatGreaterThanEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doDateRepeatGreaterThanTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Compare 2 DateRepeats using GREATERTHAN.
- doDateRepeatGreaterThanTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doDateRepeatGreaterThanTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doDateRepeatGreaterThanTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doDateRepeatLessThanEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Compare 2 DateRepeats using LESSTHANEQUALS.
- doDateRepeatLessThanEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doDateRepeatLessThanEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doDateRepeatLessThanEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doDateRepeatLessThanTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Compare 2 DateRepeats using LESSTHAN.
- doDateRepeatLessThanTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doDateRepeatLessThanTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doDateRepeatLessThanTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doDateRepeatNotEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Compare 2 DateRepeats using NOT EQUALS.
- doDateRepeatNotEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doDateRepeatNotEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doDateRepeatNotEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doDateRepeatToStringTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transform the DateRepeat into it's character based equivalent.
- doDayDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Convert the 2 SQL date values into a difference in days.
- doDayDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doDayDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doDayDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doDayDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doDayDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.NuoDBDefinition
- doDayDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doDayDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doDayDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.ClusterDatabaseDefinition
- doDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Extracts the weekday from the date provided as a number from 1 to 7.
- doDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- doDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MariaDBDefinition
- doDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.NuoDBDefinition
- doDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doDayTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms a SQL snippet that is assumed to be a date into an SQL snippet that provides the day part of the date.
- doDayTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- doDayTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doDayTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doDayTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doDayTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doDayTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doDegreesTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Implements the radians to degrees transformation using simple maths.
- doDurationEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- doDurationGreaterThanEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- doDurationGreaterThanTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- doDurationLessThanEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- doDurationLessThanTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- doEndOfMonthTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Override this method to provide a specific transform that will derive the last day of the month from the date value provided.
- doEndOfMonthTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doesNotIntersect(Polygon) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Creates an SQL value that is TRUE when the two polygon2d values do NOT intersect in anyway.
- doesNotIntersect(Polygon2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Creates an SQL value that is TRUE when the two polygon2d values do NOT intersect in anyway.
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.Comparison
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.GetYearsExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.IsExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.IsGreaterThanOrEqualExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression.IsExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression.IsGreaterThanOrEqualExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.BoundingBoxExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.HasMagnitudeExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.IntersectionPointsExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.IntersectionWithExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.IntersectsExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.IsExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.IsNotExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.MagnitudeExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.MaxXExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.MaxYExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.MeasurableDimensionsExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.MinXExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.MinYExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.SpatialDimensionsExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.StringResultExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.BoundingBoxExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.HasMagnitudeExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.IntersectionWithExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.IntersectsExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.IsExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.MagnitudeExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.MaxXExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.MaxYExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.MeasurableDimensionsExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.MinXExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.MinYExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.SpatialDimensionsExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.BoundingBoxExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.DistanceToExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.GetXExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.GetYExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.HasMagnitudeExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.IsExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.MagnitudeExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.MeasurableDimensionsExpression
- doExpressionTransform(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.SpatialDimensionsExpression
- doExpressionTransformation(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateMinusDateRepeatExpression
- doExpressionTransformation(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateMinusDurationExpression
- doExpressionTransformation(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DatePlusDateRepeatExpression
- doExpressionTransformation(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DatePlusDurationExpression
- doExpressionTransformation(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantMinusDateRepeatExpression
- doExpressionTransformation(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantPlusDateRepeatExpression
- doExpressionTransformation(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMinusDateRepeatExpression
- doExpressionTransformation(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DatePlusDateRepeatExpression
- doExpressionTransformation(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMinusDateRepeatExpression
- doExpressionTransformation(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimePlusDateRepeatExpression
- doFindIntegerInStringTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- doFindIntegerInStringTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doFindIntegerInStringTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doFindIntegerInStringTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doFindIntegerInStringTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doFindIntegerInStringTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doFindIntegerInStringTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doFindNumberInStringTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- doFindNumberInStringTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doFindNumberInStringTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doFindNumberInStringTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doFindNumberInStringTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doFindNumberInStringTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doFindNumberInStringTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doFormatAsDateRepeatSeconds(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- doFormatAsDateRepeatSeconds(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doFormatAsDateRepeatSeconds(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doFormatAsDateRepeatSeconds(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doGreatestOfTransformation(List<String>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transform a set of SQL snippets into the database's version of the GREATEST function.
- doHourDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Convert the 2 SQL date values into a difference in hours.
- doHourDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doHourDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doHourDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doHourDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doHourDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.NuoDBDefinition
- doHourDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doHourDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doHourDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doHourTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms a SQL snippet that is assumed to be a date into an SQL snippet that provides the hour part of the date.
- doHourTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doHourTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doHourTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doHourTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doHourTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doIfEmptyStringThenElse(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- doIfNullThenElse(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- doIfThenElseTransform(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Implements functionality similar to IF THEN ELSE probably using CASE.
- doIfThenElseTransform(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServer2012DBDefinition
- doInsertInstantTimeZoneTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doInstantAddDaysTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Does the required transformation to produce an SQL snippet that adds numberOfdays days to the dateValue.
- doInstantAddDaysTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doInstantAddDaysTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- doInstantAddDaysTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doInstantAddDaysTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doInstantAddDaysTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doInstantAddDaysTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doInstantAddDaysTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doInstantAddDaysTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doInstantAddHoursTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Does the required transformation to produce an SQL snippet that adds numberOfHours hours to the dateValue.
- doInstantAddHoursTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doInstantAddHoursTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- doInstantAddHoursTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doInstantAddHoursTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doInstantAddHoursTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doInstantAddHoursTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doInstantAddHoursTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doInstantAddHoursTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doInstantAddMinutesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Does the required transformation to produce an SQL snippet that adds numberOfMinutes minutes to the dateValue.
- doInstantAddMinutesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doInstantAddMinutesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- doInstantAddMinutesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doInstantAddMinutesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doInstantAddMinutesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doInstantAddMinutesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doInstantAddMinutesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doInstantAddMinutesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doInstantAddMonthsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Does the required transformation to produce an SQL snippet that adds numberOfMonths months to the dateValue.
- doInstantAddMonthsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doInstantAddMonthsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- doInstantAddMonthsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doInstantAddMonthsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doInstantAddMonthsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doInstantAddMonthsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doInstantAddMonthsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doInstantAddMonthsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doInstantAddSecondsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Does the required transformation to produce an SQL snippet that adds numberOfSeconds seconds to the dateValue.
- doInstantAddSecondsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doInstantAddSecondsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- doInstantAddSecondsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doInstantAddSecondsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doInstantAddSecondsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doInstantAddSecondsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doInstantAddSecondsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doInstantAddSecondsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doInstantAddWeeksTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Does the required transformation to produce an SQL snippet that adds numberOfWeeks weeks to the dateValue.
- doInstantAddWeeksTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doInstantAddWeeksTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- doInstantAddWeeksTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doInstantAddWeeksTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doInstantAddWeeksTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doInstantAddWeeksTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doInstantAddWeeksTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doInstantAddWeeksTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doInstantAddYearsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Does the required transformation to produce an SQL snippet that adds numberOfYears years to the dateValue.
- doInstantAddYearsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doInstantAddYearsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- doInstantAddYearsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doInstantAddYearsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doInstantAddYearsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doInstantAddYearsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doInstantAddYearsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doInstantAddYearsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doInstantDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.ClusterDatabaseDefinition
- doInstantDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Extracts the weekday from the date provided as a number from 1 to 7.
- doInstantDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doInstantDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- doInstantDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doInstantDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MariaDBDefinition
- doInstantDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doInstantDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doInstantDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doInstantDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doInstantDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.NuoDBDefinition
- doInstantDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doInstantDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doInstantDayOfWeekTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doInstantDayTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms a SQL snippet that is assumed to be a date into an SQL snippet that provides the day part of the date.
- doInstantDayTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doInstantDayTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
-
Transforms a SQL snippet that is assumed to be a date into an SQL snippet that provides the day part of the date.
- doInstantDayTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doInstantEndOfMonthTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Override this method to provide a specific transform that will derive the last day of the month from the date value provided.
- doInstantEndOfMonthTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doInstantEndOfMonthTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doInstantHourTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms a SQL snippet that is assumed to be a date into an SQL snippet that provides the hour part of the date.
- doInstantHourTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doInstantHourTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
-
Transforms a SQL snippet that is assumed to be a date into an SQL snippet that provides the hour part of the date.
- doInstantHourTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doInstantMinuteTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms a SQL snippet that is assumed to be a date into an SQL snippet that provides the minute part of the date.
- doInstantMinuteTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doInstantMinuteTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
-
Transforms a SQL snippet that is assumed to be a date into an SQL snippet that provides the minute part of the date.
- doInstantMinuteTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doInstantMonthTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms a SQL snippet that is assumed to be a date into an SQL snippet that provides the month part of the date.
- doInstantMonthTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doInstantMonthTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
-
Transforms a SQL snippet that is assumed to be a date into an SQL snippet that provides the month part of the date.
- doInstantMonthTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doInstantSecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms a SQL snippet that is assumed to be a date into an SQL snippet that provides the second part of the date.
- doInstantSecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doInstantSecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
-
Transforms a SQL snippet that is assumed to be a date into an SQL snippet that provides the second part of the date.
- doInstantSecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doInstantSubsecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the partial second value from the date.
- doInstantSubsecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doInstantSubsecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doInstantSubsecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doInstantSubsecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
-
Returns the partial second value from the date.
- doInstantSubsecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doInstantYearTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms a SQL snippet that is assumed to be a date into an SQL snippet that provides the year part of the date.
- doInstantYearTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doInstantYearTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
-
Transforms a SQL snippet that is assumed to be a date into an SQL snippet that provides the year part of the date.
- doInstantYearTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doIntegerEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transform the to numbers to compare then with equals.
- doIntegerIfNullTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Produce SQL that will provide return the second value if the first is NULL.
- doIntegerToBitTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms a integer expression into an bit expression.
- doIntegerToBitTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doIntegerToNumberTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- doIntegerToStringTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms a SQL snippet of a integer expression into a character expression for this database.
- doIntegerToStringTransformUnsafe(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms a SQL snippet of a integer expression into a character expression for this database.
- doIntegerToStringTransformUnsafe(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
-
Transforms a SQL snippet of a integer expression into a character expression for this database.
- doIntegerToStringTransformUnsafe(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
-
Transforms a SQL snippet of a integer expression into a character expression for this database.
- doInTransform(String, List<String>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Produce SQL that will compare the first value to all the other values using the IN operator.
- doInTransform(String, List<String>) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doIsEmptyStringTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- doIsNullOrIsEmptyStringTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- doIsNullTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- doLeastOfTransformation(List<String>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transform a set of SQL snippets into the database's version of the LEAST function.
- doLeftPadTransform(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- doLeftPadTransform(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doLeftTrimTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Wraps the provided SQL snippet in a statement that performs trims all spaces from the left of the value of the snippet.
- doLine2DAllIntersectionPointsWithLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate the SQL required to find the complete set of all points of intersection between the tow 2 lines.
- doLine2DAllIntersectionPointsWithLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doLine2DAllIntersectionPointsWithLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doLine2DAllIntersectionPointsWithLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doLine2DAllIntersectionPointsWithLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doLine2DAllIntersectionPointsWithLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doLine2DAllIntersectionPointsWithLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doLine2DAllIntersectionPointsWithLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doLine2DAllIntersectionPointsWithLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doLine2DAllIntersectionPointsWithLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doLine2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provide the SQL to derive the WKT version of the Line2D.
- doLine2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doLine2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doLine2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doLine2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.Oracle11XEDBDefinition
- doLine2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doLine2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doLine2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doLine2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doLine2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transform the 2 Line2D SQL snippets into an EQUALS comparison of the 2
- doLine2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doLine2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doLine2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doLine2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doLine2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doLine2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doLine2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Create the SQL to derive the bounding box of this Line2D SQL
- doLine2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doLine2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doLine2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doLine2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doLine2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doLine2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.Oracle11XEDBDefinition
- doLine2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doLine2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doLine2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doLine2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doLine2DGetMagnitudeTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return the magnitude (M) value of this line.
- doLine2DGetMagnitudeTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doLine2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate the SQL that will return the largest X value within the Line2D expression.
- doLine2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doLine2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doLine2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doLine2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doLine2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doLine2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doLine2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doLine2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doLine2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doLine2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate the SQL that will return the largest Y value within the Line2D expression.
- doLine2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doLine2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doLine2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doLine2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doLine2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doLine2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doLine2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doLine2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doLine2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doLine2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate the SQL that will return the smallest X value within the Line2D expression.
- doLine2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doLine2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doLine2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doLine2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doLine2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doLine2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doLine2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doLine2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doLine2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doLine2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate the SQL that will return the smallest Y value within the Line2D expression.
- doLine2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doLine2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doLine2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doLine2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doLine2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doLine2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doLine2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doLine2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doLine2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doLine2DHasMagnitudeTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return whether this geometry includes a magnitude (M) value along with X, Y, etc.
- doLine2DHasMagnitudeTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doLine2DIntersectionPointWithLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate the SQL required to find the intersection point of the 2 line segment SQL expressions.
- doLine2DIntersectionPointWithLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doLine2DIntersectionPointWithLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doLine2DIntersectionPointWithLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doLine2DIntersectionPointWithLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doLine2DIntersectionPointWithLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doLine2DIntersectionPointWithLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doLine2DIntersectionPointWithLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doLine2DIntersectionPointWithLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doLine2DIntersectionPointWithLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doLine2DIntersectsLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generates the SQL required to find whether the 2 lines cross at any point.
- doLine2DIntersectsLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doLine2DIntersectsLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doLine2DIntersectsLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doLine2DIntersectsLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doLine2DIntersectsLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doLine2DIntersectsLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doLine2DIntersectsLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doLine2DIntersectsLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doLine2DIntersectsLine2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doLine2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Create the SQL required to get the dimension of this Line2D SQL.
- doLine2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doLine2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doLine2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doLine2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doLine2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doLine2DNotEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transform the 2 Line2D SQL snippets into an NOT_EQUALS comparison of the 2
- doLine2DNotEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doLine2DSpatialDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return the number of spatial dimensions that this geometry is defined in.
- doLine2DSpatialDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doLineSegment2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate the SQL required to convert the line segment SQL expression into the WKT string format.
- doLineSegment2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doLineSegment2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doLineSegment2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doLineSegment2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doLineSegment2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doLineSegment2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.Oracle11XEDBDefinition
- doLineSegment2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doLineSegment2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doLineSegment2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doLineSegment2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doLineSegment2DDimensionTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate the SQL required to find the dimension of the line segment SQL expression.
- doLineSegment2DDimensionTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doLineSegment2DDimensionTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doLineSegment2DDimensionTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doLineSegment2DDimensionTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doLineSegment2DDimensionTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doLineSegment2DDimensionTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doLineSegment2DDimensionTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doLineSegment2DDimensionTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doLineSegment2DEndPointTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate the SQL required to return the starting point of the provided LineSegment2D expression.
- doLineSegment2DEndPointTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.Oracle11XEDBDefinition
- doLineSegment2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate the SQL required to find whether the 2 line segment SQL expressions are equal.
- doLineSegment2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doLineSegment2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doLineSegment2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doLineSegment2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doLineSegment2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doLineSegment2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doLineSegment2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doLineSegment2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doLineSegment2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doLineSegment2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate the SQL required to the rectangular boundary that fully encloses the line segment SQL expression.
- doLineSegment2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doLineSegment2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doLineSegment2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doLineSegment2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doLineSegment2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doLineSegment2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.Oracle11XEDBDefinition
- doLineSegment2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doLineSegment2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doLineSegment2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doLineSegment2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doLineSegment2DGetMagnitudeTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return the magnitude (M) value of this line.
- doLineSegment2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate the SQL required to find the largest X value in the line segment SQL expression.
- doLineSegment2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doLineSegment2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doLineSegment2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doLineSegment2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doLineSegment2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doLineSegment2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.Oracle11XEDBDefinition
- doLineSegment2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doLineSegment2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doLineSegment2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doLineSegment2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doLineSegment2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate the SQL required to find the largest Y value in the line segment SQL expression.
- doLineSegment2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doLineSegment2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doLineSegment2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doLineSegment2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doLineSegment2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doLineSegment2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.Oracle11XEDBDefinition
- doLineSegment2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doLineSegment2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doLineSegment2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doLineSegment2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doLineSegment2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate the SQL required to find the smallest X value in the line segment SQL expression.
- doLineSegment2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doLineSegment2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doLineSegment2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doLineSegment2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doLineSegment2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doLineSegment2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.Oracle11XEDBDefinition
- doLineSegment2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doLineSegment2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doLineSegment2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doLineSegment2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doLineSegment2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate the SQL required to find the smallest Y value in the line segment SQL expression.
- doLineSegment2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doLineSegment2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doLineSegment2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doLineSegment2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doLineSegment2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doLineSegment2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.Oracle11XEDBDefinition
- doLineSegment2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doLineSegment2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doLineSegment2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doLineSegment2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doLineSegment2DHasMagnitudeTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return whether this geometry includes a magnitude (M) value along with X, Y, etc.
- doLineSegment2DIntersectionPointWithLineSegment2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate the SQL required to find the intersection point of the 2 line segment SQL expressions.
- doLineSegment2DIntersectionPointWithLineSegment2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doLineSegment2DIntersectionPointWithLineSegment2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doLineSegment2DIntersectionPointWithLineSegment2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doLineSegment2DIntersectionPointWithLineSegment2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doLineSegment2DIntersectionPointWithLineSegment2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doLineSegment2DIntersectionPointWithLineSegment2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doLineSegment2DIntersectionPointWithLineSegment2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doLineSegment2DIntersectionPointWithLineSegment2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doLineSegment2DIntersectionPointWithLineSegment2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doLineSegment2DIntersectsLineSegment2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generates the database specific SQL for testing whether the 2 line segment expressions ever cross.
- doLineSegment2DIntersectsLineSegment2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doLineSegment2DIntersectsLineSegment2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doLineSegment2DIntersectsLineSegment2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doLineSegment2DIntersectsLineSegment2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doLineSegment2DIntersectsLineSegment2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doLineSegment2DIntersectsLineSegment2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doLineSegment2DIntersectsLineSegment2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doLineSegment2DIntersectsLineSegment2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doLineSegment2DIntersectsLineSegment2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doLineSegment2DNotEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate the SQL required to find whether the 2 line segment SQL expressions are NOT equal.
- doLineSegment2DNotEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doLineSegment2DNotEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doLineSegment2DNotEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doLineSegment2DNotEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doLineSegment2DNotEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doLineSegment2DNotEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doLineSegment2DNotEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doLineSegment2DNotEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doLineSegment2DNotEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doLineSegment2DSpatialDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return the number of spatial dimensions that this geometry is defined in.
- doLineSegment2DStartPointTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate the SQL required to return the starting point of the provided LineSegment2D expression.
- doLineSegment2DStartPointTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.Oracle11XEDBDefinition
- doLogBase10IntegerTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return the Natural Logarithm.
- doLogBase10NumberTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return the Natural Logarithm.
- doLogBase10NumberTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doLogBase10NumberTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doLowercaseTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Wraps the provided SQL snippet in a statement that changes the value of the snippet to lowercase characters.
- doMinuteDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Convert the 2 SQL date values into a difference in minutes.
- doMinuteDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doMinuteDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doMinuteDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doMinuteDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doMinuteDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.NuoDBDefinition
- doMinuteDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doMinuteDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doMinuteDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doMinuteTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms a SQL snippet that is assumed to be a date into an SQL snippet that provides the minute part of the date.
- doMinuteTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doMinuteTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doMinuteTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doMinuteTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doModulusTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Implements the integer division remainder (mod) function.
- doModulusTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doModulusTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doModulusTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doModulusTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doMonthDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Convert the 2 SQL date values into a difference in months.
- doMonthDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doMonthDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doMonthDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doMonthDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doMonthDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.NuoDBDefinition
- doMonthDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doMonthDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doMonthDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doMonthTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms a SQL snippet that is assumed to be a date into an SQL snippet that provides the month part of the date.
- doMonthTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- doMonthTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doMonthTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doMonthTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doMonthTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doMonthTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doMultiPoint2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the SQL the transform the MultiPoint2D value into a WKT value.
- doMultiPoint2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doMultiPoint2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doMultiPoint2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doMultiPoint2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doMultiPoint2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doMultiPoint2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.Oracle11XEDBDefinition
- doMultiPoint2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doMultiPoint2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doMultiPoint2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doMultiPoint2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doMultiPoint2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provide the SQL to compare 2 MultiPoint2Ds using the equivalent of EQUALS.
- doMultiPoint2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doMultiPoint2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doMultiPoint2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doMultiPoint2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doMultiPoint2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doMultiPoint2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doMultiPoint2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doMultiPoint2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doMultiPoint2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doMultiPoint2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the SQL the derive the bounding box containing all the points in the MultiPoint2D value.
- doMultiPoint2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doMultiPoint2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doMultiPoint2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doMultiPoint2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doMultiPoint2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doMultiPoint2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.Oracle11XEDBDefinition
- doMultiPoint2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doMultiPoint2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doMultiPoint2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doMultiPoint2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doMultiPoint2DGetMagnitudeTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return the magnitude (M) value of this line.
- doMultiPoint2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the SQL that will derive the largest X value of all the points in the MultiPoint2D value
- doMultiPoint2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doMultiPoint2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doMultiPoint2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doMultiPoint2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doMultiPoint2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doMultiPoint2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doMultiPoint2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doMultiPoint2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doMultiPoint2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doMultiPoint2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the SQL that will derive the largest Y value of all the points in the MultiPoint2D value
- doMultiPoint2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doMultiPoint2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doMultiPoint2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doMultiPoint2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doMultiPoint2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doMultiPoint2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doMultiPoint2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doMultiPoint2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doMultiPoint2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doMultiPoint2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the SQL that will derive the smallest X value of all the points in the MultiPoint2D value
- doMultiPoint2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doMultiPoint2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doMultiPoint2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doMultiPoint2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doMultiPoint2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doMultiPoint2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doMultiPoint2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doMultiPoint2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doMultiPoint2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doMultiPoint2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the SQL that will derive the smallest Y value of all the points in the MultiPoint2D value
- doMultiPoint2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doMultiPoint2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doMultiPoint2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doMultiPoint2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doMultiPoint2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doMultiPoint2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doMultiPoint2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doMultiPoint2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doMultiPoint2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doMultiPoint2DGetNumberOfPointsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the SQL the derive the number of points in the multipoint2d value.
- doMultiPoint2DGetNumberOfPointsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doMultiPoint2DGetNumberOfPointsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doMultiPoint2DGetNumberOfPointsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doMultiPoint2DGetNumberOfPointsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doMultiPoint2DGetNumberOfPointsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doMultiPoint2DGetNumberOfPointsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.Oracle11XEDBDefinition
- doMultiPoint2DGetNumberOfPointsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doMultiPoint2DGetNumberOfPointsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doMultiPoint2DGetNumberOfPointsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doMultiPoint2DGetNumberOfPointsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doMultiPoint2DGetPointAtIndexTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provide the SQL to get point at the supplied index within the MultiPoint2D
- doMultiPoint2DGetPointAtIndexTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doMultiPoint2DGetPointAtIndexTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doMultiPoint2DGetPointAtIndexTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doMultiPoint2DGetPointAtIndexTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doMultiPoint2DGetPointAtIndexTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doMultiPoint2DGetPointAtIndexTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.Oracle11XEDBDefinition
- doMultiPoint2DGetPointAtIndexTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doMultiPoint2DGetPointAtIndexTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doMultiPoint2DGetPointAtIndexTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doMultiPoint2DGetPointAtIndexTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doMultiPoint2DHasMagnitudeTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return whether this geometry includes a magnitude (M) value along with X, Y, etc.
- doMultiPoint2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the SQL the derive the dimension (2 basically) of the MultiPoint2D value.
- doMultiPoint2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doMultiPoint2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doMultiPoint2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doMultiPoint2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doMultiPoint2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doMultiPoint2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doMultiPoint2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doMultiPoint2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doMultiPoint2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doMultiPoint2DNotEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provide the SQL to compare 2 MultiPoint2Ds using the equivalent of NOT EQUALS.
- doMultiPoint2DNotEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doMultiPoint2DSpatialDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return the number of spatial dimensions that this geometry is defined in.
- doMultiPoint2DToLine2DTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the SQL the transform the MultiPoint2D value into a
Line2DResult
value. - doMultiPoint2DToLine2DTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doMultiPoint2DToLine2DTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doMultiPoint2DToLine2DTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doMultiPoint2DToLine2DTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doMultiPoint2DToLine2DTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doMultiPoint2DToLine2DTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.Oracle11XEDBDefinition
- doMultiPoint2DToLine2DTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doMultiPoint2DToLine2DTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doMultiPoint2DToLine2DTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doMultiPoint2DToLine2DTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doNewLocalDateFromYearMonthDayTransform(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- doNotInTransform(String, List<String>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Produce SQL that will compare the first value to all the other values using the NOT IN operator.
- doNumberEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transform the to numbers to compare then with equals.
- doNumberEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.NuoDBDefinition
- doNumberIfNullTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Produce SQL that will provide return the second value if the first is NULL.
- doNumberIfNullTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doNumberToIntegerTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- doNumberToIntegerTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doNumberToIntegerTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doNumberToIntegerTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doNumberToStringTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms a SQL snippet of a number expression into a character expression for this database.
- doNumberToStringTransformUnsafe(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms a SQL snippet of a number expression into a character expression for this database.
- doNumberToStringTransformUnsafe(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doNumberToStringTransformUnsafe(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
-
Transforms a SQL snippet of a number expression into a character expression for this database.
- doNumberToStringTransformUnsafe(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
-
Transforms a SQL snippet of a number expression into a character expression for this database.
- doPoint2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provide the SQL to derive the WKT version of the Point2D.
- doPoint2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doPoint2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doPoint2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doPoint2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doPoint2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doPoint2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.Oracle11XEDBDefinition
- doPoint2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doPoint2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doPoint2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doPoint2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doPoint2DDistanceBetweenTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate SQL to derive the distance between the two Polygon2D expressions.
- doPoint2DDistanceBetweenTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doPoint2DDistanceBetweenTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doPoint2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provide the SQL to compare 2 Point2Ds
- doPoint2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doPoint2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doPoint2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doPoint2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doPoint2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doPoint2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doPoint2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doPoint2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doPoint2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doPoint2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provide the SQL to derive the Polygon2D representing the Bounding Box of the Point2D.
- doPoint2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doPoint2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doPoint2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doPoint2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doPoint2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doPoint2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.Oracle11XEDBDefinition
- doPoint2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doPoint2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doPoint2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doPoint2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doPoint2DGetMagnitudeTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return the magnitude (M) value of this line.
- doPoint2DGetXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provide the SQL to return the X coordinate of the Point2D
- doPoint2DGetXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doPoint2DGetXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doPoint2DGetXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doPoint2DGetXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doPoint2DGetXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doPoint2DGetXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doPoint2DGetXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doPoint2DGetXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doPoint2DGetXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doPoint2DGetYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provide the SQL to return the Y coordinate of the Point2D
- doPoint2DGetYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doPoint2DGetYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doPoint2DGetYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doPoint2DGetYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doPoint2DGetYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doPoint2DGetYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doPoint2DGetYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doPoint2DGetYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doPoint2DGetYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doPoint2DHasMagnitudeTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return whether this geometry includes a magnitude (M) value along with X, Y, etc.
- doPoint2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provide the SQL to return the dimension of the Point2D
- doPoint2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doPoint2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doPoint2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doPoint2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doPoint2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doPoint2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doPoint2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doPoint2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doPoint2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doPoint2DSpatialDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return the number of spatial dimensions that this geometry is defined in.
- doPolygon2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generates the SQL to convert the polygon to the standard text version of a polygon.
- doPolygon2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doPolygon2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doPolygon2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doPolygon2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doPolygon2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doPolygon2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.Oracle11XEDBDefinition
- doPolygon2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doPolygon2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doPolygon2DAsTextTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doPolygon2DContainsPoint2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generates the SQL to determine whether the first (polygon) argument contains the second point argument.
- doPolygon2DContainsPoint2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doPolygon2DContainsPoint2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doPolygon2DContainsPoint2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doPolygon2DContainsPoint2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doPolygon2DContainsPoint2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doPolygon2DContainsPoint2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doPolygon2DContainsPoint2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doPolygon2DContainsPoint2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doPolygon2DContainsPolygon2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Test whether the first polygon completely contains the second polygon.
- doPolygon2DContainsPolygon2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doPolygon2DContainsPolygon2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
-
Test whether the first polygon completely contains the second polygon.
- doPolygon2DContainsPolygon2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
-
Test whether the first polygon completely contains the second polygon.
- doPolygon2DContainsPolygon2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doPolygon2DContainsPolygon2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doPolygon2DContainsPolygon2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doPolygon2DContainsPolygon2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doPolygon2DContainsPolygon2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doPolygon2DContainsPolygon2DTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doPolygon2DDoesNotIntersectTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Inverse of
DBDefinition.doPolygon2DIntersectsTransform(java.lang.String, java.lang.String)
, tests whether the 2 polygons are non-coincident. - doPolygon2DDoesNotIntersectTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doPolygon2DDoesNotIntersectTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
-
Inverse of
MSSQLServerDBDefinition.doPolygon2DIntersectsTransform(java.lang.String, java.lang.String)
, tests whether the 2 polygons are non-coincident. - doPolygon2DDoesNotIntersectTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
-
Inverse of
MSSQLServerDBDefinition2016.doPolygon2DIntersectsTransform(java.lang.String, java.lang.String)
, tests whether the 2 polygons are non-coincident. - doPolygon2DDoesNotIntersectTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doPolygon2DDoesNotIntersectTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doPolygon2DDoesNotIntersectTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doPolygon2DDoesNotIntersectTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doPolygon2DDoesNotIntersectTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doPolygon2DDoesNotIntersectTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doPolygon2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Compare 2 polygons with EQUALS.
- doPolygon2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doPolygon2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doPolygon2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doPolygon2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doPolygon2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doPolygon2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doPolygon2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doPolygon2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doPolygon2DEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doPolygon2DGetAreaTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Retrieve the area of the polygon.
- doPolygon2DGetAreaTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doPolygon2DGetAreaTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doPolygon2DGetAreaTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doPolygon2DGetAreaTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doPolygon2DGetAreaTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doPolygon2DGetAreaTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doPolygon2DGetAreaTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doPolygon2DGetAreaTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doPolygon2DGetAreaTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doPolygon2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Create a simple four sided bounding for the polygon.
- doPolygon2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doPolygon2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doPolygon2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doPolygon2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doPolygon2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doPolygon2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.Oracle11XEDBDefinition
- doPolygon2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doPolygon2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doPolygon2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doPolygon2DGetBoundingBoxTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doPolygon2DGetExteriorRingTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Defines the transformation require to transform an SQL Polygon2D into a linestring representing the exterior ring of the polygon.
- doPolygon2DGetExteriorRingTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doPolygon2DGetExteriorRingTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doPolygon2DGetExteriorRingTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doPolygon2DGetExteriorRingTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doPolygon2DGetExteriorRingTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doPolygon2DGetExteriorRingTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doPolygon2DGetExteriorRingTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doPolygon2DGetExteriorRingTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doPolygon2DGetExteriorRingTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doPolygon2DGetMagnitudeTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return the magnitude (M) value of this line.
- doPolygon2DGetMagnitudeTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doPolygon2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate the SQL that will return the largest X value within the Polygon2D expression.
- doPolygon2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doPolygon2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doPolygon2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doPolygon2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doPolygon2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doPolygon2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doPolygon2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doPolygon2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doPolygon2DGetMaxXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doPolygon2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate the SQL that will return the largest X value within the Polygon2D expression.
- doPolygon2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doPolygon2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doPolygon2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doPolygon2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doPolygon2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doPolygon2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doPolygon2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doPolygon2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doPolygon2DGetMaxYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doPolygon2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate the SQL that will return the smallest X value within the Polygon2D expression.
- doPolygon2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doPolygon2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doPolygon2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doPolygon2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doPolygon2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doPolygon2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doPolygon2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doPolygon2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doPolygon2DGetMinXTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doPolygon2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate the SQL that will return the smallest Y value within the Polygon2D expression.
- doPolygon2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doPolygon2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doPolygon2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doPolygon2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doPolygon2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doPolygon2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doPolygon2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doPolygon2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doPolygon2DGetMinYTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doPolygon2DHasMagnitudeTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return whether this geometry includes a magnitude (M) value along with X, Y, etc.
- doPolygon2DIntersectionTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Creates a Polygon2D representing the intersection of the Polygon2Ds.
- doPolygon2DIntersectionTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doPolygon2DIntersectionTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doPolygon2DIntersectionTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doPolygon2DIntersectionTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doPolygon2DIntersectionTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doPolygon2DIntersectionTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doPolygon2DIntersectionTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doPolygon2DIntersectionTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doPolygon2DIntersectionTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doPolygon2DIntersectsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Test whether the 2 polygons intersect.
- doPolygon2DIntersectsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doPolygon2DIntersectsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doPolygon2DIntersectsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doPolygon2DIntersectsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doPolygon2DIntersectsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doPolygon2DIntersectsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doPolygon2DIntersectsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doPolygon2DIntersectsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doPolygon2DIntersectsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doPolygon2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the dimension of the polygon.
- doPolygon2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doPolygon2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
-
Returns the dimension of the polygon.
- doPolygon2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
-
Returns the dimension of the polygon.
- doPolygon2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doPolygon2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doPolygon2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doPolygon2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doPolygon2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doPolygon2DMeasurableDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doPolygon2DOverlapsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Test whether the 2 polygons intersect but not contained or within.
- doPolygon2DOverlapsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doPolygon2DOverlapsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doPolygon2DOverlapsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doPolygon2DOverlapsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doPolygon2DOverlapsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doPolygon2DOverlapsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doPolygon2DOverlapsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doPolygon2DOverlapsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doPolygon2DOverlapsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doPolygon2DSpatialDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return the number of spatial dimensions that this geometry is defined in.
- doPolygon2DSpatialDimensionsTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doPolygon2DTouchesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Tests whether the polygons touch.
- doPolygon2DTouchesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doPolygon2DTouchesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doPolygon2DTouchesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doPolygon2DTouchesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doPolygon2DTouchesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doPolygon2DTouchesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doPolygon2DTouchesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doPolygon2DTouchesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doPolygon2DTouchesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doPolygon2DUnionTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Creates a Polygon2D representing the union of the Polygon2Ds.
- doPolygon2DUnionTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doPolygon2DUnionTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doPolygon2DWithinTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Test whether the first polygon is completely within the second polygon.
- doPolygon2DWithinTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doPolygon2DWithinTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
-
Test whether the first polygon is completely within the second polygon.
- doPolygon2DWithinTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
-
Test whether the first polygon is completely within the second polygon.
- doPolygon2DWithinTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doPolygon2DWithinTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doPolygon2DWithinTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- doPolygon2DWithinTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- doPolygon2DWithinTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doPolygon2DWithinTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doPositionInStringTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms an SQL snippet into an SQL snippet that provides the index of the string to find.
- doPositionInStringTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doPositionInStringTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doPositionInStringTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doPositionInStringTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doPositionInStringTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doRadiansTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Implements the degrees to radians transformation using simple maths.
- doRandomIntegerTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- doRandomNumberTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the required code to generate a random number.
- doRandomNumberTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
-
Returns the required code to generate a random number.
- doRandomNumberTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
-
Returns the required code to generate a random number.
- doRandomNumberTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
-
Returns the required code to generate a random number.
- doRandomNumberTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doRandomNumberTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doReadOnlyTransaction(DBTransaction<V>) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Performs the transaction on this database without making changes.
- doReadOnlyTransaction(DBTransaction<V>) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- doReadOnlyTransaction(DBTransaction<V>) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- doReadOnlyTransaction(DBTransaction<V>) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Performs the transaction on this database without making changes.
- doRemoveInstantTimeZoneTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doReplaceTransform(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the SQL string used to replace the value of a substring with another string.
- doReplaceTransform(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doRightPadTransform(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- doRightPadTransform(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doRightTrimTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Wraps the provided SQL snippet in a statement that trims all spaces from the right of the value of the snippet.
- doRoundTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate the SQL to apply rounding to the Number expressions
- doRoundTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doRoundTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doRoundWithDecimalPlacesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate the SQL to apply rounding to the Number expressions with the specified number of decimal places.
- doRoundWithDecimalPlacesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doRoundWithDecimalPlacesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doRoundWithDecimalPlacesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
-
Generate the SQL to apply rounding to the Number expressions with the specified number of decimal places.
- doRoundWithDecimalPlacesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
-
Generate the SQL to apply rounding to the Number expressions with the specified number of decimal places.
- doRoundWithDecimalPlacesTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
-
Generate the SQL to apply rounding to the Number expressions with the specified number of decimal places.
- doSecondAndSubsecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms a SQL snippet that is assumed to be a date into an SQL snippet that provides the second part of the date.
- doSecondAndSubsecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doSecondAndSubsecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doSecondAndSubsecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doSecondAndSubsecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doSecondDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Convert the 2 SQL date values into a difference in whole seconds.
- doSecondDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doSecondDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doSecondDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doSecondDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doSecondDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.NuoDBDefinition
- doSecondDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doSecondDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doSecondDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doSecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms a SQL snippet that is assumed to be a date into an SQL snippet that provides the second part of the date.
- doSecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doSecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doSecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doSecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doSelectFromRecursiveTable(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return the default select clause for the final query of a
DBRecursiveQuery
. - doSelectFromRecursiveTable(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doStringAccumulateTransform(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- doStringAccumulateTransform(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doStringAccumulateTransform(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doStringAccumulateTransform(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doStringAccumulateTransform(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doStringAccumulateTransform(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doStringAccumulateTransform(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doStringAccumulateTransform(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doStringAccumulateTransform(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doStringAccumulateTransform(String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- doStringAccumulateTransform(String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doStringAccumulateTransform(String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doStringAccumulateTransform(String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doStringAccumulateTransform(String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doStringAccumulateTransform(String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doStringAccumulateTransform(String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doStringAccumulateTransform(String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doStringAccumulateTransform(String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doStringAccumulateTransform(StringExpression, String, SortProvider) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- doStringAccumulateTransform(StringExpression, String, SortProvider) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doStringEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the SQL required to directly compare 2 strings.
- doStringEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doStringEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MariaDBDefinition
- doStringEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
-
SQLServer follows the standard, unlike anyone else, and pads the short string with spaces before comparing.
- doStringEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
-
SQLServer follows the standard, unlike anyone else, and pads the short string with spaces before comparing.
- doStringEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doStringEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doStringEqualsTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.NuoDBDefinition
-
NuoDB follows the standard, unlike anyone else, and pads the short string with spaces before comparing.
- doStringIfNullTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Produce SQL that will provide return the second value if the first is NULL.
- doStringIfNullTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doStringIfNullUseEmptyStringTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Produce SQL that will provide return the empty string if the value is NULL.
- doStringLengthTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Wraps the provided SQL snippet in a statement that the length of the value of the snippet.
- doStringLengthTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- doStringLengthTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
-
Wraps the provided SQL snippet in a statement that the length of the value of the snippet.
- doStringLengthTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
-
Wraps the provided SQL snippet in a statement that the length of the value of the snippet.
- doStringLiteralWrapping(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- doStringToNumberTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provide SQL to interpret the String value as a number.
- doStringToNumberTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doStringToNumberTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doStringToNumberTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doStringToNumberTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doSubsecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the partial second value from the date.
- doSubsecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doSubsecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doSubsecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doSubsecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doSubsecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doSubsecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doSubsecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doSubsecondTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doSubstringAfterTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate the SQL to use the SUBSTRING_AFTER function with the 2 String expressions.
- doSubstringAfterTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doSubstringAfterTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doSubstringBeforeTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate the SQL to use the SUBSTRING_BEFORE function with the 2 String expressions.
- doSubstringBeforeTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doSubstringBeforeTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doSubstringTransform(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms the arguments into a SQL snippet that produces a substring of the originalString from the start for length characters.
- doSubstringTransform(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doSubstringTransform(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doSubstringTransform(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doSubstringTransform(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doSubstringTransform(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doTransaction(DBDatabase) - Method in class nz.co.gregs.dbvolution.transactions.DBRawSQLTransaction
-
Perform the SQL on the database within a transaction.
- doTransaction(DBDatabase) - Method in interface nz.co.gregs.dbvolution.transactions.DBTransaction
-
Perform the transaction on the database, returning TRUE if the transaction succeeded, or FALSE if it did not.
- doTransaction(DBTransaction<V>) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Performs the transaction on this database.
- doTransaction(DBTransaction<V>) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- doTransaction(DBTransaction<V>) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Performs the transaction on this database.
- doTransaction(DBTransaction<V>, Boolean) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Convenience method to simplify switching using READONLY to COMMITTED transaction
- doTransaction(DBTransaction<V>, Boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- doTransaction(DBTransaction<V>, Boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- doTransaction(DBTransaction<V>, Boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Convenience method to simplify switching using READONLY to COMMITTED transaction
- doTransactionWithoutCompleting(DBTransaction<V>) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- doTransactionWithoutCompleting(DBTransaction<V>) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- doTransactionWithoutCompleting(DBTransaction<V>) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- doTrimFunction(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Wraps the provided SQL snippet in a statement that performs trims all spaces from the left and right of the value of the snippet.
- doTrimFunction(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doTrimFunction(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doTruncTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms 2 SQL snippets that represent a real number and a integer into a real number with the decimal places reduced to the integer.
- doTruncTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doTruncTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doTruncTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doTruncTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.NuoDBDefinition
- doTruncTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doubleValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
The current
literal value
of this DBNumber as a Double - doUppercaseTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Wraps the provided SQL snippet in a statement that changes the characters of the value of the snippet to their uppercase equivalent.
- doWeekDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Convert the 2 SQL date values into a difference in days.
- doWeekDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doWeekDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doWeekDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doWeekDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doWeekDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.NuoDBDefinition
- doWeekDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doWeekDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doWeekDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doWrapQueryForPaging(String, QueryOptions) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Wrap query with any required syntax to provide paging functionality.
- doWrapQueryForPaging(String, QueryOptions) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doYearDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Convert the 2 SQL date values into a difference in years.
- doYearDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doYearDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doYearDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- doYearDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- doYearDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.NuoDBDefinition
- doYearDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doYearDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- doYearDifferenceTransform(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- doYearTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms a SQL snippet that is assumed to be a date into an SQL snippet that provides the year part of the date.
- doYearTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- doYearTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- doYearTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- doYearTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- doYearTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- doYearTransform(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- DRIVER_NAME - Static variable in class nz.co.gregs.dbvolution.databases.H2DB
- DRIVER_NAME - Static variable in class nz.co.gregs.dbvolution.databases.JavaDB
- DRIVER_NAME - Static variable in class nz.co.gregs.dbvolution.databases.JavaDBMemoryDB
- DROP_DATABASE - nz.co.gregs.dbvolution.databases.QueryIntention
- DROP_FOREIGN_KEYS - nz.co.gregs.dbvolution.databases.QueryIntention
- DROP_FUNCTION - nz.co.gregs.dbvolution.databases.QueryIntention
- DROP_SEQUENCE - nz.co.gregs.dbvolution.databases.QueryIntention
- DROP_TABLE - nz.co.gregs.dbvolution.databases.QueryIntention
- DROP_TRIGGER - nz.co.gregs.dbvolution.databases.QueryIntention
- DROP_TRIGGER_BASED_IDENTITY - nz.co.gregs.dbvolution.databases.QueryIntention
- dropDatabase(boolean) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
The worst idea EVAH.
- dropDatabase(boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- dropDatabase(boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
The worst idea EVAH.
- dropDatabase(String, boolean) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
The worst idea EVAH.
- dropDatabase(String, boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- dropDatabase(String, boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
The worst idea EVAH.
- dropSQL() - Method in interface nz.co.gregs.dbvolution.internal.FeatureAdd
- dropSQL() - Method in enum nz.co.gregs.dbvolution.internal.mysql.MigrationFunctions
- dropSQL() - Method in enum nz.co.gregs.dbvolution.internal.postgres.Line2DFunctions
- dropSQL() - Method in enum nz.co.gregs.dbvolution.internal.postgres.MultiPoint2DFunctions
- dropSQL() - Method in enum nz.co.gregs.dbvolution.internal.postgres.StringFunctions
- dropSQL() - Method in enum nz.co.gregs.dbvolution.internal.sqlserver.Line2DFunctions
- dropSQL() - Method in enum nz.co.gregs.dbvolution.internal.sqlserver.MigrationFunctions
- dropSQL() - Method in enum nz.co.gregs.dbvolution.internal.sqlserver.MultiPoint2DFunctions
- dropSQL() - Method in enum nz.co.gregs.dbvolution.internal.sqlserver.Point2DFunctions
- dropSQL() - Method in enum nz.co.gregs.dbvolution.internal.sqlserver.Polygon2DFunctions
- dropTable(DBRow) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- dropTable(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- dropTable(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- dropTable(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Drops a table from the database.
- dropTableIfExists(TR) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Drops a table from the database.
- dropTableIfExists(TR) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- dropTableIfExists(TR) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- dropTableIfExists(TR) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Drops a table from the database.
- dropTableNoExceptions(TR) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- dropTableNoExceptions(TR) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- dropTableNoExceptions(TR) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- dropTableNoExceptions(TR) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Drops a table from the database.
- dropTableNoExceptions(TR) - Method in class nz.co.gregs.dbvolution.databases.PostgresDB
- dropTriggerBasedIdentitySQL(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- dropTriggerBasedIdentitySQL(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- DurationColumn - Class in nz.co.gregs.dbvolution.columns
-
Represents a column of DateRepeat type.
- DurationColumn(RowDefinition, Duration) - Constructor for class nz.co.gregs.dbvolution.columns.DurationColumn
-
Create a DateColumn for the supplied field of the supplied row
- DurationColumn(RowDefinition, DBDuration) - Constructor for class nz.co.gregs.dbvolution.columns.DurationColumn
-
Create a DateColumn for the supplied field of the supplied row
- DurationExpression - Class in nz.co.gregs.dbvolution.expressions
- DurationExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Default constructor
- DurationExpression(Duration) - Constructor for class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Creates a new DateRepeatExression that represents the value supplied.
- DurationExpression(AnyResult<?>) - Constructor for class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Creates a new DateRepeatExression that represents the DateRepeat value supplied.
- DurationExpression(DurationResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Creates a new DateRepeatExression that represents the DateRepeat value supplied.
- DurationExpression.FirstValueExpression - Class in nz.co.gregs.dbvolution.expressions
- DurationExpression.IsExpression - Class in nz.co.gregs.dbvolution.expressions
- DurationExpression.IsGreaterThanOrEqualExpression - Class in nz.co.gregs.dbvolution.expressions
- DurationExpression.LagExpression - Class in nz.co.gregs.dbvolution.expressions
- DurationExpression.LastValueExpression - Class in nz.co.gregs.dbvolution.expressions
- DurationExpression.LeadExpression - Class in nz.co.gregs.dbvolution.expressions
- DurationExpression.NthValueExpression - Class in nz.co.gregs.dbvolution.expressions
- DurationImpl - Class in nz.co.gregs.dbvolution.internal.datatypes
- DurationImpl() - Constructor for class nz.co.gregs.dbvolution.internal.datatypes.DurationImpl
-
Default constructor
- DurationResult - Interface in nz.co.gregs.dbvolution.results
-
Support DBvolution at Patreon
- durationValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBDuration
-
Returns the value of this DBDuration as a Period, if the value is defined and is not null.
E
- E - Static variable in class nz.co.gregs.dbvolution.expressions.NumberExpression
- empty() - Static method in class nz.co.gregs.dbvolution.databases.metadata.Options
- empty() - Static method in class nz.co.gregs.dbvolution.expressions.search.SearchAcross
- EMPTY_ALIAS - Static variable in class nz.co.gregs.dbvolution.expressions.search.SearchAbstract.Term
- EmptyFrameEnd(WindowingFunctionFramableInterface.WindowPart<A>) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.EmptyFrameEnd
- emptyString() - Static method in class nz.co.gregs.dbvolution.expressions.StringExpression
- EMULATE_RECURSIVE_QUERY - nz.co.gregs.dbvolution.databases.DBDatabaseImplementation.ResponseToException
- encode() - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
-
Change the settings into and encoded string for use with
DatabaseConnectionSettings.decode(java.lang.String)
. - encode(DBRow...) - Method in interface nz.co.gregs.dbvolution.reflection.EncodingInterpreter
-
Encode the rows in the collection.
- encodeClusterHosts(List<DatabaseConnectionSettings>) - Static method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- encodeClusterHosts(List<DatabaseConnectionSettings>) - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.ClusterCapableSettingsBuilder
- encodeExtras(Map<String, String>) - Static method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- encodeExtras(DatabaseConnectionSettings, String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- encodeHost(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractH2SettingsBuilder
- encodeHost(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractInformixSettingsBuilder
- encodeHost(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractJavaDBSettingsBuilder
- encodeHost(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMSSQLServerSettingsBuilder
- encodeHost(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMySQLSettingsBuilder
- encodeHost(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractOracleSettingsBuilder
-
Apparently you can do this jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=on) (ADDRESS=(PROTOCOL=TCP)(HOST=host1) (PORT=1521)) (ADDRESS=(PROTOCOL=TCP)(HOST=host2) (PORT=1521)) (CONNECT_DATA=(SERVICE_NAME=service))) I have too much self-respect to do so (without being paid).
- encodeHost(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- encodeHost(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.DBDatabaseClusterSettingsBuilder
- encodeHost(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.H2MemorySettingsBuilder
- encodeHost(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.H2SharedSettingsBuilder
- encodeHost(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MariaClusterDBSettingsBuilder
- encodeHost(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MariaDBSettingsBuilder
- encodeHost(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MySQLMXJDBSettingsBuilder
- encodeHost(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.NuoDBSettingsBuilder
- encodeHost(DatabaseConnectionSettings) - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.SettingsBuilder
- encodeHost(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.SQLiteSettingsBuilder
- encodeHostAbstract(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- EncodingInterpreter - Interface in nz.co.gregs.dbvolution.reflection
-
Support DBvolution at Patreon
- encrypt(String) - Static method in class nz.co.gregs.dbvolution.utility.encryption.Encryption_Internal
- encrypt(String, String) - Static method in class nz.co.gregs.dbvolution.utility.encryption.Encrypted
- encrypt(String, String) - Static method in class nz.co.gregs.dbvolution.utility.encryption.Encryption_BASE64_AES_CBC_PKCS5Padding
- encrypt(String, String) - Static method in class nz.co.gregs.dbvolution.utility.encryption.Encryption_BASE64_AES_GCM_NoPadding
- Encrypted - Class in nz.co.gregs.dbvolution.utility.encryption
- EncryptedTextExpression - Class in nz.co.gregs.dbvolution.expressions
- EncryptedTextExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.EncryptedTextExpression
- EncryptedTextExpression(EncryptedTextResult) - Constructor for class nz.co.gregs.dbvolution.expressions.EncryptedTextExpression
- EncryptedTextResult - Interface in nz.co.gregs.dbvolution.results
- Encryption_BASE64_AES_CBC_PKCS5Padding - Class in nz.co.gregs.dbvolution.utility.encryption
- Encryption_BASE64_AES_GCM_NoPadding - Class in nz.co.gregs.dbvolution.utility.encryption
- Encryption_Internal - Class in nz.co.gregs.dbvolution.utility.encryption
- endDeleteLine() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the end of a DELETE statement for this database.
- endDeleteLine() - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- endDeleteLine() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- endInsertColumnList() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the end of the column list of an INSERT statement for this database.
- endInsertLine() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the end of an INSERT statement for this database.
- endInsertLine() - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- endInsertLine() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- endMultilineComment() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Used during output of BLOB columns to avoid complications in some scenarios.
- endNumberValue() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the standard end of a number value in the database.
- endOfMonth() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Derive the last day of the month for this date expression
- endOfMonth() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Derive the last day of the month for this date expression
- endOfMonth() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Derive the last day of the month for this date expression
- endOfMonth() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Derive the last day of the month for this date expression
- EndOfMonthExpression(InstantResult) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.EndOfMonthExpression
- endOnClause() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Used during the creation of an ANSI join to complete the criteria of an optional table by closing the ON clause.
- endOrderByClause() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the end of the ORDER BY clause of a SELECT statement for this database.
- endSQLStatement() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the default ending of an SQL statement for this database.
- endSQLStatement() - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- endSQLStatement() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- endSQLStatement() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- endSQLStatement() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- endStringValue() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the standard ending of a string value in the database.
- endsWith(String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the LIKE operator.
- endsWith(StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the LIKE operator.
- endTableAlias() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Used during the creation of ANSI queries to conclude the table alias.
- endValueClause() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Used within DBInsert to end the VALUES clause of the INSERT statement.
- endWithClausePrimingQuery() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return the necessary connector between the priming query and the recursive query used in a
DBRecursiveQuery
. - endWithClauseRecursiveQuery() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return the default preamble to the recursive query of a
DBRecursiveQuery
. - enumValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBEnum
-
Gets the enumeration value.
- EqualComparable<B,A extends DBExpression> - Interface in nz.co.gregs.dbvolution.results
-
Indicates that the class can be compared to other instances of this class as if the instances were equivalent.
- EqualExpression<B,R extends EqualResult<B>,D extends QueryableDatatype<B>> - Class in nz.co.gregs.dbvolution.expressions
- EqualExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.EqualExpression
- EqualExpression(AnyResult<?>) - Constructor for class nz.co.gregs.dbvolution.expressions.EqualExpression
- EqualExpression(R) - Constructor for class nz.co.gregs.dbvolution.expressions.EqualExpression
- EqualExpression.DBUnaryFunction<B,R extends EqualResult<B>,D extends QueryableDatatype<B>,X extends EqualExpression<B,R,D>> - Class in nz.co.gregs.dbvolution.expressions
- EqualExpression.ModeSimpleExpression<B,R extends EqualResult<B>,D extends QueryableDatatype<B>,X extends EqualExpression<B,R,D>> - Class in nz.co.gregs.dbvolution.expressions
- EqualExpression.ModeStrictExpression<B,R extends EqualResult<B>,D extends QueryableDatatype<B>,X extends EqualExpression<B,R,D>> - Class in nz.co.gregs.dbvolution.expressions
- EqualResult<B> - Interface in nz.co.gregs.dbvolution.results
-
A EqualResult has an equal and a not equal function.
- equals(Object) - Method in class nz.co.gregs.dbvolution.columns.Line2DColumn
- equals(Object) - Method in class nz.co.gregs.dbvolution.columns.LineSegment2DColumn
- equals(Object) - Method in class nz.co.gregs.dbvolution.columns.MultiPoint2DColumn
- equals(Object) - Method in class nz.co.gregs.dbvolution.columns.Point2DColumn
- equals(Object) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- equals(Object) - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
-
Implements the standard Java equals method.
- equals(Object) - Method in class nz.co.gregs.dbvolution.datatypes.DBBooleanArray
-
Implements the standard Java equals method.
- equals(Object) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
- equals(Object) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
- equals(Object) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
- equals(Object) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
- equals(Object) - Method in class nz.co.gregs.dbvolution.generation.DBTableField
- equals(Object) - Method in class nz.co.gregs.dbvolution.generation.deprecated.DBTableField
-
Deprecated.
- equals(Object) - Method in class nz.co.gregs.dbvolution.internal.properties.JavaBeanProperty
-
Tests for equality, based on the underlying java getter and setter methods.
- equals(Object) - Method in class nz.co.gregs.dbvolution.internal.properties.JavaField
-
Tests for equality, based entirely on whether the underlying java field or bean-property is the same.
- equals(Object) - Method in interface nz.co.gregs.dbvolution.internal.properties.JavaProperty
-
Tests for equality, based entirely on whether the underlying java field or bean-property is the same.
- equals(Object) - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Equality of this property wrapper definition, based on the java property it wraps in a specific class, plus the underlying object reference containing the wrapped property.
- equals(Object) - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Equality of this property wrapper definition, based on the java property it wraps in a specific class.
- equals(Object) - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionClassWrapper
-
Two
RowDefinitionClassWrappers
are equal if they wrap the same classes. - equals(Object) - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionInstanceWrapper
-
Two
RowDefinitionInstanceWrappers
are equal if they wrap twoRowDefinition
instances that are themselves equal, and are instances of the same class. - equals(Object) - Method in class nz.co.gregs.dbvolution.internal.query.DBRowClass
- equals(Object) - Method in class nz.co.gregs.dbvolution.internal.querygraph.QueryGraphNode
- equals(Object) - Method in class nz.co.gregs.dbvolution.operators.DBInOperator
- equals(Object) - Method in class nz.co.gregs.dbvolution.operators.DBOperator
- equals(Object) - Method in class nz.co.gregs.dbvolution.utility.encryption.Encrypted
- equals(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- Equals() - Constructor for class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.Equals
- EQUALS - nz.co.gregs.dbvolution.internal.h2.DateRepeatFunctions
- EQUALS - nz.co.gregs.dbvolution.internal.h2.Line2DFunctions
- EQUALS - nz.co.gregs.dbvolution.internal.h2.LineSegment2DFunctions
- EQUALS - nz.co.gregs.dbvolution.internal.h2.MultiPoint2DFunctions
- EQUALS - nz.co.gregs.dbvolution.internal.h2.Point2DFunctions
- EQUALS - nz.co.gregs.dbvolution.internal.h2.Polygon2DFunctions
- EQUALS - nz.co.gregs.dbvolution.internal.oracle.aws.LineSegment2DFunctions
- EQUALS - nz.co.gregs.dbvolution.internal.oracle.aws.MultiPoint2DFunctions
- EQUALS - nz.co.gregs.dbvolution.internal.oracle.aws.Polygon2DFunctions
- EQUALS - nz.co.gregs.dbvolution.internal.sqlserver.MultiPoint2DFunctions
- EQUALS - nz.co.gregs.dbvolution.internal.sqlserver.Point2DFunctions
- EQUALS - nz.co.gregs.dbvolution.internal.sqlserver.Polygon2DFunctions
- EQUALS - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Polygon2DFunctions
- EQUALS_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Line2DFunctions
- EQUALS_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.LineSegment2DFunctions
- EQUALS_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.MultiPoint2DFunctions
- EQUALS_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Point2DFunctions
- EULERS_CONSTANT - Static variable in class nz.co.gregs.dbvolution.expressions.NumberExpression
- ExceptionDuringDatabaseFeatureSetup - Exception in nz.co.gregs.dbvolution.exceptions
-
Throw during the addition of Database Specific Features if something goes wrong
- ExceptionDuringDatabaseFeatureSetup(String, Exception) - Constructor for exception nz.co.gregs.dbvolution.exceptions.ExceptionDuringDatabaseFeatureSetup
- exceptionIsTableFound(Exception) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- exceptionIsTableNotFound(Exception) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- ExceptionThrownDuringTransaction - Exception in nz.co.gregs.dbvolution.exceptions
- ExceptionThrownDuringTransaction() - Constructor for exception nz.co.gregs.dbvolution.exceptions.ExceptionThrownDuringTransaction
- ExceptionThrownDuringTransaction(Exception) - Constructor for exception nz.co.gregs.dbvolution.exceptions.ExceptionThrownDuringTransaction
- ExceptionThrownDuringTransaction(String) - Constructor for exception nz.co.gregs.dbvolution.exceptions.ExceptionThrownDuringTransaction
- ExceptionThrownDuringTransaction(String, Exception) - Constructor for exception nz.co.gregs.dbvolution.exceptions.ExceptionThrownDuringTransaction
- excludedPattern(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Perform searches based on using database compatible pattern matching
- excludedPattern(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Perform searches based on using database compatible pattern matching
- excludedPattern(StringExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Perform searches based on using database compatible pattern matching
- excludedPattern(StringExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Perform searches based on using database compatible pattern matching
- excludedRange(E, E) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
Performs searches based on a range.
- excludedRange(E, E) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Performs searches based on a range.
- excludedRange(Integer, Integer) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Performs searches based on a range.
- excludedRange(Integer, Integer) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
Performs searches based on a range.
- excludedRange(Long, Long) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Performs searches based on a range.
- excludedRange(Long, Long) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
Performs searches based on a range.
- excludedRange(Number, Number) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
Performs searches based on a range.
- excludedRange(String, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Performs searches based on a range.
- excludedRange(String, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Performs searches based on a range.
- excludedRange(Instant, Instant) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Performs searches based on a range.
- excludedRange(LocalDate, LocalDate) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
Performs searches based on a range.
- excludedRange(LocalDateTime, LocalDateTime) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Performs searches based on a range.
- excludedRange(LocalDateTime, LocalDateTime) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Performs searches based on a range.
- excludedRange(Date, Date) - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
Performs searches based on a range.
- excludedRange(DateExpression, DateExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
Performs searches based on a range.
- excludedRange(InstantExpression, InstantExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Performs searches based on a range.
- excludedRange(LocalDateExpression, LocalDateExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
Performs searches based on a range.
- excludedRange(LocalDateTimeExpression, LocalDateTimeExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Performs searches based on a range.
- excludedRange(StringExpression, StringExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Performs searches based on a range.
- excludedRange(NumberResult, NumberResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
Performs searches based on a range.
- excludedRangeExclusive(E, E) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
Performs searches based on a range.
- excludedRangeExclusive(E, E) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Performs searches based on a range.
- excludedRangeExclusive(Integer, Integer) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Performs searches based on a range.
- excludedRangeExclusive(Integer, Integer) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
Performs searches based on a range.
- excludedRangeExclusive(Long, Long) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Performs searches based on a range.
- excludedRangeExclusive(Long, Long) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
Performs searches based on a range.
- excludedRangeExclusive(Number, Number) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
Performs searches based on a range.
- excludedRangeExclusive(String, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Performs searches based on a range.
- excludedRangeExclusive(String, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Performs searches based on a range.
- excludedRangeExclusive(Instant, Instant) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Performs searches based on a range.
- excludedRangeExclusive(LocalDate, LocalDate) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
Performs searches based on a range.
- excludedRangeExclusive(LocalDateTime, LocalDateTime) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Performs searches based on a range.
- excludedRangeExclusive(LocalDateTime, LocalDateTime) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Performs searches based on a range.
- excludedRangeExclusive(Date, Date) - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
Performs searches based on a range.
- excludedRangeExclusive(DateExpression, DateExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
Performs searches based on a range.
- excludedRangeExclusive(InstantExpression, InstantExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Performs searches based on a range.
- excludedRangeExclusive(LocalDateExpression, LocalDateExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
Performs searches based on a range.
- excludedRangeExclusive(LocalDateTimeExpression, LocalDateTimeExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Performs searches based on a range.
- excludedRangeExclusive(StringExpression, StringExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Performs searches based on a range.
- excludedRangeExclusive(NumberResult, NumberResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
Performs searches based on a range.
- excludedRangeInclusive(E, E) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
Performs searches based on a range.
- excludedRangeInclusive(E, E) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Performs searches based on a range.
- excludedRangeInclusive(Integer, Integer) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Performs searches based on a range.
- excludedRangeInclusive(Integer, Integer) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
Performs searches based on a range.
- excludedRangeInclusive(Long, Long) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Performs searches based on a range.
- excludedRangeInclusive(Long, Long) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
Performs searches based on a range.
- excludedRangeInclusive(Number, Number) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
Performs searches based on a range.
- excludedRangeInclusive(String, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Performs searches based on a range.
- excludedRangeInclusive(String, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Performs searches based on a range.
- excludedRangeInclusive(Instant, Instant) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Performs searches based on a range.
- excludedRangeInclusive(LocalDate, LocalDate) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
Performs searches based on a range.
- excludedRangeInclusive(LocalDateTime, LocalDateTime) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Performs searches based on a range.
- excludedRangeInclusive(LocalDateTime, LocalDateTime) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Performs searches based on a range.
- excludedRangeInclusive(Date, Date) - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
Performs searches based on a range.
- excludedRangeInclusive(DateExpression, DateExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
Performs searches based on a range.
- excludedRangeInclusive(InstantExpression, InstantExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Performs searches based on a range.
- excludedRangeInclusive(LocalDateExpression, LocalDateExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
Performs searches based on a range.
- excludedRangeInclusive(LocalDateTimeExpression, LocalDateTimeExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Performs searches based on a range.
- excludedRangeInclusive(StringExpression, StringExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Performs searches based on a range.
- excludedRangeInclusive(NumberResult, NumberResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
Performs searches based on a range.
- excludedValues(BASETYPE...) - Method in class nz.co.gregs.dbvolution.datatypes.DBEnum
-
Reduces the rows returned from a query by excluding those matching the provided objects.
- excludedValues(ENUM...) - Method in class nz.co.gregs.dbvolution.datatypes.DBEnum
-
Reduces the rows returned from a query by excluding those matching the provided objects.
- excludedValues(Boolean) - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
-
excludes the object, Set, List, Array, or vararg of objects
- excludedValues(Integer...) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
excludes the object, Set, List, Array, or vararg of objects
- excludedValues(Integer...) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
excludes the object, Set, List, Array, or vararg of objects
- excludedValues(Long...) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
excludes the object, Set, List, Array, or vararg of objects
- excludedValues(Number...) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
excludes the object, Set, List, Array, or vararg of objects
- excludedValues(String...) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
excludes the object, Set, List, Array, or vararg of objects
- excludedValues(Instant...) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
excludes the object, Set, List, Array, or vararg of objects
- excludedValues(LocalDate...) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
excludes the object, Set, List, Array, or vararg of objects
- excludedValues(LocalDateTime...) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
excludes the object, Set, List, Array, or vararg of objects
- excludedValues(LocalDateTime...) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
excludes the object, Set, List, Array, or vararg of objects
- excludedValues(Collection<Number>) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
excludes the object, Set, List, Array, or vararg of objects
- excludedValues(Collection<String>) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
excludes the object, Set, List, Array, or vararg of objects
- excludedValues(Date...) - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
excludes the object, Set, List, Array, or vararg of objects
- excludedValues(DBInteger...) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
excludes the object, Set, List, Array, or vararg of objects
- excludedValues(BooleanExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
-
excludes the object, Set, List, Array, or vararg of objects
- excludedValues(DateExpression...) - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
excludes the object, Set, List, Array, or vararg of objects
- excludedValues(InstantExpression...) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
excludes the object, Set, List, Array, or vararg of objects
- excludedValues(LocalDateExpression...) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
excludes the object, Set, List, Array, or vararg of objects
- excludedValues(LocalDateTimeExpression...) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
excludes the object, Set, List, Array, or vararg of objects
- excludedValues(StringExpression...) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
excludes the object, Set, List, Array, or vararg of objects
- excludedValues(NumberResult...) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
excludes the object, Set, List, Array, or vararg of objects
- excludedValuesIgnoreCase(E...) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Reduces the rows to excluding the object, Set, List, Array, or vararg of Strings ignoring letter case.
- excludedValuesIgnoreCase(String...) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Reduces the rows to excluding the object, Set, List, Array, or vararg of Strings ignoring letter case.
- excludedValuesIgnoreCase(String...) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Reduces the rows returned from a query by excluding those matching the provided objects.
- excludedValuesIgnoreCase(Collection<E>) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Reduces the rows to excluding the object, Set, List, Array, or vararg of Strings ignoring letter case.
- excludedValuesIgnoreCase(Collection<String>) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Reduces the rows to excluding the object, Set, List, Array, or vararg of Strings ignoring letter case.
- excludedValuesIgnoreCase(List<String>) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Reduces the rows returned from a query by excluding those matching the provided objects.
- excludedValuesIgnoreCase(Set<String>) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Reduces the rows returned from a query by excluding those matching the provided objects.
- excludedValuesIgnoreCase(StringExpression...) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Reduces the rows to excluding the object, Set, List, Array, or vararg of Strings ignoring letter case.
- excludedValuesIgnoreCase(StringExpression...) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Reduces the rows returned from a query by excluding those matching the provided objects.
- excludedValuesInteger(List<Integer>) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
excludes the object, Set, List, Array, or vararg of objects
- excludedValuesLong(List<Long>) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
excludes the object, Set, List, Array, or vararg of objects
- excludeNotNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
- excludeNotNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
- excludeNotNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
- excludeNotNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
- excludeNotNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
- excludeNotNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
- excludeNotNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
- excludeNotNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBString
- excludeNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
- excludeNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
- excludeNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
- excludeNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
- excludeNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
- excludeNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
- excludeNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
- excludeNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBString
- execute(String, QueryIntention, String) - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Executes the given SQL statement, which may return multiple results.
- execute(Statement) - Method in class nz.co.gregs.dbvolution.internal.query.StatementDetails
-
Calls the appropriate execute method on the Statement and returns the boolean result.
- execute(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBAction
-
Performs the DB execute and returns a list of all actions performed in the process.
- execute(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBActionList
-
Executes every action in this DBActionList on the database provided.
- execute(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBAddMissingColumnsToTable
- execute(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBAlterTableAddColumnIfNeeded
- execute(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBBulkInsert
- execute(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBCreateDatabase
- execute(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBCreateForeignKeys
- execute(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBCreateIndexesOnAllFields
- execute(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBCreateTable
- execute(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBDeleteAll
- execute(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBDeleteByExample
- execute(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBDeleteByPrimaryKey
- execute(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBDeleteUsingAllColumns
- execute(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBDropDatabase
- execute(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBDropForeignKeys
- execute(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBDropTable
- execute(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBInsert
- execute(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBMigrationAction
- execute(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBQueryInsertAction
- execute(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBUpdateForcedOnSimpleTypesUsingPrimaryKey
- execute(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBUpdateLargeObjects
- execute(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBUpdateSimpleTypes
- execute(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBUpdateSimpleTypesUsingAllColumns
- execute(QueryIntention, String) - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Executes the given SQL statement, which may return multiple results.
- execute(StatementDetails) - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Executes the given SQL statement, which may return multiple results.
- execute(StatementDetails) - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- execute2(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBAction
- execute2(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBAlterTableAddColumnIfNeeded
- executeBatch() - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
- executeBatch() - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- executeDBAction(DBAction) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- executeDBAction(DBAction) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- executeDBAction(DBAction) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- executeDBAction(DBAction) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- executeDBQuery(DBQueryable) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- executeDBQuery(DBQueryable) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- executeDBQuery(DBQueryable) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- executeDBQuery(DBQueryable) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- executeOnStatement(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBAction
- executeOnStatement(DBDatabase, DBActionList) - Method in class nz.co.gregs.dbvolution.actions.DBAction
- executeOnStatement(DBDatabase, DBActionList) - Method in class nz.co.gregs.dbvolution.actions.DBCreateTable
- executeQuery(StatementDetails) - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Executes the given SQL statement, which returns a single ResultSet object.
- executeQueryWithRecovery(StatementDetails) - Method in class nz.co.gregs.dbvolution.databases.DBStatement
- executeUpdate(String) - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Executes the given SQL statement, which may be an INSERT, UPDATE, or DELETE statement or an SQL statement that returns nothing, such as an SQL DDL statement.
- executeUpdate(String) - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- executeUpdate(String, int) - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this Statement object should be made available for retrieval.
- executeUpdate(String, int) - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- executeUpdate(String, int[]) - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
- executeUpdate(String, int[]) - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- executeUpdate(String, String[]) - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
- executeUpdate(String, String[]) - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- ExistsExpression - Class in nz.co.gregs.dbvolution.expressions
-
Creates an expression that implements the EXISTS operation.
- ExistsExpression(DBQuery, DBQuery) - Constructor for class nz.co.gregs.dbvolution.expressions.ExistsExpression
-
Create an ExistsExpression that connects to the original query via the tables of the first query supplied, and uses the examples in the second.
- exp() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the exponential function.
- exp() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the exponential function.
- ExponentialExpression(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.ExponentialExpression
- exportNode(OutputStream) - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- exportSubtree(OutputStream) - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- expression(byte[]) - Method in class nz.co.gregs.dbvolution.expressions.ByteArrayExpression
- expression(byte[]) - Method in class nz.co.gregs.dbvolution.expressions.LargeBinaryExpression
- expression(byte[]) - Method in class nz.co.gregs.dbvolution.expressions.LargeTextExpression
- expression(B) - Method in class nz.co.gregs.dbvolution.columns.QueryColumn
- expression(B) - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- expression(B) - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.DBUnaryFunction
- expression(Coordinate...) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Create a Line2DExpression representing the set of coordinates as a line.
- expression(Coordinate...) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
-
Create a
MultiPoint2DExpression
representing from providedJTS coordinates
. - expression(Coordinate...) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Create a Polygon2DExpression that represents the value for use in
DBQuery.addCondition(nz.co.gregs.dbvolution.expressions.BooleanExpression)
, and when creating column expressions usingDBPolygon2D(nz.co.gregs.dbvolution.results.Polygon2DResult)
and similar methods. - expression(Coordinate, Coordinate) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
-
Create an value for the line segment created from the 2 coordinates.
- expression(LineSegment) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
-
Create an value for the line segment created from the 2 points.
- expression(LineString) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Create a Line2DExpression representing the line.
- expression(MultiPoint) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
-
Create a
MultiPoint2DExpression
representing from the providedJTS multipoint
. - expression(Point) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
-
Create a Point2DExpression that represents the point value provided.
- expression(Point...) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Create a Line2DExpression representing the set of points as a line.
- expression(Point...) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
-
Create a
MultiPoint2DExpression
representing from providedJTS points
. - expression(Point...) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Create a Polygon2DExpression that represents the value for use in
DBQuery.addCondition(nz.co.gregs.dbvolution.expressions.BooleanExpression)
, and when creating column expressions usingDBPolygon2D(nz.co.gregs.dbvolution.results.Polygon2DResult)
and similar methods. - expression(Point, Point) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
-
Create an value for the line segment created from the 2 points.
- expression(Polygon) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Create a Polygon2DExpression that represents the value for use in
DBQuery.addCondition(nz.co.gregs.dbvolution.expressions.BooleanExpression)
, and when creating column expressions usingDBPolygon2D(nz.co.gregs.dbvolution.results.Polygon2DResult)
and similar methods. - expression(D) - Method in class nz.co.gregs.dbvolution.columns.QueryColumn
- expression(D) - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- expression(D) - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.DBUnaryFunction
- expression(Boolean) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Create An Appropriate BooleanExpression Object For This Object
- expression(Boolean[]) - Method in class nz.co.gregs.dbvolution.expressions.BooleanArrayExpression
- expression(Double, Double) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
-
Create a Point2DExpression that represents the values provided.
- expression(Double, Double, Double, Double) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
-
Create an value for the line segment created by combining the 4 numbers into 2 points.
- expression(Integer, Integer) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
-
Create a Point2DExpression that represents the values provided.
- expression(Long) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Create An Appropriate Expression Object For This Object
- expression(Long, Long) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
-
Create a Point2DExpression that represents the values provided.
- expression(Number) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Create An Appropriate Expression Object For This Object
- expression(Number) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Create An Appropriate Expression Object For This Object
- expression(Number) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Create An Appropriate Expression Object For This Object
- expression(Number...) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Create a Polygon2DExpression that represents the value for use in
DBQuery.addCondition(nz.co.gregs.dbvolution.expressions.BooleanExpression)
, and when creating column expressions usingDBPolygon2D(nz.co.gregs.dbvolution.results.Polygon2DResult)
and similar methods. - expression(Object) - Method in class nz.co.gregs.dbvolution.expressions.UntypedExpression
- expression(String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Create An Appropriate Expression Object For This Object
- expression(Duration) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
- expression(Instant) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
- expression(LocalDate) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
- expression(LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
- expression(Date) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
- expression(UUID) - Method in class nz.co.gregs.dbvolution.expressions.UUIDExpression
- expression(DBBoolean) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
- expression(DBBooleanArray) - Method in class nz.co.gregs.dbvolution.expressions.BooleanArrayExpression
- expression(DBByteArray) - Method in class nz.co.gregs.dbvolution.expressions.ByteArrayExpression
- expression(DBDate) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
- expression(DBDateRepeat) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
- expression(DBDuration) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
- expression(DBInstant) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
- expression(DBInteger) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
- expression(DBJavaObject<OBJECT>) - Method in class nz.co.gregs.dbvolution.expressions.JavaObjectExpression
- expression(DBLargeBinary) - Method in class nz.co.gregs.dbvolution.expressions.LargeBinaryExpression
- expression(DBLargeText) - Method in class nz.co.gregs.dbvolution.expressions.LargeTextExpression
- expression(DBLocalDate) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
- expression(DBLocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
- expression(DBNumber) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Create An Appropriate Expression Object For This Object
- expression(DBString) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
- expression(DBUntypedValue) - Method in class nz.co.gregs.dbvolution.expressions.UntypedExpression
- expression(DBUUID) - Method in class nz.co.gregs.dbvolution.expressions.UUIDExpression
- expression(DBLine2D) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
- expression(DBLineSegment2D) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
- expression(DBMultiPoint2D) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
- expression(DBPoint2D) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
- expression(DBPolygon2D) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- expression(IntegerExpression, IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
-
Create a Point2DExpression that represents the values provided.
- expression(NumberExpression...) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Create a Polygon2DExpression that represents the value for use in
DBQuery.addCondition(nz.co.gregs.dbvolution.expressions.BooleanExpression)
, and when creating column expressions usingDBPolygon2D(nz.co.gregs.dbvolution.results.Polygon2DResult)
and similar methods. - expression(NumberExpression, NumberExpression) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
-
Create a Point2DExpression that represents the values provided.
- expression(Point2DExpression...) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Create a Polygon2DExpression that represents the value for use in
DBQuery.addCondition(nz.co.gregs.dbvolution.expressions.BooleanExpression)
, and when creating column expressions usingDBPolygon2D(nz.co.gregs.dbvolution.results.Polygon2DResult)
and similar methods. - expression(BooleanArrayResult) - Method in class nz.co.gregs.dbvolution.expressions.BooleanArrayExpression
- expression(BooleanResult) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Create An Appropriate BooleanExpression Object For This Object
- expression(ByteArrayResult) - Method in class nz.co.gregs.dbvolution.expressions.ByteArrayExpression
- expression(DateRepeatResult) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
- expression(DateResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
- expression(DurationResult) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
- expression(InstantResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
- expression(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Create An Appropriate Expression Object For This Object
- expression(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Create An Appropriate Expression Object For This Object
- expression(JavaObjectResult<OBJECT>) - Method in class nz.co.gregs.dbvolution.expressions.JavaObjectExpression
- expression(LargeBinaryResult) - Method in class nz.co.gregs.dbvolution.expressions.LargeBinaryExpression
- expression(LargeTextResult) - Method in class nz.co.gregs.dbvolution.expressions.LargeTextExpression
- expression(Line2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Create a Line2DExpression representing the line.
- expression(LineSegment2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
-
Create an value for the line segment created from the 2 points.
- expression(LocalDateResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
- expression(LocalDateTimeResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
- expression(MultiPoint2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Create a Line2DExpression representing the
MultiPoint2DExpression
orDBMultiPoint2D
as a line. - expression(MultiPoint2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
-
Create a
MultiPoint2DExpression
representing from theMultiPoint2DResult
. - expression(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Create An Appropriate Expression Object For This Object
- expression(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Create An Appropriate Expression Object For This Object
- expression(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Create An Appropriate Expression Object For This Object
- expression(Point2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
- expression(Polygon2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Create a Polygon2DExpression that represents the value for use in
DBQuery.addCondition(nz.co.gregs.dbvolution.expressions.BooleanExpression)
, and when creating column expressions usingDBPolygon2D(nz.co.gregs.dbvolution.results.Polygon2DResult)
and similar methods. - expression(StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Create An Appropriate Expression Object For This Object
- expression(UntypedResult) - Method in class nz.co.gregs.dbvolution.expressions.UntypedExpression
- expression(UUIDResult) - Method in class nz.co.gregs.dbvolution.expressions.UUIDExpression
- expression(OBJECT) - Method in class nz.co.gregs.dbvolution.expressions.JavaObjectExpression
- expression(Period) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
- expression(R) - Method in class nz.co.gregs.dbvolution.columns.QueryColumn
- expression(R) - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- expression(R) - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.DBUnaryFunction
- ExpressionAlias - Class in nz.co.gregs.dbvolution.expressions.search
- ExpressionAlias(AnyExpression<?, ?, ?>) - Constructor for class nz.co.gregs.dbvolution.expressions.search.ExpressionAlias
- ExpressionAlias(AnyExpression<?, ?, ?>, String) - Constructor for class nz.co.gregs.dbvolution.expressions.search.ExpressionAlias
- ExpressionCanHaveNullValues - Interface in nz.co.gregs.dbvolution.results
-
Support DBvolution at Patreon
- ExpressionColumn<T extends QueryableDatatype<?>> - Interface in nz.co.gregs.dbvolution.expressions
-
Provides simple access to the expression column version of an expression
- ExpressionHasStandardStringResult - Interface in nz.co.gregs.dbvolution.results
-
Support DBvolution at Patreon
- expressions(String...) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
- expressions(Collection<String>) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
- EXTENDED - nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder.QueryMode
- EXTENDED_CACHE_EVERYTHING - nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder.QueryMode
- EXTENDED_FOR_PREPARED - nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder.QueryMode
- exteriorRing() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Return a Line2DExpression representing a line drawn around the outside of the Polygon2D.
- EXTERIORRING - nz.co.gregs.dbvolution.internal.h2.Polygon2DFunctions
- EXTERIORRING - nz.co.gregs.dbvolution.internal.oracle.aws.Polygon2DFunctions
- EXTERIORRING - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Polygon2DFunctions
- extract(DBDatabase) - Method in class nz.co.gregs.dbvolution.DBExtractor
-
Starts the extraction process.
- ExtraQueryParameters - Class in nz.co.gregs.dbvolution.internal.query
- ExtraQueryParameters(boolean) - Constructor for class nz.co.gregs.dbvolution.internal.query.ExtraQueryParameters
- ExtrasCapableSettingsBuilder<SELF extends ExtrasCapableSettingsBuilder<SELF,DATABASE>,DATABASE extends DBDatabase> - Interface in nz.co.gregs.dbvolution.databases.settingsbuilders
F
- factorA - Variable in class nz.co.gregs.dbvolution.utility.ImageCompare
- factorD - Variable in class nz.co.gregs.dbvolution.utility.ImageCompare
- FailedToExecuteDBQueryInsertException - Exception in nz.co.gregs.dbvolution.exceptions
- FailedToExecuteDBQueryInsertException(String, SQLException) - Constructor for exception nz.co.gregs.dbvolution.exceptions.FailedToExecuteDBQueryInsertException
- FailedToSetPropertyValueOnRowDefinition - Exception in nz.co.gregs.dbvolution.exceptions
-
Usually thrown when 'target' isn't of the same type as 'field' is declared on.
- FailedToSetPropertyValueOnRowDefinition(String, String, Throwable) - Constructor for exception nz.co.gregs.dbvolution.exceptions.FailedToSetPropertyValueOnRowDefinition
-
Thrown when the internal field cannot be read correctly.
- falseExpression() - Static method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Creates an expression that will always return FALSE.
- FeatureAdd - Interface in nz.co.gregs.dbvolution.internal
- featureName() - Method in interface nz.co.gregs.dbvolution.internal.FeatureAdd
- featureName() - Method in enum nz.co.gregs.dbvolution.internal.mysql.MigrationFunctions
- featureName() - Method in enum nz.co.gregs.dbvolution.internal.oracle.aws.Line2DFunctions
- featureName() - Method in enum nz.co.gregs.dbvolution.internal.oracle.aws.LineSegment2DFunctions
- featureName() - Method in enum nz.co.gregs.dbvolution.internal.oracle.aws.MultiPoint2DFunctions
- featureName() - Method in enum nz.co.gregs.dbvolution.internal.oracle.xe.GeometryFunctions
- featureName() - Method in enum nz.co.gregs.dbvolution.internal.oracle.xe.Line2DFunctions
- featureName() - Method in enum nz.co.gregs.dbvolution.internal.postgres.Line2DFunctions
- featureName() - Method in enum nz.co.gregs.dbvolution.internal.sqlserver.Line2DFunctions
- featureName() - Method in enum nz.co.gregs.dbvolution.internal.sqlserver.MultiPoint2DFunctions
- fieldName - Variable in class nz.co.gregs.dbvolution.generation.DBTableField
-
Stores the Java name of the DBTableField.
- fieldName - Variable in class nz.co.gregs.dbvolution.generation.deprecated.DBTableField
-
Deprecated.Stores the Java name of the DBTableField.
- FileBasedSettingsBuilder<SELF extends FileBasedSettingsBuilder<SELF,DATABASE>,DATABASE extends DBDatabase> - Interface in nz.co.gregs.dbvolution.databases.settingsbuilders
- fillResultSetFromSQL(QueryOptions, DBDefinition, List<String>) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- fillResultSetInternal(QueryOptions) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- FINDFIRSTINTEGER - nz.co.gregs.dbvolution.internal.mysql.MigrationFunctions
- FINDFIRSTINTEGER - nz.co.gregs.dbvolution.internal.sqlserver.MigrationFunctions
- FINDFIRSTNUMBER - nz.co.gregs.dbvolution.internal.mysql.MigrationFunctions
- FINDFIRSTNUMBER - nz.co.gregs.dbvolution.internal.sqlserver.MigrationFunctions
- first - Variable in class nz.co.gregs.dbvolution.expressions.StringExpression.DBBinaryStringFunction
- FIRST - nz.co.gregs.dbvolution.expressions.SortProvider.OrderOfNulls
- firstOfMonth() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Derive the first day of the month for this date expression
- firstOfMonth() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Derive the first day of the month for this date expression
- firstOfMonth() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Derive the first day of the month for this date expression
- firstOfMonth() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Derive the first day of the month for this date expression
- firstQuartile() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumberStatistics
- firstQuartile() - Method in class nz.co.gregs.dbvolution.datatypes.DBStatistics
-
Returns the value that occurs 1/4 of the way through the distribution.
- firstValue - Variable in class nz.co.gregs.dbvolution.expressions.CaseExpression.WhenExpression
- firstValue() - Static method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
- firstValue() - Static method in class nz.co.gregs.dbvolution.expressions.DateExpression
- firstValue() - Static method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
- firstValue() - Static method in class nz.co.gregs.dbvolution.expressions.DurationExpression
- firstValue() - Static method in class nz.co.gregs.dbvolution.expressions.InstantExpression
- firstValue() - Static method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
- firstValue() - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
- firstValue() - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
- firstValue() - Static method in class nz.co.gregs.dbvolution.expressions.NumberExpression
- firstValue() - Static method in class nz.co.gregs.dbvolution.expressions.StringExpression
- FirstValueExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression.FirstValueExpression
- FirstValueExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.FirstValueExpression
- FirstValueExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.FirstValueExpression
- FirstValueExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.DurationExpression.FirstValueExpression
- FirstValueExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.FirstValueExpression
- FirstValueExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.IntegerExpression.FirstValueExpression
- FirstValueExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.FirstValueExpression
- FirstValueExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.FirstValueExpression
- FirstValueExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.FirstValueExpression
- FirstValueExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.FirstValueExpression
- FKBasedFKRecognisor - Class in nz.co.gregs.dbvolution.generation
- FKBasedFKRecognisor() - Constructor for class nz.co.gregs.dbvolution.generation.FKBasedFKRecognisor
- floor() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Removes the decimal part, if there is any, from this number and returns only the integer part.
- flush() - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- forClass(Class<C>) - Static method in class nz.co.gregs.dbvolution.utility.comparators.ComparableComparator
- ForeignKey(String, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.metadata.TableMetaData.ForeignKey
- ForeignKeyCannotBeComparedToPrimaryKey - Exception in nz.co.gregs.dbvolution.exceptions
-
Thrown when there is a mismatch between the datatype of a DBRow's primary key and another's foreign key reference to it.
- ForeignKeyCannotBeComparedToPrimaryKey(Exception, RowDefinition, PropertyWrapper<?, ?, ?>, RowDefinition, PropertyWrapper<?, ?, ?>) - Constructor for exception nz.co.gregs.dbvolution.exceptions.ForeignKeyCannotBeComparedToPrimaryKey
-
Thrown when there is a mismatch between the datatype of a DBRow's primary key and another's foreign key reference to it.
- ForeignKeyDoesNotReferenceATableInTheQuery - Exception in nz.co.gregs.dbvolution.exceptions
-
Support DBvolution at Patreon
- ForeignKeyDoesNotReferenceATableInTheQuery(ColumnProvider) - Constructor for exception nz.co.gregs.dbvolution.exceptions.ForeignKeyDoesNotReferenceATableInTheQuery
-
Creates an exception indicating that the column provided is not a foreign key referenced in the query.
- ForeignKeyIsNotRecursiveException - Exception in nz.co.gregs.dbvolution.exceptions
-
Support DBvolution at Patreon
- ForeignKeyIsNotRecursiveException(ColumnProvider) - Constructor for exception nz.co.gregs.dbvolution.exceptions.ForeignKeyIsNotRecursiveException
-
The column needs to both be a foreign key and a foreign key to the table/DBRow that this column belongs to.
- ForeignKeyRecognisor - Class in nz.co.gregs.dbvolution.databases.metadata
-
A Helper class to capture naming conventions of databases.
- ForeignKeyRecognisor - Class in nz.co.gregs.dbvolution.generation.deprecated
-
A Helper class to capture naming conventions of databases.
- ForeignKeyRecognisor() - Constructor for class nz.co.gregs.dbvolution.databases.metadata.ForeignKeyRecognisor
- ForeignKeyRecognisor() - Constructor for class nz.co.gregs.dbvolution.generation.deprecated.ForeignKeyRecognisor
- forFollowing(int) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.CurrentRowStart
- forFollowing(int) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameType
- forFollowing(int) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.OffsetFollowingStart
- forFollowing(int) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.OffsetPrecedingStart
- forFollowing(int) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.UnboundedPrecedingStart
- forFollowing(int) - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.FrameStart
- forFollowing(int) - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.FrameType
- forFollowing(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.CurrentRowStart
- forFollowing(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameType
- forFollowing(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.OffsetFollowingStart
- forFollowing(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.OffsetPrecedingStart
- forFollowing(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.UnboundedPrecedingStart
- forFollowing(IntegerExpression) - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.FrameStart
- forFollowing(IntegerExpression) - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.FrameType
- formatColumnForSQLStatement(DBDefinition, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringTrimmed
- formatColumnForSQLStatement(DBDefinition, String) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Returns the column of the object formatted for the database.
- formatColumnName(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Formats the raw column name to the required convention of the database.
- formatColumnName(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- formatColumnName(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- formatColumnName(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- formatColumnNameForDBQueryResultSet(RowDefinition, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the column name as named in the SELECT clause and ResultSet.
- formatDateForGetString(Date) - Static method in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions
- formatDBQueryRows(String, String, String, SimpleDateFormat, List<DBQueryRow>) - Method in class nz.co.gregs.dbvolution.OutputFormat
- formatDBQueryRows(SimpleDateFormat, List<DBQueryRow>) - Method in class nz.co.gregs.dbvolution.OutputFormat
- formatDBRows(String, String, String, SimpleDateFormat, RowDefinition...) - Method in class nz.co.gregs.dbvolution.OutputFormat
- formatDBRows(SimpleDateFormat, RowDefinition...) - Method in class nz.co.gregs.dbvolution.OutputFormat
- formatExpressionAlias(Object) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Apply standard formatting of the expression alias to avoid issues with the database's alias naming issues.
- formatExtras(String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- formatForColumnAlias(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Apply standard formatting of the column alias to avoid issues with the database's column naming issues.
- formatForColumnAlias(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- formatForColumnAlias(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- formatNameForDatabase(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Apply standard object name transformations required by the database.
- formatNameForDatabase(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- formatNameForDatabase(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- formatNameForDatabase(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- formatNameForDatabase(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- formatNameForDatabase(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- formatPrimaryKeyForRetrievingGeneratedKeys(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Allows the database to have a different format for the primary key column name.
- formatPrimaryKeyForRetrievingGeneratedKeys(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- formatPrimaryKeyForRetrievingGeneratedKeys(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- formatTableAlias(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Formats the suggested table alias provided by DBvolution for the particular database..
- formatTableAlias(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- formatTableAlias(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- formatTableAliasAndColumnName(RowDefinition, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Formats the table alias and column name pair correctly for this database.
- formatTableAliasAndColumnNameForSelectClause(DBRow, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Formats the table and column name pair correctly for this database This should be used for column names in the select clause, that is to say between SELECT and FROM e.g table, column => TABLEALIAS.COLUMN COLUMNALIAS
- formatTableAndColumnName(DBRow, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Formats the table and column name pair correctly for this database.
- formatTableAndColumnName(DBRow, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- formatTableName(DBRow) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Formats the table name correctly for this database.
- formatTableName(DBRow) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- formatTableName(DBRow) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- formatTableName(DBRow) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- formatTableName(DBRow) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- formatTableName(DBRow) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
-
Formats the table name correctly for this database.
- formatTableName(DBRow) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- formatValueForSQLStatement(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
- formatValueForSQLStatement(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBBooleanArray
- formatValueForSQLStatement(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.
- formatValueForSQLStatement(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
- formatValueForSQLStatement(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBDateOnly
- formatValueForSQLStatement(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBDateRepeat
- formatValueForSQLStatement(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBDuration
- formatValueForSQLStatement(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBEnum
- formatValueForSQLStatement(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
- formatValueForSQLStatement(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
- formatValueForSQLStatement(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBJavaObject
- formatValueForSQLStatement(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
- formatValueForSQLStatement(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
- formatValueForSQLStatement(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
- formatValueForSQLStatement(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
- formatValueForSQLStatement(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
- formatValueForSQLStatement(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
- formatValueForSQLStatement(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringTrimmed
- formatValueForSQLStatement(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBUnknownDatatype
- formatValueForSQLStatement(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBUntypedValue
- formatValueForSQLStatement(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBUUID
- formatValueForSQLStatement(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Returns the value of the object formatted for the database This should be overridden in each subclass This method is called by toSQLString after checking for NULLs and should return a string representation of the object formatted for use within a SQL select, insert, update, or delete statement.
- formatValueForSQLStatement(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLine2D
- formatValueForSQLStatement(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLineSegment2D
- formatValueForSQLStatement(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBMultiPoint2D
- formatValueForSQLStatement(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPoint2D
- formatValueForSQLStatement(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPolygon2D
- formatWithClauseTableDefinition(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Define the table to be used during a recursive query.
- FrameEnd(WindowingFunctionFramableInterface.WindowPart<A>) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameEnd
- FrameEnd(WindowingFunctionFramableInterface.WindowPart<A>, int) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameEnd
- FrameEnd(WindowingFunctionFramableInterface.WindowPart<A>, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameEnd
- FrameStart(WindowFunctionFramable.FrameType<A>) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameStart
- FrameStart(WindowFunctionFramable.FrameType<A>, int) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameStart
- FrameStart(WindowFunctionFramable.FrameType<A>, long) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameStart
- FrameStart(WindowFunctionFramable.FrameType<A>, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameStart
- FrameType(WindowFunctionFramable.Sorted<A>) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameType
- FRIDAY - Static variable in class nz.co.gregs.dbvolution.expressions.DateExpression
-
The integer used to represent the index for Friday
- FRIDAY - Static variable in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
The integer used to represent the index for Friday
- FRIDAY - Static variable in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
The integer used to represent the index for Friday
- FRIDAY - Static variable in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
The integer used to represent the index for Friday
- from(String) - Method in class nz.co.gregs.dbvolution.utility.StringInBlocks
- fromCipherText(byte[]) - Static method in class nz.co.gregs.dbvolution.utility.encryption.Encrypted
- fromCipherText(String) - Static method in class nz.co.gregs.dbvolution.utility.encryption.Encrypted
- fromDatabaseValue(D) - Method in interface nz.co.gregs.dbvolution.datatypes.DBTypeAdaptor
-
Converts a value from the database into the datatype expected by the Java.
- fromJDBCURL(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- fromJDBCURL(String) - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.SettingsBuilder
-
Part of the fluent API, this provides a quick why to parse a URL and alter it.
- fromJDBCURL(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- fromJDBCURL(String, String, String) - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.SettingsBuilder
-
Part of the fluent API, this provides a quick why to parse a URL and alter it.
- fromSettings(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- fromSettings(DatabaseConnectionSettings) - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.SettingsBuilder
- fromSystemUsingPrefix(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- fromSystemUsingPrefix(String) - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.SettingsBuilder
- FullAndRightOuterJoinNotSupportedException - Exception in nz.co.gregs.dbvolution.exceptions
-
Placeholder until full outer join emulation is implemented.
- FullAndRightOuterJoinNotSupportedException() - Constructor for exception nz.co.gregs.dbvolution.exceptions.FullAndRightOuterJoinNotSupportedException
- fullyManual() - Static method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Configuration
-
Use for a database that does not automatically rebuild the data when restarting the cluster nor reconnect quarantined databases after an error.
G
- GAMMA - Static variable in class nz.co.gregs.dbvolution.expressions.NumberExpression
- generate(List<DBTableClass>, Options) - Static method in class nz.co.gregs.dbvolution.generation.DBRowSubclassGenerator
- generateClasses(DBDatabase, String, String) - Static method in class nz.co.gregs.dbvolution.generation.deprecated.DBTableClassGenerator
-
Creates DBTableRow classes corresponding to all the tables and views accessible to the user specified in the database supplied.
- generateClasses(DBDatabase, String, String, Long) - Static method in class nz.co.gregs.dbvolution.generation.deprecated.DBTableClassGenerator
-
Creates DBTableRow classes corresponding to all the tables and views accessible to the user specified in the database supplied.
- generateClasses(DBDatabase, String, String, DBTableClassGenerator.Options) - Static method in class nz.co.gregs.dbvolution.generation.deprecated.DBTableClassGenerator
-
Creates DBTableRow classes corresponding to all the tables and views accessible to the user specified in the database supplied.
- generateClassesOfTables(DBDatabase, String, DBTableClassGenerator.Options) - Static method in class nz.co.gregs.dbvolution.generation.deprecated.DBTableClassGenerator
-
Generate the required Java classes for all the Tables on the database.
- generateClassesOfViews(DBDatabase, String, DBTableClassGenerator.Options) - Static method in class nz.co.gregs.dbvolution.generation.deprecated.DBTableClassGenerator
-
Generate the required Java classes for all the Views on the database.
- generateClassesOfViewsAndTables(DBDatabase, String) - Static method in class nz.co.gregs.dbvolution.generation.deprecated.DBTableClassGenerator
-
Investigate the database schema and generate appropriate classes and return DataRepo containing the database and the new source code.
- generateJavaSource(DBTableClassGenerator.Options) - Method in class nz.co.gregs.dbvolution.generation.deprecated.DBTableClass
-
Transforms the information encapsulated within the DBTableClass into valid Java source code.
- generateJDBCURL(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- generateJDBCURL(DatabaseConnectionSettings) - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.SettingsBuilder
- generateJDBCURLInternal(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- generateSettingsInternal(String, DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractH2SettingsBuilder
- generateSettingsInternal(String, DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractInformixSettingsBuilder
- generateSettingsInternal(String, DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractJavaDBSettingsBuilder
- generateSettingsInternal(String, DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMSSQLServerSettingsBuilder
- generateSettingsInternal(String, DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMySQLSettingsBuilder
- generateSettingsInternal(String, DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractOracleSettingsBuilder
- generateSettingsInternal(String, DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- generateSettingsInternal(String, DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- generateSettingsInternal(String, DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.DBDatabaseClusterSettingsBuilder
- generateSettingsInternal(String, DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MariaClusterDBSettingsBuilder
- generateSettingsInternal(String, DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MariaDBSettingsBuilder
- generateSettingsInternal(String, DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MySQLMXJDBSettingsBuilder
- generateSettingsInternal(String, DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.NuoDBSettingsBuilder
- generateSettingsInternal(String, DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.SQLiteSettingsBuilder
- GENERATESQLFORCOUNT - nz.co.gregs.dbvolution.internal.query.QueryType
- GENERATESQLFORSELECT - nz.co.gregs.dbvolution.internal.query.QueryType
- generatesURLForDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.DBDatabaseClusterSettingsBuilder
- generatesURLForDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.H2FileSettingsBuilder
- generatesURLForDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.H2MemorySettingsBuilder
- generatesURLForDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.H2SettingsBuilder
- generatesURLForDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.H2SharedSettingsBuilder
- generatesURLForDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.Informix11SettingsBuilder
- generatesURLForDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.InformixSettingsBuilder
- generatesURLForDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.JavaDBMemorySettingsBuilder
- generatesURLForDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.JavaDBSettingsBuilder
- generatesURLForDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MariaClusterDBSettingsBuilder
- generatesURLForDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MariaDBSettingsBuilder
- generatesURLForDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MSSQLServer2012SettingsBuilder
- generatesURLForDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MSSQLServerSettingsBuilder
- generatesURLForDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MySQL_5_7SettingsBuilder
- generatesURLForDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MySQLMXJDBSettingsBuilder
- generatesURLForDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MySQLSettingsBuilder
- generatesURLForDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.NuoDBSettingsBuilder
- generatesURLForDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.Oracle11XESettingsBuilder
- generatesURLForDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.Oracle12SettingsBuilder
- generatesURLForDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.OracleAWS11SettingsBuilder
- generatesURLForDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.PostgresOverSSLSettingsBuilder
- generatesURLForDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.PostgresSettingsBuilder
- generatesURLForDatabase() - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.SettingsBuilder
- generatesURLForDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.SQLiteSettingsBuilder
- generateWhereExpression(DBDefinition, DBExpression) - Method in class nz.co.gregs.dbvolution.operators.DBBetweenExclusiveOperator
- generateWhereExpression(DBDefinition, DBExpression) - Method in class nz.co.gregs.dbvolution.operators.DBBetweenInclusiveExclusiveOperator
- generateWhereExpression(DBDefinition, DBExpression) - Method in class nz.co.gregs.dbvolution.operators.DBBetweenInclusiveOperator
- generateWhereExpression(DBDefinition, DBExpression) - Method in class nz.co.gregs.dbvolution.operators.DBBetweenOperator
- generateWhereExpression(DBDefinition, DBExpression) - Method in class nz.co.gregs.dbvolution.operators.DBBitwiseEqualsOperator
- generateWhereExpression(DBDefinition, DBExpression) - Method in class nz.co.gregs.dbvolution.operators.DBEqualsIgnoreCaseOperator
- generateWhereExpression(DBDefinition, DBExpression) - Method in class nz.co.gregs.dbvolution.operators.DBEqualsOperator
- generateWhereExpression(DBDefinition, DBExpression) - Method in class nz.co.gregs.dbvolution.operators.DBGreaterThanOperator
- generateWhereExpression(DBDefinition, DBExpression) - Method in class nz.co.gregs.dbvolution.operators.DBGreaterThanOrEqualsOperator
- generateWhereExpression(DBDefinition, DBExpression) - Method in class nz.co.gregs.dbvolution.operators.DBInIgnoreCaseOperator
- generateWhereExpression(DBDefinition, DBExpression) - Method in class nz.co.gregs.dbvolution.operators.DBInOperator
- generateWhereExpression(DBDefinition, DBExpression) - Method in class nz.co.gregs.dbvolution.operators.DBIsNullOperator
- generateWhereExpression(DBDefinition, DBExpression) - Method in class nz.co.gregs.dbvolution.operators.DBLessThanOperator
- generateWhereExpression(DBDefinition, DBExpression) - Method in class nz.co.gregs.dbvolution.operators.DBLessThanOrEqualOperator
- generateWhereExpression(DBDefinition, DBExpression) - Method in class nz.co.gregs.dbvolution.operators.DBLikeCaseInsensitiveOperator
- generateWhereExpression(DBDefinition, DBExpression) - Method in class nz.co.gregs.dbvolution.operators.DBLikeOperator
- generateWhereExpression(DBDefinition, DBExpression) - Method in class nz.co.gregs.dbvolution.operators.DBNonOperator
- generateWhereExpression(DBDefinition, DBExpression) - Method in class nz.co.gregs.dbvolution.operators.DBOperator
-
Create the expression to be used in the query generation.
- genericType() - Method in class nz.co.gregs.dbvolution.internal.properties.JavaBeanProperty
- genericType() - Method in class nz.co.gregs.dbvolution.internal.properties.JavaField
- genericType() - Method in interface nz.co.gregs.dbvolution.internal.properties.JavaProperty
-
Gets a
Type
object that represents the formal type of the property, including generic parameters, if any. - GeometryFunctions - Enum in nz.co.gregs.dbvolution.internal.oracle.xe
- get(A, DBRow...) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Get The Rows For The Supplied DBReport Constrained By The Examples.
- get(A, DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- get(A, DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Get The Rows For The Supplied DBReport Constrained By The Examples.
- get(E) - Method in class nz.co.gregs.dbvolution.DBQueryRow
-
Returns the instance of exemplar contained within this DBQueryRow.
- get(Long, DBRow, DBRow...) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
creates a query and fetches the rows automatically, based on the examples given Will throw a
UnexpectedNumberOfRowsException
if the number of rows found is different from the number expected. - get(Long, DBRow, DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- get(Long, DBRow, DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
creates a query and fetches the rows automatically, based on the examples given Will throw a
UnexpectedNumberOfRowsException
if the number of rows found is different from the number expected. - get(Long, R) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Automatically selects the correct table based on the example supplied and returns the selected rows as a list
- get(Long, R) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- get(Long, R) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Automatically selects the correct table based on the example supplied and returns the selected rows as a list
- get(Object) - Method in class nz.co.gregs.dbvolution.internal.properties.JavaBeanProperty
- get(Object) - Method in class nz.co.gregs.dbvolution.internal.properties.JavaField
- get(Object) - Method in interface nz.co.gregs.dbvolution.internal.properties.JavaProperty
-
Get the property's value on the given target object.
- get(String, String) - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- get(DBRow, DBRow...) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
creates a query and fetches the rows automatically, based on the examples given
- get(DBRow, DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- get(DBRow, DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
creates a query and fetches the rows automatically, based on the examples given
- get(R) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Automatically selects the correct table based on the example supplied and returns the selected rows as a list
- get(R) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- get(R) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Automatically selects the correct table based on the example supplied and returns the selected rows as a list
- getActionQueue(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- getActions() - Method in class nz.co.gregs.dbvolution.actions.DBDelete
-
Returns a DBActionList of the actions required to perform this DBAction.
- getActions() - Method in class nz.co.gregs.dbvolution.actions.DBDeleteAll
- getActions() - Method in class nz.co.gregs.dbvolution.actions.DBDeleteByExample
- getActions() - Method in class nz.co.gregs.dbvolution.actions.DBDeleteByPrimaryKey
- getActions() - Method in class nz.co.gregs.dbvolution.actions.DBDeleteUsingAllColumns
- getActions(DBDatabase, DBRow) - Method in class nz.co.gregs.dbvolution.actions.DBDelete
-
Returns the list of actions required to delete the row supplied on the database supplied.
- getActions(DBDatabase, DBRow) - Method in class nz.co.gregs.dbvolution.actions.DBDeleteAll
-
Returns the list of actions required to delete rows matching the example supplied on the database supplied.
- getActions(DBDatabase, DBRow) - Method in class nz.co.gregs.dbvolution.actions.DBDeleteByExample
-
Returns the list of actions required to delete rows matching the example supplied on the database supplied.
- getActions(DBDatabase, DBRow) - Method in class nz.co.gregs.dbvolution.actions.DBDeleteByPrimaryKey
-
Returns the list of actions required to delete rows with the primary key of the supplied example on the database supplied.
- getActions(DBDatabase, DBRow) - Method in class nz.co.gregs.dbvolution.actions.DBDeleteUsingAllColumns
-
Returns the list of actions required to delete rows matching all the columns of the example supplied on the database supplied.
- getActualRows() - Method in exception nz.co.gregs.dbvolution.exceptions.UnexpectedNumberOfRowsException
-
Support DBvolution at Patreon
- getActualType() - Method in enum nz.co.gregs.dbvolution.internal.h2.DataTypes
- getAddColumnColumnSQL(PropertyWrapper<?, ?, ?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getAlias() - Method in class nz.co.gregs.dbvolution.expressions.search.ExpressionAlias
- getAlias() - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAbstract.Term
- getAll() - Method in class nz.co.gregs.dbvolution.DBQueryRow
-
Returns the all DBRow instances contained within this DBQueryRow.
- getAllConditions() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
-
Get all conditions involved in this query.
- getAllConnectedBaseTables() - Method in class nz.co.gregs.dbvolution.DBRow
-
Creates a set of all DBRow direct subclasses that are connected to this class.
- getAllConnectedTables() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Creates a list of all DBRow subclasses that are connected to this query.
- getAllConnectedTables() - Method in class nz.co.gregs.dbvolution.DBRow
-
Creates a set of all DBRow subclasses that are connected to this class.
- getAllDatabases() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- getAllDBDatabaseClasses() - Static method in class nz.co.gregs.dbvolution.reflection.DataModel
-
Scans all known classes and returns a set of all builtin DBDatabase instances that could be found.
- getAllInstancesOf(R) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Finds all instances of the exemplar in the results and returns them.
- getAllInstancesOf(R, long) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Returns all the known instances of the exemplar.
- getAllKnownEntities() - Method in class nz.co.gregs.dbvolution.generation.DataRepo
- getAllQueryTables() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Returns all the DBRow subclasses used in this query.
- getAllQueryTables() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getAllRows() - Method in interface nz.co.gregs.dbvolution.actions.DBQueryable
- getAllRows() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Constructs the SQL for this DBQuery using the supplied DBRows as examples and executes it on the database, returning the rows found.
- getAllRows() - Method in class nz.co.gregs.dbvolution.DBQueryInsert
-
Gets all the migrated rows using only conditions supplied within the supplied DBReport.
- getAllRows() - Method in class nz.co.gregs.dbvolution.DBTable
-
Gets All Rows of the table from the database
- getAllRows() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getAllRows(long) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Constructs the SQL for this DBQuery and executes it on the database, returning the rows found.
- getAllRows(A, DBRow...) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Get All The Rows For The Supplied DBReport Constrained By The Examples.
- getAllRows(A, DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getAllRows(A, DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Get All The Rows For The Supplied DBReport Constrained By The Examples.
- getAllRows(DBDatabase, A) - Static method in class nz.co.gregs.dbvolution.DBReport
-
Gets all the report rows of the supplied DBReport using only conditions supplied within the supplied DBReport.
- getAllRows(DBDatabase, A, DBRow...) - Static method in class nz.co.gregs.dbvolution.DBReport
-
Gets all the report rows of the supplied DBReport using conditions in the DBreport and the supplied examples.
- getAllRows(DBRow...) - Method in class nz.co.gregs.dbvolution.DBMigration
-
Gets all the migrated rows using conditions in the DBMigration and the supplied examples.
- getAllRows(DBRow...) - Method in class nz.co.gregs.dbvolution.DBQueryInsert
-
Gets all the migrated rows using conditions in the DBQueryInsert and the supplied examples.
- getAllRowsContaining(DBRow) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Provides all the DBQueryRows that the instance provided is part of.
- getAllRowsForPage(Integer) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Retrieves that DBQueryRows for the page supplied.
- getAllRowsForPage(QueryOptions) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getAllTables() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Return a list of all tables, required or optional, used in this query.
- getAlterTableAddColumnSQL(DBRow, PropertyWrapper<?, ?, ?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getAlterTableAddColumnSQL(DBRow, PropertyWrapper<?, ?, ?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- getAlterTableAddColumnSQL(DBRow, PropertyWrapper<?, ?, ?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- getAlterTableAddColumnSQL(DBRow, PropertyWrapper<?, ?, ?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- getAlterTableAddColumnSQL(DBRow, PropertyWrapper<?, ?, ?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- getAlterTableAddForeignKeyStatement(DBRow, PropertyWrapper<?, ?, ?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Creates the ALTER TABLE statement required to add a FOREIGN KEY constraint.
- getAlterTableAddForeignKeyStatement(DBRow, PropertyWrapper<?, ?, ?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- getAlterTableDropForeignKeyStatement(DBRow, PropertyWrapper<?, ?, ?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Creates the ALTER TABLE statement required to remove a FOREIGN KEY constraint.
- getAncestors() - Method in class nz.co.gregs.dbvolution.DBRecursiveQuery
-
Queries that database and returns all ancestors including priming and root nodes of this query.
- getAnnotation(Class<A>) - Method in class nz.co.gregs.dbvolution.internal.properties.JavaBeanProperty
- getAnnotation(Class<A>) - Method in class nz.co.gregs.dbvolution.internal.properties.JavaField
- getAnnotation(Class<A>) - Method in interface nz.co.gregs.dbvolution.internal.properties.JavaProperty
-
Gets the specified annotation, if it exists.
- getAnnotationValues(A) - Static method in class nz.co.gregs.dbvolution.internal.properties.JavaBeanProperty
-
Gets the attribute values of the annotation.
- getANSIJoinClause(DBDefinition, QueryState, DBRow, QueryOptions) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getAppropriateFieldFromRow(RowDefinition) - Method in class nz.co.gregs.dbvolution.columns.AbstractColumn
-
Gets the value of the declared column in the RowDefinition/DBRow/DBReport supplied, prior to type conversion to the DBvolution-centric type.
- getAppropriateFieldFromRow(RowDefinition) - Method in class nz.co.gregs.dbvolution.columns.AbstractQueryColumn
-
Gets the value of the declared column in the RowDefinition/DBRow/DBReport supplied, prior to type conversion to the DBvolution-centric type.
- getAppropriateQDTFromRow(RowDefinition) - Method in class nz.co.gregs.dbvolution.columns.AbstractColumn
-
Gets the DBvolution-centric value of the column for the instance of RowDefinition (DBRow/DBreport) supplied.
- getAppropriateQDTFromRow(RowDefinition) - Method in class nz.co.gregs.dbvolution.columns.AbstractQueryColumn
-
Gets the DBvolution-centric value of the column for the instance of RowDefinition (DBRow/DBreport) supplied.
- getArctan2FunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the ARCTAN2 function name for this database.
- getArctan2FunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- getArctan2FunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- getAssumedQueryTables() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getAuthoritativeDatabaseConnectionSettings() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- getAutoCommit() - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- getAutoCommit() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- getAutoCommit() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- getAutoFillingClass() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Returns the class provided to the
AutoFillDuringQueryIfPossible
annotation. - getAutoFillingPropertyDefinitions() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionClassWrapper
-
Gets all properties NOT annotated with
DBColumn
. - getAutoFillingPropertyWrappers() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionInstanceWrapper
-
Gets all properties that are NOT annotated with
DBColumn
. - getAutoFillingPropertyWrappers() - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Returns the PropertyWrappers of normal non-column properties.
- getAutoIncrementField() - Method in class nz.co.gregs.dbvolution.DBRow
- getAutoRebuild() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- getAutoRebuild() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.DBDatabaseClusterSettingsBuilder
- getAutoRebuild() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- getAutoReconnect() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
-
Returns true if the cluster is set to automatically reconnect with quarantined databases
- getAutoReconnect() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.DBDatabaseClusterSettingsBuilder
- getAutoReconnect() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- getAverageBrightness(BufferedImage) - Method in class nz.co.gregs.dbvolution.utility.ImageCompare
- getAverageFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the function of the function that provides the average of a selection.
- getBase64String(byte[]) - Static method in class nz.co.gregs.dbvolution.utility.encryption.Encryption_BASE64_AES_GCM_NoPadding
- getBaseDBDatabaseClass() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- getBatchHasEntries() - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Indicates that a batch has been added.
- getBatchHasEntries() - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- getBatchIsEmpty() - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Indicates that a batch has been added.
- getBatchSQLStatementsWhenPossible() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- getBatchSQLStatementsWhenPossible() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getBatchSQLStatementsWhenPossible() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- getBlankQueryAllowed() - Method in class nz.co.gregs.dbvolution.DBMigration
- getBlankQueryAllowed() - Method in class nz.co.gregs.dbvolution.DBReport
-
Reports whether or not this DBReport is allowed to return all rows without restriction.
- getBlocks() - Method in class nz.co.gregs.dbvolution.utility.StringInBlocks
- getBoolean(String, boolean) - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- getBoundIncrease() - Method in class nz.co.gregs.dbvolution.DBExtractor
-
Support DBvolution at Patreon
- GETBOUNDINGBOX_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Line2DFunctions
- GETBOUNDINGBOX_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.LineSegment2DFunctions
- GETBOUNDINGBOX_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.MultiPoint2DFunctions
- GETBOUNDINGBOX_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Point2DFunctions
- getBoundsOf(Type) - Static method in class nz.co.gregs.dbvolution.internal.properties.InterfaceInfo.ParameterBounds
-
Creates a single bounds instance from the supplied type reference.
- getBuiltinDBDatabaseClasses() - Static method in class nz.co.gregs.dbvolution.reflection.DataModel
-
Scans all known classes and returns a set of all builtin DBDatabase instances that could be found.
- getByExample(Long, R) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Automatically selects the correct table based on the example supplied and returns the selected rows as a list
- getByExample(Long, R) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getByExample(Long, R) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Automatically selects the correct table based on the example supplied and returns the selected rows as a list
- getByExample(R) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Automatically selects the correct table based on the example supplied and returns the selected rows as a list
- getByExample(R) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getByExample(R) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Automatically selects the correct table based on the example supplied and returns the selected rows as a list
- getByExamples(DBRow, DBRow...) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
creates a query and fetches the rows automatically, based on the examples given.
- getByExamples(DBRow, DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getByExamples(DBRow, DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
creates a query and fetches the rows automatically, based on the examples given.
- getByteArray(String, byte[]) - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- getBytes() - Method in class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.Returns the byte[] used internally to store the value of this DBByteArray.
- getBytes() - Method in class nz.co.gregs.dbvolution.datatypes.DBJavaObject
-
Returns the byte[] used internally to store the value of this DBJavaObject.
- getBytes() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
-
Returns the byte[] used internally to store the value of this DBLargeBinary.
- getBytes() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
-
Returns the byte[] used internally to store the value of this DBByteObject.
- getBytes() - Method in class nz.co.gregs.dbvolution.utility.encryption.Encrypted
- getBytesFromBase64String(String) - Static method in class nz.co.gregs.dbvolution.utility.encryption.Encryption_BASE64_AES_GCM_NoPadding
- getCartesianJoinsAllowed() - Method in class nz.co.gregs.dbvolution.DBMigration
- getCatalog() - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- getCatalog() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- getCatalog() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- getCatalog() - Method in class nz.co.gregs.dbvolution.databases.metadata.DBDatabaseMetaData
- getCatalog() - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData.Column
- getCatalog() - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData
- getCharContent(boolean) - Method in class nz.co.gregs.dbvolution.generation.deprecated.DataRepo.JavaSourceFromString
- getCheezBurger() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides Cheeseburger.
- getChildren() - Method in class nz.co.gregs.dbvolution.query.TreeNode
-
Returns a list of all known children of this node, that is all database rows returned by the recursive query that referenced this row.
- getChooseFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Allows the DBDatabase instance to provide the database-specific name for the CHOOSE function.
- getChooseFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServer2012DBDefinition
- getClassName() - Method in class nz.co.gregs.dbvolution.generation.DBTableClass
- getClassName() - Method in class nz.co.gregs.dbvolution.generation.deprecated.DBTableClass
- getClassReferencedByForeignKey() - Method in class nz.co.gregs.dbvolution.columns.AbstractColumn
-
Returns the class of the DBRow from which this column has been made.
- getClassReferencedByForeignKey() - Method in class nz.co.gregs.dbvolution.columns.AbstractQueryColumn
-
Returns the class of the DBRow from which this column has been made.
- getClassWrapper() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionInstanceWrapper
-
Gets the class-wrapper for the class of wrapped
RowDefinition
- getClientInfo() - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- getClientInfo() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- getClientInfo() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- getClientInfo(String) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- getClientInfo(String) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- getClientInfo(String) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- getClusterHosts() - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- getClusterHosts() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractH2SettingsBuilder
- getClusterHosts() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMySQLSettingsBuilder
- getClusterHosts() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- getClusterHosts() - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.ClusterCapableSettingsBuilder
- getClusterHosts() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.DBDatabaseClusterSettingsBuilder
- getClusterHosts() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MariaClusterDBSettingsBuilder
- getClusterHosts() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.NuoDBSettingsBuilder
- getClusterHostsFromPrefs() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- getClusterLabel() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- getClusterStatus() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- getCode() - Method in interface nz.co.gregs.dbvolution.datatypes.DBEnumValue
-
Gets the enum's database-centric code value.
- getColumn() - Method in class nz.co.gregs.dbvolution.columns.BooleanArrayColumn
- getColumn() - Method in class nz.co.gregs.dbvolution.columns.BooleanColumn
- getColumn() - Method in class nz.co.gregs.dbvolution.columns.ByteArrayColumn
-
Deprecated.
- getColumn() - Method in interface nz.co.gregs.dbvolution.columns.ColumnProvider
-
Returns the AbstractColumn from this ColumnProvider.
- getColumn() - Method in class nz.co.gregs.dbvolution.columns.DateColumn
- getColumn() - Method in class nz.co.gregs.dbvolution.columns.DateRepeatColumn
- getColumn() - Method in class nz.co.gregs.dbvolution.columns.DurationColumn
- getColumn() - Method in class nz.co.gregs.dbvolution.columns.InstantColumn
- getColumn() - Method in class nz.co.gregs.dbvolution.columns.IntegerColumn
- getColumn() - Method in class nz.co.gregs.dbvolution.columns.JavaObjectColumn
- getColumn() - Method in class nz.co.gregs.dbvolution.columns.LargeBinaryColumn
- getColumn() - Method in class nz.co.gregs.dbvolution.columns.LargeObjectColumn
- getColumn() - Method in class nz.co.gregs.dbvolution.columns.LargeTextColumn
- getColumn() - Method in class nz.co.gregs.dbvolution.columns.Line2DColumn
- getColumn() - Method in class nz.co.gregs.dbvolution.columns.LineSegment2DColumn
- getColumn() - Method in class nz.co.gregs.dbvolution.columns.LocalDateColumn
- getColumn() - Method in class nz.co.gregs.dbvolution.columns.LocalDateTimeColumn
- getColumn() - Method in class nz.co.gregs.dbvolution.columns.MultiPoint2DColumn
- getColumn() - Method in class nz.co.gregs.dbvolution.columns.NumberColumn
- getColumn() - Method in class nz.co.gregs.dbvolution.columns.Point2DColumn
- getColumn() - Method in class nz.co.gregs.dbvolution.columns.Polygon2DColumn
- getColumn() - Method in class nz.co.gregs.dbvolution.columns.QueryColumn
- getColumn() - Method in class nz.co.gregs.dbvolution.columns.StringColumn
- getColumn() - Method in class nz.co.gregs.dbvolution.columns.UntypedColumn
- getColumn() - Method in class nz.co.gregs.dbvolution.columns.UUIDColumn
- getColumn() - Method in class nz.co.gregs.dbvolution.expressions.SortProvider
- getColumn(RowDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
- getColumn(RowDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBBooleanArray
- getColumn(RowDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.
- getColumn(RowDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
- getColumn(RowDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBDateRepeat
- getColumn(RowDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBDuration
- getColumn(RowDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
- getColumn(RowDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
- getColumn(RowDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
- getColumn(RowDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBJavaObject
- getColumn(RowDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
- getColumn(RowDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
- getColumn(RowDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
- getColumn(RowDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
- getColumn(RowDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
- getColumn(RowDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
- getColumn(RowDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
- getColumn(RowDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBUnknownDatatype
- getColumn(RowDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBUntypedValue
- getColumn(RowDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBUUID
- getColumn(RowDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Creates a Column Provider suitable to this QDT.
- getColumn(RowDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLine2D
- getColumn(RowDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLineSegment2D
- getColumn(RowDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBMultiPoint2D
- getColumn(RowDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPoint2D
- getColumn(RowDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPolygon2D
- getColumnAlias() - Method in class nz.co.gregs.dbvolution.internal.properties.ColumnAspects
- getColumnAlias(DBDefinition) - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
The alias to the column for use in the select clause and during value retrieval
- getColumnAspects(DBDefinition) - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
The names and aliases of this property as it will appear in a SELECT and WHERE clauses.
- getColumnAspects(DBDefinition, RowDefinition) - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
- getColumnAutoIncrementSuffix() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the suffix added to a column definition to support auto-incrementing a column.
- getColumnAutoIncrementSuffix() - Method in class nz.co.gregs.dbvolution.databases.definitions.MariaDBDefinition
- getColumnAutoIncrementSuffix() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- getColumnAutoIncrementSuffix() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- getColumnAutoIncrementSuffix() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- getColumnAutoIncrementSuffix() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- getColumnAutoIncrementSuffix() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWS11DBDefinition
- getColumnAutoIncrementSuffix() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- getColumnAutoIncrementSuffix() - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- getColumnAutoIncrementSuffix() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- getColumnExpression() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Returns the expression underlying this QDT or null.
- getColumnExpression() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Returns the Column Expression, if any, defined on this property.
- getColumnExpression() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
- getColumnIndex() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
- getColumnName() - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData.Column
- getColumnName() - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData.ForeignKey
- getColumnName() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Gets the annotated column name.
- getColumnPropertyDefinitions() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionClassWrapper
-
Gets all properties annotated with
DBColumn
. - getColumnPropertyDefinitions() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionInstanceWrapper
-
Gets all property definitions that are annotated with
DBColumn
. - getColumnPropertyWrapperDefinitions() - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Return the list of
PropertyWrapperDefinitions
for all the columns within this RowDefinition. - getColumnPropertyWrappers() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionInstanceWrapper
-
Gets all properties that are annotated with
DBColumn
. - getColumnPropertyWrappers() - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Returns the PropertyWrappers used internally to maintain the relationship between fields and columns
- getColumnQueryableDatatypes() - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Returns the queryabledatatypes used internally to maintain the relationship between fields and columns
- getColumns() - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData
- getColumnSize() - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData.Column
- getComparableBooleanSQL(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
- getComparableBooleanSQL(DBDefinition, String) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
- getComparator() - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
- getComparator() - Method in class nz.co.gregs.dbvolution.datatypes.DBBooleanArray
- getComparator() - Method in class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.
- getComparator() - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
- getComparator() - Method in class nz.co.gregs.dbvolution.datatypes.DBDateRepeat
- getComparator() - Method in class nz.co.gregs.dbvolution.datatypes.DBDuration
- getComparator() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
- getComparator() - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
- getComparator() - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
- getComparator() - Method in class nz.co.gregs.dbvolution.datatypes.DBJavaObject
- getComparator() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
- getComparator() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
- getComparator() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
- getComparator() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
- getComparator() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
- getComparator() - Method in class nz.co.gregs.dbvolution.datatypes.DBString
- getComparator() - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
- getComparator() - Method in class nz.co.gregs.dbvolution.datatypes.DBUnknownDatatype
- getComparator() - Method in class nz.co.gregs.dbvolution.datatypes.DBUntypedValue
- getComparator() - Method in class nz.co.gregs.dbvolution.datatypes.DBUUID
- getComparator() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
- getComparator() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLine2D
- getComparator() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLineSegment2D
- getComparator() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBMultiPoint2D
- getComparator() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPoint2D
- getComparator() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPolygon2D
- getComparisonExpression() - Method in interface nz.co.gregs.dbvolution.expressions.search.HasComparisonExpression
- getComparisonExpression() - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAcross
- getComparisonExpression() - Method in class nz.co.gregs.dbvolution.expressions.search.SearchString
-
Standardised searching using string terms and expression aliases.
- getConceptualType() - Method in enum nz.co.gregs.dbvolution.internal.h2.DataTypes
- getConceptualType() - Method in enum nz.co.gregs.dbvolution.internal.sqlite.DataTypes
- getConditions() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getConfiguration() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.DBDatabaseClusterSettingsBuilder
- getConnectedTables() - Method in class nz.co.gregs.dbvolution.internal.querygraph.QueryGraphNode
-
Return all connected tables known by this node.
- getConnection() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Retrieve the Connection used internally.
- getConnection() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- getConnection() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getConnection() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Retrieve the Connection used internally.
- getConnection() - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Retrieves the Connection object that produced this Statement object.
- getConnection() - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- getConnectionFromDriverManager() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- getConnectionFromDriverManager() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- getConnectionFromDriverManager() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getConnectionFromDriverManager() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Provided to allow DBDatabase sub-classes to tweak their connections before use.
- getConnectionFromDriverManager() - Method in class nz.co.gregs.dbvolution.databases.SQLiteDB
- getCouldProduceEmptyStringForNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBStatistics
- getCouldProduceEmptyStringForNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBString
- getCouldProduceEmptyStringForNull() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
- getCount() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getCount(DBRow, DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Automatically selects the correct table based on the examples supplied and returns the number of rows found based on the example.
- getCount(R) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Automatically selects the correct table based on the example supplied and returns the number of rows found based on the example.
- getCount(R) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getCountFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the function of the function that provides the count of items in a selection.
- getCreateDatabase(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the SQL statement required to create the named database.
- getCreateDatabase(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- getCreateTableColumnsEnd() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the end of the column list within the CREATE TABLE statement.
- getCreateTableColumnsEnd() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- getCreateTableColumnsEnd() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- getCreateTableColumnsNameAndTypeSeparator() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the separator between the column name and the column datatype within the column definitions in the column list of the CREATE TABLE statement.
- getCreateTableColumnsSeparator() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the separator between column definitions in the column list of the CREATE TABLE statement.
- getCreateTableColumnsStart() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the start of the column list within the CREATE TABLE statement.
- getCreateTablePrimaryKeyClauseEnd() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the conclusion of the PRIMARY KEY clause of the CREATE TABLE statement.
- getCreateTablePrimaryKeyClauseMiddle() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the separator between the columns in the PRIMARY KEY clause of the CREATE TABLE statement.
- getCreateTablePrimaryKeyClauseStart() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the start of the PRIMARY KEY clause of the CREATE TABLE statement.
- getCreateTableStart() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the start of the CREATE TABLE statement.
- getCurrentDateOnlyFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Defines the function used to get the current date (excluding time) from the database.
- getCurrentDateOnlyFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- getCurrentDateOnlyFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- getCurrentDateOnlyFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- getCurrentDateOnlyFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- getCurrentDateTimeFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Defines the function used to get the current timestamp from the database.
- getCurrentDateTimeFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
-
Defines the function used to get the current timestamp from the database.
- getCurrentDateTimeFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- getCurrentDateTimeFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- getCurrentDateTimeFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- getCurrentDateTimeFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- getCurrentDateTimeFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- getCurrentInstant() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- getCurrentInstant() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getCurrentInstant() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- getCurrentLocalDatetime() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- getCurrentLocalDatetime() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getCurrentLocalDatetime() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- getCurrentPage() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getCurrentTimeFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Defines the function used to get the current time from the database.
- getCurrentTimeFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- getCurrentUserFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the function used to determine the username of the user currently logged into the database.
- getCurrentUserFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.NuoDBDefinition
- getCurrentUserFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- getCurrentUserFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- getCurrentVersion() - Static method in enum nz.co.gregs.dbvolution.internal.h2.MultiPoint2DFunctions
-
Support DBvolution at Patreon
- getCurrentZonedDateTimeFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Defines the function used to get the current timestamp from the database.
- getCurrentZonedDateTimeFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
-
Defines the function used to get the current timestamp from the database.
- getCurrentZonedDateTimeFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
-
Defines the function used to get the current timestamp from the database.
- getCypherText() - Method in class nz.co.gregs.dbvolution.utility.encryption.Encrypted
- getData() - Method in class nz.co.gregs.dbvolution.query.TreeNode
-
Retrieves the DBRow within this node.
- getDatabase() - Method in class nz.co.gregs.dbvolution.databases.IncompleteTransaction
- getDatabase() - Method in class nz.co.gregs.dbvolution.databases.metadata.DBDatabaseMetaData
- getDatabase() - Method in class nz.co.gregs.dbvolution.DBQuery
-
DBQuery and DBtable are 2 of the few classes that rely on knowing the database they work on.
- getDatabase() - Method in class nz.co.gregs.dbvolution.generation.DataRepo
- getDatabase() - Method in class nz.co.gregs.dbvolution.generation.deprecated.DataRepo
- getDatabase() - Method in class nz.co.gregs.dbvolution.utility.RegularProcess
-
Returns the (last) database that this process has been added to using
DBDatabaseImplementation.addRegularProcess(nz.co.gregs.dbvolution.utility.RegularProcess)
. - getDatabaseDataTypeOfQueryableDatatype(QueryableDatatype<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Supplied to allow the DBDefintion to override the standard QDT datatype.
- getDatabaseDataTypeOfQueryableDatatype(QueryableDatatype<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- getDatabaseDataTypeOfQueryableDatatype(QueryableDatatype<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- getDatabaseDataTypeOfQueryableDatatype(QueryableDatatype<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MariaDBDefinition
- getDatabaseDataTypeOfQueryableDatatype(QueryableDatatype<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- getDatabaseDataTypeOfQueryableDatatype(QueryableDatatype<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- getDatabaseDataTypeOfQueryableDatatype(QueryableDatatype<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- getDatabaseDataTypeOfQueryableDatatype(QueryableDatatype<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- getDatabaseDataTypeOfQueryableDatatype(QueryableDatatype<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.NuoDBDefinition
- getDatabaseDataTypeOfQueryableDatatype(QueryableDatatype<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.Oracle12SpatialDB
- getDatabaseDataTypeOfQueryableDatatype(QueryableDatatype<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- getDatabaseDataTypeOfQueryableDatatype(QueryableDatatype<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- getDatabaseDataTypeOfQueryableDatatype(QueryableDatatype<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- getDatabaseDataTypeOfQueryableDatatype(QueryableDatatype<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- getDatabaseDataTypeOfQueryableDatatype(QueryableDatatype<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- getDatabaseDefinition() - Method in class nz.co.gregs.dbvolution.DBQuery
-
DBQuery and DBtable are 2 of the few classes that rely on knowing the database they work on.
- getDatabaseInstance() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- getDatabaseInstance() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getDatabaseInstance() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- getDatabaseName() - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- getDatabaseName() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Returns the database name if one was supplied.
- getDatabaseName() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getDatabaseName() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Returns the database name if one was supplied.
- getDatabaseName() - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.NamedDatabaseCapableSettingsBuilder
- getDatabaseQuietExceptionsPreference() - Method in interface nz.co.gregs.dbvolution.actions.DBQueryable
- getDatabaseQuietExceptionsPreference() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getDatabases() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
-
Returns all databases within this cluster.
- getDatabases() - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- getDatabases(DBDatabaseCluster.Status...) - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- getDatabasesForReconnecting() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- getDatabaseSpecificDBConnection(Connection) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- getDatabaseStatus(DBDatabase) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- getDatabaseStatuses() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- getDatabaseType() - Method in enum nz.co.gregs.dbvolution.internal.sqlite.DataTypes
- getDataRepoFor(DBDatabase, String) - Static method in class nz.co.gregs.dbvolution.generation.DataRepo
- getDataRepoFor(DBDatabase, String) - Static method in class nz.co.gregs.dbvolution.generation.deprecated.DataRepo
- getDataSource() - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- getDataSource() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- getDataSource() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getDataSource() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- getDataSource() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- getDataSource() - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.SettingsBuilder
- getDatatype() - Method in class nz.co.gregs.dbvolution.actions.DBAddMissingColumnsToTable.ColumnStructure
- getDatatype() - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData.Column
- getDateFormattedForQuery(Date) - Method in class nz.co.gregs.dbvolution.databases.definitions.ClusterDatabaseDefinition
- getDateFormattedForQuery(Date) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms the Date instance into a SQL snippet that can be used as a date in a query.
- getDateFormattedForQuery(Date) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- getDateFormattedForQuery(Date) - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- getDateFormattedForQuery(Date) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- getDateFormattedForQuery(Date) - Method in class nz.co.gregs.dbvolution.databases.definitions.MariaDBDefinition
- getDateFormattedForQuery(Date) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- getDateFormattedForQuery(Date) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- getDateFormattedForQuery(Date) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- getDateFormattedForQuery(Date) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- getDateFormattedForQuery(Date) - Method in class nz.co.gregs.dbvolution.databases.definitions.NuoDBDefinition
- getDateFormattedForQuery(Date) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- getDateFormattedForQuery(Date) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- getDateFormattedForQuery(Date) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- getDatePartsFormattedForQuery(String, String, String, String, String, String, String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.ClusterDatabaseDefinition
- getDatePartsFormattedForQuery(String, String, String, String, String, String, String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms the specific parts of a date from their SQL snippets into a SQL snippet that can be used as a date in a query.
- getDatePartsFormattedForQuery(String, String, String, String, String, String, String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- getDatePartsFormattedForQuery(String, String, String, String, String, String, String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- getDatePartsFormattedForQuery(String, String, String, String, String, String, String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- getDatePartsFormattedForQuery(String, String, String, String, String, String, String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MariaDBDefinition
- getDatePartsFormattedForQuery(String, String, String, String, String, String, String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- getDatePartsFormattedForQuery(String, String, String, String, String, String, String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- getDatePartsFormattedForQuery(String, String, String, String, String, String, String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- getDatePartsFormattedForQuery(String, String, String, String, String, String, String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- getDatePartsFormattedForQuery(String, String, String, String, String, String, String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.NuoDBDefinition
- getDatePartsFormattedForQuery(String, String, String, String, String, String, String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- getDatePartsFormattedForQuery(String, String, String, String, String, String, String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- getDatePartsFormattedForQuery(String, String, String, String, String, String, String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- getDateRepeatFrom(Instant) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Create a DateRepeat value representing the difference between this date expression and the one provided
- getDateRepeatFrom(LocalDate) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Create a DateRepeat value representing the difference between this date expression and the one provided
- getDateRepeatFrom(LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Create a DateRepeat value representing the difference between this date expression and the one provided
- getDateRepeatFrom(Date) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Create a DateRepeat value representing the difference between this date expression and the one provided
- getDateRepeatFrom(DateResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Create a DateRepeat value representing the difference between this date expression and the one provided
- getDateRepeatFrom(InstantResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Create a DateRepeat value representing the difference between this date expression and the one provided
- getDateRepeatFrom(LocalDateResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Create a DateRepeat value representing the difference between this date expression and the one provided
- getDateRepeatFrom(LocalDateTimeResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Create a DateRepeat value representing the difference between this date expression and the one provided
- getDateRepeatString(Period) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DateRepeatImpl
-
Convenience method to convert Period objects into the string representation of a DateRepeat.
- getDateTimeFormat() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- GetDay() - Constructor for class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.GetDay
-
Implements DateRepeat GETDAY for SQLite
- getDayPart(String) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DateRepeatImpl
- getDayPart(String) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DurationImpl
- getDays() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Returns the DAYS part of this DateRepeat value.
- getDays() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Returns the DAYS part of this DateRepeat value.
- getDBDatabase() - Method in class nz.co.gregs.dbvolution.databases.metadata.Options
- getDBDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.DBDatabaseClusterSettingsBuilder
- getDBDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.H2FileSettingsBuilder
- getDBDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.H2MemorySettingsBuilder
- getDBDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.H2SettingsBuilder
- getDBDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.H2SharedSettingsBuilder
- getDBDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.Informix11SettingsBuilder
- getDBDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.InformixSettingsBuilder
- getDBDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.JavaDBMemorySettingsBuilder
- getDBDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.JavaDBSettingsBuilder
- getDBDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MariaClusterDBSettingsBuilder
- getDBDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MariaDBSettingsBuilder
- getDBDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MSSQLServer2012SettingsBuilder
- getDBDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MSSQLServerSettingsBuilder
- getDBDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MySQL_5_7SettingsBuilder
- getDBDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MySQLMXJDBSettingsBuilder
- getDBDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MySQLSettingsBuilder
- getDBDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.NuoDBSettingsBuilder
- getDBDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.Oracle11XESettingsBuilder
- getDBDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.Oracle12SettingsBuilder
- getDBDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.OracleAWS11SettingsBuilder
- getDBDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.PostgresOverSSLSettingsBuilder
- getDBDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.PostgresSettingsBuilder
- getDBDatabase() - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.SettingsBuilder
- getDBDatabase() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.SQLiteSettingsBuilder
- getDbdatabaseClass() - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- getDBDatabaseConstructors() - Static method in class nz.co.gregs.dbvolution.reflection.DataModel
-
Finds the constructors for
all known databases
. - getDBDatabaseConstructorsPublicWithoutParameters() - Static method in class nz.co.gregs.dbvolution.reflection.DataModel
-
Scan the classpath for DBDatabase subclasses with public parameterless constructors and return those constructors.
- getDBDatabaseCreationMethods() - Static method in class nz.co.gregs.dbvolution.reflection.DataModel
-
Scans across
all known databases
and finds methods that return a DBDatabase object. - getDBDatabaseCreationMethodsStaticWithoutParameters() - Static method in class nz.co.gregs.dbvolution.reflection.DataModel
-
Scans the classpath for DBDatabase subclasses and returns all static parameter-less methods that produce DBDatabase objects.
- getDBDatabaseInstancesWithoutParameters() - Static method in class nz.co.gregs.dbvolution.reflection.DataModel
-
Using
DataModel.getDBDatabaseConstructorsPublicWithoutParameters()
creates instances of the accessible DBDatabases. - getDBDatabaseMetaData(Options) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- getDBDatabaseMetaData(Options) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getDBDatabaseMetaData(Options) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- getDBDatabaseMetaData(Options) - Method in class nz.co.gregs.dbvolution.databases.H2DB
- getDBDatabaseMetaData(Options) - Method in class nz.co.gregs.dbvolution.databases.MySQLDB
- getDBDatabaseMetaData(Options) - Method in class nz.co.gregs.dbvolution.databases.SQLiteDB
- getDBDatabaseSimpleCreationMethods() - Static method in class nz.co.gregs.dbvolution.reflection.DataModel
-
Scans across
all known databases
and finds no-parameter methods that return a DBDatabase object. - getDBMigration(MAPPER) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Creates a DBmigration that will do a conversion from one or more database tables to another database table.
- getDBMigration(MAPPER) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getDBQuery() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Creates a new DBQuery object with the examples added as
required
tables.This is the easiest way to create DBQueries, and indeed queries. - getDBQuery() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getDBQuery() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Creates a new DBQuery object with the examples added as
required
tables.This is the easiest way to create DBQueries, and indeed queries. - getDBQuery(Collection<DBRow>) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Creates a new DBQuery object with the examples added as
required
tables. - getDBQuery(Collection<DBRow>) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getDBQuery(Collection<DBRow>) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Creates a new DBQuery object with the examples added as
required
tables. - getDBQuery(DBRow) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Creates a new DBQuery object with the examples added as
required
tables. - getDBQuery(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getDBQuery(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Creates a new DBQuery object with the examples added as
required
tables. - getDBQuery(DBRow, DBRow...) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Creates a new DBQuery object with the examples added as
required
tables. - getDBQuery(DBRow, DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getDBQuery(DBRow, DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Creates a new DBQuery object with the examples added as
required
tables. - getDBQueryInsert(K) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- getDBQueryInsert(K) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getDBQueryInsert(K) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- getDBRecursiveQuery(ColumnProvider) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Convenience method to create a recursive query with this query.
- getDBRecursiveQuery(ColumnProvider, T) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Convenience method to create a recursive query with this query.
- getDBRecursiveQuery(DBQuery, ColumnProvider, T) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Create a DBRecursiveQuery based on the query and foreign key supplied.
- getDBRecursiveQuery(DBQuery, ColumnProvider, T) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getDBRecursiveQuery(DBQuery, ColumnProvider, T) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Create a DBRecursiveQuery based on the query and foreign key supplied.
- getDBReportGroupByColumns() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getDBRow(Class<T>) - Static method in class nz.co.gregs.dbvolution.DBRow
-
Creates a new blank DBRow of the supplied subclass.
- getDBRow(RowDefinitionClassWrapper<ROW>) - Static method in class nz.co.gregs.dbvolution.DBRow
-
Creates a new blank DBRow of the supplied RowDefinitionClassWrapper.
- getDBRowClassesExcludingDBvolutionExamples() - Static method in class nz.co.gregs.dbvolution.reflection.DataModel
-
Find all DBRow subclasses on the current classpath, minus the example classes found in DBvolution.
- getDBRowClassName(String) - Method in interface nz.co.gregs.dbvolution.reflection.EncodingInterpreter
-
From the entire parameter string separate out the name of the DBRow class.
- getDBRowDirectSubclasses() - Static method in class nz.co.gregs.dbvolution.reflection.DataModel
-
Find all DBRow subclasses on the current classpath.
- getDBRowInstances() - Static method in class nz.co.gregs.dbvolution.reflection.DataModel
-
Using the classes found by
DataModel.getDBRowSubclasses()
, creates an instance of as many classes as possible. - getDBRowInstances(Collection<Class<? extends DBRow>>) - Static method in class nz.co.gregs.dbvolution.reflection.DataModel
-
Using the classes supplied creates an instance of as many classes as possible.
- getDBRowSubclasses() - Static method in class nz.co.gregs.dbvolution.reflection.DataModel
-
Find all DBRow subclasses on the current classpath.
- getDBRowSubclassesFromPackage(Package) - Static method in class nz.co.gregs.dbvolution.DBRow
-
Find all the DBRow subclasses in the package.
- getDBStatement() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Retrieve the DBStatement used internally.
- getDBStatement() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- getDBStatement() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getDBStatement() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Retrieve the DBStatement used internally.
- getDBStatement() - Method in class nz.co.gregs.dbvolution.internal.query.StatementDetails
- getDBTable(R) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Returns a DBTable instance for the DBRow example.
- getDBTable(R) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getDBTable(R) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Returns a DBTable instance for the DBRow example.
- getDBTransaction() - Method in class nz.co.gregs.dbvolution.DBScript
-
Creates and returns a DBtransaction for this DBScript.
- getDBTransactionStatement() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- getDBTransactionStatement() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getDBTransactionStatement() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- getDecryptedValue(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBEncryptedText
-
Uses the provided passphrase to decrypt the value and returns the plaintext result.
- getDefaultConfigurationExtras() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractH2SettingsBuilder
- getDefaultConfigurationExtras() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractInformixSettingsBuilder
- getDefaultConfigurationExtras() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractJavaDBSettingsBuilder
- getDefaultConfigurationExtras() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMSSQLServerSettingsBuilder
- getDefaultConfigurationExtras() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMySQLSettingsBuilder
- getDefaultConfigurationExtras() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractOracleSettingsBuilder
- getDefaultConfigurationExtras() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- getDefaultConfigurationExtras() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- getDefaultConfigurationExtras() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.DBDatabaseClusterSettingsBuilder
- getDefaultConfigurationExtras() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MariaClusterDBSettingsBuilder
- getDefaultConfigurationExtras() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MariaDBSettingsBuilder
- getDefaultConfigurationExtras() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MySQLMXJDBSettingsBuilder
- getDefaultConfigurationExtras() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.NuoDBSettingsBuilder
- getDefaultConfigurationExtras() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.PostgresOverSSLSettingsBuilder
- getDefaultConfigurationExtras() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.SQLiteSettingsBuilder
- getDefaultDefinition() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractH2SettingsBuilder
- getDefaultDefinition() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractInformixSettingsBuilder
- getDefaultDefinition() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractJavaDBSettingsBuilder
- getDefaultDefinition() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMSSQLServerSettingsBuilder
- getDefaultDefinition() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMySQLSettingsBuilder
- getDefaultDefinition() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractOracleSettingsBuilder
- getDefaultDefinition() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- getDefaultDefinition() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.DBDatabaseClusterSettingsBuilder
- getDefaultDefinition() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.H2MemorySettingsBuilder
- getDefaultDefinition() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.Informix11SettingsBuilder
- getDefaultDefinition() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.JavaDBMemorySettingsBuilder
- getDefaultDefinition() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MariaClusterDBSettingsBuilder
- getDefaultDefinition() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MariaDBSettingsBuilder
- getDefaultDefinition() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MSSQLServer2012SettingsBuilder
- getDefaultDefinition() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MySQL_5_7SettingsBuilder
- getDefaultDefinition() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MySQLMXJDBSettingsBuilder
- getDefaultDefinition() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.NuoDBSettingsBuilder
- getDefaultDefinition() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.Oracle11XESettingsBuilder
- getDefaultDefinition() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.Oracle12SettingsBuilder
- getDefaultDefinition() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.OracleAWS11SettingsBuilder
- getDefaultDefinition() - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.SettingsBuilder
- getDefaultDefinition() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.SQLiteSettingsBuilder
- getDefaultDriverName() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractH2SettingsBuilder
- getDefaultDriverName() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractInformixSettingsBuilder
- getDefaultDriverName() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractJavaDBSettingsBuilder
- getDefaultDriverName() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMSSQLServerSettingsBuilder
- getDefaultDriverName() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMySQLSettingsBuilder
- getDefaultDriverName() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractOracleSettingsBuilder
- getDefaultDriverName() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- getDefaultDriverName() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.H2FileSettingsBuilder
- getDefaultDriverName() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.H2MemorySettingsBuilder
- getDefaultDriverName() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.Informix11SettingsBuilder
- getDefaultDriverName() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.JavaDBMemorySettingsBuilder
- getDefaultDriverName() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MariaClusterDBSettingsBuilder
- getDefaultDriverName() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MariaDBSettingsBuilder
- getDefaultDriverName() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MSSQLServer2012SettingsBuilder
- getDefaultDriverName() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MySQL_5_7SettingsBuilder
- getDefaultDriverName() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MySQLMXJDBSettingsBuilder
- getDefaultDriverName() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.NuoDBSettingsBuilder
- getDefaultDriverName() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.Oracle11XESettingsBuilder
- getDefaultDriverName() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.Oracle12SettingsBuilder
- getDefaultDriverName() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.OracleAWS11SettingsBuilder
- getDefaultDriverName() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.SQLiteSettingsBuilder
- getDefaultDriverName() - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.VendorSettingsBuilder
- getDefaultInsertValueSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Returns the value of the default insert value formatted by the DBDefinition provided.
- getDefaultOrderingClause() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getDefaultOrderingClause() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- getDefaultPort() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Returns the port number usually assign to instances of this database.
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
-
Returns the port number usually assign to instances of this database.
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Returns the port number usually assign to instances of this database.
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.H2DB
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.InformixDB
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.JavaDB
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.JavaDBMemoryDB
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.MariaClusterDB
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.MariaDB
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.MSSQLServerDB
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.MySQLDB_5_7
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.MySQLDB
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.NuoDB
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.OracleDB
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.PostgresDB
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractH2SettingsBuilder
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractInformixSettingsBuilder
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractJavaDBSettingsBuilder
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMSSQLServerSettingsBuilder
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMySQLSettingsBuilder
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractOracleSettingsBuilder
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.DBDatabaseClusterSettingsBuilder
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MariaClusterDBSettingsBuilder
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MariaDBSettingsBuilder
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MySQLMXJDBSettingsBuilder
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.NuoDBSettingsBuilder
- getDefaultPort() - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.SettingsBuilder
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.SQLiteSettingsBuilder
- getDefaultPort() - Method in class nz.co.gregs.dbvolution.databases.SQLiteDB
- getDefaultUpdateValueSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Returns the value of the default update value formatted by the DBDefinition provided.
- getDefined() - Method in class nz.co.gregs.dbvolution.DBRow
-
Indicates whether this instance is a defined row within the database.
- getDefinition() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- getDefinition() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- getDefinition() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getDefinition() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Returns the DBdefinition used by this DBDatabase
- getDefinition() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractVendorSettingsBuilder
- getDefinition() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.DBDatabaseClusterSettingsBuilder
- getDefinition() - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.SettingsBuilder
- getDeletes(DBDatabase, Collection<? extends DBRow>) - Static method in class nz.co.gregs.dbvolution.actions.DBDelete
-
Creates a DBActionList of delete actions for the rows.
- getDeletes(DBDatabase, DBRow...) - Static method in class nz.co.gregs.dbvolution.actions.DBDelete
-
Creates a DBActionList of delete actions for the rows.
- getDenseRankFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getDescendants() - Method in class nz.co.gregs.dbvolution.DBRecursiveQuery
-
Queries that database and returns all descendants including priming and leaf nodes of this query.
- getDetails() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
-
Nope.
- getDifferingRows() - Method in class nz.co.gregs.dbvolution.DBTable.DifferingRows
- GETDIMENSION_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Line2DFunctions
- GETDIMENSION_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.LineSegment2DFunctions
- GETDIMENSION_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.MultiPoint2DFunctions
- GETDIMENSION_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Point2DFunctions
- getDirection() - Method in class nz.co.gregs.dbvolution.internal.query.RecursiveQueryDetails
- getDistinctCombinationsOfColumnValues(Object...) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Returns the unique values for the column in the database.
- getDistinctValuesOfColumn(A) - Method in class nz.co.gregs.dbvolution.DBTable
-
Returns the unique values for the column in the database.
- getDistinctValuesOfColumn(ColumnProvider) - Method in class nz.co.gregs.dbvolution.DBQuery
- getDistinctValuesOfColumn(DBDatabase, A) - Method in class nz.co.gregs.dbvolution.DBRow
-
Returns the unique values for the column in the database.
- getDistinctValuesOfColumn(DBRow, A) - Method in class nz.co.gregs.dbvolution.DBQuery
- getDouble(String, double) - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- getDriverName() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Returns the name of the JDBC driver class used by this DBDatabase instance.
- getDriverName() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getDriverName() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Returns the name of the JDBC driver class used by this DBDatabase instance.
- getDriverName() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractVendorSettingsBuilder
- getDriverName() - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.VendorSettingsBuilder
- getDropDatabase(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the SQL statement required to drop the named database.
- getDropDatabase(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- getDropTableIfExistsClause() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getDropTableStart() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the start of the DROP TABLE expression for this database.
- getDropTableStart() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
-
Provides the start of the DROP TABLE expression for this database.
- getDurationFrom(Date) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Create a DateRepeat value representing the difference between this date expression and the one provided
- getDurationFrom(DateResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Create a DateRepeat value representing the difference between this date expression and the one provided
- getDurationString(Duration) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DurationImpl
- getEmptyString() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the database's version of an empty string.
- getEncryptedValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBEncryptedText
-
Returns the cipher text value of this as an
Encrypted
object. - getEnumCodeType() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Gets the type of the code supplied by enum values.
- getEnumCodeType() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Gets the type of the code supplied by enum values.
- getEnumFromCode(BASETYPE) - Method in class nz.co.gregs.dbvolution.datatypes.DBEnum
- getEnumFromName(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBEnum
- getEnumType() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Gets the enum type, or null if not appropriate
- getEnumType() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Gets the enum type, or null if not appropriate
- getEqualsComparator() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
The EQUALS operator for this database.
- getEqualsComparator() - Method in class nz.co.gregs.dbvolution.databases.definitions.MariaDBDefinition
- getEqualsComparator() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- getEqualsComparator() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.AllOfExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.AnyOfExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.IsExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.IsNotExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.XorExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsGreaterThanExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsGreaterThanOrEqualExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsLessThanExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsLessThanOrEqualExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsNotExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantInstantIsGreaterThanOrEqualExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIsExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIsGreaterThanExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIsLessThanExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIsLessThanOrEqualExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIsNotExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsGreaterThanExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsGreaterThanOrEqualExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsLessThanExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsLessThanOrEqualExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsNotExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsGreaterThanExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsGreaterThanOrEqualExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsLessThanExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsLessThanOrEqualExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsNotExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.DivideByExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.IsLessThanExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.PlusExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.TimesExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringAppendExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsGreaterThanExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsGreaterThanOrEqualExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsLessThanExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsLessThanOrEqualExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsLikeExpression
- getEquationOperator(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsNotExpression
- getException() - Method in class nz.co.gregs.dbvolution.internal.query.StatementDetails
- getExistingInstances() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getExpectedRows() - Method in exception nz.co.gregs.dbvolution.exceptions.UnexpectedNumberOfRowsException
-
Support DBvolution at Patreon
- getExpFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the name of the function that raises e to the power of the provided value.
- getExpr() - Method in class nz.co.gregs.dbvolution.expressions.search.ExpressionAlias
- getExpression() - Method in class nz.co.gregs.dbvolution.columns.AbstractColumn
- getExpression() - Method in class nz.co.gregs.dbvolution.columns.AbstractQueryColumn
- getExpression() - Method in class nz.co.gregs.dbvolution.internal.properties.ColumnAspects
- getExpressionColumns() - Method in class nz.co.gregs.dbvolution.DBQueryRow
- getExpressionColumnsCopy() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getExpressionColumnValue(Object) - Method in class nz.co.gregs.dbvolution.DBQueryRow
- getExpressionSQL(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.SortProvider
- getExternalSimpleValueFromInternalQDT() - Method in class nz.co.gregs.dbvolution.datatypes.SimpleValueQueryableDatatypeSyncer
-
Warning: this directly returns the value from the type adaptor, without casting to the specific type expected by the target java property.
- getExtraExamples() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getExtras() - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- getExtras() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- getExtras() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getExtras() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- getExtras() - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.ExtrasCapableSettingsBuilder
- getFalseOperation() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
An SQL snippet that always evaluates to FALSE for this database.
- getFalseOperation() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
-
An SQL snippet that always evaluates to FALSE for this database.
- getFalseValue() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
The value used for FALSE boolean values.
- getFalseValue() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- getFalseValue() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- getFalseValue() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
-
The value used for FALSE boolean values.
- getFalseValue() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- getFetchDirection() - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this Statement object.
- getFetchDirection() - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- getFetchSize() - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Retrieves the number of result set rows that is the default fetch size for ResultSet objects generated from this Statement object.
- getFetchSize() - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- getField() - Method in class nz.co.gregs.dbvolution.columns.AbstractColumn
-
Support DBvolution at Patreon
- getField() - Method in class nz.co.gregs.dbvolution.columns.AbstractQueryColumn
-
Support DBvolution at Patreon
- getFieldNames() - Method in class nz.co.gregs.dbvolution.DBQueryRow
-
Returns all the fields names from all the DBRow types in the DBQueryRow.
- getFieldNames() - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Returns all the fields names from all fields in this DBRow.
- getFields() - Method in class nz.co.gregs.dbvolution.generation.DBTableClass
- getFields() - Method in class nz.co.gregs.dbvolution.generation.deprecated.DBTableClass
- getFieldValues(SimpleDateFormat) - Method in class nz.co.gregs.dbvolution.DBQueryRow
-
Returns all the fields values from all the DBRow types in the DBQueryRow.
- getFieldValues(SimpleDateFormat) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Returns all the fields values from this DBRow.
- getFilename() - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- getFilename() - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.FileBasedSettingsBuilder
- getFirst() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.DBBinaryStringFunction
-
Support DBvolution at Patreon
- getFirstInteger() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Finds and returns the first integer in the string or NULL if no integer is found.
- getFirstIntegerAsSubstring() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Finds and returns the first integer in the string or NULL if no integer is found.
- getFirstNumber() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Finds and returns the first number in the string or NULL if no number is found.
- getFirstNumberAsSubstring() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Finds and returns the first number in the string or NULL if no number is found.
- getFirstRow() - Method in class nz.co.gregs.dbvolution.DBTable
-
Returns the first row of the table
- getFirstValue() - Method in class nz.co.gregs.dbvolution.operators.DBOperator
-
Support DBvolution at Patreon
- getFirstValueFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getFkRecog() - Method in class nz.co.gregs.dbvolution.databases.metadata.Options
- getFloat(String, float) - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- getForeignKeyClauseForCreateTable(PropertyWrapper<?, ?, ?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Create a foreign key clause for use in a CREATE TABLE statement from the
PropertyWrapper
provided. - getForeignKeyExpressionsTo(R) - Method in class nz.co.gregs.dbvolution.DBRow
-
Provides DBExpressions representing the FK relationship between this DBRow and the target specified.
- getForeignKeyPropertyDefinitions() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionClassWrapper
-
Gets all foreign key properties.
- getForeignKeyPropertyWrapperDefinitions() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionInstanceWrapper
-
Gets all foreign key properties as property definitions.
- getForeignKeyPropertyWrappers() - Method in class nz.co.gregs.dbvolution.DBRow
- getForeignKeyPropertyWrappers() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionInstanceWrapper
-
Gets all foreign key properties.
- getForeignKeys() - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData
- getForeignKeys(String, String, String) - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData
- getForeignKeysTo(R) - Method in class nz.co.gregs.dbvolution.DBRow
-
Finds all fields is this object that are foreign keys to the table represented by the supplied DBRow.
- getFromClause(DBRow) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns FROM clause to be used for this table.
- getFromDualEquivalent() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the FROM clause required to access the DUAL table or its equivalent.
- getFromDualEquivalent() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- GETFROMINDEX - nz.co.gregs.dbvolution.internal.oracle.aws.MultiPoint2DFunctions
- getFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
- getFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBBooleanArray
- getFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.
- getFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
- getFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBDateRepeat
- getFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBDuration
- getFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
- getFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
- getFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
- getFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBJavaObject
- getFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
- getFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
- getFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
- getFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
- getFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
- getFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumberStatistics
- getFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
- getFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
- getFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBUnknownDatatype
- getFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBUntypedValue
- getFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBUUID
- getFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Returns the correct object from the ResultSet for the QueryableDatatype to handle.
- getFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLine2D
- getFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLineSegment2D
- getFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBMultiPoint2D
- getFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPoint2D
- getFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPolygon2D
- getFromResultSet(DBDefinition, ResultSet, String, int) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumberStatistics
- getFromResultSet(DBDefinition, ResultSet, String, int) - Method in class nz.co.gregs.dbvolution.datatypes.DBStatistics
- getFullyQualifiedName() - Method in class nz.co.gregs.dbvolution.generation.DBTableClass
-
Returns the package and class name formatted for use in Java code.
- getFullyQualifiedName() - Method in class nz.co.gregs.dbvolution.generation.deprecated.DataRepo.JavaSourceFromString
- getFullyQualifiedName() - Method in class nz.co.gregs.dbvolution.generation.deprecated.DBTableClass
-
Returns the package and class name formatted for use in Java code.
- getFunctionName(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateGreatestOfExpression
- getFunctionName(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateLeastOfExpression
- getFunctionName(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateMaxExpression
- getFunctionName(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateMinExpression
- getFunctionName(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.GreatestOfExpression
- getFunctionName(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantMaxExpression
- getFunctionName(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantMinExpression
- getFunctionName(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.LeastOfExpression
- getFunctionName(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateGreatestOfExpression
- getFunctionName(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateLeastOfExpression
- getFunctionName(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMaxExpression
- getFunctionName(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMinExpression
- getFunctionName(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeGreatestOfExpression
- getFunctionName(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeLeastOfExpression
- getFunctionName(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMaxExpression
- getFunctionName(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMinExpression
- getFunctionName(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.GreatestOfExpression
- getFunctionName(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsInExpression
- getFunctionName(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsNotInExpression
- getGeneratedKeys() - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Retrieves any auto-generated keys created as a result of executing this Statement object.
- getGeneratedPrimaryKeys() - Method in class nz.co.gregs.dbvolution.actions.DBInsert
-
Returns all generated values created during the insert actions.
- getGreatestOfFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the name of the function that will choose the largest value from a list of options.
- getGreatestOfFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- getGroupByClauses(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.SortProvider
- getGroupByClauses(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.SortProvider.NullsOrderer
- getHavingClauseStart() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Supplies the beginning of the HAVING clause.
- getHavingColumns() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getHeaderEnd(String) - Method in class nz.co.gregs.dbvolution.OutputFormat.HTMLTable
- getHeaderFieldBetween() - Method in class nz.co.gregs.dbvolution.OutputFormat.HTMLTable
- getHeaderFieldPrefix(String) - Method in class nz.co.gregs.dbvolution.OutputFormat.HTMLTable
- getHeaderFieldSuffix(String) - Method in class nz.co.gregs.dbvolution.OutputFormat.HTMLTable
- getHeaderStart(String) - Method in class nz.co.gregs.dbvolution.OutputFormat.HTMLTable
- getHoldability() - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- getHoldability() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- getHoldability() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- getHost() - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- getHost() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- getHost() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getHost() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- getHost(String) - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.RemoteCapableSettingsBuilder
- GetHour() - Constructor for class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.GetHour
-
Implements DateRepeat GETHOUR for SQLite
- getHourPart(String) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DateRepeatImpl
- getHourPart(String) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DurationImpl
- getHours() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Returns the HOURS part of this DateRepeat value.
- getHours() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Returns the HOURS part of this DateRepeat value.
- getIfNullFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the function name of the COALESCE, IFNULL, or NVL function.
- getIfNullFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
-
Provides the function name of the COALESCE, IFNULL, or NVL function.
- getIfNullFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- getIfNullFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- getIfNullFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- getIgnoredForeignKeys() - Method in class nz.co.gregs.dbvolution.DBRow
- getIncludeForeignKeyColumnName() - Method in class nz.co.gregs.dbvolution.databases.metadata.Options
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
-
Indicates whether this DBBoolean needs support for returning NULLs.
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBBooleanArray
-
Indicates whether this DBBooleanArray needs support for returning NULLs.
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
Used internally to decide whether the required query needs to include NULL values.
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBDateRepeat
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBDuration
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Used internally to decide whether the required query needs to include NULL values.
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBJavaObject
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
Used internally to decide whether the required query needs to include NULL values.
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Used internally to decide whether the required query needs to include NULL values.
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBString
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBUntypedValue
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBUUID
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLine2D
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLineSegment2D
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBMultiPoint2D
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPoint2D
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPolygon2D
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.BooleanArrayExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.BooleanIfThenElseExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.DateIfThenElseExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.InstantIfThenElseExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.IntegerIfThenElseExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.IsNotNullExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.IsNotNullStringExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.IsNullExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.IsNullStringExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.LocalDateIfThenElseExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.LocalDateTimeIfThenElseExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.NumberIfThenElseExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.Polygon2DIfThenElseExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.StringIfThenElseExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.CaseExpression.WhenExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddDaysExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerDaysExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerHoursExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerMinutesExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerMonthsExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerSecondsExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerWeeksExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerYearsExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddMonthsExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddSecondsExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateDaysFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateGetDateRepeatFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateGetDurationFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateHoursFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateIfDBNullExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsGreaterThanExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsGreaterThanOrEqualExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsLessThanExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsLessThanOrEqualExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateLeastOfExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateMaxExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateMinExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateMinusDateRepeatExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateMinusDurationExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateMinutesFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateMonthsFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DatePlusDateRepeatExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DatePlusDurationExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateSecondsFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateWeeksFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateYearsFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.Comparison
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.DBUnaryFunction
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddDaysExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerDaysExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerHoursExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerMinutesExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerMonthsExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerSecondsExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerWeeksExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerYearsExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddMonthsExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddSecondsExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.DaysFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.HoursFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantGetDateRepeatFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIfDBNullExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantInstantIsGreaterThanOrEqualExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIsGreaterThanExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIsLessThanExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIsLessThanOrEqualExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantMaxExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantMinExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantMinusDateRepeatExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantPlusDateRepeatExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.LeastOfExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.MinutesFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.MonthsFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.SecondsFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.WeeksFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.YearsFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddDaysExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerDaysExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerHoursExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerMinutesExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerMonthsExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerSecondsExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerWeeksExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerYearsExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddMonthsExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddSecondsExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateDaysFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateGetDateRepeatFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateHoursFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIfDBNullExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsGreaterThanExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsGreaterThanOrEqualExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsLessThanExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsLessThanOrEqualExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateLeastOfExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMaxExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMinExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMinusDateRepeatExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMinutesFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMonthsFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DatePlusDateRepeatExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateSecondsFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateWeeksFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateYearsFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddDaysExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerDaysExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerHoursExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerMinutesExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerMonthsExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerSecondsExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerWeeksExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerYearsExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddMonthsExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddSecondsExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeDaysFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeGetDateRepeatFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeHoursFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIfDBNullExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsGreaterThanExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsGreaterThanOrEqualExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsLessThanExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsLessThanOrEqualExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeLeastOfExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMaxExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMinExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMinusDateRepeatExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMinutesFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMonthsFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimePlusDateRepeatExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeSecondsFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeWeeksFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeYearsFromExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.IsLessThanExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringCurrentUserExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIfDBNullExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsGreaterThanExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsGreaterThanOrEqualExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsLessThanExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsLessThanOrEqualExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsLikeExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsNotExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringReplaceExpression
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameEnd
- getIncludesNull() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Sorted
- getIncludesNull() - Method in interface nz.co.gregs.dbvolution.results.ExpressionCanHaveNullValues
-
Returns TRUE if this expression requires support for possible NULL database values.
- getIndexClauseForCreateTable(PropertyWrapper<?, ?, ?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the CREATE INDEX clause for this database.
- getIndexClauseForCreateTable(PropertyWrapper<?, ?, ?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- getIndexClauseForCreateTable(PropertyWrapper<?, ?, ?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- getInnerBooleanArrayResult() - Method in class nz.co.gregs.dbvolution.expressions.BooleanArrayExpression
-
Return the BooleanArrayResult held internally in this class.
- getInnerExpression() - Method in class nz.co.gregs.dbvolution.expressions.SortProvider
- getInnerExpression() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable
- getInnerExpression() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Partitioned
- getInnerExpression() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Sorted
- getInnerExpression() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy
- getInnerExpression() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Sorted
- getInnerResult() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- getInputStream() - Method in class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.Returns the internal InputStream.
- getInputStream() - Method in class nz.co.gregs.dbvolution.datatypes.DBJavaObject
-
Returns the internal InputStream.
- getInputStream() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
-
Returns the internal InputStream.
- getInputStream() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeObject
-
Returns the internal InputStream.
- getInputStream() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
-
Returns the internal InputStream.
- getInsertCleanUp(DBRow) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getInsertCleanUp(DBRow) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- getInsertCleanUp(DBRow) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- getInsertPreparation(DBRow) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getInsertPreparation(DBRow) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- getInsertPreparation(DBRow) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- getInserts(DBRow...) - Static method in class nz.co.gregs.dbvolution.actions.DBInsert
-
Creates a DBActionList of inserts actions for the rows.
- getInstance() - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- getInstance() - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.InstanceCapableSettingsBuilder
- getInstance() - Static method in class nz.co.gregs.dbvolution.utility.comparators.PeriodComparator
- getInstance(DBDatabase) - Static method in class nz.co.gregs.dbvolution.DBQuery
-
Don't use this, it's for DBDatabase
- getInstance(DBDatabase, E) - Static method in class nz.co.gregs.dbvolution.DBTable
-
Factory method to create a DBTable.
- getInstance(DBDatabase, DBRow, DBRow...) - Static method in class nz.co.gregs.dbvolution.DBQuery
-
Don't use this, it's for DBDatabase
- getInstanceForName(String) - Method in class nz.co.gregs.dbvolution.generation.DataRepo
- getInstanceOfRow() - Method in class nz.co.gregs.dbvolution.columns.AbstractColumn
-
Returns a new version of the DBRow from which this column has been made.
- getInstanceOfRow() - Method in class nz.co.gregs.dbvolution.columns.AbstractQueryColumn
-
Returns a new version of the DBRow from which this column has been made.
- getInstantFormattedForQuery(Instant) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms the Date instance into a SQL snippet that can be used as a date in a query.
- getInstantPartsFormattedForQuery(String, String, String, String, String, String, String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms the specific parts of an instant from their SQL snippets into a SQL snippet that can be used as a instant in a query.
- getInstantPartsFormattedForQuery(String, String, String, String, String, String, String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- getInt(String, int) - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- getIntent() - Method in class nz.co.gregs.dbvolution.actions.DBAction
- getIntention() - Method in class nz.co.gregs.dbvolution.internal.query.StatementDetails
- getInterestingLargeObjects(DBRow) - Method in class nz.co.gregs.dbvolution.actions.DBInsertLargeObjects
-
Finds all the DBLargeObject fields that this action will need to update.
- getInterestingLargeObjects(DBRow) - Method in class nz.co.gregs.dbvolution.actions.DBUpdateLargeObjects
-
Finds all the DBLargeObject fields that this action will need to update.
- getInterfaceParameterValueBounds() - Method in class nz.co.gregs.dbvolution.internal.properties.InterfaceInfo
-
Gets the concrete parameter values as bounds.
- getInternalConnection() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- getInternalQueryableDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatypeSyncer
-
supplies the QDT used internally, that is the QDT the represents the database's view of the data.
- getInternalStatement() - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- getInternalStatement() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- getInternalStatement() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- getInternalStatement() - Method in class nz.co.gregs.dbvolution.databases.DBStatement
- getInternalTableName(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.ModeSimpleExpression
- getInternalTableName(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression.MedianExpression
- getInternalTableName(DBDatabase) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression.UniqueRankingExpression
- getInternalTableName(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.ModeStrictExpression
- getIsAutoIncrement() - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData.Column
- getJavaSource() - Method in class nz.co.gregs.dbvolution.generation.DBTableClass
- getJavaSource() - Method in class nz.co.gregs.dbvolution.generation.deprecated.DBTableClass
- getJdbcURL() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Returns the JDBC URL used by this instance, if one has been specified.
- getJdbcURL() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getJdbcURL() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Returns the JDBC URL used by this instance, if one has been specified.
- getJDBCURLPreamble() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractInformixSettingsBuilder
- getJDBCURLPreamble() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractJavaDBSettingsBuilder
- getJDBCURLPreamble() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMSSQLServerSettingsBuilder
- getJDBCURLPreamble() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMySQLSettingsBuilder
- getJDBCURLPreamble() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractOracleSettingsBuilder
- getJDBCURLPreamble() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- getJDBCURLPreamble() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.DBDatabaseClusterSettingsBuilder
- getJDBCURLPreamble() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MariaClusterDBSettingsBuilder
- getJDBCURLPreamble() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MariaDBSettingsBuilder
- getJDBCURLPreamble() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.NuoDBSettingsBuilder
- getJDBCURLPreamble() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.SQLiteSettingsBuilder
- getJDBCURLPreamble(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractH2SettingsBuilder
- getJDBCURLPreamble(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractInformixSettingsBuilder
- getJDBCURLPreamble(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractJavaDBSettingsBuilder
- getJDBCURLPreamble(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMSSQLServerSettingsBuilder
- getJDBCURLPreamble(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMySQLSettingsBuilder
- getJDBCURLPreamble(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractOracleSettingsBuilder
- getJDBCURLPreamble(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- getJDBCURLPreamble(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- getJDBCURLPreamble(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.DBDatabaseClusterSettingsBuilder
- getJDBCURLPreamble(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.H2MemorySettingsBuilder
- getJDBCURLPreamble(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.H2SharedSettingsBuilder
- getJDBCURLPreamble(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MariaClusterDBSettingsBuilder
- getJDBCURLPreamble(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MariaDBSettingsBuilder
- getJDBCURLPreamble(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MySQLMXJDBSettingsBuilder
- getJDBCURLPreamble(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.NuoDBSettingsBuilder
- getJDBCURLPreamble(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.SQLiteSettingsBuilder
- getJoinedTables() - Method in class nz.co.gregs.dbvolution.internal.query.QueryState
- getJungGraph() - Method in class nz.co.gregs.dbvolution.internal.querygraph.QueryGraph
-
Create a Jung graph of this QueryGraph for display purposes.
- getKeyToFollow() - Method in class nz.co.gregs.dbvolution.internal.query.RecursiveQueryDetails
- getKnownEntities() - Method in class nz.co.gregs.dbvolution.generation.deprecated.DataRepo
- getLabel() - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
-
A label for the database for reference within an application.
- getLabel() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
A label for the database for reference within an application.
- getLabel() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getLabel() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
A label for the database for reference within an application.
- getLabel() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- getLabel() - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.SettingsBuilder
- getLabel() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getLabel() - Method in class nz.co.gregs.dbvolution.internal.query.StatementDetails
- getLagFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getLargeObjects() - Method in class nz.co.gregs.dbvolution.DBRow
-
Returns all fields that represent BLOB columns such DBLargeObject or DBJavaObject.
- getLastException() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- getLastResult() - Method in class nz.co.gregs.dbvolution.utility.RegularProcess
- getLastRuntime() - Method in class nz.co.gregs.dbvolution.utility.RegularProcess
- getLastValueFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getLeadFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getLeastOfFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the name of the function that will choose the smallest value from a list of options.
- getLeastOfFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- getLikeableValue() - Method in class nz.co.gregs.dbvolution.operators.DBLikeOperator
- getLimitRowsSubClauseAfterWhereClause(QueryState, QueryOptions) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides an opportunity for the definition to insert a row limiting statement after the query for example MySQL/MariaDB use SELECT ...
- getLimitRowsSubClauseAfterWhereClause(QueryState, QueryOptions) - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- getLimitRowsSubClauseAfterWhereClause(QueryState, QueryOptions) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServer2012DBDefinition
- getLimitRowsSubClauseAfterWhereClause(QueryState, QueryOptions) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- getLimitRowsSubClauseAfterWhereClause(QueryState, QueryOptions) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- getLimitRowsSubClauseAfterWhereClause(QueryState, QueryOptions) - Method in class nz.co.gregs.dbvolution.databases.definitions.Oracle12DBDefinition
- getLimitRowsSubClauseAfterWhereClause(QueryState, QueryOptions) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWS11DBDefinition
- getLimitRowsSubClauseAfterWhereClause(QueryState, QueryOptions) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- getLimitRowsSubClauseDuringSelectClause(QueryOptions) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides an opportunity for the definition to insert a row limiting statement before the query.
- getLimitRowsSubClauseDuringSelectClause(QueryOptions) - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- getLimitRowsSubClauseDuringSelectClause(QueryOptions) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServer2012DBDefinition
- getLimitRowsSubClauseDuringSelectClause(QueryOptions) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- getLimitRowsSubClauseDuringSelectClause(QueryOptions) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWS11DBDefinition
- getLimitRowsSubClauseDuringSelectClause(QueryOptions) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- getLiteralValue() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Support DBvolution at Patreon
- GETLNSEGMENT2DATINDEX - nz.co.gregs.dbvolution.internal.oracle.xe.Line2DFunctions
- getLocalDateFormattedForQuery(LocalDate) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms the Date instance into a SQL snippet that can be used as a date in a query.
- getLocalDatePartsFormattedForQuery(String, String, String, String, String, String, String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms the specific parts of a date from their SQL snippets into a SQL snippet that can be used as a date in a query.
- getLocalDatePartsFormattedForQuery(String, String, String, String, String, String, String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- getLocalDatePartsFormattedForQuery(String, String, String, String, String, String, String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- getLocalDateTimeFormattedForQuery(LocalDateTime) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms the Date instance into a SQL snippet that can be used as a date in a query.
- getLocalDateTimeOffsetHours() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getLocalDateTimeOffsetMinutes() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getLogBase10FunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return the function name for the Logarithm Base10 function.
- getLogBase10FunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
-
Return the function name for the Logarithm Base10 function.
- getLogBase10FunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
-
Return the function name for the Logarithm Base10 function.
- getLogBase10FunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
-
Return the function name for the Logarithm Base10 function.
- getLong(String, long) - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- getLowerBound() - Method in class nz.co.gregs.dbvolution.DBExtractor
-
Support DBvolution at Patreon
- getLowercaseFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the function name of the function used to change the case of all the letters in the value to lower case.
- getLowLevelStatement() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- getLowLevelStatement() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- getMap() - Method in class nz.co.gregs.dbvolution.DBMigrationValidation.Result
-
All the details of the results
- getMap() - Method in class nz.co.gregs.dbvolution.DBValidation.Result
-
All the details of the results
- getMapper() - Method in class nz.co.gregs.dbvolution.DBMigration
- getMaxBound() - Method in class nz.co.gregs.dbvolution.DBExtractor
-
Support DBvolution at Patreon
- getMaxBoundIncrease() - Method in class nz.co.gregs.dbvolution.DBExtractor
-
Support DBvolution at Patreon
- getMaxFieldSize() - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Retrieves the maximum number of bytes that can be returned for character and binary column values in a ResultSet object produced by this Statement object.
- getMaxFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the function of the function that provides the maximum value in a selection.
- getMaximumDepth() - Method in class nz.co.gregs.dbvolution.internal.query.RecursiveQueryDetails
- getMaxRows() - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Retrieves the maximum number of rows that a ResultSet object produced by this Statement object can contain.
- GETMAXX_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Line2DFunctions
- GETMAXX_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.LineSegment2DFunctions
- GETMAXX_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.MultiPoint2DFunctions
- GETMAXY_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Line2DFunctions
- GETMAXY_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.LineSegment2DFunctions
- GETMAXY_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.MultiPoint2DFunctions
- getMetaData() - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- getMetaData() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- getMetaData() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- getMillisecondPart(String) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DateRepeatImpl
- getMinFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the function of the function that provides the minimum value in a selection.
- GetMinute() - Constructor for class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.GetMinute
-
Implements DateRepeat GETMINUTE for SQLite
- getMinutePart(String) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DateRepeatImpl
- getMinutePart(String) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DurationImpl
- getMinutes() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Returns the MINUTES part of this DateRepeat value.
- getMinutes() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Returns the MINUTES part of this DateRepeat value.
- GETMINX_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Line2DFunctions
- GETMINX_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.LineSegment2DFunctions
- GETMINX_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.MultiPoint2DFunctions
- GETMINY_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Line2DFunctions
- GETMINY_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.LineSegment2DFunctions
- GETMINY_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.MultiPoint2DFunctions
- GetMonth() - Constructor for class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.GetMonth
-
Implements DateRepeat GETMONTH for SQLite
- getMonthPart(String) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DateRepeatImpl
- getMonths() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Returns the MONTHS part of this DateRepeat value.
- getMoreResults() - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Moves to this Statement object's next result, returns true if it is a ResultSet object, and implicitly closes any current ResultSet object(s) obtained with the method getResultSet.
- getMoreResults() - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- getMoreResults(int) - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Moves to this Statement object's next result, deals with any current ResultSet object(s) according to the instructions specified by the given flag, and returns true if the next result is a ResultSet object.
- getMoreResults(int) - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- getName() - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData.ForeignKey
- getName() - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData.PrimaryKey
- getNanoPart(String) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DurationImpl
- getNaturalLogFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return the function name for the Natural Logarithm function.
- getNaturalLogFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
-
Return the function name for the Natural Logarithm function.
- getNaturalLogFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
-
Return the function name for the Natural Logarithm function.
- getNaturalLogFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
-
Return the function name for the Natural Logarithm function.
- getNegationFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the function name of the function that negates boolean values.
- getNetworkTimeout() - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- getNetworkTimeout() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- getNetworkTimeout() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- getNextRuntime() - Method in class nz.co.gregs.dbvolution.utility.RegularProcess
- getNextSequenceValueFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the function name of the function used to return the next value of a sequence.
- getNonPrimaryKeyNonDynamicPropertyWrappers() - Method in class nz.co.gregs.dbvolution.DBRow
- getNonPrimaryKeyPropertyWrappers() - Method in class nz.co.gregs.dbvolution.DBRow
- getNotEqualsComparator() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
The NOT EQUALS operator for this database.
- getNotEqualsComparator() - Method in class nz.co.gregs.dbvolution.databases.definitions.MariaDBDefinition
- getNotEqualsComparator() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- getNotEqualsComparator() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- getNotFoundRows() - Method in class nz.co.gregs.dbvolution.DBTable.DifferingRows
- getNthValueFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getNTilesFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getNull() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
An SQL snippet that represents NULL for this database.
- getNullsAnyOrder() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getNullsFirst() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getNullsLast() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getNullsOrderingSimulatedSQLForNullsFirst(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.SortProvider.NullsOrderer
- getNullsOrderingSimulatedSQLForNullsLast(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.SortProvider.NullsOrderer
- getNullsOrderingStandardSQL(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.SortProvider.NullsLast
- getNullsOrderingStandardSQL(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.SortProvider.NullsOrderer
- GETNUMBEROFPOINTS_FUNCTION - nz.co.gregs.dbvolution.internal.h2.MultiPoint2DFunctions
- GETNUMBEROFPOINTS_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.MultiPoint2DFunctions
- getNumericPrecision() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getNumericPrecision() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServer2012DBDefinition
- getNumericPrecision() - Static method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
The number of integer digits supported by DBNumber.
- getNumericScale() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getNumericScale() - Static method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
The number of decimal places supported by DBNumber.
- getObjectTypes() - Method in class nz.co.gregs.dbvolution.databases.metadata.Options
- getOffset() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameEnd
- getOnlyInstanceOf(R) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Returns all the known instances of the exemplar.
- getOnlyRow() - Method in class nz.co.gregs.dbvolution.DBTable
-
Returns the first row and only row of the table.
- getOnlyRowByExample(E) - Method in class nz.co.gregs.dbvolution.DBTable
-
Sets the exemplar to the given example and retrieves the only appropriate record.
- getOperator() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Support DBvolution at Patreon
- getOptionalConditions() - Method in class nz.co.gregs.dbvolution.internal.query.QueryState
-
Returns all the current conditions that pertain to options tables.
- getOptionalQueryTables() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getOptionalTables() - Method in class nz.co.gregs.dbvolution.DBMigration
- getOptionalTables() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Return a list of all the optional tables used in this query.
- getOptions() - Method in class nz.co.gregs.dbvolution.databases.metadata.DBDatabaseMetaData
- getOptions() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getOracleCompatibleVersion() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getOrderByAscending() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getOrderByAscending() - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- getOrderByAscending() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- getOrderByAscending() - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- getOrderByDescending() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getOrderByDescending() - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- getOrderByDescending() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- getOrderByDescending() - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- getOrderByDirectionClause(Boolean) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the appropriate ascending or descending keyword for this database given the sort order.
- getOrderByDirectionClause(SortProvider.Ordering) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the appropriate ascending or descending keyword for this database given the sort order.
- getOrdering() - Method in class nz.co.gregs.dbvolution.expressions.SortProvider
- getOriginalQuery() - Method in class nz.co.gregs.dbvolution.internal.query.RecursiveQueryDetails
- getOrSetExistingInstanceForRow(DBDefinition, DBRow, Map<String, DBRow>) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
-
Retrieves or sets the existing instance of the DBRow provided.
- getPackageName() - Method in class nz.co.gregs.dbvolution.databases.metadata.DBDatabaseMetaData
- getPackageName() - Method in class nz.co.gregs.dbvolution.databases.metadata.Options
- getPackageName() - Method in class nz.co.gregs.dbvolution.generation.DataRepo
- getPackageName() - Method in class nz.co.gregs.dbvolution.generation.DBTableClass
- getPackageName() - Method in class nz.co.gregs.dbvolution.generation.deprecated.DataRepo
- getPackageName() - Method in class nz.co.gregs.dbvolution.generation.deprecated.DBTableClass
- getPage(Integer) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Retrieves that DBQueryRows for the page supplied.
- getPage(Integer) - Method in class nz.co.gregs.dbvolution.DBTable
-
Retrieves that DBRows for the page supplied.
- getPageIndex() - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
-
Defines which page of results the query is to retrieve.
- getParameterBounds(Class<?>) - Static method in class nz.co.gregs.dbvolution.internal.properties.InterfaceInfo
-
Convenience method for getting default parameter bounds for each parameter of the given class.
- getParameterBounds(Class<?>, Class<?>) - Static method in class nz.co.gregs.dbvolution.internal.properties.InterfaceInfo
-
Resolves the most concrete known type arguments against the given interface class, as specified an the implementation class, or one of its ancestors (supertype or interfaces).
- getParameterBounds(Class<?>, Class<?>, InterfaceInfo.ParameterBounds[]) - Static method in class nz.co.gregs.dbvolution.internal.properties.InterfaceInfo
-
Resolves the most concrete known type arguments against the given interface class, as specified an the implementation class, or one of its ancestors (supertype or interfaces).
- getParent() - Method in class nz.co.gregs.dbvolution.query.TreeNode
-
Retrieves the node that is the parent of this node.
- getParseDurationPartOffset() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getParseDurationPartOffset() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- getParseDurationPartOffset() - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- getPartitionExpressions() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Partitioned
- getPassword() - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- getPassword() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Returns the password specified.
- getPassword() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getPassword() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Returns the password specified.
- getPassword() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- getPassword() - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.SettingsBuilder
- getPathsToRoot() - Method in class nz.co.gregs.dbvolution.DBRecursiveQuery
-
Creates a List of paths (actually non-branching trees) from the rows returned by this query to a root node of the example table by repeatedly following the recursive foreign key provided.
- getPausedDatabase() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- getPausedDatabase(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- getPercentRankFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getPkRecog() - Method in class nz.co.gregs.dbvolution.databases.metadata.Options
- GETPOINTATINDEX - nz.co.gregs.dbvolution.internal.oracle.xe.GeometryFunctions
- GETPOINTATINDEX - nz.co.gregs.dbvolution.internal.oracle.xe.Line2DFunctions
- GETPOINTATINDEX - nz.co.gregs.dbvolution.internal.oracle.xe.MultiPoint2DFunctions
- GETPOINTATINDEX_FUNCTION - nz.co.gregs.dbvolution.internal.h2.MultiPoint2DFunctions
- GETPOINTATINDEX_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.MultiPoint2DFunctions
- getPointAtIndexZeroBased(long) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
-
Create a point2d value that represents the point at the given index.
- getPointAtIndexZeroBased(Number) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
-
Create a point2d value that represents the point at the given index.
- getPointAtIndexZeroBased(NumberExpression) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
-
Create a point2d value that represents the point at the given index.
- GETPOINTFROMORDARRAY - nz.co.gregs.dbvolution.internal.oracle.xe.Line2DFunctions
- getPort() - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- getPort() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- getPort() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getPort() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- getPort() - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.RemoteCapableSettingsBuilder
- getPreparedVariableSymbol() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
The place holder for variables inserted into a prepared statement, usually " ? "
- getPreventAccidentalDroppingOfDatabases() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- getPreventAccidentalDroppingOfTables() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- getPreviousSQLValue(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Returns the previous value of this field as an SQL formatted String.
- getPreviousValue() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Gets the previous literal value of this queryable data type.
- getPreviousValueAsQDT() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Used internally.
- getPrimaryKeyColumnName() - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData.ForeignKey
- getPrimaryKeyColumnNames() - Method in class nz.co.gregs.dbvolution.DBRow
-
Finds the Primary Key, if there is one, and returns its column name
- getPrimaryKeyExample(R) - Static method in class nz.co.gregs.dbvolution.DBRow
-
Returns a new example of the sourceRow with only the primary key set for use in a query.
- getPrimaryKeyFieldName() - Method in class nz.co.gregs.dbvolution.DBRow
-
Finds the Primary Key, if there is one, and returns the name of the field.
- getPrimaryKeyIndexes() - Method in class nz.co.gregs.dbvolution.DBRow
-
Returns the field index of the Primary Key of This DBRow
- getPrimaryKeyPropertyDefinitions() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionClassWrapper
-
Gets all primary key properties.
- getPrimaryKeyPropertyWrappers() - Method in class nz.co.gregs.dbvolution.DBRow
-
Returns the PropertyWrapper for the DBRow's primary key.
- getPrimaryKeys() - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData
- getPrimaryKeys() - Method in class nz.co.gregs.dbvolution.DBRow
-
Returns the QueryableDatatype instance of the Primary Key of This DBRow
- getPrimaryKeysAsArray() - Method in class nz.co.gregs.dbvolution.DBRow
-
Returns the QueryableDatatype instance of the Primary Key of This DBRow, as an array in case there a
- getPrimaryKeysAsColumns() - Method in class nz.co.gregs.dbvolution.DBRow
-
Returns the column instance of the Primary Key of This DBRow
- getPrimaryKeysAsLong() - Method in class nz.co.gregs.dbvolution.DBTable
-
Retrieves the rows for this table and returns the primary keys of the rows as Longs.
- getPrimaryKeysAsString() - Method in class nz.co.gregs.dbvolution.DBTable
-
Retrieves the rows for this table and returns the primary keys of the rows as Strings.
- getPrimaryKeySequenceName(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the name that DBvolution will use for the sequence of a trigger-based auto-increment implementation.
- getPrimaryKeySequenceName(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- getPrimaryKeysPropertyWrappers() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionInstanceWrapper
-
Gets the property that is the primary key, if one is marked.
- getPrimaryKeySQL(DBDatabase, DBRow) - Method in class nz.co.gregs.dbvolution.actions.DBAction
-
Returns a string that can be used in the WHERE clause to identify the rows affected by this DBAction.
- getPrimaryKeySQL(DBDatabase, DBRow) - Method in class nz.co.gregs.dbvolution.actions.DBInsert
- getPrimaryKeySQL(DBDatabase, DBRow) - Method in class nz.co.gregs.dbvolution.actions.DBInsertLargeObjects
- getPrimaryKeyTableName() - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData.ForeignKey
- getPrimaryKeyTriggerName(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the name that DBvolution will use for the trigger of a trigger-based auto-increment implementation.
- getPrimaryKeyTriggerName(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- getPrintSQLBeforeExecuting() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- getPrintSQLBeforeExecuting() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getPrintSQLBeforeExecuting() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- getPrintSQLBeforeExecution() - Method in class nz.co.gregs.dbvolution.DBQuery
- getPrintSQLBeforeExecution() - Method in class nz.co.gregs.dbvolution.DBTable
- getPrintSQLBeforeExecution() - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- getPropertyByColumn(DBDatabase, String) - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionInstanceWrapper
-
Gets the property associated with the given column.
- getPropertyByName(String) - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionInstanceWrapper
-
Gets the property by its java field name.
- getPropertyDefinitionByColumn(DBDatabase, String) - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionClassWrapper
-
Gets the property associated with the given column.
- getPropertyDefinitionByName(String) - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionClassWrapper
-
Gets the property by its java property name.
- getPropertyName(String) - Method in interface nz.co.gregs.dbvolution.reflection.EncodingInterpreter
-
From the entire parameter string separate out the name of the DBRow's property that needs to be set.
- getPropertyValue(String) - Method in interface nz.co.gregs.dbvolution.reflection.EncodingInterpreter
-
From the entire parameter string separate out the value that needs to be set.
- getPropertyWrapper() - Method in class nz.co.gregs.dbvolution.columns.AbstractColumn
-
Support DBvolution at Patreon
- getPropertyWrapper() - Method in class nz.co.gregs.dbvolution.columns.AbstractQueryColumn
-
Support DBvolution at Patreon
- getPropertyWrapper() - Method in class nz.co.gregs.dbvolution.expressions.SortProvider.Column
- getPropertyWrapperDefinition() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Used internally.
- getPropertyWrapperDefinition() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Gets the definition of the property, independent of any DBRow instance.
- getPropertyWrapperOf(Object) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Gets a wrapper for the underlying property (field or method) given the property's object reference.
- getPropertyWrapperOf(Q) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Gets a wrapper for the underlying property (field or method) given the property's object reference.
- getProtocol() - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- getQdtClass() - Method in enum nz.co.gregs.dbvolution.internal.sqlite.DataTypes
- getQDTClassOfSQLType(DBDatabase, String, int, int, Boolean) - Static method in class nz.co.gregs.dbvolution.generation.Utility
-
Returns a string of the appropriate QueryableDatatype for the specified SQLType
- getQuarantinedDatabases() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- getQuery() - Method in class nz.co.gregs.dbvolution.columns.AbstractQueryColumn
-
Support DBvolution at Patreon
- getQuery(DBDatabase, int, int) - Method in class nz.co.gregs.dbvolution.DBExtractor
-
Using the database and bounds provided, construct the required query.
- getQueryableDatatype() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Gets the DBvolution-centric value of the property.
- getQueryableDatatype(RowDefinition) - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Gets the DBvolution-centric value of the property.The value returned may have undergone type conversion from the target object's actual property type, if a type adaptor is present.
- getQueryableDatatypeClassForSQLDatatype(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the
QueryableDatatype
class to be used with the named database specific datatype. - getQueryableDatatypeClassForSQLDatatype(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- getQueryableDatatypeClassForSQLDatatype(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- getQueryableDatatypeClassForSQLDatatype(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.columns.AbstractColumn
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.columns.AbstractQueryColumn
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.columns.QueryColumn
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBBooleanArray
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBJavaObject
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumberStatistics
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBStatistics
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBString
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBUnknownDatatype
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.BooleanArrayExpression
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.ByteArrayExpression
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.CaseExpression.WhenExpression
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateOnlyCurrentDateExpression
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
- getQueryableDatatypeForExpressionValue() - Method in interface nz.co.gregs.dbvolution.expressions.DBExpression
-
Provides a blank instance of the
QueryableDatatype
used by this expression. - getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.DBUnaryFunction
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.CurrentInstantDateOnlyExpression
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.JavaObjectExpression
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.LargeBinaryExpression
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.LargeTextExpression
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.CurrentLocalDateLocalDateTimeExpression
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.SortProvider
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.DBBinaryStringFunction
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringAggregateExpression
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.UntypedExpression
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.UUIDExpression
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameEnd
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameStart
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameType
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Partitioned
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Sorted
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Partitioned
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Sorted
- getQueryableDatatypeForExpressionValue() - Method in class nz.co.gregs.dbvolution.internal.query.RecursiveQueryDepthIncreaseExpression
- getQueryableDatatypeForObject(S) - Static method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Returns an appropriate QueryableDatatype for the provided object.
- getQueryableDatatypeInstance(Class<T>) - Static method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Factory method that creates a new QDT instance with the same class as the provided example.
- getQueryableDatatypeInstance(T) - Static method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Factory method that creates a new QDT instance with the same class as the provided example.
- getQueryColumn() - Method in class nz.co.gregs.dbvolution.expressions.SortProvider
- getQueryDatabase() - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- getQueryDefinition() - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- getQueryDetails() - Method in class nz.co.gregs.dbvolution.DBQuery
- getQueryLabel() - Method in class nz.co.gregs.dbvolution.DBQuery
- getQueryLabel() - Method in class nz.co.gregs.dbvolution.DBTable
- getQueryLabel() - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- getQueryTimeout() - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Retrieves the number of seconds the driver will wait for a Statement object to execute.
- getQueryType() - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- getQuietExceptionsPreference() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- getQuietExceptionsPreference() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getQuietExceptionsPreference() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- getRankFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getRankingExpression() - Method in interface nz.co.gregs.dbvolution.expressions.search.HasRankingExpression
- getRankingExpression() - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAcross
- getRankingExpression() - Method in class nz.co.gregs.dbvolution.expressions.search.SearchString
-
Standardised searching using string terms and expression aliases.
- getRankingExpression(ExpressionAlias) - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAbstract
- getRankingExpressionForTerm(StringExpression, SearchAbstract.Term, String) - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAbstract
- getRawJavaType() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Gets the declared type of the property in the end-user's target object, prior to type conversion to the DBvolution-centric type.
- getRawJavaType() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Gets the declared type of the property in the end-user's target object, prior to type conversion to the DBvolution-centric type.
- getRawJavaTypeInstance() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
- getRawSQL() - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- getRawSQLClause() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getReadyDatabase() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
-
Returns a single random database that is ready for queries
- getReadyDatabase() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- getReadyDatabases() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- getRecursiveForeignKeyColumns() - Method in class nz.co.gregs.dbvolution.DBRow
-
Provides DBExpressions representing the FK relationship between this DBRow and the target specified.
- getRecursiveForeignKeyExpressions() - Method in class nz.co.gregs.dbvolution.DBRow
-
Provides DBExpressions representing the FK relationship between this DBRow and the target specified.
- getRecursiveForeignKeyPropertyDefinitions() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionClassWrapper
-
Gets all recursive foreign key properties.
- getRecursiveForeignKeyPropertyWrapperDefinitions() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionInstanceWrapper
-
Gets all foreign key properties as property definitions.
- getRecursiveForeignKeyPropertyWrappers() - Method in class nz.co.gregs.dbvolution.DBRow
- getRecursiveForeignKeyPropertyWrappers() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionInstanceWrapper
-
Gets all foreign key properties.
- getRecursiveForeignKeys() - Method in class nz.co.gregs.dbvolution.DBRow
-
Finds all fields is this object that are foreign keys to the table represented by the supplied DBRow.
- getRecursiveQueryDepthColumnName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return the default name for the depth column generated during a
DBRecursiveQuery
. - getRecursiveQueryDirection() - Method in class nz.co.gregs.dbvolution.internal.query.RecursiveQueryDetails
- getRecursiveTableAlias() - Method in class nz.co.gregs.dbvolution.DBRow
-
Returns the alias to be used if this DBRow is being used in a recursive query.
- getReferencedBaseTables() - Method in class nz.co.gregs.dbvolution.DBRow
-
Returns all the DBRow subclasses referenced by this class with foreign keys
- getReferencedColumn(String, String) - Method in class nz.co.gregs.dbvolution.databases.metadata.ForeignKeyRecognisor
-
Default implementation, returns NULL.
- getReferencedColumn(String, String) - Method in class nz.co.gregs.dbvolution.generation.deprecated.ForeignKeyRecognisor
-
Default implementation, returns NULL.
- getReferencedColumn(String, String) - Method in class nz.co.gregs.dbvolution.generation.FKBasedFKRecognisor
-
Converts the foreign key to the referenced column name.
- getReferencedTable() - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData.Column
- getReferencedTable(String, String) - Method in class nz.co.gregs.dbvolution.databases.metadata.ForeignKeyRecognisor
-
Default implementation, returns NULL.
- getReferencedTable(String, String) - Method in class nz.co.gregs.dbvolution.generation.deprecated.ForeignKeyRecognisor
-
Default implementation, returns NULL.
- getReferencedTable(String, String) - Method in class nz.co.gregs.dbvolution.generation.FKBasedFKRecognisor
-
Converts the column name into the name of the referenced table.
- getReferencedTables() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Returns all the DBRow subclasses referenced by the DBrows within this query with foreign keys
- getReferencedTables() - Method in class nz.co.gregs.dbvolution.DBRow
-
Returns all the DBRow subclasses referenced by this class with foreign keys
- getRegularProcessors() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- getRegularThreadPool() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- getRelatedBaseTables() - Method in class nz.co.gregs.dbvolution.DBRow
-
Creates a set of all DBRow subclasses that reference this class with foreign keys.
- getRelatedInstancesFromQuery(DBQueryable, R) - Method in class nz.co.gregs.dbvolution.DBRow
-
Finds all instances of
example
that share aDBQueryRow
with this instance. - getRelatedInstancesFromQuery(DBRow, R) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
-
Finds all instances of
example
that share aDBQueryRow
with this instance. - getRelatedTables() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Creates a list of all DBRow subclasses that reference the DBRows within this query with foreign keys.
- getRelatedTables() - Method in class nz.co.gregs.dbvolution.DBRow
-
Creates a set of all DBRow subclasses that reference this class with foreign keys.
- getRelationshipsAsBooleanExpressions(DBRow) - Method in class nz.co.gregs.dbvolution.DBRow
-
List the foreign keys and ad-hoc relationships from this instance to the supplied example as DBRelationships
- getRemainingExpressions() - Method in class nz.co.gregs.dbvolution.internal.query.QueryState
- getRemarks() - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData.Column
- getRequiredAndTrackedTables() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- getRequiredConditions() - Method in class nz.co.gregs.dbvolution.internal.query.QueryState
-
Returns all the current conditions that pertain to required tables.
- getRequiredExpression() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Sorted
- getRequiredExpression() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionInterface.WindowEnd
- getRequiredExpression() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionRequiresOrderByInterface.WindowEnd
- getRequiredExpressionClass() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameStart
- getRequiredExpressionClass() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameType
- getRequiredExpressionClass() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable
- getRequiredExpressionClass() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Partitioned
- getRequiredExpressionClass() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Sorted
- getRequiredExpressionClass() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy
- getRequiredExpressionClass() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Partitioned
- getRequiredExpressionClass() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Sorted
- getRequiredExpressionClass() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface
- getRequiredExpressionClass() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.WindowPart
- getRequiredExpressionClass() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionInterface
- getRequiredExpressionClass() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionInterface.WindowPart
- getRequiredExpressionClass() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionRequiresOrderByInterface
- getRequiredExpressionClass() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionRequiresOrderByInterface.WindowPart
- getRequiredQueryTables() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getRequiredTables() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Return a list of all the required tables used in this query.
- getRequiredTables() - Static method in class nz.co.gregs.dbvolution.reflection.DataModel
-
Find all DBRow subclasses on the current classpath.
- getRequireEmptyStringForNullString() - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- getResults() - Method in class nz.co.gregs.dbvolution.databases.IncompleteTransaction
- getResults() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getResultSet() - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Retrieves the current result as a ResultSet object.
- getResultSet() - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- getResultSetConcurrency() - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Retrieves the result set concurrency for ResultSet objects generated by this Statement object.
- getResultSetConcurrency() - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- getResultSetForSQL(DBStatement, StatementDetails, String) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
-
Executes the query using the statement provided and returns the ResultSet
- getResultSetHoldability() - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Retrieves the result set holdability for ResultSet objects generated by this Statement object.
- getResultSetType() - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Retrieves the result set type for ResultSet objects generated by this Statement object.
- getResultSetType() - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- getResultsPageIndex() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getResultsRowLimit() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getRetrieveLastInsertedRowSQL() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the SQL required to retrieve that last inserted row if
DBDefinition.supportsRetrievingLastInsertedRowViaSQL()
returns TRUE. - getRetrieveLastInsertedRowSQL() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- getReturnColumns() - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Returns a list of the columns that are set to be return during a query.
- getReturnEmptyStringForNullString() - Method in interface nz.co.gregs.dbvolution.actions.DBQueryable
- getReturnEmptyStringForNullString() - Method in class nz.co.gregs.dbvolution.DBQuery
- getReturnEmptyStringForNullString() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getRevertActionList() - Method in class nz.co.gregs.dbvolution.actions.DBActionList
-
Provides a list of
DBActions
intended to revert changed rows to their previous state. - getRevertDBActionList() - Method in class nz.co.gregs.dbvolution.actions.DBAction
-
Returns a DBActionList containing the changes required to revert the DBAction.
- getRevertDBActionList() - Method in class nz.co.gregs.dbvolution.actions.DBAddMissingColumnsToTable
- getRevertDBActionList() - Method in class nz.co.gregs.dbvolution.actions.DBAlterTableAddColumnIfNeeded
- getRevertDBActionList() - Method in class nz.co.gregs.dbvolution.actions.DBBulkInsert
- getRevertDBActionList() - Method in class nz.co.gregs.dbvolution.actions.DBCreateDatabase
- getRevertDBActionList() - Method in class nz.co.gregs.dbvolution.actions.DBCreateForeignKeys
- getRevertDBActionList() - Method in class nz.co.gregs.dbvolution.actions.DBCreateIndexesOnAllFields
- getRevertDBActionList() - Method in class nz.co.gregs.dbvolution.actions.DBCreateTable
- getRevertDBActionList() - Method in class nz.co.gregs.dbvolution.actions.DBDeleteAll
- getRevertDBActionList() - Method in class nz.co.gregs.dbvolution.actions.DBDeleteByExample
- getRevertDBActionList() - Method in class nz.co.gregs.dbvolution.actions.DBDeleteByPrimaryKey
- getRevertDBActionList() - Method in class nz.co.gregs.dbvolution.actions.DBDeleteUsingAllColumns
- getRevertDBActionList() - Method in class nz.co.gregs.dbvolution.actions.DBDropDatabase
- getRevertDBActionList() - Method in class nz.co.gregs.dbvolution.actions.DBDropForeignKeys
- getRevertDBActionList() - Method in class nz.co.gregs.dbvolution.actions.DBDropTable
- getRevertDBActionList() - Method in class nz.co.gregs.dbvolution.actions.DBInsert
- getRevertDBActionList() - Method in class nz.co.gregs.dbvolution.actions.DBMigrationAction
- getRevertDBActionList() - Method in class nz.co.gregs.dbvolution.actions.DBQueryInsertAction
- getRevertDBActionList() - Method in class nz.co.gregs.dbvolution.actions.DBUpdateForcedOnSimpleTypesUsingPrimaryKey
- getRevertDBActionList() - Method in class nz.co.gregs.dbvolution.actions.DBUpdateLargeObjects
- getRevertDBActionList() - Method in class nz.co.gregs.dbvolution.actions.DBUpdateSimpleTypes
- getRightTrimFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the function name of the function used to remove all the spaces padding the end of the value.
- getRoundUpFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return the function name for the RoundUp function.
- getRoundUpFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
-
Return the function name for the RoundUp function.
- getRoundUpFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
-
Return the function name for the RoundUp function.
- getRow() - Method in class nz.co.gregs.dbvolution.actions.DBAction
-
Returns a copy of the row supplied during creation.
- getRow() - Method in class nz.co.gregs.dbvolution.actions.DBBulkInsert
- getRow() - Method in class nz.co.gregs.dbvolution.actions.DBInsert
-
Returns a copy of the row supplied during creation.
- getRowCount() - Method in class nz.co.gregs.dbvolution.DBExtractor
-
Return the number of rows found by this iteration of the extraction.
- getRowDefinition() - Method in class nz.co.gregs.dbvolution.columns.AbstractColumn
-
Support DBvolution at Patreon
- getRowDefinitionClassWrapper() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Gets the wrapper for the RowDefinition (DBRow or DBReport) subclass containing this property.
- getRowDefinitionInstanceWrapper() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Gets the wrapper for the DBRow instance containing this property.
- getRowEnd(String) - Method in class nz.co.gregs.dbvolution.OutputFormat.HTMLTable
- getRowFieldBetween() - Method in class nz.co.gregs.dbvolution.OutputFormat.HTMLTable
- getRowFieldPrefix(String) - Method in class nz.co.gregs.dbvolution.OutputFormat.HTMLTable
- getRowFieldSuffix(String) - Method in class nz.co.gregs.dbvolution.OutputFormat.HTMLTable
- getRowLimit() - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
-
Returns the current row limit.
- getRowNumberFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getRows() - Method in class nz.co.gregs.dbvolution.generation.DataRepo
- getRows() - Method in class nz.co.gregs.dbvolution.generation.deprecated.DataRepo
- getRows(A, DBRow...) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Get The Rows For The Supplied DBReport Constrained By The Examples.
- getRows(A, DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getRows(DBDatabase, A, DBRow...) - Static method in class nz.co.gregs.dbvolution.DBReport
-
Gets all the report rows of the supplied DBReport limited by the supplied example rows.
- getRows(DBDatabase, DBRow...) - Method in class nz.co.gregs.dbvolution.DBQueryInsert
-
Gets all the report rows of the supplied DBReport limited by the supplied example rows.
- getRows(DBRow...) - Method in class nz.co.gregs.dbvolution.DBMigration
-
Gets all the report rows of the migration limited by the supplied example rows.
- getRowsByExample(E) - Method in class nz.co.gregs.dbvolution.DBTable
-
Sets the example and retrieves all the appropriate records.
- getRowsByExample(E, long) - Method in class nz.co.gregs.dbvolution.DBTable
-
This method retrieves all the appropriate records, and throws an exception if the number of records differs from the required number.
- getRowsByPrimaryKey(Number) - Method in class nz.co.gregs.dbvolution.DBTable
-
Retrieves the row (or rows in a bad database) that has the specified primary key.
- getRowsByPrimaryKey(String) - Method in class nz.co.gregs.dbvolution.DBTable
-
Retrieves the row (or rows in a bad database) that has the specified primary key.
- getRowsByPrimaryKey(Date) - Method in class nz.co.gregs.dbvolution.DBTable
-
Retrieves the row (or rows in a bad database) that has the specified primary key.
- getRowsForPage(Integer) - Method in class nz.co.gregs.dbvolution.DBTable
-
Retrieves that DBRows for the page supplied.
- getRowsHaving(DBDatabase, A, DBRow[], BooleanExpression...) - Static method in class nz.co.gregs.dbvolution.DBReport
-
Gets all the report rows of the supplied DBReport limited by the supplied example rows but reduce the result to only those that match the conditions.
- getRowsHaving(DBDatabase, DBRow[], BooleanExpression...) - Method in class nz.co.gregs.dbvolution.DBQueryInsert
-
Gets all the report rows of the supplied DBReport limited by the supplied example rows but reduce the result to only those that match the conditions.
- getRowsHaving(DBRow[], BooleanExpression...) - Method in class nz.co.gregs.dbvolution.DBMigration
-
Gets all the report rows of this DBMigration limited by the supplied example rows but reduce the result to only those that match the conditions.
- getRowStart(String) - Method in class nz.co.gregs.dbvolution.OutputFormat.HTMLTable
- getSavedTrackedTables() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- getSchema() - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- getSchema() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- getSchema() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- getSchema() - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- getSchema() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- getSchema() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getSchema() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- getSchema() - Method in class nz.co.gregs.dbvolution.databases.metadata.DBDatabaseMetaData
- getSchema() - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData.Column
- getSchema() - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData
- getSchema() - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData.PrimaryKey
- getSchema() - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.SchemaCapableSettingsBuilder
- getSchemaAndTableSeparator() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getSchemaName() - Method in class nz.co.gregs.dbvolution.DBRow
-
Returns the schema defined for this DBRow in the DBTableName annotation, if there is one.
- getSearchString() - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAbstract
- getSearchTerms() - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAbstract
- getSecond() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.DBBinaryStringFunction
-
Support DBvolution at Patreon
- GetSecond() - Constructor for class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.GetSecond
-
Implements DateRepeat GETSECOND for SQLite
- getSecondPart(String) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DateRepeatImpl
- getSecondPart(String) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DurationImpl
- getSeconds() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Returns the SECONDS part of this DateRepeat value.
- getSeconds() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Returns the SECONDS part of this DateRepeat value.
- getSecondValue() - Method in class nz.co.gregs.dbvolution.operators.DBOperator
-
Support DBvolution at Patreon
- getSelectableName() - Method in class nz.co.gregs.dbvolution.internal.properties.ColumnAspects
- getSelectedProperties() - Method in class nz.co.gregs.dbvolution.DBRow
- getSelectQuery() - Method in class nz.co.gregs.dbvolution.DBRow
- getSelectSQLClause() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
-
Get the SELECT clause used during the query.
- getSequenceUpdateSQL(String, String, long) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getSequenceUpdateSQL(String, String, long) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- getSequenceUpdateSQL(String, String, long) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- getSetClause(DBDatabase, DBRow) - Method in class nz.co.gregs.dbvolution.actions.DBUpdateForcedOnSimpleTypesUsingPrimaryKey
-
Creates the required SET clause of the UPDATE statement.
- getSetClause(DBDatabase, DBRow) - Method in class nz.co.gregs.dbvolution.actions.DBUpdateSimpleTypes
-
Creates the required SET clause of the UPDATE statement.
- getSetClause(DBDatabase, DBRow) - Method in class nz.co.gregs.dbvolution.actions.DBUpdateToPreviousValues
-
Creates the required SET clause of the UPDATE statement.
- getSettings() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- getSettings() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getSettings() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- getSettingsFromJDBCURL(String) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- getSettingsFromJDBCURL(String) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getSettingsFromJDBCURL(String) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- getSettingsfromSystemUsingPrefix(String) - Static method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- getSID() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractOracleSettingsBuilder
-
synonym for getInstance()
- getSimpleName() - Method in class nz.co.gregs.dbvolution.internal.query.DBRowClass
- getSimpleName() - Method in class nz.co.gregs.dbvolution.utility.RegularProcess
- getSize() - Method in class nz.co.gregs.dbvolution.actions.DBAddMissingColumnsToTable.ColumnStructure
- getSize() - Method in class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.
- getSize() - Method in class nz.co.gregs.dbvolution.datatypes.DBJavaObject
- getSize() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
- getSize() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeObject
-
Support DBvolution at Patreon
- getSize() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
- getSizeAsReadableString() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeObject
- getSortColumns() - Method in class nz.co.gregs.dbvolution.DBMigration
-
Returns the list of sort columns
- getSortColumns() - Method in class nz.co.gregs.dbvolution.DBQueryInsert
-
Returns the list of sort columns
- getSortColumns() - Method in class nz.co.gregs.dbvolution.DBReport
-
Returns the list of sort columns
- getSortColumns() - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- getSortDirection() - Method in class nz.co.gregs.dbvolution.columns.AbstractColumn
-
Returns the sort order configured on the column.
- getSortDirection() - Method in class nz.co.gregs.dbvolution.columns.AbstractQueryColumn
- getSortDirectionSQL(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.SortProvider.Ascending
- getSortDirectionSQL(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.SortProvider.DefaultSort
- getSortDirectionSQL(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.SortProvider.Descending
- getSortDirectionSQL(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.SortProvider
-
Returns the sort order set for the provider.
- getSorted() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameType
- getSortedSubSelectRequired() - Method in class nz.co.gregs.dbvolution.DBRow
- getSortOrder() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Return the order in which this QDT will be sorted.
- getSortProvider() - Method in class nz.co.gregs.dbvolution.columns.AbstractColumn
-
Returns the sort order configured on the column.
- getSortProvider() - Method in class nz.co.gregs.dbvolution.columns.BooleanArrayColumn
- getSortProvider() - Method in class nz.co.gregs.dbvolution.columns.BooleanColumn
- getSortProvider() - Method in class nz.co.gregs.dbvolution.columns.ByteArrayColumn
-
Deprecated.
- getSortProvider() - Method in interface nz.co.gregs.dbvolution.columns.ColumnProvider
-
Provides the sorting for this column as defined by the methods
QueryableDatatype.setSortOrder(java.lang.Boolean)
,QueryableDatatype.setSortOrderAscending()
, andQueryableDatatype.setSortOrderDescending()
on the QDT. - getSortProvider() - Method in class nz.co.gregs.dbvolution.columns.DateColumn
- getSortProvider() - Method in class nz.co.gregs.dbvolution.columns.DateRepeatColumn
- getSortProvider() - Method in class nz.co.gregs.dbvolution.columns.DurationColumn
- getSortProvider() - Method in class nz.co.gregs.dbvolution.columns.InstantColumn
- getSortProvider() - Method in class nz.co.gregs.dbvolution.columns.IntegerColumn
- getSortProvider() - Method in class nz.co.gregs.dbvolution.columns.JavaObjectColumn
- getSortProvider() - Method in class nz.co.gregs.dbvolution.columns.LargeBinaryColumn
- getSortProvider() - Method in class nz.co.gregs.dbvolution.columns.LargeObjectColumn
- getSortProvider() - Method in class nz.co.gregs.dbvolution.columns.LargeTextColumn
- getSortProvider() - Method in class nz.co.gregs.dbvolution.columns.Line2DColumn
- getSortProvider() - Method in class nz.co.gregs.dbvolution.columns.LineSegment2DColumn
- getSortProvider() - Method in class nz.co.gregs.dbvolution.columns.LocalDateColumn
- getSortProvider() - Method in class nz.co.gregs.dbvolution.columns.LocalDateTimeColumn
- getSortProvider() - Method in class nz.co.gregs.dbvolution.columns.MultiPoint2DColumn
- getSortProvider() - Method in class nz.co.gregs.dbvolution.columns.NumberColumn
- getSortProvider() - Method in class nz.co.gregs.dbvolution.columns.Point2DColumn
- getSortProvider() - Method in class nz.co.gregs.dbvolution.columns.Polygon2DColumn
- getSortProvider() - Method in class nz.co.gregs.dbvolution.columns.QueryColumn
- getSortProvider() - Method in class nz.co.gregs.dbvolution.columns.StringColumn
- getSortProvider() - Method in class nz.co.gregs.dbvolution.columns.UntypedColumn
- getSortProvider() - Method in class nz.co.gregs.dbvolution.columns.UUIDColumn
- getSortProviders(ColumnProvider[]) - Static method in class nz.co.gregs.dbvolution.expressions.SortProvider
- getSorts() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Sorted
- getSorts() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Sorted
- getSourceType() - Method in class nz.co.gregs.dbvolution.internal.properties.SafeOneWaySimpleTypeAdaptor
-
Gets the expected type of source values passed to
SafeOneWaySimpleTypeAdaptor.convert(Object)
. - getSpatial2DIndexSQL(DBDatabase, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return the sequence of SQL operations required to create the necessary Spatial2D indexes.
- getSpatial2DIndexSQL(DBDatabase, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- getSpatial2DIndexSQL(DBDatabase, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- getSpecialAutoIncrementType() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the special auto-increment type used by this database if it has one.
- getSpecialAutoIncrementType() - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- getSpecialAutoIncrementType() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- getSpecialPrimaryKeyTypeOfDBDatatype(PropertyWrapper<?, ?, ?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return the necessary SQL data type for this field to be a primary key in this database.
- getSpecialPrimaryKeyTypeOfDBDatatype(PropertyWrapper<?, ?, ?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- getSpecialPrimaryKeyTypeOfDBDatatype(PropertyWrapper<?, ?, ?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- getSql() - Method in class nz.co.gregs.dbvolution.internal.query.StatementDetails
- getSQL(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBActionList
-
Returns the SQL that would be executed on the database provided.
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.DBBooleanArray
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.Support DBvolution at Patreon
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.DBDateOnly
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.DBDateRepeat
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.DBDuration
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.DBJavaObject
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
-
Support DBvolution at Patreon
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
Support DBvolution at Patreon
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumberStatistics
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.DBStatistics
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.DBString
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.DBUnknownDatatype
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.DBUntypedValue
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.DBUUID
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Provides the SQL datatype used by default for this type of object.
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLine2D
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLineSegment2D
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBMultiPoint2D
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPoint2D
- getSQLDatatype() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPolygon2D
- getSQLForCount() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Returns the SQL query that will used to count the rows
- getSQLForCount() - Method in class nz.co.gregs.dbvolution.DBTable
-
Returns the SQL query that will used to count the rows
- getSQLForCount(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getSQLForCount(DBDatabase, DBRow...) - Method in class nz.co.gregs.dbvolution.DBQueryInsert
-
Returns the SQL query that will used to count the rows returned for the supplied DBReport
- getSQLForCount(DBDatabase, DBRow...) - Method in class nz.co.gregs.dbvolution.DBReport
-
Returns the SQL query that will used to count the rows returned for the supplied DBReport
- getSQLForCount(DBRow...) - Method in class nz.co.gregs.dbvolution.DBMigration
-
Returns the SQL query that will used to count the rows returned for the supplied DBReport
- getSQLForDBQuery(DBQueryable) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- getSQLForDBQuery(DBQueryable) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- getSQLForDBQuery(DBQueryable) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getSQLForDBQuery(DBQueryable) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- getSQLForExtractionQuery(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBMigrationAction
- getSQLForInsert(DBDatabase, DBRow...) - Method in class nz.co.gregs.dbvolution.DBQueryInsert
-
Generates and returns the actual SQL to be used by this DBQueryInsert to insert the queried rows.
- getSQLForInsert(DBRow...) - Method in class nz.co.gregs.dbvolution.DBMigration
-
Generates and returns the actual SQL to be used by this DBQueryInsert to insert the queried rows.
- getSQLForQuery() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Generates and returns the actual SQL to be used by this query.
- getSQLForQuery() - Method in class nz.co.gregs.dbvolution.DBTable
-
Generates and returns the actual SQL that will be used by
DBTable.getAllRows()
now. - getSQLForQuery(E) - Method in class nz.co.gregs.dbvolution.DBTable
-
Generates and returns the actual SQL that will be used by
DBTable.getRowsByExample(nz.co.gregs.dbvolution.DBRow)
now. - getSQLForQuery(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getSQLForQuery(DBDatabase, DBRow...) - Method in class nz.co.gregs.dbvolution.DBQueryInsert
-
Generates and returns the actual SQL to be used by this DBQueryInsert to select the rows to insert.
- getSQLForQuery(DBDatabase, DBRow...) - Method in class nz.co.gregs.dbvolution.DBReport
-
Generates and returns the actual SQL to be used by this DBReport.
- getSQLForQuery(DBRow...) - Method in class nz.co.gregs.dbvolution.DBMigration
-
Generates and returns the actual SQL to be used by this DBQueryInsert to select the rows to insert.
- getSQLForQueryInternal(QueryState, QueryType, QueryOptions) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getSQLQueries() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getSQLStatements(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBAction
-
Returns a list of the SQL statements that this DBAction will produce for the specified database.
- getSQLStatements(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBAddMissingColumnsToTable
- getSQLStatements(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBAlterTableAddColumnIfNeeded
- getSQLStatements(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBBulkInsert
- getSQLStatements(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBCreateDatabase
- getSQLStatements(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBCreateForeignKeys
- getSQLStatements(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBCreateIndexesOnAllFields
- getSQLStatements(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBCreateTable
- getSQLStatements(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBDeleteAll
- getSQLStatements(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBDeleteByExample
- getSQLStatements(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBDeleteByPrimaryKey
- getSQLStatements(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBDeleteUsingAllColumns
- getSQLStatements(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBDropDatabase
- getSQLStatements(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBDropForeignKeys
- getSQLStatements(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBDropTable
- getSQLStatements(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBInsert
- getSQLStatements(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBMigrationAction
- getSQLStatements(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBQueryInsertAction
- getSQLStatements(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBUpdateForcedOnSimpleTypesUsingPrimaryKey
- getSQLStatements(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBUpdateLargeObjects
- getSQLStatements(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBUpdateSimpleTypes
- getSQLStatements(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBUpdateSimpleTypesUsingAllColumns
- getSQLToCheckTableExists(DBRow) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getSQLToDropAnyAssociatedDatabaseObjects(DBRow) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getSQLToDropAnyAssociatedDatabaseObjects(DBRow) - Method in class nz.co.gregs.dbvolution.databases.definitions.Oracle11XEDBDefinition
- getSQLToDropAnyAssociatedDatabaseObjects(DBRow) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWS11DBDefinition
- getSQLToDropAnyAssociatedDatabaseObjects(DBRow) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- getSQLToDropAnyAssociatedDatabaseObjects(DBRow) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- getSQLToDropAnyTriggerBasedPrimaryKeyObject(DBRow) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- getSQLToDropSequence(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.Oracle11XEDBDefinition
- getSQLToDropSequence(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWS11DBDefinition
- getSQLTypeAndModifiersOfDBDatatype(PropertyWrapper<?, ?, ?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the SQL type and modifiers required to create the column associated with the provided field.
- getStandardCancelOffset() - Static method in class nz.co.gregs.dbvolution.internal.query.QueryCanceller
- getStandardDeviationFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the function of the function that provides the standard deviation of a selection.
- getStandardDeviationFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- getStandardDeviationFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- getStandardDeviationFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
-
Provides the function of the function that provides the standard deviation of a selection.
- getStandardDeviationFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
-
Provides the function of the function that provides the standard deviation of a selection.
- getStandardDeviationFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- getStandardTimeoutOffset() - Static method in class nz.co.gregs.dbvolution.internal.query.QueryTimeout
- getStart() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameEnd
- getStartingOrderByClauseSeparator() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the initial separator of a ORDER BY sub-clause of a SELECT statement for this database.
- getStartingSelectSubClauseSeparator() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the initial separator of the column list sub-clause of a SELECT statement for this database.
- getStartingSetSubClauseSeparator() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the initial separator of a SET sub-clause of an UPDATE statement for this database.
- getStatusOf(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- getStatusOf(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- getStoredSettings() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- getStoredSettings() - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.SettingsBuilder
- getString() - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAbstract.Term
- getStringLengthFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the function name of the function used to determine the number of characters in the value.
- getStringLengthFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- getStringLengthFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- getStringLengthFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- getStringLengthFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- getStringLengthFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- getSubsequentGroupBySubClauseSeparator() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the separator between GROUP BY clause items.
- getSubsequentOrderByClauseSeparator() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the subsequent separator of a ORDER BY sub-clause of a SELECT statement for this database.
- getSubsequentSelectSubClauseSeparator() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the subsequent separator of the column list sub-clause of a SELECT statement for this database.
- getSubsequentSetSubClauseSeparator() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the subsequent separator of a SET sub-clause of an UPDATE statement for this database.
- getSumFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the function of the function that provides the sum of a selection.
- getSupportsDifferenceBetweenNullAndEmptyString() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- getSystemTableExclusionPattern() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Creates a pattern that will exclude system tables during DBRow class generation i.e.
- getSystemTableExclusionPattern() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
-
Creates a pattern that will exclude system tables during DBRow class generation i.e.
- getTable() - Method in class nz.co.gregs.dbvolution.internal.querygraph.QueryGraphNode
-
Retrieves the table that this node contains.
- getTableAlias(RowDefinition) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms the table name into the unique and deterministic table alias.
- getTableAliasForObject(Object) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Get a name for the object that can be used safely in queries.
- getTableExistsSQL(DBRow) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getTableExistsSQL(DBRow) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- getTableName() - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData.Column
- getTableName() - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData.ForeignKey
- getTableName() - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData
- getTableName() - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData.PrimaryKey
- getTableName() - Method in class nz.co.gregs.dbvolution.DBRow
-
Probably not needed by the programmer, this is the convenience function to find the table name specified by
@DBTableName
or the class name - getTableName() - Method in class nz.co.gregs.dbvolution.generation.DBTableClass
- getTableName() - Method in class nz.co.gregs.dbvolution.generation.deprecated.DBTableClass
- getTableNameOrVariantIdentifier() - Method in class nz.co.gregs.dbvolution.DBRow
- getTables() - Method in class nz.co.gregs.dbvolution.databases.metadata.DBDatabaseMetaData
- getTables() - Method in class nz.co.gregs.dbvolution.generation.DataRepo
- getTables() - Method in class nz.co.gregs.dbvolution.generation.deprecated.DataRepo
- getTableSchema() - Method in class nz.co.gregs.dbvolution.generation.DBTableClass
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.columns.AbstractColumn
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.columns.AbstractQueryColumn
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.columns.BooleanArrayColumn
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.columns.BooleanColumn
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.columns.DateColumn
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.columns.DateRepeatColumn
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.columns.DurationColumn
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.columns.InstantColumn
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.columns.IntegerColumn
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.columns.JavaObjectColumn
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.columns.LargeBinaryColumn
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.columns.LargeObjectColumn
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.columns.LargeTextColumn
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.columns.Line2DColumn
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.columns.LineSegment2DColumn
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.columns.LocalDateColumn
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.columns.LocalDateTimeColumn
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.columns.MultiPoint2DColumn
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.columns.NumberColumn
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.columns.Point2DColumn
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.columns.Polygon2DColumn
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.columns.QueryColumn
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.columns.StringColumn
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.datatypes.DBBooleanArray
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.datatypes.DBJavaObject
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.datatypes.DBString
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.datatypes.DBUnknownDatatype
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.expressions.BooleanArrayExpression
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.expressions.CaseExpression.WhenExpression
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.Comparison
- getTablesInvolved() - Method in interface nz.co.gregs.dbvolution.expressions.DBExpression
-
Returns a Set of the DBRow instances involved in this expression.
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.expressions.ExistsExpression
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.expressions.SortProvider
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.DBBinaryStringFunction
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringAggregateExpression
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameEnd
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameStart
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameType
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Partitioned
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Sorted
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Partitioned
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Sorted
- getTablesInvolved() - Method in class nz.co.gregs.dbvolution.internal.query.RecursiveQueryDepthIncreaseExpression
- getTableStructureQuery(DBRow, DBTable<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- getTableStructureQuery(DBRow, DBTable<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- getTableVariantAlias() - Method in class nz.co.gregs.dbvolution.DBRow
- getTableVariantAlias() - Method in class nz.co.gregs.dbvolution.query.RowDefinition
- getTableVariantIdentifier() - Method in class nz.co.gregs.dbvolution.DBRow
- getTargetType() - Method in class nz.co.gregs.dbvolution.internal.properties.SafeOneWaySimpleTypeAdaptor
-
Gets the type that values are converted to, possibly including extra up-casting or down-casting as needed when converting between number types.
- getTemplateDatabase() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- getThirdValue() - Method in class nz.co.gregs.dbvolution.operators.DBOperator
-
Support DBvolution at Patreon
- getTimeout() - Method in class nz.co.gregs.dbvolution.internal.query.StatementDetails
- getTimeoutInMilliseconds() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getTimeoutInMilliseconds() - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- getToExternalSimpleTypeAdaptor() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatypeSyncer
-
Support DBvolution at Patreon
- getToInternalSimpleTypeAdaptor() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatypeSyncer
-
Support DBvolution at Patreon
- getTrackedTables() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- getTransactionIsolation() - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- getTransactionIsolation() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- getTransactionIsolation() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- getTrees() - Method in class nz.co.gregs.dbvolution.DBRecursiveQuery
-
Creates a list of trees from the rows returned by this query to to the leaf nodes of the example table by repeatedly following the recursive foreign key provided.
- getTriggerBasedIdentitySQL(DBDatabase, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides all the SQL necessary to create a trigger and sequence based auto-incrementing identity.
- getTriggerBasedIdentitySQL(DBDatabase, String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- getTrimCharColumns() - Method in class nz.co.gregs.dbvolution.databases.metadata.Options
- getTrueOperation() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
An SQL snippet that always evaluates to TRUE for this database.
- getTrueOperation() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
-
An SQL snippet that always evaluates to TRUE for this database.
- getTrueValue() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
The value used for TRUE boolean values.
- getTrueValue() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- getTrueValue() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- getTrueValue() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
-
The value used for TRUE boolean values.
- getTrueValue() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- getTruncFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides the name of the function that removes the decimal part of a real number.
- getTruncFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.MariaDBDefinition
- getTruncFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- getTruncFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- getTruncFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- getTypeMap() - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- getTypeMap() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- getTypeMap() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- getTypeName() - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData.Column
- getTypeToReturn() - Method in class nz.co.gregs.dbvolution.internal.query.RecursiveQueryDetails
- getUnionDistinctOperator() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns this database's version of the UNION DISTINCT syntax
- getUnionOperator() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns this database's version of the UNION syntax
- getUnknownDatatype() - Method in class nz.co.gregs.dbvolution.generation.DBTableClass
- getUnknownJavaSQLType() - Method in exception nz.co.gregs.dbvolution.exceptions.UnknownJavaSQLTypeException
-
Support DBvolution at Patreon
- getUnsynchronizedDatabases() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- getUpdateAnyways(DBRow...) - Static method in class nz.co.gregs.dbvolution.actions.DBUpdateForcedOnSimpleTypesUsingPrimaryKey
-
Creates a DBActionList of update actions for the rows.
- getUpdateCount() - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Retrieves the current result as an update count; if the result is a ResultSet object or there are no more results, -1 is returned.
- getUpdateCount() - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- getUpdates(DBRow...) - Static method in class nz.co.gregs.dbvolution.actions.DBUpdate
-
Creates a DBActionList of update actions for the rows.
- getUppercaseFunctionName() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the function name of the function used to change the case of all the letters in the value to upper case.
- getUrl() - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- getUrlFromSettings(DatabaseConnectionSettings) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- getUrlFromSettings(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getUrlFromSettings(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- getURLInterpreter() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- getURLInterpreter() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- getURLInterpreter() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getURLInterpreter() - Method in class nz.co.gregs.dbvolution.databases.H2DB
- getURLInterpreter() - Method in class nz.co.gregs.dbvolution.databases.H2FileDB
- getURLInterpreter() - Method in class nz.co.gregs.dbvolution.databases.H2MemoryDB
- getURLInterpreter() - Method in class nz.co.gregs.dbvolution.databases.H2SharedDB
- getURLInterpreter() - Method in class nz.co.gregs.dbvolution.databases.Informix11DB
- getURLInterpreter() - Method in class nz.co.gregs.dbvolution.databases.InformixDB
- getURLInterpreter() - Method in class nz.co.gregs.dbvolution.databases.JavaDB
- getURLInterpreter() - Method in class nz.co.gregs.dbvolution.databases.JavaDBMemoryDB
- getURLInterpreter() - Method in class nz.co.gregs.dbvolution.databases.MariaClusterDB
- getURLInterpreter() - Method in class nz.co.gregs.dbvolution.databases.MariaDB
- getURLInterpreter() - Method in class nz.co.gregs.dbvolution.databases.MSSQLServer2012DB
- getURLInterpreter() - Method in class nz.co.gregs.dbvolution.databases.MSSQLServerDB
- getURLInterpreter() - Method in class nz.co.gregs.dbvolution.databases.MySQLDB_5_7
- getURLInterpreter() - Method in class nz.co.gregs.dbvolution.databases.MySQLDB
- getURLInterpreter() - Method in class nz.co.gregs.dbvolution.databases.MySQLMXJDB
- getURLInterpreter() - Method in class nz.co.gregs.dbvolution.databases.NuoDB
- getURLInterpreter() - Method in class nz.co.gregs.dbvolution.databases.Oracle11XEDB
- getURLInterpreter() - Method in class nz.co.gregs.dbvolution.databases.Oracle12DB
- getURLInterpreter() - Method in class nz.co.gregs.dbvolution.databases.OracleAWS11DB
- getURLInterpreter() - Method in class nz.co.gregs.dbvolution.databases.PostgresDB
- getURLInterpreter() - Method in class nz.co.gregs.dbvolution.databases.PostgresDBOverSSL
- getURLInterpreter() - Method in class nz.co.gregs.dbvolution.databases.SQLiteDB
- getUseableDBDatabaseClasses() - Static method in class nz.co.gregs.dbvolution.reflection.DataModel
-
Scans all known classes and returns a set of all non-builtin DBDatabase instances that could be found.
- getUsername() - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- getUsername() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Returns the username specified for this DBDatabase instance.
- getUsername() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- getUsername() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Returns the username specified for this DBDatabase instance.
- getUsername() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- getUsername() - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.SettingsBuilder
- getUTCDateFormattedForQuery(Date) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transforms the Date instance into UTC time zone date.
- getUUIDForName(String) - Static method in class nz.co.gregs.dbvolution.datatypes.DBUUID
-
Get named UUID using
the standard UUID factory method
and name.getBytes(StandardCharsets.UTF_8). - getValidCodesArray() - Method in class nz.co.gregs.dbvolution.datatypes.DBEnum
- getValidCodesList() - Method in class nz.co.gregs.dbvolution.datatypes.DBEnum
- getValidNames() - Method in class nz.co.gregs.dbvolution.datatypes.DBEnum
- getValidValues() - Method in class nz.co.gregs.dbvolution.datatypes.DBEnum
- getValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
- getValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBBooleanArray
- getValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.
- getValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
- getValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBDateRepeat
- getValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBDuration
- getValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
- getValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Returns a Long of the database value or NULL if the database value is null
- getValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
- getValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBJavaObject
- getValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
- getValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
- getValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
- getValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
- getValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
Gets the current literal value of this DBNumber, without any formatting.
- getValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBString
- getValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
- getValue() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Gets the current literal value of this queryable data type.
- getValue() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLine2D
- getValue() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLineSegment2D
- getValue() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBMultiPoint2D
- getValue() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPoint2D
- getValue() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPolygon2D
- getValue() - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAbstract.Term
- getValue(T) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Gets the current literal value of this queryable data type or the default value specified if no values is set or available.
- getValueOptional() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Gets the current literal value of this queryable data type.
- getValuesClauseColumnSeparator() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Used within DBInsert to separate the columns within the INSERT clause of the INSERT statement.
- getValuesClauseValueSeparator() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Used within DBInsert to separate the values within the VALUES clause of the INSERT statement.
- getValueWithDefaultValue(T) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Gets the current literal value of this queryable data type or the value supplied if the value is NULL.
- getVersionNumber() - Method in class nz.co.gregs.dbvolution.databases.metadata.Options
- getViews() - Method in class nz.co.gregs.dbvolution.generation.DataRepo
- getViews() - Method in class nz.co.gregs.dbvolution.generation.deprecated.DataRepo
- getWarnings() - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- getWarnings() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- getWarnings() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- getWarnings() - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Retrieves the first warning reported by calls on this Statement object.
- getWarnings() - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- getWhereClause(DBDatabase, DBRow) - Method in class nz.co.gregs.dbvolution.actions.DBUpdateSimpleTypes
-
Creates the WHERE clause of the UPDATE statement.
- getWhereClause(DBDatabase, DBRow) - Method in class nz.co.gregs.dbvolution.actions.DBUpdateToPreviousValues
-
Creates the WHERE clause of the UPDATE statement.
- getWhereClauseBeginningCondition() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the initial clause of a WHERE clause of a SELECT statement for this database.
- getWhereClauseBeginningCondition(QueryOptions) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns the initial clause of a WHERE clause of a SELECT statement for this database.
- getWhereClauseExpressions(DBDefinition, boolean) - Method in class nz.co.gregs.dbvolution.DBRow
-
USED INTERNALLY
- getWhereClausesWithAliases(DBDefinition) - Method in class nz.co.gregs.dbvolution.DBRow
-
Change all the criteria specified on this DBRow instance into a list of strings for adding in to the WHERE clause
- getWhereClausesWithoutAliases(DBDefinition) - Method in class nz.co.gregs.dbvolution.DBRow
-
Change all the criteria specified on this DBRow instance into a list of strings for adding in to the WHERE clause
- getWillBeProcessed() - Method in class nz.co.gregs.dbvolution.DBMigrationValidation.Result
- getWillBeProcessed() - Method in class nz.co.gregs.dbvolution.DBValidation.Result
- getWorkingDatabase() - Method in interface nz.co.gregs.dbvolution.actions.DBQueryable
- getWorkingDatabase() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- getWrapper() - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Return the
RowDefinitionInstanceWrapper
for this RowDefinition. - getX() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
-
Retrieves the X value of this point expression.
- getX() - Method in interface nz.co.gregs.dbvolution.results.PointResult
-
Deprecated.Retrieves the X value of this point expression.
- GETX - nz.co.gregs.dbvolution.internal.h2.Point2DFunctions
- GETX_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Point2DFunctions
- GetXExpression(Point2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.GetXExpression
- getY() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
-
Retrieves the Y value of this point expression.
- getY() - Method in interface nz.co.gregs.dbvolution.results.PointResult
-
Deprecated.Retrieves the Y value of this point expression.
- GETY - nz.co.gregs.dbvolution.internal.h2.Point2DFunctions
- GETY_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Point2DFunctions
- GetYear() - Constructor for class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.GetYear
-
Implements DateRepeat GETYEAR for SQLite
- getYearPart(String) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DateRepeatImpl
- getYears() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Returns the YEARS part of this DateRepeat value.
- GetYearsExpression(DateRepeatExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.GetYearsExpression
- GetYExpression(Point2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.GetYExpression
- getZeroDateRepeatString() - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DateRepeatImpl
- getZeroDurationString() - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DurationImpl
- GOLDEN_RATIO - Static variable in class nz.co.gregs.dbvolution.expressions.NumberExpression
- GreaterThan() - Constructor for class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.GreaterThan
-
Implements DateRepeat GREATERTHAN for SQLite
- GREATERTHAN - nz.co.gregs.dbvolution.internal.h2.DateRepeatFunctions
- GREATERTHANEQUALS - nz.co.gregs.dbvolution.internal.h2.DateRepeatFunctions
- GreaterThanOrEqual() - Constructor for class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.GreaterThanOrEqual
-
Implements DateRepeat GREATERTHANOREQUAL for SQLite
- greatestOf(Integer...) - Static method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Returns the greatest/largest value from the list.
- greatestOf(Number...) - Static method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Returns the greatest/largest value from the list.
- greatestOf(Number...) - Static method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Returns the greatest/largest value from the list.
- greatestOf(Instant...) - Static method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Returns the largest value from the list.
- greatestOf(LocalDate...) - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Returns the largest value from the list.
- greatestOf(LocalDateTime, LocalDateTime, LocalDateTime...) - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Returns the largest value from the list.
- greatestOf(Collection<? extends DateResult>) - Static method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Returns the largest value from the list.
- greatestOf(Collection<? extends InstantResult>) - Static method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Returns the largest value from the list.
- greatestOf(Collection<? extends IntegerResult>) - Static method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Returns the greatest/largest value from the list.
- greatestOf(Collection<? extends LocalDateResult>) - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Returns the largest value from the list.
- greatestOf(Collection<? extends LocalDateTimeResult>) - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Returns the largest value from the list.
- greatestOf(Collection<? extends NumberResult>) - Static method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Returns the greatest/largest value from the list.
- greatestOf(Date...) - Static method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Returns the largest value from the list.
- greatestOf(SimpleNumericExpression<?, ?, ?>...) - Static method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Returns the greatest/largest value from the list.
- greatestOf(DateResult...) - Static method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Returns the largest value from the list.
- greatestOf(InstantResult...) - Static method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Returns the largest value from the list.
- greatestOf(IntegerResult...) - Static method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Returns the greatest/largest value from the list.
- greatestOf(LocalDateResult...) - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Returns the largest value from the list.
- greatestOf(LocalDateTimeResult, LocalDateTimeResult, LocalDateTimeResult...) - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Returns the largest value from the list.
- greatestOf(NumberResult...) - Static method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Returns the greatest/largest value from the list.
- GreatestOfExpression(InstantResult[]) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.GreatestOfExpression
- GreatestOfExpression(NumberResult[]) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.GreatestOfExpression
- GROUPBYEXPRESSION - nz.co.gregs.dbvolution.databases.definitions.DBDefinition.GroupByClauseMethod
- Groups(WindowFunctionFramable.Sorted<A>) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Groups
H
- H2DB - Class in nz.co.gregs.dbvolution.databases
-
Stores all the required functionality to use an H2 database.
- H2DB(File, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.H2DB
-
Creates a DBDatabase for a H2 database in the file supplied.
- H2DB(String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.H2DB
-
Creates a DBDatabase for a H2 database.
- H2DB(String, String, String, boolean) - Constructor for class nz.co.gregs.dbvolution.databases.H2DB
-
Creates a DBDatabase for a H2 database.
- H2DB(DataSource) - Constructor for class nz.co.gregs.dbvolution.databases.H2DB
-
Creates a DBDatabase for a H2 database.
- H2DB(DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.H2DB
-
Creates a DBDatabase for a H2 database.
- H2DB(AbstractH2SettingsBuilder<?, ?>) - Constructor for class nz.co.gregs.dbvolution.databases.H2DB
-
Creates a DBDatabase for a H2 database.
- H2DB(H2SettingsBuilder) - Constructor for class nz.co.gregs.dbvolution.databases.H2DB
-
Creates a DBDatabase for a H2 database.
- H2DBDatabaseMetaData - Class in nz.co.gregs.dbvolution.databases.metadata
- H2DBDatabaseMetaData(Options) - Constructor for class nz.co.gregs.dbvolution.databases.metadata.H2DBDatabaseMetaData
- H2DBDefinition - Class in nz.co.gregs.dbvolution.databases.definitions
-
Defines the features of the H2 database that differ from the standard database.
- H2DBDefinition() - Constructor for class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- H2FileDB - Class in nz.co.gregs.dbvolution.databases
-
Stores all the required functionality to use an H2 database in memory.
- H2FileDB() - Constructor for class nz.co.gregs.dbvolution.databases.H2FileDB
-
Creates a DBDatabase instance for an H2 Memory database with the given JDBC URL, user and password.
- H2FileDB(String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.H2FileDB
-
Creates a DBDatabase instance for an H2 Memory database with the given JDBC URL, user and password.
- H2FileDB(DataSource) - Constructor for class nz.co.gregs.dbvolution.databases.H2FileDB
-
Creates a DBDatabase instance for an H2 Memory database with the given JDBC URL, user and password.
- H2FileDB(DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.H2FileDB
-
Creates a DBDatabase for a H2 database.
- H2FileDB(H2FileSettingsBuilder) - Constructor for class nz.co.gregs.dbvolution.databases.H2FileDB
-
Creates a DBDatabase instance for an H2 Memory database with the given JDBC URL, user and password.
- H2FileSettingsBuilder - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- H2FileSettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.H2FileSettingsBuilder
- H2MemoryDB - Class in nz.co.gregs.dbvolution.databases
-
Stores all the required functionality to use an H2 database in memory.
- H2MemoryDB() - Constructor for class nz.co.gregs.dbvolution.databases.H2MemoryDB
-
Creates a DBDatabase instance for an H2 Memory database with the given JDBC URL, user and password.
- H2MemoryDB(String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.H2MemoryDB
-
Creates a DBDatabase instance for an H2 Memory database with the given JDBC URL, user and password.
- H2MemoryDB(String, String, String, boolean) - Constructor for class nz.co.gregs.dbvolution.databases.H2MemoryDB
-
Deprecated.
- H2MemoryDB(DataSource) - Constructor for class nz.co.gregs.dbvolution.databases.H2MemoryDB
-
Creates a DBDatabase instance for an H2 Memory database with the given JDBC URL, user and password.
- H2MemoryDB(DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.H2MemoryDB
-
Creates a DBDatabase for a H2 database.
- H2MemoryDB(H2MemorySettingsBuilder) - Constructor for class nz.co.gregs.dbvolution.databases.H2MemoryDB
-
Creates a DBDatabase instance for an H2 Memory database with the given JDBC URL, user and password.
- H2MemorySettingsBuilder - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- H2MemorySettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.H2MemorySettingsBuilder
- H2SettingsBuilder - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- H2SettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.H2SettingsBuilder
- H2SharedDB - Class in nz.co.gregs.dbvolution.databases
- H2SharedDB(File, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.H2SharedDB
- H2SharedDB(String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.H2SharedDB
- H2SharedDB(String, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.H2SharedDB
- H2SharedDB(DataSource) - Constructor for class nz.co.gregs.dbvolution.databases.H2SharedDB
- H2SharedDB(DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.H2SharedDB
- H2SharedDB(H2SharedSettingsBuilder) - Constructor for class nz.co.gregs.dbvolution.databases.H2SharedDB
- H2SharedSettingsBuilder - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- H2SharedSettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.H2SharedSettingsBuilder
- handleErrorDuringExecutingSQL(DBDatabase, Throwable, String) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- handleErrorDuringExecutingSQL(DBDatabase, Throwable, String) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- handleErrorDuringExecutingSQL(DBDatabase, Throwable, String) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- handleErrorDuringExecutingSQL(DBDatabase, Throwable, String) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- handleExceptionDuringProcessing(Exception) - Method in class nz.co.gregs.dbvolution.utility.RegularProcess
-
Provides a way to intercept exceptions thrown during processing.
- handleResponseFromFixingException(Exception, QueryIntention, StatementDetails) - Method in class nz.co.gregs.dbvolution.databases.DBStatement
- hasAlias() - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAbstract.Term
- hasAuthoritativeDatabase() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- hasAutoIncrementField() - Method in class nz.co.gregs.dbvolution.DBRow
- hasAutomaticValueFields() - Method in class nz.co.gregs.dbvolution.DBRow
- hasBeenOrdered() - Method in class nz.co.gregs.dbvolution.internal.query.QueryState
- hasBeenSet() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Support DBvolution at Patreon
- hasChanged() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Indicates that the value of this QDT has been changed from its defined value.
- hasChangedSimpleTypes() - Method in class nz.co.gregs.dbvolution.DBRow
-
Returns true if any of the non-LargeObject fields has been changed.
- hasColumn() - Method in class nz.co.gregs.dbvolution.expressions.SortProvider
- hasColumnExpression() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Tests for the expression underlying this QDT or returns FALSE.
- hasColumnExpression() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Indicates whether this property has a ColumnExpression.
- HasComparisonExpression - Interface in nz.co.gregs.dbvolution.expressions.search
- hasConditionsSet() - Method in class nz.co.gregs.dbvolution.DBRow
-
Checks if the fields of the object have been changed
- hasCreatedRequiredTables() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- hasDefaultInsertValue() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Return true if the QDT has a default insert value defined.
- hasDefaultUpdateValue() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Return true if the QDT has a default update value defined.
- hasExceededTimeLimit() - Method in class nz.co.gregs.dbvolution.utility.RegularProcess
- hasExpression() - Method in class nz.co.gregs.dbvolution.columns.AbstractColumn
- hasExpression() - Method in class nz.co.gregs.dbvolution.columns.AbstractQueryColumn
- hashCode() - Method in class nz.co.gregs.dbvolution.columns.Line2DColumn
- hashCode() - Method in class nz.co.gregs.dbvolution.columns.LineSegment2DColumn
- hashCode() - Method in class nz.co.gregs.dbvolution.columns.MultiPoint2DColumn
- hashCode() - Method in class nz.co.gregs.dbvolution.columns.Point2DColumn
- hashCode() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- hashCode() - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
- hashCode() - Method in class nz.co.gregs.dbvolution.datatypes.DBBooleanArray
- hashCode() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
- hashCode() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
- hashCode() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
- hashCode() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
- hashCode() - Method in class nz.co.gregs.dbvolution.generation.DBTableField
- hashCode() - Method in class nz.co.gregs.dbvolution.generation.deprecated.DBTableField
-
Deprecated.
- hashCode() - Method in class nz.co.gregs.dbvolution.internal.properties.JavaBeanProperty
-
Hash-code based on the underlying java getter and setter methods.
- hashCode() - Method in class nz.co.gregs.dbvolution.internal.properties.JavaField
-
Hash-code based on the underlying java field or bean-property.
- hashCode() - Method in interface nz.co.gregs.dbvolution.internal.properties.JavaProperty
-
Hash-code based on the underlying java field or bean-property.
- hashCode() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Generates a hash-code of this property wrapper definition, based on the java property it wraps and the referenced target object.
- hashCode() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Generates a hash-code of this property wrapper definition, based entirely on the java property it wraps.
- hashCode() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionClassWrapper
-
Calculates the hash-code based on the hash-code of the wrapped class.
- hashCode() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionInstanceWrapper
-
Calculates the hash-code based on the hash-code of the wrapped @{code RowDefinition} instance and its class.
- hashCode() - Method in class nz.co.gregs.dbvolution.internal.query.DBRowClass
- hashCode() - Method in class nz.co.gregs.dbvolution.internal.querygraph.QueryGraphNode
- hashCode() - Method in class nz.co.gregs.dbvolution.operators.DBInOperator
- hashCode() - Method in class nz.co.gregs.dbvolution.operators.DBOperator
- hashCode() - Method in class nz.co.gregs.dbvolution.utility.encryption.Encrypted
- HashCodeComparator<O> - Class in nz.co.gregs.dbvolution.utility.comparators
- HashCodeComparator() - Constructor for class nz.co.gregs.dbvolution.utility.comparators.HashCodeComparator
- hashPassword(String) - Method in class nz.co.gregs.dbvolution.utility.encryption.UpdatingBCrypt
- hasInnerExpression() - Method in class nz.co.gregs.dbvolution.expressions.SortProvider
- hasLargeObjects() - Method in class nz.co.gregs.dbvolution.DBRow
-
Indicates if the DBRow has
DBLargeObject
(BLOB) columns. - hasLocalDateTimeOffset() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- hasMagnitude() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
- hasMagnitude() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
- hasMagnitude() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
- hasMagnitude() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
- hasMagnitude() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- hasMagnitude() - Method in interface nz.co.gregs.dbvolution.results.Spatial2DComparable
-
Indicates whether this geometry has a magnitude value.
- HasMagnitudeExpression(Line2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.HasMagnitudeExpression
- HasMagnitudeExpression(LineSegment2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.HasMagnitudeExpression
- HasMagnitudeExpression(Point2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.HasMagnitudeExpression
- hasNoAlias() - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAbstract.Term
- hasNoString() - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAbstract.Term
- hasPreferredDatabase() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- hasQueryColumn() - Method in class nz.co.gregs.dbvolution.expressions.SortProvider
- HasRankingExpression - Interface in nz.co.gregs.dbvolution.expressions.search
- hasReadyDatabases() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- hasSpecialAutoIncrementType() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether the database uses a special type for it's auto-increment columns.
- hasSpecialAutoIncrementType() - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- hasSpecialAutoIncrementType() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- hasSpecialPrimaryKeyTypeForDBDatatype(PropertyWrapper<?, ?, ?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Expresses whether the database has a particular datatype for primary key columns.
- hasSpecialPrimaryKeyTypeForDBDatatype(PropertyWrapper<?, ?, ?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- hasSpecialPrimaryKeyTypeForDBDatatype(PropertyWrapper<?, ?, ?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- HasSQLString - Interface in nz.co.gregs.dbvolution.expressions
- hasString() - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAbstract.Term
- hasTooFewReadyDatabases() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- HIGHEST - nz.co.gregs.dbvolution.expressions.SortProvider.OrderOfNulls
- highestFirst() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- highestLast() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- hour() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that returns the hour part of this date expression.
- hour() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that returns the hour part of this date expression.
- hour() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that returns the hour part of this date expression.
- HOUR_PART - nz.co.gregs.dbvolution.internal.h2.DateRepeatFunctions
- HOUR_SUFFIX - Static variable in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
DateRepeat values are often stored as Strings of the format P2015Y12M30D23h59n59.0s
- HOUR_SUFFIX - Static variable in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
DateRepeat values are often stored as Strings of the format P20D23h59n59.0s
- hourIs(Integer) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the hour part of this date expression.
- hourIs(Integer) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the hour part of this date expression.
- hourIs(Integer) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the hour part of this date expression.
- hourIs(Long) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the hour part of this date expression.
- hourIs(Long) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the hour part of this date expression.
- hourIs(Long) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the hour part of this date expression.
- hourIs(Number) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the hour part of this date expression.
- hourIs(Number) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the hour part of this date expression.
- hourIs(Number) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the hour part of this date expression.
- hourIs(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the hour part of this date expression.
- hourIs(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the hour part of this date expression.
- hourIs(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the hour part of this date expression.
- hourIs(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the hour part of this date expression.
- hourIs(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the hour part of this date expression.
- hourIs(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the hour part of this date expression.
- hoursFrom(Instant) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Date Arithmetic: get the Hours between the date expression and the supplied date.
- hoursFrom(LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: get the Hours between the date expression and the supplied date.
- hoursFrom(Date) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: get the Hours between the date expression and the supplied date.
- hoursFrom(DateResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: get the Hours between the date expression and the supplied date.
- hoursFrom(InstantResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Date Arithmetic: get the Hours between the date expression and the supplied date.
- hoursFrom(LocalDateTimeResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: get the Hours between the date expression and the supplied date.
- HoursFromExpression(InstantExpression, InstantResult) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.HoursFromExpression
- HTMLTable() - Constructor for class nz.co.gregs.dbvolution.OutputFormat.HTMLTable
- HTMLTABLE - Static variable in class nz.co.gregs.dbvolution.OutputFormat
- HyperbolicCosineExpression(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.HyperbolicCosineExpression
- HyperbolicSineExpression(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.HyperbolicSineExpression
- HyperbolicTangentExpression(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.HyperbolicTangentExpression
I
- ifDBNull(Integer) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides a default option when the IntegerExpression resolves to NULL within the query.
- ifDBNull(Long) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides a default option when the IntegerExpression resolves to NULL within the query.
- ifDBNull(Number) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides a default option when the NumberExpression resolves to NULL within the query.
- ifDBNull(String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Provides a default option when the StringExpression resolves to NULL within the query.
- ifDBNull(Instant) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates and expression that replaces a NULL result with the supplied date.
- ifDBNull(LocalDate) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates and expression that replaces a NULL result with the supplied date.
- ifDBNull(LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates and expression that replaces a NULL result with the supplied date.
- ifDBNull(Date) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates and expression that replaces a NULL result with the supplied date.
- ifDBNull(DateResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates and expression that replaces a NULL result with the supplied DateResult.
- ifDBNull(InstantResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates and expression that replaces a NULL result with the supplied InstantResult.
- ifDBNull(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides a default option when the IntegerExpression resolves to NULL within the query.
- ifDBNull(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides a default option when the NumberExpression resolves to NULL within the query.
- ifDBNull(LocalDateResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates and expression that replaces a NULL result with the supplied LocalDateResult.
- ifDBNull(LocalDateTimeResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates and expression that replaces a NULL result with the supplied LocalDateTimeResult.
- ifDBNull(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides a default option when the NumberExpression resolves to NULL within the query.
- ifDBNull(StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Provides a default option when the StringExpression resolves to NULL within the query.
- IfDBNullExpression(NumberExpression, NumberResult) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.IfDBNullExpression
- ifLesserEqualGreaterOrNull(BooleanExpression, BooleanExpression, BooleanExpression, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.Comparison
- ifThenElse(Polygon, Polygon) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifThenElse(Boolean, Boolean) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifThenElse(Integer, Integer) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifThenElse(Long, Long) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifThenElse(Number, Number) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifThenElse(String, String) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifThenElse(Instant, Instant) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifThenElse(LocalDate, LocalDate) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifThenElse(LocalDateTime, LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifThenElse(Date, Date) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifThenElse(BooleanExpression, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifThenElse(BooleanExpression, IntegerExpression, IntegerExpression) - Static method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
- ifThenElse(BooleanExpression, NumberExpression, NumberExpression) - Static method in class nz.co.gregs.dbvolution.expressions.NumberExpression
- ifThenElse(DateExpression, DateExpression) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifThenElse(InstantExpression, InstantExpression) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifThenElse(LocalDateExpression, LocalDateExpression) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifThenElse(LocalDateTimeExpression, LocalDateTimeExpression) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifThenElse(Polygon2DExpression, Polygon2DExpression) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifThenElse(StringExpression, StringExpression) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifThenElse(IntegerResult, IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifThenElse(NumberResult, NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifTrueFalseNull(Boolean, Boolean, Boolean) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifTrueFalseNull(Integer, Integer, Integer) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifTrueFalseNull(Long, Long, Long) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifTrueFalseNull(Number, Number, Number) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifTrueFalseNull(String, String, String) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifTrueFalseNull(Instant, Instant, Instant) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifTrueFalseNull(LocalDate, LocalDate, LocalDate) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifTrueFalseNull(LocalDateTime, LocalDateTime, LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifTrueFalseNull(BooleanExpression, BooleanExpression, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifTrueFalseNull(InstantExpression, InstantExpression, InstantExpression) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifTrueFalseNull(IntegerExpression, IntegerExpression, IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifTrueFalseNull(LocalDateExpression, LocalDateExpression, LocalDateExpression) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifTrueFalseNull(LocalDateTimeExpression, LocalDateTimeExpression, LocalDateTimeExpression) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifTrueFalseNull(NumberExpression, NumberExpression, NumberExpression) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ifTrueFalseNull(StringExpression, StringExpression, StringExpression) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Allows you to specify different return values based on the value of this boolean expression.
- ignoreAllForeignKeys() - Method in class nz.co.gregs.dbvolution.DBRow
-
Adds All foreign keys to the "ignore" list.
- ignoreAllForeignKeysExcept(Object...) - Method in class nz.co.gregs.dbvolution.DBRow
-
Adds All foreign keys to the "ignore" list except those specified.
- ignoreAllForeignKeysExceptFKsTo(DBRow...) - Method in class nz.co.gregs.dbvolution.DBRow
-
Ignores the Foreign Keys to all tables except those to the supplied DBRows
- ignoreForeignKey(Object) - Method in class nz.co.gregs.dbvolution.DBRow
-
Ignores the foreign key of the property (field or method) given the property's object reference.
- ignoreForeignKey(ColumnProvider) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Ignores the foreign key of the column provided.
- ignoreForeignKey(ColumnProvider) - Method in class nz.co.gregs.dbvolution.DBRow
-
Ignores the foreign key of the column provided.
- ignoreForeignKey(PropertyWrapper<?, ?, ?>) - Method in class nz.co.gregs.dbvolution.DBRow
-
Ignores the foreign key of the property (field or method) given the property's object reference.
- ignoreForeignKeyColumns(Collection<ColumnProvider>) - Method in class nz.co.gregs.dbvolution.DBRow
-
Ignores the foreign keys of the columns provided.
- ignoreForeignKeyProperties(Collection<Object>) - Method in class nz.co.gregs.dbvolution.DBRow
-
Ignores the foreign keys of the property (field or method) given the property's object reference.
- ignoreForeignKeys(Object...) - Method in class nz.co.gregs.dbvolution.DBRow
-
Ignores the foreign keys of the property (field or method) given the property's object reference.
- ignoreForeignKeys(ColumnProvider...) - Method in class nz.co.gregs.dbvolution.DBRow
-
Ignores the foreign keys of the property (field or method) given the property's object reference.
- ImageCompare - Class in nz.co.gregs.dbvolution.utility
- ImageCompare(BufferedImage, BufferedImage) - Constructor for class nz.co.gregs.dbvolution.utility.ImageCompare
- ImageCompare(Image, Image) - Constructor for class nz.co.gregs.dbvolution.utility.ImageCompare
- ImageCompare(File, File) - Constructor for class nz.co.gregs.dbvolution.utility.ImageCompare
- imageDiff - Variable in class nz.co.gregs.dbvolution.utility.ImageCompare
- imageToBufferedImage(Image) - Static method in class nz.co.gregs.dbvolution.utility.ImageCompare
- implement(DBDatabase) - Method in class nz.co.gregs.dbvolution.DBScript
-
Run the script in a committed transaction.
- implement(DBScript) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Convenience method to implement a DBScript on this database equivalent to script.implement(this);
- implement(DBScript) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- implement(DBScript) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Convenience method to implement a DBScript on this database equivalent to script.implement(this);
- importPreferences(InputStream) - Static method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- includeNulls() - Method in class nz.co.gregs.dbvolution.operators.DBOperator
-
Makes this operator treat NULL values as if they match the operator.
- includingNulls() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Causes the underlying operator to explicitly include NULL values in it's processing.
- InComparable<B,A extends DBExpression> - Interface in nz.co.gregs.dbvolution.results
-
Indicates that the class can be compared to several other instances of this class as if the instances were equivalent.
- IncomparableTypeUsedInComparison - Exception in nz.co.gregs.dbvolution.exceptions
-
Thrown when the datatype used in a comparison does not support that comparison.
- IncomparableTypeUsedInComparison(DBDefinition, DBExpression) - Constructor for exception nz.co.gregs.dbvolution.exceptions.IncomparableTypeUsedInComparison
-
Thrown when the datatype used in a comparison does not support that comparison.
- IncompleteTransaction<V> - Class in nz.co.gregs.dbvolution.databases
- IncompleteTransaction(DBDatabase, V) - Constructor for class nz.co.gregs.dbvolution.databases.IncompleteTransaction
- IncorrectGeometryReturnedForDatatype - Exception in nz.co.gregs.dbvolution.exceptions
-
Thrown when the database has returned a geometry that cannot be interpreted as the geometry expected.
- IncorrectGeometryReturnedForDatatype(Geometry, Geometry) - Constructor for exception nz.co.gregs.dbvolution.exceptions.IncorrectGeometryReturnedForDatatype
-
Thrown when the database has returned a geometry that cannot be interpreted as the geometry expected.
- IncorrectPasswordException - Exception in nz.co.gregs.dbvolution.exceptions
- IncorrectPasswordException(String) - Constructor for exception nz.co.gregs.dbvolution.exceptions.IncorrectPasswordException
- IncorrectRowProviderInstanceSuppliedException - Exception in nz.co.gregs.dbvolution.exceptions
-
Thrown when the current object needs the supplied variable to be a field of the object, but it isn't.
- IncorrectRowProviderInstanceSuppliedException() - Constructor for exception nz.co.gregs.dbvolution.exceptions.IncorrectRowProviderInstanceSuppliedException
-
Thrown when the current object needs the supplied variable to be a field of the object, but it isn't.
- IncorrectRowProviderInstanceSuppliedException(String) - Constructor for exception nz.co.gregs.dbvolution.exceptions.IncorrectRowProviderInstanceSuppliedException
-
Thrown when the current object needs the supplied variable to be a field of the object, but it isn't.
- IncorrectRowProviderInstanceSuppliedException(RowDefinition) - Constructor for exception nz.co.gregs.dbvolution.exceptions.IncorrectRowProviderInstanceSuppliedException
-
Thrown when the current object needs the supplied variable to be a field of the object, but it isn't.
- IncorrectRowProviderInstanceSuppliedException(RowDefinition, Object) - Constructor for exception nz.co.gregs.dbvolution.exceptions.IncorrectRowProviderInstanceSuppliedException
-
Thrown when the current object needs the supplied variable to be a field of the object, but it isn't.
- INDEX - nz.co.gregs.dbvolution.databases.definitions.DBDefinition.GroupByClauseMethod
- InExpression<B,R extends InResult<B>,D extends QueryableDatatype<B>> - Class in nz.co.gregs.dbvolution.expressions
-
A value class that covers most datatypes.
- InExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.InExpression
- InExpression(AnyResult<?>) - Constructor for class nz.co.gregs.dbvolution.expressions.InExpression
- InExpression(R) - Constructor for class nz.co.gregs.dbvolution.expressions.InExpression
- Informix11DB - Class in nz.co.gregs.dbvolution.databases
-
A version of DBDatabase tweaked for Informix 11 and higher.
- Informix11DB(String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.Informix11DB
-
Creates a DBDatabase configured for Informix with the given JDBC URL, username, and password.
- Informix11DB(DataSource) - Constructor for class nz.co.gregs.dbvolution.databases.Informix11DB
-
Creates a DBDatabase configured for Informix for the given data source.
- Informix11DB(DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.Informix11DB
-
Creates a DBDatabase configured for Informix with the given JDBC URL, username, and password.
- Informix11DB(Informix11SettingsBuilder) - Constructor for class nz.co.gregs.dbvolution.databases.Informix11DB
-
Creates a new DBDatabase for Informix11.
- Informix11DBDefinition - Class in nz.co.gregs.dbvolution.databases.definitions
-
Support DBvolution at Patreon
- Informix11DBDefinition() - Constructor for class nz.co.gregs.dbvolution.databases.definitions.Informix11DBDefinition
- Informix11SettingsBuilder - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- Informix11SettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.Informix11SettingsBuilder
- InformixDB - Class in nz.co.gregs.dbvolution.databases
-
A version of DBDatabase tweaked for Informix 7 and higher.
- InformixDB(String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.InformixDB
-
Creates a DBDatabase configured for Informix with the given JDBC URL, username, and password.
- InformixDB(DataSource) - Constructor for class nz.co.gregs.dbvolution.databases.InformixDB
-
Creates a DBDatabase configured for Informix for the given data source.
- InformixDB(DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.InformixDB
-
Create a database object for a Informix 7+ database using the supplied definition and connection details.
- InformixDB(DBDefinition, String, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.InformixDB
-
Create a database object for a Informix 7+ database using the supplied definition and connection details.
- InformixDB(DBDefinition, String, DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.InformixDB
-
Create a database object for a Informix 7+ database using the supplied definition and connection details.
- InformixDB(DBDefinition, DataSource) - Constructor for class nz.co.gregs.dbvolution.databases.InformixDB
-
Create a database object for a Informix 7+ database using the supplied definition and datasource.
- InformixDB(AbstractInformixSettingsBuilder<?, ?>) - Constructor for class nz.co.gregs.dbvolution.databases.InformixDB
-
Creates a DBDatabase configured for Informix for the given data source.
- InformixDB(InformixSettingsBuilder) - Constructor for class nz.co.gregs.dbvolution.databases.InformixDB
-
Creates a DBDatabase configured for Informix for the given data source.
- InformixDBDefinition - Class in nz.co.gregs.dbvolution.databases.definitions
-
Defines the features of the Informix database that differ from the standard database.
- InformixDBDefinition() - Constructor for class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- INFORMIXDRIVERNAME - Static variable in class nz.co.gregs.dbvolution.databases.Informix11DB
- InformixSettingsBuilder - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- InformixSettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.InformixSettingsBuilder
- initDatabase(SettingsBuilder<?, ?>) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- InResult<T> - Interface in nz.co.gregs.dbvolution.results
-
An In result can be compared using the In function.
- insert(E) - Method in class nz.co.gregs.dbvolution.DBTable
-
Inserts DBRow into the database.
- insert(E...) - Method in class nz.co.gregs.dbvolution.DBTable
-
Inserts DBRows into the database.
- insert(Collection<? extends DBRow>) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Inserts DBRows and Lists of DBRows into the correct tables automatically
- insert(Collection<? extends DBRow>) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- insert(Collection<? extends DBRow>) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Inserts DBRows and Lists of DBRows into the correct tables automatically
- insert(Collection<E>) - Method in class nz.co.gregs.dbvolution.DBTable
-
Inserts DBRows into the database
- insert(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBBulkInsert
- insert(DBRow) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Inserts DBRows into the correct tables automatically
- insert(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- insert(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Inserts DBRows into the correct tables automatically
- insert(DBRow...) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Inserts DBRows into the correct tables automatically
- insert(DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- insert(DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Inserts DBRows into the correct tables automatically
- INSERT_QUERY - nz.co.gregs.dbvolution.databases.QueryIntention
- INSERT_ROW - nz.co.gregs.dbvolution.databases.QueryIntention
- INSERT_ROW_WITH_LARGE_OBJECT - nz.co.gregs.dbvolution.databases.QueryIntention
- insertAllRows(DBRow...) - Method in class nz.co.gregs.dbvolution.DBQueryInsert
-
Perform the full migration defined by this DBQueryInsert.
- InsertFields() - Constructor for class nz.co.gregs.dbvolution.actions.DBInsert.InsertFields
- insertOrUpdate(E) - Method in class nz.co.gregs.dbvolution.DBTable
-
Inserts DBRows into the database
- insertOrUpdate(E...) - Method in class nz.co.gregs.dbvolution.DBTable
-
Inserts DBRows into the database.
- insertOrUpdate(Collection<? extends DBRow>) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Inserts DBRows and Lists of DBRows into the correct tables automatically
- insertOrUpdate(Collection<? extends DBRow>) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- insertOrUpdate(Collection<? extends DBRow>) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Inserts DBRows and Lists of DBRows into the correct tables automatically
- insertOrUpdate(Collection<E>) - Method in class nz.co.gregs.dbvolution.DBTable
-
Inserts DBRows into the database
- insertOrUpdate(DBRow) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- insertOrUpdate(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- insertOrUpdate(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- InstanceCapableSettingsBuilder<SELF extends InstanceCapableSettingsBuilder<SELF,DATABASE>,DATABASE extends DBDatabase> - Interface in nz.co.gregs.dbvolution.databases.settingsbuilders
- instanceWrapperFor(ROW) - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionClassWrapper
-
Gets an object wrapper instance for the given target object
- instanceWrapperFor(ROW) - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionWrapperFactory
-
Gets the object adaptor for the given object.If an adaptor for the object's class has not yet been created, one will be created and added to the internal cache.
- InstantColumn - Class in nz.co.gregs.dbvolution.columns
-
Represents a database column storing a date value.
- InstantColumn(RowDefinition, Instant) - Constructor for class nz.co.gregs.dbvolution.columns.InstantColumn
-
Create a DateColumn for the supplied field of the supplied row
- InstantColumn(RowDefinition, DBInstant) - Constructor for class nz.co.gregs.dbvolution.columns.InstantColumn
-
Create a DateColumn for the supplied field of the supplied row
- InstantDayExpression(InstantExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantDayExpression
- InstantExpression - Class in nz.co.gregs.dbvolution.expressions
-
InstantExpression implements standard functions that produce a Instant or Time result.
- InstantExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Default Constructor
- InstantExpression(Instant) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Create a InstantExpression based on an existing Instant.
- InstantExpression(AnyResult<?>) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Create a InstantExpression based on an existing
InstantResult
. - InstantExpression(InstantResult) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Create a InstantExpression based on an existing
InstantResult
. - InstantExpression.AddDaysExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.AddIntegerDaysExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.AddIntegerHoursExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.AddIntegerMinutesExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.AddIntegerMonthsExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.AddIntegerSecondsExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.AddIntegerWeeksExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.AddIntegerYearsExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.AddMonthsExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.AddSecondsExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.CurrentInstantDateOnlyExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.CurrentInstantExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.CurrentTimeExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.DayOfWeekExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.DaysFromExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.EndOfMonthExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.FirstValueExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.GreatestOfExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.HoursFromExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.InstantDayExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.InstantGetDateRepeatFromExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.InstantHourExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.InstantIfDBNullExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.InstantInstantIsGreaterThanOrEqualExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.InstantIsExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.InstantIsGreaterThanExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.InstantIsInExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.InstantIsLessThanExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.InstantIsLessThanOrEqualExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.InstantIsNotExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.InstantIsNotInExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.InstantMaxExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.InstantMinExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.InstantMinusDateRepeatExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.InstantMinuteExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.InstantMonthExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.InstantPlusDateRepeatExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.InstantSecondAndSubsecondExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.InstantSecondExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.InstantSubsecondExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.InstantYearExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.LagExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.LastValueExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.LeadExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.LeastOfExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.MinutesFromExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.MonthsFromExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.NthValueExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.SecondsFromExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.WeeksFromExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantExpression.YearsFromExpression - Class in nz.co.gregs.dbvolution.expressions
- InstantGetDateRepeatFromExpression(InstantExpression, InstantResult) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantGetDateRepeatFromExpression
- InstantHourExpression(InstantExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantHourExpression
- InstantIfDBNullExpression(InstantExpression, InstantResult) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIfDBNullExpression
- InstantIfThenElseExpression(BooleanExpression, InstantExpression, InstantExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression.InstantIfThenElseExpression
- InstantInstantIsGreaterThanOrEqualExpression(InstantExpression, InstantResult) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantInstantIsGreaterThanOrEqualExpression
- InstantIsExpression(InstantExpression, InstantResult) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIsExpression
- InstantIsGreaterThanExpression(InstantExpression, InstantResult) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIsGreaterThanExpression
- InstantIsInExpression(InstantExpression, Collection<InstantResult>) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIsInExpression
- InstantIsLessThanExpression(InstantExpression, InstantResult) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIsLessThanExpression
- InstantIsLessThanOrEqualExpression(InstantExpression, InstantResult) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIsLessThanOrEqualExpression
- InstantIsNotExpression(InstantExpression, InstantResult) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIsNotExpression
- InstantIsNotInExpression(InstantExpression, Collection<InstantResult>) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIsNotInExpression
- InstantMaxExpression(InstantExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantMaxExpression
- InstantMinExpression(InstantExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantMinExpression
- InstantMinusDateRepeatExpression(InstantExpression, DateRepeatResult) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantMinusDateRepeatExpression
- InstantMinuteExpression(InstantExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantMinuteExpression
- InstantMonthExpression(InstantExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantMonthExpression
- InstantPlusDateRepeatExpression(InstantExpression, DateRepeatResult) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantPlusDateRepeatExpression
- InstantResult - Interface in nz.co.gregs.dbvolution.results
-
Interface required to be implemented by all DBExpressions that produce Date results
- InstantSecondAndSubsecondExpression(InstantExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantSecondAndSubsecondExpression
- InstantSecondExpression(InstantExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantSecondExpression
- InstantSubsecondExpression(InstantExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantSubsecondExpression
- instantValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Returns the set value of this DBDate as a Java Instant instance.
- InstantYearExpression(InstantExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantYearExpression
- IntegerColumn - Class in nz.co.gregs.dbvolution.columns
-
Represents a database column storing an integer value.
- IntegerColumn(RowDefinition, Integer) - Constructor for class nz.co.gregs.dbvolution.columns.IntegerColumn
-
Create a IntegerColumn for the supplied field of the supplied row
- IntegerColumn(RowDefinition, Long) - Constructor for class nz.co.gregs.dbvolution.columns.IntegerColumn
-
Create a IntegerColumn for the supplied field of the supplied row
- IntegerColumn(RowDefinition, DBEnum<E, Long>) - Constructor for class nz.co.gregs.dbvolution.columns.IntegerColumn
-
Create a IntegerColumn for the supplied field of the supplied row
- IntegerColumn(RowDefinition, DBInteger) - Constructor for class nz.co.gregs.dbvolution.columns.IntegerColumn
-
Create a IntegerColumn for the supplied field of the supplied row
- IntegerExpression - Class in nz.co.gregs.dbvolution.expressions
-
IntegerExpression implements standard functions that produce a integer result.
- IntegerExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Default Constructor
- IntegerExpression(int) - Constructor for class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Create a IntegerExpression based on an existing Integer.
- IntegerExpression(long) - Constructor for class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Create a IntegerExpression based on an existing Long.
- IntegerExpression(Integer) - Constructor for class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Create a IntegerExpression based on an existing Integer.
- IntegerExpression(Long) - Constructor for class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Create a IntegerExpression based on an existing Long.
- IntegerExpression(AnyResult<?>) - Constructor for class nz.co.gregs.dbvolution.expressions.IntegerExpression
- IntegerExpression(IntegerResult) - Constructor for class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Create a IntegerExpression based on an existing
IntegerResult
. - IntegerExpression.FirstValueExpression - Class in nz.co.gregs.dbvolution.expressions
- IntegerExpression.LagExpression - Class in nz.co.gregs.dbvolution.expressions
- IntegerExpression.LastValueExpression - Class in nz.co.gregs.dbvolution.expressions
- IntegerExpression.LeadExpression - Class in nz.co.gregs.dbvolution.expressions
- IntegerExpression.MaxUnaryFunction - Class in nz.co.gregs.dbvolution.expressions
- IntegerExpression.MinUnaryFunction - Class in nz.co.gregs.dbvolution.expressions
- IntegerExpression.NthValueExpression - Class in nz.co.gregs.dbvolution.expressions
- IntegerExpression.SinhFunction - Class in nz.co.gregs.dbvolution.expressions
- IntegerExpression.SumFunction - Class in nz.co.gregs.dbvolution.expressions
- IntegerIfThenElseExpression(BooleanExpression, IntegerResult, IntegerResult) - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression.IntegerIfThenElseExpression
- IntegerLengthExpression(AnyResult<?>) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.IntegerLengthExpression
- integerPart() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Removes the decimal part, if there is any, from this number and returns only the integer part.
- integerResult() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
- integerResult() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Removes the decimal part, if there is any, from this number and returns only the integer part.
- integerResult() - Method in class nz.co.gregs.dbvolution.expressions.SimpleNumericExpression
- integerResult() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
In so far as it is possible, transform the value of this expression into a number.
- IntegerResult - Interface in nz.co.gregs.dbvolution.results
-
Interface required to be implemented by all DBExpressions that produce Integer results
- IntegerResultExpression(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.IntegerResultExpression
- IntegerUtil - Class in nz.co.gregs.dbvolution.utility
- integerValue() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Converts boolean values to the database integer representation.
- intention - Variable in class nz.co.gregs.dbvolution.actions.DBAction
- InterfaceInfo - Class in nz.co.gregs.dbvolution.internal.properties
-
Used internally to extract information about generics in reflected classes.
- InterfaceInfo(Class<?>, Class<?>) - Constructor for class nz.co.gregs.dbvolution.internal.properties.InterfaceInfo
-
Resolves the most concrete known type arguments against the given interface class, as specified an the implementation class, or one of its ancestors (supertype or interfaces).
- InterfaceInfo(Class<?>, Object) - Constructor for class nz.co.gregs.dbvolution.internal.properties.InterfaceInfo
-
Resolves the most concrete known type arguments against the given interface class, as specified an the implementation class, or one of its ancestors (supertype or interfaces).
- InterfaceInfo.ParameterBounds - Class in nz.co.gregs.dbvolution.internal.properties
-
Represents the known and understood bounds of a type variable.
- internalGreatestOf(LocalDateTimeResult...) - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Returns the largest value from the list.
- internalLeastOf(LocalDateTimeResult...) - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Returns the least/smallest value from the list.
- InternalQueryableDatatypeProxy<BASETYPE> - Class in nz.co.gregs.dbvolution.datatypes
-
Internal class.Do not use.Used internally to bridge between packages.Makes it possible to hide internal methods on the QueryableDatatype so that they don't pollute the API or JavaDocs, while still providing access to the internal methods from other packages within DBvolution.
- InternalQueryableDatatypeProxy(QueryableDatatype<BASETYPE>) - Constructor for class nz.co.gregs.dbvolution.datatypes.InternalQueryableDatatypeProxy
-
Internal class, do not use.
- internalServerIsNotRunning() - Method in class nz.co.gregs.dbvolution.databases.H2SharedDB
- internalServerIsRunning() - Method in class nz.co.gregs.dbvolution.databases.H2SharedDB
- intersection(Polygon) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Create a boolean value that returns the polygon that is part of both shapes or NULL if the polygons do not intersect.
- intersection(Polygon2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Create a boolean value that returns the polygon that is part of both shapes or NULL if the polygons do not intersect.
- INTERSECTION - nz.co.gregs.dbvolution.internal.h2.Polygon2DFunctions
- INTERSECTION - nz.co.gregs.dbvolution.internal.oracle.aws.Polygon2DFunctions
- INTERSECTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Polygon2DFunctions
- INTERSECTIONPOINT_LINESEGMENT2D - nz.co.gregs.dbvolution.internal.h2.LineSegment2DFunctions
- intersectionPoints(Line2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Find all the points of intersection between this value and the specified Line2D value.
- IntersectionPointsExpression(Line2DExpression, Line2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.IntersectionPointsExpression
- INTERSECTIONPOINTSWITHLINE2D - nz.co.gregs.dbvolution.internal.postgres.Line2DFunctions
- intersectionWith(Coordinate...) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Find a point where this line and the other line (represented as a series of coordinates) cross.
- intersectionWith(Coordinate, Coordinate) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
-
Returns an value providing the point of intersection between this line segment and the line segment formed from the two coordinates provided.
- intersectionWith(LineSegment) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
-
Returns an value providing the point of intersection between this line segment and the line segment provided.
- intersectionWith(LineString) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Find a point where this line and the other line cross.
- intersectionWith(Point...) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Find a point where this line and the other line (represented as a series of points) cross.
- intersectionWith(Point, Point) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
-
Returns an value providing the point of intersection between this line segment and the line segment formed from the two points provided.
- intersectionWith(Double, Double, Double, Double) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
-
Returns an value providing the point of intersection between this line segment and the line segment formed from the four ordinates provided.
- intersectionWith(MultiPoint2DExpression) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Find a point where this line and the line derived from the MultiPoint cross.
- intersectionWith(Line2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Find a point where this line and the other line cross.
- intersectionWith(LineSegment2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
-
Returns an value providing the point of intersection between this line segment and the
LineSegment2DResult
/LineSegment2DExpression
provided. - INTERSECTIONWITH_LINE2D - nz.co.gregs.dbvolution.internal.h2.Line2DFunctions
- INTERSECTIONWITH_LINE2D - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Line2DFunctions
- INTERSECTIONWITH_LINESEGMENT2D - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.LineSegment2DFunctions
- IntersectionWithExpression(Line2DExpression, Line2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.IntersectionWithExpression
- IntersectionWithExpression(LineSegment2DExpression, LineSegment2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.IntersectionWithExpression
- INTERSECTIONWITHLINE2D - nz.co.gregs.dbvolution.internal.postgres.Line2DFunctions
- INTERSECTNWLINE2D - nz.co.gregs.dbvolution.internal.oracle.aws.Line2DFunctions
- INTERSECTPT_LSEG2D - nz.co.gregs.dbvolution.internal.oracle.aws.LineSegment2DFunctions
- intersects(Coordinate...) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Tests whether this line and the line represented by the coordinates ever cross.
- intersects(Coordinate, Coordinate) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
-
Tests whether this line segment and the line segment represented by the coordinates ever cross.
- intersects(LineSegment) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
-
Tests whether this line segment and the other line segment ever cross.
- intersects(LineString) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Tests whether this line and the other line ever cross.
- intersects(Point...) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Tests whether this line and the line represented by the points ever cross.
- intersects(Point, Point) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
-
Tests whether this line segment and the line segment represented by the points ever cross.
- intersects(Polygon) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Create a boolean value that returns TRUE if the two polygons share any spatial coordinates.
- intersects(Line2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Tests whether this line and the other line ever cross.
- intersects(LineSegment2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
-
Tests whether this line segment and the other line segment ever cross.
- intersects(Polygon2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Create a boolean value that returns TRUE if the two polygons share any spatial coordinates.
- INTERSECTS - nz.co.gregs.dbvolution.internal.h2.Polygon2DFunctions
- INTERSECTS - nz.co.gregs.dbvolution.internal.oracle.aws.Polygon2DFunctions
- INTERSECTS - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Line2DFunctions
- INTERSECTS - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.LineSegment2DFunctions
- INTERSECTS - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Polygon2DFunctions
- INTERSECTS_LINE2D - nz.co.gregs.dbvolution.internal.h2.Line2DFunctions
- INTERSECTS_LINESEGMENT2D - nz.co.gregs.dbvolution.internal.h2.LineSegment2DFunctions
- INTERSECTS_LSEG2D - nz.co.gregs.dbvolution.internal.oracle.aws.LineSegment2DFunctions
- IntersectsExpression(Line2DExpression, Line2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.IntersectsExpression
- IntersectsExpression(LineSegment2DExpression, LineSegment2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.IntersectsExpression
- INTERSECTSLINE2D - nz.co.gregs.dbvolution.internal.oracle.aws.Line2DFunctions
- INTERVAL_PREFIX - Static variable in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
DateRepeat values are often stored as Strings of the format P2015Y12M30D23h59n59.0s
- INTERVAL_PREFIX - Static variable in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
DateRepeat values are often stored as Strings of the format P2015Y12M30D23h59n59.0s
- INTERVAL_SINGLEUNIT_UNIT - Static variable in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- INTERVAL_SINGLEUNIT_VALUE - Static variable in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- intValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Returns an Integer of the database value or NULL if the database value is null
- intValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
Returns the set value of this DBInteger as a Integer, if possible.
- intValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
The current
literal value
of this DBNumber as an Integer - InvalidDeclaredTypeException - Exception in nz.co.gregs.dbvolution.exceptions
-
Thrown when a type is encountered that is not valid in the context in which it is found.
- InvalidDeclaredTypeException() - Constructor for exception nz.co.gregs.dbvolution.exceptions.InvalidDeclaredTypeException
-
Thrown when a type is encountered that is not valid in the context in which it is found.
- InvalidDeclaredTypeException(String) - Constructor for exception nz.co.gregs.dbvolution.exceptions.InvalidDeclaredTypeException
-
Thrown when a type is encountered that is not valid in the context in which it is found.
- InvalidDeclaredTypeException(String, Throwable) - Constructor for exception nz.co.gregs.dbvolution.exceptions.InvalidDeclaredTypeException
-
Thrown when a type is encountered that is not valid in the context in which it is found.
- InvalidDeclaredTypeException(Throwable) - Constructor for exception nz.co.gregs.dbvolution.exceptions.InvalidDeclaredTypeException
-
Thrown when a type is encountered that is not valid in the context in which it is found.
- InverseCosineExpression(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.InverseCosineExpression
- InverseSineExpression(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.InverseSineExpression
- InverseTangent2Expression(NumberExpression, NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.InverseTangent2Expression
- InverseTangentExpression(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.InverseTangentExpression
- invertOperator(Boolean) - Method in class nz.co.gregs.dbvolution.operators.DBOperator
-
Make this operator an exclusive rather than inclusive comparison.
- is(A) - Method in interface nz.co.gregs.dbvolution.results.EqualComparable
-
Creates a
BooleanExpression
that compares the 2 values using the EQUALS operation. - is(B) - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.DBUnaryFunction
- is(B) - Method in interface nz.co.gregs.dbvolution.results.EqualComparable
-
Creates a
BooleanExpression
that compares the 2 values using the EQUALS operation. - is(LineSegment) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
-
Creates a
BooleanExpression
that compares the 2 instances using the EQUALS operation. - is(LineString) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Compare the value of the given LineString to this value using the equivalent of EQUALS.
- is(MultiPoint) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
-
Creates a
BooleanExpression
that compares the 2 instances using the EQUALS operation. - is(Point) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
-
Creates a
BooleanExpression
that compares the 2 instances using the EQUALS operation. - is(Polygon) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Compare this value to the exterior ring of the given Polygon2D using the equivalent of EQUALS.
- is(Polygon) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Creates a
BooleanExpression
that compares the 2 values using the EQUALS operation. - is(D) - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression
- is(Boolean) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Compare this BooleanExpression and the given boolean using the equality operator, that is "=" or similar.
- is(Boolean[]) - Method in class nz.co.gregs.dbvolution.expressions.BooleanArrayExpression
-
Create a BooleanExpression that will compare the BooleanArrayResult provided to this BooleanArrayExpression using the equivalent of the EQUALS operator.
- is(Integer) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Tests the IntegerExpression against the supplied integer.
- is(Long) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Tests the IntegerExpression against the supplied integer.
- is(Number) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Tests the IntegerExpression against the supplied integer.
- is(Number) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Tests the NumberExpression against the supplied number.
- is(Number) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the EQUALS operator.
- is(String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the EQUALS operator.
- is(Duration) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Returns TRUE if this expression and the provided value are the same.
- is(Instant) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that test whether this date expression is equal to the supplied date.
- is(LocalDate) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that test whether this date expression is equal to the supplied date.
- is(LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that test whether this date expression is equal to the supplied date.
- is(Date) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that test whether this date expression is equal to the supplied date.
- is(UUID) - Method in class nz.co.gregs.dbvolution.expressions.UUIDExpression
- is(DBBoolean) - Method in class nz.co.gregs.dbvolution.columns.BooleanColumn
-
Create an expression to compare this column to the other column using EQUALS.
- is(DBBooleanArray) - Method in class nz.co.gregs.dbvolution.columns.BooleanArrayColumn
-
Creates an expression that will compare this column to the other column.
- is(DBDate) - Method in class nz.co.gregs.dbvolution.columns.DateColumn
-
Create an expression to compare this column to the other column using EQUALS.
- is(DBDateRepeat) - Method in class nz.co.gregs.dbvolution.columns.DateRepeatColumn
-
Create an expression to compare this column to the other column using EQUALS.
- is(DBDuration) - Method in class nz.co.gregs.dbvolution.columns.DurationColumn
-
Create an expression to compare this column to the other column using EQUALS.
- is(DBInstant) - Method in class nz.co.gregs.dbvolution.columns.InstantColumn
-
Create an expression to compare this column to the other column using EQUALS.
- is(DBInteger) - Method in class nz.co.gregs.dbvolution.columns.IntegerColumn
-
Create an expression to compare this column to the other column using EQUALS.
- is(DBLocalDate) - Method in class nz.co.gregs.dbvolution.columns.LocalDateColumn
-
Create an expression to compare this column to the other column using EQUALS.
- is(DBLocalDateTime) - Method in class nz.co.gregs.dbvolution.columns.LocalDateTimeColumn
-
Create an expression to compare this column to the other column using EQUALS.
- is(DBNumber) - Method in class nz.co.gregs.dbvolution.columns.NumberColumn
-
Create an expression to compare this column to the other column using EQUALS.
- is(DBString) - Method in class nz.co.gregs.dbvolution.columns.StringColumn
-
Create an expression to compare this column to the other column using EQUALS.
- is(BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Compare this BooleanExpression and the given
BooleanResult
using the equality operator, that is "=" or similar. - is(StringExpression) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the EQUALS operator.
- is(BooleanArrayResult) - Method in class nz.co.gregs.dbvolution.expressions.BooleanArrayExpression
-
Create a BooleanExpression that will compare the BooleanArrayResult provided to this BooleanArrayExpression using the equivalent of the EQUALS operator.
- is(BooleanResult) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Compare this BooleanExpression and the given
BooleanResult
using the equality operator, that is "=" or similar. - is(DateRepeatResult) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Returns TRUE if this expression and the provided value are the same.
- is(DateResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that test whether this date expression is equal to the supplied date.
- is(DurationResult) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Returns TRUE if this expression and the provided value are the same.
- is(InstantResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that test whether this date expression is equal to the supplied date.
- is(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Tests the IntegerExpression against the supplied IntegerExpression.
- is(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Tests the NumberExpression against the supplied numberExpression.
- is(Line2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Compare the value of the given Line2D to this value using the equivalent of EQUALS.
- is(LineSegment2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
- is(LocalDateResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that test whether this date expression is equal to the supplied date.
- is(LocalDateTimeResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that test whether this date expression is equal to the supplied date.
- is(MultiPoint2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
- is(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Tests the IntegerExpression against the supplied integer.
- is(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Tests the NumberExpression against the supplied numberExpression.
- is(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the EQUALS operator.
- is(Point2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
- is(Polygon2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- is(StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the EQUALS operator.
- is(UUIDResult) - Method in class nz.co.gregs.dbvolution.expressions.UUIDExpression
- is(Period) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Returns TRUE if this expression and the provided value are the same.
- is(R) - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.DBUnaryFunction
- isAggregator() - Method in class nz.co.gregs.dbvolution.columns.AbstractColumn
- isAggregator() - Method in class nz.co.gregs.dbvolution.columns.AbstractQueryColumn
- isAggregator() - Method in class nz.co.gregs.dbvolution.columns.BooleanArrayColumn
- isAggregator() - Method in class nz.co.gregs.dbvolution.columns.BooleanColumn
- isAggregator() - Method in class nz.co.gregs.dbvolution.columns.ByteArrayColumn
-
Deprecated.
- isAggregator() - Method in class nz.co.gregs.dbvolution.columns.DateColumn
- isAggregator() - Method in class nz.co.gregs.dbvolution.columns.DateRepeatColumn
- isAggregator() - Method in class nz.co.gregs.dbvolution.columns.DurationColumn
- isAggregator() - Method in class nz.co.gregs.dbvolution.columns.InstantColumn
- isAggregator() - Method in class nz.co.gregs.dbvolution.columns.IntegerColumn
- isAggregator() - Method in class nz.co.gregs.dbvolution.columns.LargeObjectColumn
- isAggregator() - Method in class nz.co.gregs.dbvolution.columns.Line2DColumn
- isAggregator() - Method in class nz.co.gregs.dbvolution.columns.LineSegment2DColumn
- isAggregator() - Method in class nz.co.gregs.dbvolution.columns.LocalDateColumn
- isAggregator() - Method in class nz.co.gregs.dbvolution.columns.LocalDateTimeColumn
- isAggregator() - Method in class nz.co.gregs.dbvolution.columns.MultiPoint2DColumn
- isAggregator() - Method in class nz.co.gregs.dbvolution.columns.NumberColumn
- isAggregator() - Method in class nz.co.gregs.dbvolution.columns.Point2DColumn
- isAggregator() - Method in class nz.co.gregs.dbvolution.columns.Polygon2DColumn
- isAggregator() - Method in class nz.co.gregs.dbvolution.columns.QueryColumn
- isAggregator() - Method in class nz.co.gregs.dbvolution.columns.StringColumn
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.DBBooleanArray
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.DBDateRepeat
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.DBDuration
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.DBEnum
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.DBJavaObject
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumberStatistics
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.DBStatistics
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.DBString
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.DBUnknownDatatype
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.DBUntypedValue
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.DBUUID
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLine2D
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLineSegment2D
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBMultiPoint2D
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPoint2D
- isAggregator() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPolygon2D
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression.CountAllExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression.CountDistinctExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression.CountExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression.NTileExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression.PercentageExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression.RankExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.BooleanArrayExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.FirstValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.LastValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.NthValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.CaseExpression.WhenExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateMaxExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateMinExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.FirstValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.LastValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.NthValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.Comparison
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.FirstValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.LastValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.NthValueExpression
- isAggregator() - Method in interface nz.co.gregs.dbvolution.expressions.DBExpression
-
Returns TRUE if this expression is an Aggregator like SUM() or LEAST().
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression.FirstValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression.LastValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression.NthValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.DBUnaryFunction
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.ModeSimpleExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.ModeStrictExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.ExistsExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.FirstValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantMaxExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantMinExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.LastValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.NthValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression.FirstValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression.LastValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression.MaxUnaryFunction
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression.MinUnaryFunction
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression.NthValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression.SumFunction
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMaxExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMinExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.FirstValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.LastValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.NthValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.FirstValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LastValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMaxExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMinExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.NthValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.AverageExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.FirstValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.LastValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.MaxUnaryFunction
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.MinUnaryFunction
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.NthValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.StandardDeviationExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.SumExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression.MedianExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression.UniqueRankingExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.SortProvider
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.DBBinaryStringFunction
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.FirstValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.LastValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.NthValueExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringAggregateExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringAggregateWithOrderByExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringMaxExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringMinExpression
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameEnd
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameStart
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameType
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Partitioned
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Sorted
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Partitioned
- isAggregator() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Sorted
- isAggregator() - Method in class nz.co.gregs.dbvolution.internal.query.RecursiveQueryDepthIncreaseExpression
- isAnnotationPresent(Class<? extends Annotation>) - Method in class nz.co.gregs.dbvolution.internal.properties.JavaBeanProperty
- isAnnotationPresent(Class<? extends Annotation>) - Method in class nz.co.gregs.dbvolution.internal.properties.JavaField
- isAnnotationPresent(Class<? extends Annotation>) - Method in interface nz.co.gregs.dbvolution.internal.properties.JavaProperty
-
Indicates whether the specified annotation is declared on this java property.
- isAutoFilling() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Returns true if the property wrapped is an auto-filling field.
- isAutoIncrement - Variable in class nz.co.gregs.dbvolution.generation.DBTableField
-
TRUE if the DBTableField is an auto-incrementing column, otherwise FALSE.
- isAutoIncrement - Variable in class nz.co.gregs.dbvolution.generation.deprecated.DBTableField
-
Deprecated.TRUE if the DBTableField is an auto-incrementing column, otherwise FALSE.
- isAutoIncrement() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Returns true if the property wrapped is an auto-incrementing column.
- isAutomaticValueField() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
- isBetween(int, int) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Performs searches based on a range.
- isBetween(A, A) - Method in interface nz.co.gregs.dbvolution.results.RangeComparable
- isBetween(A, B) - Method in interface nz.co.gregs.dbvolution.results.RangeComparable
- isBetween(B, A) - Method in interface nz.co.gregs.dbvolution.results.RangeComparable
- isBetween(B, B) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isBetween(B, B) - Method in interface nz.co.gregs.dbvolution.results.RangeComparable
- isBetween(B, D) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isBetween(B, R) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isBetween(D, B) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isBetween(D, D) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isBetween(D, R) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isBetween(Long, Long) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Performs searches based on a range.
- isBetween(Long, IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Performs searches based on a range.
- isBetween(Number, Number) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Performs searches based on a range.
- isBetween(Number, IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Performs searches based on a range.
- isBetween(Number, IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Performs searches based on a range.
- isBetween(Number, NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Performs searches based on a range.
- isBetween(String, String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Performs searches based on a range.
- isBetween(String, StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Performs searches based on a range.
- isBetween(Instant, Instant) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Performs searches based on a range.
- isBetween(Instant, InstantResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Performs searches based on a range.
- isBetween(LocalDate, LocalDate) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Performs searches based on a range.
- isBetween(LocalDate, LocalDateResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Performs searches based on a range.
- isBetween(LocalDateTime, LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Performs searches based on a range.
- isBetween(LocalDateTime, LocalDateTimeResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Performs searches based on a range.
- isBetween(Date, Date) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Performs searches based on a range.
- isBetween(Date, DateResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Performs searches based on a range.
- isBetween(DateRepeatResult, DateRepeatResult) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
- isBetween(DateResult, Date) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Performs searches based on a range.
- isBetween(DateResult, DateResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Performs searches based on a range.
- isBetween(DurationResult, DurationResult) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
- isBetween(InstantResult, Instant) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Performs searches based on a range.
- isBetween(InstantResult, InstantResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Performs searches based on a range.
- isBetween(IntegerResult, Long) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Performs searches based on a range.
- isBetween(IntegerResult, Number) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Performs searches based on a range.
- isBetween(IntegerResult, Number) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Performs searches based on a range.
- isBetween(IntegerResult, IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Performs searches based on a range.
- isBetween(IntegerResult, IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Performs searches based on a range.
- isBetween(IntegerResult, NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Performs searches based on a range.
- isBetween(LocalDateResult, LocalDate) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Performs searches based on a range.
- isBetween(LocalDateResult, LocalDateResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Performs searches based on a range.
- isBetween(LocalDateTimeResult, LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Performs searches based on a range.
- isBetween(LocalDateTimeResult, LocalDateTimeResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Performs searches based on a range.
- isBetween(NumberResult, Number) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Performs searches based on a range.
- isBetween(NumberResult, NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Performs searches based on a range.
- isBetween(StringResult, String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Performs searches based on a range.
- isBetween(StringResult, StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Performs searches based on a range.
- isBetween(R, B) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isBetween(R, D) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isBetweenExclusive(A, A) - Method in interface nz.co.gregs.dbvolution.results.RangeComparable
- isBetweenExclusive(A, B) - Method in interface nz.co.gregs.dbvolution.results.RangeComparable
- isBetweenExclusive(B, A) - Method in interface nz.co.gregs.dbvolution.results.RangeComparable
- isBetweenExclusive(B, B) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isBetweenExclusive(B, B) - Method in interface nz.co.gregs.dbvolution.results.RangeComparable
- isBetweenExclusive(B, D) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isBetweenExclusive(B, R) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isBetweenExclusive(D, B) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isBetweenExclusive(D, D) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isBetweenExclusive(D, R) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isBetweenExclusive(Long, Long) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Performs searches based on a range.
- isBetweenExclusive(Long, IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Performs searches based on a range.
- isBetweenExclusive(Number, Number) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Performs searches based on a range.
- isBetweenExclusive(Number, Number) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Performs searches based on a range.
- isBetweenExclusive(Number, IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Performs searches based on a range.
- isBetweenExclusive(Number, NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Performs searches based on a range.
- isBetweenExclusive(Number, NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Performs searches based on a range.
- isBetweenExclusive(Number, SimpleNumericResult<?>) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Performs searches based on a range.
- isBetweenExclusive(String, String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Performs searches based on a range.
- isBetweenExclusive(String, StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Performs searches based on a range.
- isBetweenExclusive(Instant, Instant) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Performs searches based on a range.
- isBetweenExclusive(Instant, InstantResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Performs searches based on a range.
- isBetweenExclusive(LocalDate, LocalDate) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Performs searches based on a range.
- isBetweenExclusive(LocalDate, LocalDateResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Performs searches based on a range.
- isBetweenExclusive(LocalDateTime, LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Performs searches based on a range.
- isBetweenExclusive(LocalDateTime, LocalDateTimeResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Performs searches based on a range.
- isBetweenExclusive(Date, Date) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Performs searches based on a range.
- isBetweenExclusive(Date, DateResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Performs searches based on a range.
- isBetweenExclusive(DateRepeatResult, DateRepeatResult) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
- isBetweenExclusive(DateResult, Date) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Performs searches based on a range.
- isBetweenExclusive(DateResult, DateResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Performs searches based on a range.
- isBetweenExclusive(DurationResult, DurationResult) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
- isBetweenExclusive(InstantResult, Instant) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Performs searches based on a range.
- isBetweenExclusive(InstantResult, InstantResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Performs searches based on a range.
- isBetweenExclusive(IntegerResult, Integer) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Performs searches based on a range.
- isBetweenExclusive(IntegerResult, Long) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Performs searches based on a range.
- isBetweenExclusive(IntegerResult, Number) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Performs searches based on a range.
- isBetweenExclusive(IntegerResult, IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Performs searches based on a range.
- isBetweenExclusive(IntegerResult, IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Performs searches based on a range.
- isBetweenExclusive(LocalDateResult, LocalDate) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Performs searches based on a range.
- isBetweenExclusive(LocalDateResult, LocalDateResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Performs searches based on a range.
- isBetweenExclusive(LocalDateTimeResult, LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Performs searches based on a range.
- isBetweenExclusive(LocalDateTimeResult, LocalDateTimeResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Performs searches based on a range.
- isBetweenExclusive(NumberResult, Number) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Performs searches based on a range.
- isBetweenExclusive(NumberResult, Number) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Performs searches based on a range.
- isBetweenExclusive(NumberResult, NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Performs searches based on a range.
- isBetweenExclusive(StringResult, String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Performs searches based on a range.
- isBetweenExclusive(StringResult, StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Performs searches based on a range.
- isBetweenExclusive(R, B) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isBetweenExclusive(R, D) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isBetweenInclusive(A, A) - Method in interface nz.co.gregs.dbvolution.results.RangeComparable
- isBetweenInclusive(A, B) - Method in interface nz.co.gregs.dbvolution.results.RangeComparable
- isBetweenInclusive(B, A) - Method in interface nz.co.gregs.dbvolution.results.RangeComparable
- isBetweenInclusive(B, B) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isBetweenInclusive(B, B) - Method in interface nz.co.gregs.dbvolution.results.RangeComparable
- isBetweenInclusive(B, D) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isBetweenInclusive(B, R) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isBetweenInclusive(D, B) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isBetweenInclusive(D, D) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isBetweenInclusive(D, R) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isBetweenInclusive(Integer, Integer) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Performs searches based on a range.
- isBetweenInclusive(Integer, IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Performs searches based on a range.
- isBetweenInclusive(Long, Long) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Performs searches based on a range.
- isBetweenInclusive(Long, IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Performs searches based on a range.
- isBetweenInclusive(Number, Number) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Performs searches based on a range.
- isBetweenInclusive(Number, IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Performs searches based on a range.
- isBetweenInclusive(Number, NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Performs searches based on a range.
- isBetweenInclusive(String, String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Performs searches based on a range.
- isBetweenInclusive(String, StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Performs searches based on a range.
- isBetweenInclusive(Instant, Instant) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Performs searches based on a range.
- isBetweenInclusive(Instant, InstantResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Performs searches based on a range.
- isBetweenInclusive(LocalDate, LocalDate) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Performs searches based on a range.
- isBetweenInclusive(LocalDate, LocalDateResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Performs searches based on a range.
- isBetweenInclusive(LocalDateTime, LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Performs searches based on a range.
- isBetweenInclusive(LocalDateTime, LocalDateTimeResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Performs searches based on a range.
- isBetweenInclusive(Date, Date) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Performs searches based on a range.
- isBetweenInclusive(Date, DateResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Performs searches based on a range.
- isBetweenInclusive(DateRepeatResult, DateRepeatResult) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
- isBetweenInclusive(DateResult, Date) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Performs searches based on a range.
- isBetweenInclusive(DateResult, DateResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Performs searches based on a range.
- isBetweenInclusive(DurationResult, DurationResult) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
- isBetweenInclusive(InstantResult, Instant) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Performs searches based on a range.
- isBetweenInclusive(InstantResult, InstantResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Performs searches based on a range.
- isBetweenInclusive(IntegerResult, Integer) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Performs searches based on a range.
- isBetweenInclusive(IntegerResult, Long) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Performs searches based on a range.
- isBetweenInclusive(IntegerResult, Number) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Performs searches based on a range.
- isBetweenInclusive(IntegerResult, IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Performs searches based on a range.
- isBetweenInclusive(IntegerResult, IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Performs searches based on a range.
- isBetweenInclusive(LocalDateResult, LocalDate) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Performs searches based on a range.
- isBetweenInclusive(LocalDateResult, LocalDateResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Performs searches based on a range.
- isBetweenInclusive(LocalDateTimeResult, LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Performs searches based on a range.
- isBetweenInclusive(LocalDateTimeResult, LocalDateTimeResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Performs searches based on a range.
- isBetweenInclusive(NumberResult, Number) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Performs searches based on a range.
- isBetweenInclusive(NumberResult, NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Performs searches based on a range.
- isBetweenInclusive(NumberResult, NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Performs searches based on a range.
- isBetweenInclusive(StringResult, String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Performs searches based on a range.
- isBetweenInclusive(StringResult, StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Performs searches based on a range.
- isBetweenInclusive(R, B) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isBetweenInclusive(R, D) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isBlankQueryAllowed() - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- isBooleanStatement() - Method in class nz.co.gregs.dbvolution.columns.BooleanColumn
- isBooleanStatement() - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
- isBooleanStatement() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
- isBooleanStatement() - Method in class nz.co.gregs.dbvolution.expressions.CaseExpression.BooleanExpressionNonStatement
- isBooleanStatement() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.HasMagnitudeExpression
- isBooleanStatement() - Method in interface nz.co.gregs.dbvolution.results.BooleanResult
-
Indicates whether the result is a boolean statement or boolean value.
- isCartesianJoinAllowed() - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- isClosed() - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- isClosed() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- isClosed() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- isClosed() - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Retrieves whether this Statement object has been closed.
- isCloseOnCompletion() - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Unsupported.
- isColumn() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Indicates whether this property is a column.
- isColumn() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Indicates whether this property is a column.
- isColumnNamesCaseSensitive() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether this database distinguishes between upper and lowercase letters in column names.
- isColumnNamesCaseSensitive() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
-
Indicates whether this database distinguishes between upper and lowercase letters in column names.
- isComplexExpression() - Method in class nz.co.gregs.dbvolution.columns.AbstractColumn
- isComplexExpression() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
- isComplexExpression() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression
-
A complex expression requires more than just a function call in the select clause.
- isComplexExpression() - Method in class nz.co.gregs.dbvolution.expressions.BooleanArrayExpression
- isComplexExpression() - Method in class nz.co.gregs.dbvolution.expressions.CaseExpression.WhenExpression
- isComplexExpression() - Method in interface nz.co.gregs.dbvolution.expressions.DBExpression
- isComplexExpression() - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.ModeSimpleExpression
- isComplexExpression() - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.ModeStrictExpression
- isComplexExpression() - Method in class nz.co.gregs.dbvolution.expressions.LargeObjectExpression
- isComplexExpression() - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression.MedianExpression
- isComplexExpression() - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression.UniqueRankingExpression
- isComplexExpression() - Method in class nz.co.gregs.dbvolution.expressions.SortProvider
- isComplexExpression() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameEnd
- isComplexExpression() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameStart
- isComplexExpression() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameType
- isComplexExpression() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable
- isComplexExpression() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Partitioned
- isComplexExpression() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Sorted
- isComplexExpression() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy
- isComplexExpression() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Partitioned
- isComplexExpression() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Sorted
- isConsistentWithEmptyRow(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
- isConsistentWithEmptyRow(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
- isCreatingNativeQuery() - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
-
Used while simulating OUTER JOIN to indicate that the simulation is occurring.
- isDBDatabaseCluster() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- isDDL() - Method in enum nz.co.gregs.dbvolution.databases.QueryIntention
- isDead(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- isDefined() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Support DBvolution at Patreon
- isDefined() - Method in class nz.co.gregs.dbvolution.DBRow
-
Indicates whether this instance is a defined row within the database.
- isDropDatabase() - Method in enum nz.co.gregs.dbvolution.databases.QueryIntention
- isDropTable() - Method in enum nz.co.gregs.dbvolution.databases.QueryIntention
- isDueToRun() - Method in class nz.co.gregs.dbvolution.utility.RegularProcess
- isDuplicateColumnException(Exception) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- isDuplicateColumnException(Exception) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- isDuplicateColumnException(Exception) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- isDuplicateColumnException(Exception) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- isDuplicateColumnException(Exception) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- isEarlierThan(Instant) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that test whether this date expression is less than to the supplied date.
- isEarlierThan(LocalDate) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that test whether this date expression is less than to the supplied date.
- isEarlierThan(LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that test whether this date expression is less than to the supplied date.
- isEarlierThan(Date) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that test whether this date expression is less than to the supplied date.
- isEarlierThan(DateResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that test whether this date expression is less than to the supplied date.
- isEarlierThan(InstantResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that test whether this date expression is less than to the supplied date.
- isEarlierThan(LocalDateResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that test whether this date expression is less than to the supplied date.
- isEarlierThan(LocalDateTimeResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that test whether this date expression is less than to the supplied date.
- isEmpty() - Method in class nz.co.gregs.dbvolution.datatypes.DBUUID
- isEmpty() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
- isEmpty() - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- isEmpty() - Method in class nz.co.gregs.dbvolution.utility.encryption.Encrypted
- isEmptyOrNull(String) - Static method in class nz.co.gregs.dbvolution.utility.StringCheck
-
Synonym for value == null || value.isEmpty() but a lot more concise.
- isEmptyOrNull(String...) - Static method in class nz.co.gregs.dbvolution.utility.StringCheck
-
Synonym for value == null || value.isEmpty() but a lot more concise.
- isEmptyOrNullString() - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Returns TRUE if the database value is the empty string or NULL
- isEmptyRow() - Method in class nz.co.gregs.dbvolution.DBRow
-
Indicates whether this instance has any values set from the database.
- isEmptyString() - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Indicates whether this DBString value is the SQL equivalent of a java empty String.
- isEqualTo(String, String) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DateRepeatImpl
- isEqualTo(String, String) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DurationImpl
- isEven() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Tests the IntegerExpression to see if the result is an even number.
- isEven() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Tests the NumberExpression to see if the result is an even number.
- isEven(int) - Static method in class nz.co.gregs.dbvolution.utility.IntegerUtil
- IsExpression(BooleanExpression, BooleanResult) - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression.IsExpression
- IsExpression(DateRepeatExpression, DateRepeatResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.IsExpression
- IsExpression(DurationExpression, DurationResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DurationExpression.IsExpression
- IsExpression(Line2DExpression, Line2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.IsExpression
- IsExpression(LineSegment2DExpression, LineSegment2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.IsExpression
- IsExpression(Point2DExpression, Point2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.IsExpression
- isFalse() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Returns FALSE if this expression is TRUE, or TRUE if it is FALSE.
- isField() - Method in class nz.co.gregs.dbvolution.internal.properties.JavaBeanProperty
- isField() - Method in class nz.co.gregs.dbvolution.internal.properties.JavaField
- isField() - Method in interface nz.co.gregs.dbvolution.internal.properties.JavaProperty
-
Indicates whether this java property is a field.
- isForeignKey - Variable in class nz.co.gregs.dbvolution.generation.DBTableField
-
TRUE if the column/field is a Foreign Key DBTableField, otherwise FALSE.
- isForeignKey - Variable in class nz.co.gregs.dbvolution.generation.deprecated.DBTableField
-
Deprecated.TRUE if the column/field is a Foreign Key DBTableField, otherwise FALSE.
- isForeignKey() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Indicates whether this property is a foreign key.
- isForeignKey() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Indicates whether this property is a foreign key.
- isForeignKeyColumn(String, String) - Method in class nz.co.gregs.dbvolution.databases.metadata.ForeignKeyRecognisor
-
Default implementation, returns FALSE.
- isForeignKeyColumn(String, String) - Method in class nz.co.gregs.dbvolution.generation.deprecated.ForeignKeyRecognisor
-
Default implementation, returns FALSE.
- isForeignKeyColumn(String, String) - Method in class nz.co.gregs.dbvolution.generation.FKBasedFKRecognisor
-
Indicates that the column is a foreign key if the column name starts with "fk_".
- isForeignKeyTo(DBRow) - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Returns TRUE if the property wrapped is a foreign key reference to the table supplied
- isFullOuterJoin() - Method in class nz.co.gregs.dbvolution.internal.query.QueryState
- isGreaterThan(A) - Method in interface nz.co.gregs.dbvolution.results.RangeComparable
-
Creates a
BooleanExpression
that compares the 2 instances using the GREATERTHAN operation. - isGreaterThan(A, BooleanExpression) - Method in interface nz.co.gregs.dbvolution.results.RangeComparable
-
Creates a
BooleanExpression
that compares the 2 instances using the GREATERTHAN operation. - isGreaterThan(B) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isGreaterThan(B) - Method in interface nz.co.gregs.dbvolution.results.RangeComparable
-
Creates a
BooleanExpression
that compares the 2 instances using the GREATERTHAN operation. - isGreaterThan(B, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isGreaterThan(B, BooleanExpression) - Method in interface nz.co.gregs.dbvolution.results.RangeComparable
-
Creates a
BooleanExpression
that compares the 2 instances using the GREATERTHAN operation. - isGreaterThan(D) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isGreaterThan(D, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isGreaterThan(Integer, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Like LESSTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isGreaterThan(Long) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Tests the IntegerExpression against the number and returns TRUE if the value is greater than number.
- isGreaterThan(Long, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Like LESSTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isGreaterThan(Number) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Tests the IntegerExpression against the number and returns TRUE if the value is greater than number.
- isGreaterThan(Number) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Tests the NumberExpression against the number and returns TRUE if the value is greater than number.
- isGreaterThan(Number, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Like LESSTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isGreaterThan(String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the GREATERTHAN operator.
- isGreaterThan(String, String) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DateRepeatImpl
- isGreaterThan(String, String) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DurationImpl
- isGreaterThan(String, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Like GREATERTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isGreaterThan(Duration) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Returns TRUE if this expression evaluates to a greater or less negative offset than the provided value, otherwise FALSE.
- isGreaterThan(Duration, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Returns TRUE if this expression evaluates to an greater offset than the provided value, FALSE when the it is smaller than the provided value, and the value of the fallBackWhenEqual parameter when the 2 values are the same.
- isGreaterThan(Instant) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that test whether this date expression is greater than the supplied date.
- isGreaterThan(Instant, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Like GREATERTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isGreaterThan(LocalDate) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that test whether this date expression is greater than the supplied date.
- isGreaterThan(LocalDate, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Like GREATERTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isGreaterThan(LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that test whether this date expression is greater than the supplied date.
- isGreaterThan(LocalDateTime, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Like GREATERTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isGreaterThan(Date) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that test whether this date expression is greater than the supplied date.
- isGreaterThan(Date, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Like GREATERTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isGreaterThan(DateRepeatResult) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Returns TRUE if this expression evaluates to a smaller or more negative offset than the provided value, otherwise FALSE.
- isGreaterThan(DateRepeatResult, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Returns TRUE if this expression evaluates to an greater offset than the provided value, FALSE when the it is smaller than the provided value, and the value of the fallBackWhenEqual parameter when the 2 values are the same.
- isGreaterThan(DateResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that test whether this date expression is greater than the supplied DateResult.
- isGreaterThan(DateResult, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Like GREATERTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isGreaterThan(DurationResult) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Returns TRUE if this expression evaluates to a smaller or more negative offset than the provided value, otherwise FALSE.
- isGreaterThan(DurationResult, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Returns TRUE if this expression evaluates to an greater offset than the provided value, FALSE when the it is smaller than the provided value, and the value of the fallBackWhenEqual parameter when the 2 values are the same.
- isGreaterThan(InstantResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that test whether this date expression is greater than the supplied InstantResult.
- isGreaterThan(InstantResult, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Like GREATERTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isGreaterThan(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Tests the IntegerExpression against the number and returns TRUE if the value is greater than number.
- isGreaterThan(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Tests the NumberExpression against the number and returns TRUE if the value is greater than number.
- isGreaterThan(IntegerResult, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Like GREATERTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isGreaterThan(IntegerResult, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Like LESSTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isGreaterThan(LocalDateResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that test whether this date expression is greater than the supplied LocalDateResult.
- isGreaterThan(LocalDateResult, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Like GREATERTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isGreaterThan(LocalDateTimeResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that test whether this date expression is greater than the supplied LocalDateTimeResult.
- isGreaterThan(LocalDateTimeResult, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Like GREATERTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isGreaterThan(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Tests the NumberExpression against the number and returns TRUE if the value is greater than number.
- isGreaterThan(NumberResult, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Like GREATERTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isGreaterThan(StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the GREATERTHAN operator.
- isGreaterThan(StringResult, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Like GREATERTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isGreaterThan(Period) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Returns TRUE if this expression evaluates to a greater or less negative offset than the provided value, otherwise FALSE.
- isGreaterThan(Period, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Returns TRUE if this expression evaluates to an greater offset than the provided value, FALSE when the it is smaller than the provided value, and the value of the fallBackWhenEqual parameter when the 2 values are the same.
- isGreaterThanOrEqual(A) - Method in interface nz.co.gregs.dbvolution.results.RangeComparable
-
Creates a
BooleanExpression
that compares the 2 instances using the GREATERTHAN operation. - isGreaterThanOrEqual(B) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isGreaterThanOrEqual(B) - Method in interface nz.co.gregs.dbvolution.results.RangeComparable
-
Creates a
BooleanExpression
that compares the 2 instances using the GREATERTHAN operation. - isGreaterThanOrEqual(D) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isGreaterThanOrEqual(Integer) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Tests the IntegerExpression against the number and returns TRUE if the value is greater than or equal to number.
- isGreaterThanOrEqual(Long) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Tests the IntegerExpression against the number and returns TRUE if the value is greater than or equal to number.
- isGreaterThanOrEqual(Number) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Tests the NumberExpression against the number and returns TRUE if the value is greater than or equal to number.
- isGreaterThanOrEqual(String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the ">=" operator.
- isGreaterThanOrEqual(Duration) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Returns TRUE if this expression evaluates to an equal or greater offset than the provided value, otherwise FALSE.
- isGreaterThanOrEqual(Instant) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that test whether this date expression is greater than or equal to the supplied Instant.
- isGreaterThanOrEqual(LocalDate) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that test whether this date expression is greater than or equal to the supplied LocalDate.
- isGreaterThanOrEqual(LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that test whether this date expression is greater than or equal to the supplied LocalDateTime.
- isGreaterThanOrEqual(Date) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that test whether this date expression is greater than or equal to the supplied Date.
- isGreaterThanOrEqual(DateRepeatResult) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Returns TRUE if this expression evaluates to an equal or greater offset than the provided value, otherwise FALSE.
- isGreaterThanOrEqual(DateResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that test whether this date expression is greater than or equal to the supplied DateResult.
- isGreaterThanOrEqual(DurationResult) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Returns TRUE if this expression evaluates to an equal or greater offset than the provided value, otherwise FALSE.
- isGreaterThanOrEqual(InstantResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that test whether this date expression is greater than or equal to the supplied InstantResult.
- isGreaterThanOrEqual(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Tests the IntegerExpression against the number and returns TRUE if the value is greater than or equal to number.
- isGreaterThanOrEqual(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Tests the NumberExpression against the number and returns TRUE if the value is greater than or equal to number.
- isGreaterThanOrEqual(LocalDateResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that test whether this date expression is greater than or equal to the supplied LocalDateResult.
- isGreaterThanOrEqual(LocalDateTimeResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that test whether this date expression is greater than or equal to the supplied LocalDateTimeResult.
- isGreaterThanOrEqual(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Tests the NumberExpression against the number and returns TRUE if the value is greater than or equal to number.
- isGreaterThanOrEqual(StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the ">=" operator.
- isGreaterThanOrEqual(Period) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Returns TRUE if this expression evaluates to an equal or greater offset than the provided value, otherwise FALSE.
- IsGreaterThanOrEqualExpression(DateRepeatExpression, DateRepeatResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.IsGreaterThanOrEqualExpression
- IsGreaterThanOrEqualExpression(DurationExpression, DurationResult) - Constructor for class nz.co.gregs.dbvolution.expressions.DurationExpression.IsGreaterThanOrEqualExpression
- isGroupedQuery() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
-
Return the requirement for a GROUP BY clause.
- isIgnoreCase(Number) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the EQUALS operator and the LOWERCASE function.
- isIgnoreCase(String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the EQUALS operator and the LOWERCASE function.
- isIgnoreCase(StringExpression) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the EQUALS operator and the LOWERCASE function.
- isIgnoreCase(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the EQUALS operator and the LOWERCASE function.
- isIgnoreCase(StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the EQUALS operator and the LOWERCASE function.
- isIgnoreExceptions() - Method in class nz.co.gregs.dbvolution.internal.query.StatementDetails
- isIn(A...) - Method in interface nz.co.gregs.dbvolution.results.InComparable
-
Creates a
BooleanExpression
that compares the 2 values using the IN operation. - isIn(B...) - Method in class nz.co.gregs.dbvolution.expressions.InExpression
- isIn(D...) - Method in class nz.co.gregs.dbvolution.expressions.InExpression
- isIn(Integer...) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Compares the IntegerExpression against the list of possible values and returns true if the IntegerExpression is represented in the list.
- isIn(Integer...) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
- isIn(Collection<? extends Number>) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Compares the IntegerExpression against the list of possible values and returns true if the IntegerExpression is represented in the list.
- isIn(Collection<? extends DateResult>) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that test whether this date expression is included in the list of Dates.
- isIn(Collection<? extends InstantResult>) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that test whether this date expression is included in the list of Instants.
- isIn(Collection<? extends LocalDateResult>) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that test whether this date expression is included in the list of Dates.
- isIn(Collection<? extends LocalDateTimeResult>) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that test whether this date expression is included in the list of LocalDateTimes.
- isIn(Collection<Integer>) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
- isIn(Collection<String>) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the IN operator.
- isIn(DBInteger...) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
- isIn(IntegerResult...) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
- isIn(R...) - Method in class nz.co.gregs.dbvolution.expressions.InExpression
- isInCollection(Collection<DateRepeatResult>) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
- isInCollection(Collection<DateResult>) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that test whether this date expression is included in the list of DateResults.
- isInCollection(Collection<DurationResult>) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
- isInCollection(Collection<InstantResult>) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that test whether this date expression is included in the list of InstantResults.
- isInCollection(Collection<IntegerResult>) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Compares the IntegerExpression against the list of possible values and returns true if the IntegerExpression is represented in the list.
- isInCollection(Collection<LocalDateResult>) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that test whether this date expression is included in the list of DateResults.
- isInCollection(Collection<LocalDateTimeResult>) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that test whether this date expression is included in the list of LocalDateTimeResults.
- isInCollection(Collection<NumberResult>) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Compares the NumberExpression against the list of possible values and returns true if the NumberExpression is represented in the list.
- isInCollection(Collection<StringResult>) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the IN operator.
- isInCollection(Collection<UUIDResult>) - Method in class nz.co.gregs.dbvolution.expressions.UUIDExpression
- isInCollection(Collection<R>) - Method in class nz.co.gregs.dbvolution.expressions.InExpression
- isInIgnoreCase(String...) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Provides direct access to the IN operator.
- isInIgnoreCase(Collection<String>) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Provides direct access to the IN operator.
- isInIgnoreCase(StringResult...) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Provides direct access to the IN operator.
- isInstanceOf(Class<? extends QueryableDatatype<?>>) - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Convenience method for testing the type of the QueryableDatatype.
- isInstanceOf(Class<? extends QueryableDatatype<?>>) - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Convenience method for testing the type.Equivalent to
refType.isAssignableFrom(this.type())
- isInstanceOfLargeObject() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Convenience method for testing the type of the QueryableDatatype.
- isInstanceOfLargeObject() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Convenience method for testing the type.
- isInterfaceImplementedByImplementation() - Method in class nz.co.gregs.dbvolution.internal.properties.InterfaceInfo
-
Indicates whether the implementation type actually makes any attempt to implement the interface type.
- isInvalidTerm(String) - Static method in class nz.co.gregs.dbvolution.expressions.search.SearchAbstract.Term
- isIsAutoIncrement() - Method in class nz.co.gregs.dbvolution.actions.DBAddMissingColumnsToTable.ColumnStructure
- isIsNullable() - Method in class nz.co.gregs.dbvolution.actions.DBAddMissingColumnsToTable.ColumnStructure
- isLargeObject() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeObject
- isLargeObject() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
- isLargeObjectType() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Returns true if the property wrapped is a Large Object column.
- isLaterThan(Instant) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that test whether this date expression is greater than the supplied date.
- isLaterThan(LocalDate) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that test whether this date expression is greater than the supplied date.
- isLaterThan(LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that test whether this date expression is greater than the supplied date.
- isLaterThan(Date) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that test whether this date expression is greater than the supplied date.
- isLaterThan(DateResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that test whether this date expression is greater than the supplied DateResult.
- isLaterThan(InstantResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that test whether this date expression is greater than the supplied InstantResult.
- isLaterThan(LocalDateResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that test whether this date expression is greater than the supplied LocalDateResult.
- isLaterThan(LocalDateTimeResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that test whether this date expression is greater than the supplied LocalDateTimeResult.
- isLeaf() - Method in class nz.co.gregs.dbvolution.query.TreeNode
-
Indicates whether or not this node is a leaf node, that is it has no known children.
- isLessThan(A) - Method in interface nz.co.gregs.dbvolution.results.RangeComparable
-
Creates a
BooleanExpression
that compares the 2 instances using the LESSTHAN operation. - isLessThan(A, BooleanExpression) - Method in interface nz.co.gregs.dbvolution.results.RangeComparable
-
Creates a
BooleanExpression
that compares the 2 instances using the LESSTHAN operation. - isLessThan(B) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isLessThan(B) - Method in interface nz.co.gregs.dbvolution.results.RangeComparable
-
Creates a
BooleanExpression
that compares the 2 instances using the LESSTHAN operation. - isLessThan(B, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isLessThan(B, BooleanExpression) - Method in interface nz.co.gregs.dbvolution.results.RangeComparable
-
Creates a
BooleanExpression
that compares the 2 instances using the LESSTHAN operation. - isLessThan(D) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isLessThan(D, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isLessThan(Integer) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Tests the IntegerExpression against the number and returns TRUE if the value is less than number.
- isLessThan(Integer, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Like LESSTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isLessThan(Number) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Tests the IntegerExpression against the number and returns TRUE if the value is less than number.
- isLessThan(Number) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Tests the NumberExpression against the number and returns TRUE if the value is less than number.
- isLessThan(Number, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Like LESSTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isLessThan(String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the LESSTHAN operator.
- isLessThan(String, String) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DateRepeatImpl
- isLessThan(String, String) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DurationImpl
- isLessThan(String, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Like LESSTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isLessThan(Duration) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Returns TRUE if this expression evaluates to a smaller or more negative offset than the provided value, otherwise FALSE.
- isLessThan(Duration, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Returns TRUE if this expression evaluates to an smaller offset than the provided value, FALSE when it is greater than the provided value, and the value of the fallBackWhenEqual parameter when the 2 values are the same.
- isLessThan(Instant) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that test whether this date expression is less than to the supplied date.
- isLessThan(Instant, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Like LESSTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isLessThan(LocalDate) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that test whether this date expression is less than to the supplied date.
- isLessThan(LocalDate, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Like LESSTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isLessThan(LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that test whether this date expression is less than to the supplied date.
- isLessThan(LocalDateTime, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Like LESSTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isLessThan(Date) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that test whether this date expression is less than to the supplied date.
- isLessThan(Date, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Like LESSTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isLessThan(DateRepeatResult) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Returns TRUE if this expression evaluates to a smaller or more negative offset than the provided value, otherwise FALSE.
- isLessThan(DateRepeatResult, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Returns TRUE if this expression evaluates to an smaller offset than the provided value, FALSE when the it is greater than the provided value, and the value of the fallBackWhenEqual parameter when the 2 values are the same.
- isLessThan(DateResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that test whether this date expression is less than to the supplied date.
- isLessThan(DateResult, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Like LESSTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isLessThan(DurationResult) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Returns TRUE if this expression evaluates to a smaller or more negative offset than the provided value, otherwise FALSE.
- isLessThan(DurationResult, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Returns TRUE if this expression evaluates to an smaller offset than the provided value, FALSE when the it is greater than the provided value, and the value of the fallBackWhenEqual parameter when the 2 values are the same.
- isLessThan(InstantResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that test whether this date expression is less than to the supplied date.
- isLessThan(InstantResult, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Like LESSTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isLessThan(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Tests the IntegerExpression against the
IntegerResult
and returns TRUE if the value is less than the value supplied. - isLessThan(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Tests the NumberExpression against the number and returns TRUE if the value is less than number.
- isLessThan(IntegerResult, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Like GREATERTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isLessThan(IntegerResult, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Like LESSTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isLessThan(LocalDateResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that test whether this date expression is less than to the supplied date.
- isLessThan(LocalDateResult, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Like LESSTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isLessThan(LocalDateTimeResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that test whether this date expression is less than to the supplied date.
- isLessThan(LocalDateTimeResult, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Like LESSTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isLessThan(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Tests the IntegerExpression against the
IntegerResult
and returns TRUE if the value is less than the value supplied. - isLessThan(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Tests the NumberExpression against the
NumberResult
and returns TRUE if the value is less than the value supplied. - isLessThan(NumberResult, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Like GREATERTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isLessThan(StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the LESSTHAN operator.
- isLessThan(StringResult, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Like LESSTHAN_OR_EQUAL but only includes the EQUAL values if the fallback matches.
- isLessThan(Period) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Returns TRUE if this expression evaluates to a smaller or more negative offset than the provided value, otherwise FALSE.
- isLessThan(Period, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Returns TRUE if this expression evaluates to an smaller offset than the provided value, FALSE when it is greater than the provided value, and the value of the fallBackWhenEqual parameter when the 2 values are the same.
- IsLessThanExpression(NumberExpression, NumberResult) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.IsLessThanExpression
- isLessThanOrEqual(A) - Method in interface nz.co.gregs.dbvolution.results.RangeComparable
-
Creates a
BooleanExpression
that compares the 2 instances using the LESSTHAN operation. - isLessThanOrEqual(B) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isLessThanOrEqual(B) - Method in interface nz.co.gregs.dbvolution.results.RangeComparable
-
Creates a
BooleanExpression
that compares the 2 instances using the LESSTHAN operation. - isLessThanOrEqual(D) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression
- isLessThanOrEqual(Number) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Tests the IntegerExpression against the number and returns TRUE if the value is less than or equal to number.
- isLessThanOrEqual(Number) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Tests the NumberExpression against the number and returns TRUE if the value is less than or equal to number.
- isLessThanOrEqual(String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the "<=" operator.
- isLessThanOrEqual(Duration) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Returns TRUE if this expression evaluates to an equal or smaller offset than the provided value, otherwise FALSE.
- isLessThanOrEqual(Instant) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that test whether this date expression is less than or equal to the supplied date.
- isLessThanOrEqual(LocalDate) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that test whether this date expression is less than or equal to the supplied date.
- isLessThanOrEqual(LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that test whether this date expression is less than or equal to the supplied date.
- isLessThanOrEqual(Date) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that test whether this date expression is less than or equal to the supplied date.
- isLessThanOrEqual(DateRepeatResult) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Returns TRUE if this expression evaluates to an equal or smaller offset than the provided value, otherwise FALSE.
- isLessThanOrEqual(DateResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that test whether this date expression is less than or equal to the supplied DateResult.
- isLessThanOrEqual(DurationResult) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Returns TRUE if this expression evaluates to an equal or smaller offset than the provided value, otherwise FALSE.
- isLessThanOrEqual(InstantResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that test whether this date expression is less than or equal to the supplied InstantResult.
- isLessThanOrEqual(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Tests the IntegerExpression against the number and returns TRUE if the value is less than or equal to numberExpression.
- isLessThanOrEqual(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Tests the NumberExpression against the number and returns TRUE if the value is less than or equal to number.
- isLessThanOrEqual(LocalDateResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that test whether this date expression is less than or equal to the supplied LocalDateResult.
- isLessThanOrEqual(LocalDateTimeResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that test whether this date expression is less than or equal to the supplied LocalDateTimeResult.
- isLessThanOrEqual(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Tests the IntegerExpression against the number and returns TRUE if the value is less than or equal to numberExpression.
- isLessThanOrEqual(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Tests the NumberExpression against the number and returns TRUE if the value is less than or equal to numberExpression.
- isLessThanOrEqual(StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the "<=" operator.
- isLessThanOrEqual(Period) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Returns TRUE if this expression evaluates to an equal or smaller offset than the provided value, otherwise FALSE.
- isLike(String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the LIKE operator.
- isLike(StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the LIKE operator.
- isLikeIgnoreCase(String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the LIKE operator and the LOWERCASE function.
- isLikeIgnoreCase(StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the LIKE operator and the LOWERCASE function.
- isLocalhostServer() - Method in class nz.co.gregs.dbvolution.databases.H2SharedDB
- isMatchAllConditions() - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
-
Indicates whether this query will use AND rather than OR to add the conditions.
- isMatchAllRelationships() - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- isMatchAny() - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
-
Indicates whether this query will use OR rather than AND to add the conditions.
- isMemoryDatabase() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- isMemoryDatabase() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- isMemoryDatabase() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- isMemoryDatabase() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- isMemoryDatabase() - Method in class nz.co.gregs.dbvolution.databases.H2DB
- isMemoryDatabase() - Method in class nz.co.gregs.dbvolution.databases.H2FileDB
- isMemoryDatabase() - Method in class nz.co.gregs.dbvolution.databases.H2MemoryDB
- isMemoryDatabase() - Method in class nz.co.gregs.dbvolution.databases.JavaDBMemoryDB
- isMinus() - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAbstract.Term
- isNegative() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Returns FALSE for all zero or positive numbers and TRUE for all negative numbers.
- isNot(A) - Method in interface nz.co.gregs.dbvolution.results.EqualComparable
-
Creates a
BooleanExpression
that compares the 2 values using the NOT EQUALS operation. - isNot(B) - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.DBUnaryFunction
- isNot(B) - Method in interface nz.co.gregs.dbvolution.results.EqualComparable
-
Creates a
BooleanExpression
that compares the 2 values using the NOT EQUALS operation. - isNot(LineSegment) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
-
Creates a
BooleanExpression
that compares the 2 values using the NOT EQUALS operation. - isNot(LineString) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Compare the value of the given LineString to this value using the equivalent of NOT EQUALS.
- isNot(MultiPoint) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
-
Creates a
BooleanExpression
that compares the 2 values using the NOT EQUALS operation. - isNot(Point) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
-
Creates a
BooleanExpression
that compares the 2 instances using the NOT EQUALS operation. - isNot(Polygon) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Compare this value to the exterior ring of the given Polygon2D using the equivalent of NOT EQUALS.
- isNot(Polygon) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Creates a
BooleanExpression
that compares the 2 values using the NOT EQUALS operation. - isNot(D) - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression
- isNot(Boolean) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Compare this BooleanExpression and the given
BooleanResult
using the inequality operator, that is "<>" or similar. - isNot(Boolean[]) - Method in class nz.co.gregs.dbvolution.expressions.BooleanArrayExpression
-
Create a BooleanExpression that will compare the BooleanArrayResult provided to this BooleanArrayExpression using the equivalent of the NOT EQUALS operator.
- isNot(Integer) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Tests the IntegerExpression against the supplied number and returns true if the Integer Expression is not equal to the number.
- isNot(Long) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
- isNot(Number) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Tests the NumberExpression against the number and returns true if the Number Expression is not equal to the number.
- isNot(Number) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the NOT EQUALS operator.
- isNot(String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the NOT EQUALS operator.
- isNot(Duration) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Returns FALSE if this expression and the provided value are the same.
- isNot(Instant) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that test whether this date expression is NOT equal to the supplied date.
- isNot(LocalDate) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that test whether this date expression is NOT equal to the supplied date.
- isNot(LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that test whether this date expression is NOT equal to the supplied date.
- isNot(Date) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that test whether this date expression is NOT equal to the supplied date.
- isNot(UUID) - Method in class nz.co.gregs.dbvolution.expressions.UUIDExpression
- isNot(BooleanArrayResult) - Method in class nz.co.gregs.dbvolution.expressions.BooleanArrayExpression
-
Create a BooleanExpression that will compare the BooleanArrayResult provided to this BooleanArrayExpression using the equivalent of the NOT EQUALS operator.
- isNot(BooleanResult) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Compare this BooleanExpression and the given
BooleanResult
using the inequality operator, that is "<>" or similar. - isNot(DateRepeatResult) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Returns FALSE if this expression and the provided value are the same.
- isNot(DateResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that test whether this date expression is NOT equal to the supplied date.
- isNot(DurationResult) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Returns FALSE if this expression and the provided value are the same.
- isNot(InstantResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that test whether this date expression is NOT equal to the supplied date.
- isNot(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Tests the IntegerExpression against the
IntegerResult
and returns true if the IntegerExpression is not equal to the number. - isNot(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Tests the NumberExpression against the number and returns true if the Number Expression is not equal to the number.
- isNot(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the NOT EQUALS operator.
- isNot(Line2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Compare the value of the given Line2D to this value using the equivalent of NOT EQUALS.
- isNot(LineSegment2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
- isNot(LocalDateResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that test whether this date expression is NOT equal to the supplied date.
- isNot(LocalDateTimeResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that test whether this date expression is NOT equal to the supplied date.
- isNot(MultiPoint2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
- isNot(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Tests the NumberExpression against the
NumberResult
and returns true if the NumberExpression is not equal to the number. - isNot(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the NOT EQUALS operator.
- isNot(Point2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
- isNot(Polygon2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- isNot(StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the NOT EQUALS operator.
- isNot(UUIDResult) - Method in class nz.co.gregs.dbvolution.expressions.UUIDExpression
- isNot(Period) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Returns FALSE if this expression and the provided value are the same.
- isNot(R) - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.DBUnaryFunction
- isNotEmpty() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
- isNotEmptyNorNull(String) - Static method in class nz.co.gregs.dbvolution.utility.StringCheck
-
Synonym for value != null && !value.isEmpty() but a lot more concise.
- isNotEmptyNorNull(String...) - Static method in class nz.co.gregs.dbvolution.utility.StringCheck
-
Synonym for value != null && !value.isEmpty() but a lot more concise.
- IsNotExpression(BooleanExpression, BooleanResult) - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression.IsNotExpression
- IsNotExpression(Line2DExpression, Line2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.IsNotExpression
- isNotIn(B...) - Method in class nz.co.gregs.dbvolution.expressions.InExpression
- isNotIn(D...) - Method in class nz.co.gregs.dbvolution.expressions.InExpression
- isNotIn(R...) - Method in class nz.co.gregs.dbvolution.expressions.InExpression
- isNotInCollection(Collection<DateRepeatResult>) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
- isNotInCollection(Collection<DateResult>) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that test whether this date expression is included in the list of DateResults.
- isNotInCollection(Collection<DurationResult>) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
- isNotInCollection(Collection<InstantResult>) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that test whether this date expression is included in the list of InstantResults.
- isNotInCollection(Collection<IntegerResult>) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Compares the IntegerExpression against the list of possible values and returns true if the IntegerExpression is represented in the list.
- isNotInCollection(Collection<LocalDateResult>) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that test whether this date expression is included in the list of DateResults.
- isNotInCollection(Collection<LocalDateTimeResult>) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that test whether this date expression is included in the list of LocalDateTimeResults.
- isNotInCollection(Collection<NumberResult>) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Compares the NumberExpression against the list of possible values and returns false if the NumberExpression is represented in the list.
- isNotInCollection(Collection<StringResult>) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the IN operator.
- isNotInCollection(Collection<UUIDResult>) - Method in class nz.co.gregs.dbvolution.expressions.UUIDExpression
- isNotInCollection(Collection<R>) - Method in class nz.co.gregs.dbvolution.expressions.InExpression
- isNotNull() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Indicates whether object is NULL within the database.
- isNotNull() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Returns FALSE if the given
DBExpression
evaluates to NULL, otherwise TRUE. - isNotNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Returns FALSE if this expression evaluates to NULL, otherwise TRUE.
- isNotNull() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Returns FALSE if this expression evaluates to NULL, otherwise TRUE.
- isNotNull() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Returns FALSE if this expression evaluates to NULL, otherwise TRUE.
- isNotNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Returns FALSE if this expression evaluates to NULL, otherwise TRUE.
- isNotNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Returns FALSE if this expression evaluates to NULL, otherwise TRUE.
- isNotNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Returns FALSE if this expression evaluates to NULL, otherwise TRUE.
- isNotNull() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Tests the NumberExpression against the value NULL and returns true if the Number Expression is not NULL.
- isNotNull() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a BooleanExpression that tests to ensure the database value is not a database NULL value.
- isNotNull() - Method in interface nz.co.gregs.dbvolution.results.AnyComparable
-
Tests the expression against the value NULL and returns true if the Integer Expression is not NULL.
- isNotNull(String) - Static method in class nz.co.gregs.dbvolution.utility.StringCheck
-
Synonym for intialValue != null
- isNotNull(ColumnProvider) - Static method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Returns FALSE if the given
ColumnProvider
evaluates to NULL, otherwise TRUE. - isNotNull(DBExpression) - Static method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Returns FALSE if the given
DBExpression
evaluates to NULL, otherwise TRUE. - isNotNull(StringResult) - Static method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Returns FALSE if the given
StringExpression
evaluates to NULL, otherwise TRUE. - isNotNullAndNotEmpty() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a BooleanExpression that tests to ensure the database value is not a database NULL value AND is not an empty string.
- IsNotNullExpression(DBExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression.IsNotNullExpression
- IsNotNullStringExpression(StringResult) - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression.IsNotNullStringExpression
- isNotPrimaryKey() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Indicates whether this property is a primary key.
- isNotSynchronized() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- isNotZero() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Returns FALSE for zero and FALSE for all other values.
- isNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
-
Indicates whether object is NULL within the database
- isNull() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Indicates whether object is NULL within the database.
- isNull() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Returns TRUE if this expression evaluates to NULL, otherwise FALSE.
- isNull() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Returns TRUE if this expression evaluates to NULL, otherwise FALSE.
- isNull() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Returns TRUE if this expression evaluates to NULL, otherwise FALSE.
- isNull() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Returns TRUE if this expression evaluates to NULL, otherwise FALSE.
- isNull() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Returns TRUE if this expression evaluates to NULL, otherwise FALSE.
- isNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Returns TRUE if this expression evaluates to NULL, otherwise FALSE.
- isNull() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Returns TRUE if this expression evaluates to NULL, otherwise FALSE.
- isNull() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Tests the NumberExpression against the value NULL and returns true if the Number Expression is NULL.
- isNull() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a BooleanExpression that tests to ensure the database value is a database NULL value.
- isNull() - Method in interface nz.co.gregs.dbvolution.results.AnyComparable
-
Tests the expression against the value NULL and returns true if the Integer Expression is NULL.
- isNull(String) - Static method in class nz.co.gregs.dbvolution.utility.StringCheck
-
Synonym for intialValue == null
- isNull(ColumnProvider) - Static method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Returns TRUE if the given
ColumnProvider
evaluates to NULL, otherwise FALSE. - isNull(DBExpression) - Static method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Returns TRUE if the given
DBExpression
evaluates to NULL, otherwise FALSE. - isNull(StringExpression) - Static method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Returns TRUE if the given
StringExpression
evaluates to NULL, otherwise FALSE. - IsNullExpression(DBExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression.IsNullExpression
- isNullOrEmpty() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a BooleanExpression that tests to ensure the database value is a database NULL value OR is an empty string.
- isNullSafetyTerminator() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- isNullSafetyTerminator() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
- isNullSafetyTerminator() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
- isNullSafetyTerminator() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
- isNullSafetyTerminator() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- isNullSafetyTerminator() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
- IsNullStringExpression(StringExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression.IsNullStringExpression
- isOdd() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Tests the IntegerExpression to see if the result is an odd number.
- isOdd() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Tests the NumberExpression to see if the result is an odd number.
- isOdd(int) - Static method in class nz.co.gregs.dbvolution.utility.IntegerUtil
- isPlus() - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAbstract.Term
- isPoolable() - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Returns a value indicating whether the Statement is poolable or not.
- isPoolable() - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- isPositive() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Returns TRUE for all zero or positive numbers and FALSE for all negative numbers.
- isPreferredDatabaseRequired() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- isPrimaryKey - Variable in class nz.co.gregs.dbvolution.generation.DBTableField
-
TRUE if the column/field is a Primary Key DBTableField, otherwise FALSE.
- isPrimaryKey - Variable in class nz.co.gregs.dbvolution.generation.deprecated.DBTableField
-
Deprecated.TRUE if the column/field is a Primary Key DBTableField, otherwise FALSE.
- isPrimaryKey() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Indicates whether this property is a primary key.
- isPrimaryKey() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Indicates whether this property is a primary key.
- isPrimaryKeyAlreadyExistsException(Exception) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- isPrimaryKeyAlreadyExistsException(Exception) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- isPrimaryKeyAlreadyExistsException(Exception) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- isPrimaryKeyAlreadyExistsException(Exception) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- isPrimaryKeyColumn(String, String) - Method in class nz.co.gregs.dbvolution.databases.metadata.PrimaryKeyRecognisor
-
Default implementation, returns FALSE
- isPrimaryKeyColumn(String, String) - Method in class nz.co.gregs.dbvolution.generation.deprecated.PrimaryKeyRecognisor
-
Default implementation, returns FALSE
- isPrimaryKeyColumn(String, String) - Method in class nz.co.gregs.dbvolution.generation.UIDBasedPKRecognisor
-
Returns TRUE if the column starts with "uid_".
- isPrintSQLBeforeExecuting() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Indicates whether SQL will be printed before it is executed.
- isPrintSQLBeforeExecuting() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- isPrintSQLBeforeExecuting() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Indicates whether SQL will be printed before it is executed.
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.columns.AbstractColumn
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.columns.AbstractQueryColumn
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.columns.BooleanArrayColumn
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.columns.BooleanColumn
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.columns.ByteArrayColumn
-
Deprecated.
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.columns.DateColumn
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.columns.DateRepeatColumn
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.columns.DurationColumn
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.columns.InstantColumn
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.columns.IntegerColumn
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.columns.JavaObjectColumn
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.columns.LargeBinaryColumn
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.columns.LargeObjectColumn
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.columns.LargeTextColumn
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.columns.Line2DColumn
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.columns.LineSegment2DColumn
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.columns.LocalDateColumn
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.columns.LocalDateTimeColumn
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.columns.MultiPoint2DColumn
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.columns.NumberColumn
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.columns.Point2DColumn
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.columns.Polygon2DColumn
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.columns.QueryColumn
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.columns.StringColumn
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.expressions.BooleanArrayExpression
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.expressions.CaseExpression.WhenExpression
- isPurelyFunctional() - Method in interface nz.co.gregs.dbvolution.expressions.DBExpression
-
Indicates whether or not the expression includes table columns.
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.DBUnaryFunction
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.expressions.LargeObjectExpression
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.expressions.SortProvider
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.DBBinaryStringFunction
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringAggregateExpression
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringCurrentUserExpression
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.CurrentRowEnd
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.EmptyFrameEnd
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameType
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.OffsetPrecedingEnd
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Partitioned
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Sorted
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.UnboundedFollowingEnd
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.UnboundedPrecedingEnd
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Partitioned
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Sorted
- isPurelyFunctional() - Method in class nz.co.gregs.dbvolution.internal.query.RecursiveQueryDepthIncreaseExpression
- isQueryOnDual() - Method in class nz.co.gregs.dbvolution.internal.query.QueryState
- isQuietExceptions() - Method in interface nz.co.gregs.dbvolution.actions.DBQueryable
- isQuietExceptions() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- isQuoted() - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAbstract.Term
- isReadable() - Method in class nz.co.gregs.dbvolution.internal.properties.JavaBeanProperty
- isReadable() - Method in class nz.co.gregs.dbvolution.internal.properties.JavaField
- isReadable() - Method in interface nz.co.gregs.dbvolution.internal.properties.JavaProperty
-
Indicates whether the value of the property can be retrieved.
- isReadable() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Indicates whether the value of the property can be retrieved.
- isReadable() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Indicates whether the value of the property can be retrieved.
- isReadOnly() - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- isReadOnly() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- isReadOnly() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- isReady(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- isRecursiveForeignKey() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Returns TRUE if the property wrapped is a foreign key reference to the table supplied
- isRelationship() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Indicates if this expression is a relationship between 2, or more, tables.
- isRequiredNode() - Method in class nz.co.gregs.dbvolution.internal.querygraph.QueryGraphNode
-
Specifies whether this node represents a required/inner table, or an optional/outer table.
- isRequiredTable() - Method in class nz.co.gregs.dbvolution.DBRow
- isRequiredTable() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionInstanceWrapper
- isRoot() - Method in class nz.co.gregs.dbvolution.query.TreeNode
-
Indicates whether or not this node is a root node, that is it has no known parent.
- isShorterThanOrAsLongAs(int) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Tests that a string expression is shorter than or equal to the specified length.
- isShorterThanOrAsLongAs(int, int) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Tests that a expression is shorter than or equal to the specified lengths.
- isShorterThanOrAsLongAs(Number, Number) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Tests that a expression is shorter than or equal to the specified lengths.
- isShorterThanOrAsLongAs(IntegerResult, IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Tests that a expression is shorter than or equal to the specified lengths.
- isShorterThanOrAsLongAs(NumberResult, NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Tests that a expression is shorter than or equal to the specified lengths.
- isShuttingDown() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- isSpatial2DType() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Returns true if the property wrapped is a Spatial2D column.
- isStarted() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- isSynchronized() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- isTable() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionClassWrapper
-
Indicates whether this class maps to a database table.
- isTable() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionInstanceWrapper
-
Indicates whether this class maps to a database table.
- isTrue() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
- isTypeAdapted() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Indicates whether the property's type is adapted by an explicit or implicit type adaptor.
- isTypeAdapted() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Indicates whether the property's type is adapted by an explicit or implicit type adaptor.
- isUndefined() - Method in class nz.co.gregs.dbvolution.DBRow
-
Indicates whether this instance is a undefined row within the database.
- isUseANSISyntax() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Returns the current setting for ANSI join syntax.
- isUseANSISyntax() - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- isUseAutoConnect() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Configuration
-
Auto-connect loads the list of cluster members from the previous instance.
- isUseAutoRebuild() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Configuration
-
Auto-rebuild will automatically reload the tracked tables, connect to the authoritative database of the previous instance of this cluster, and reload the data for the tracked and required tables.
- isUseAutoReconnect() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Configuration
-
Auto-reconnect instructs the cluster to reconnect to any cluster members disconnected during processing.
- isUseAutoStart() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Configuration
-
Auto-start instructs the cluster to immediately perform tasks required to make the cluster usable as a database.
- isUserNode() - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- isUseStarInsteadOfColumns() - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- isUseTableAlias() - Method in class nz.co.gregs.dbvolution.columns.AbstractColumn
-
Support DBvolution at Patreon
- isUseTableAlias() - Method in class nz.co.gregs.dbvolution.columns.AbstractQueryColumn
-
Support DBvolution at Patreon
- isValid(int) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- isValid(int) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- isValid(int) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- isValidTerm(String) - Static method in class nz.co.gregs.dbvolution.expressions.search.SearchAbstract.Term
- isWindowingFunction() - Method in class nz.co.gregs.dbvolution.columns.AbstractColumn
- isWindowingFunction() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
- isWindowingFunction() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- isWindowingFunction() - Method in class nz.co.gregs.dbvolution.expressions.CaseExpression.WhenExpression
- isWindowingFunction() - Method in interface nz.co.gregs.dbvolution.expressions.DBExpression
- isWindowingFunction() - Method in class nz.co.gregs.dbvolution.expressions.SortProvider
- isWindowingFunction() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameEnd
- isWindowingFunction() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameStart
- isWindowingFunction() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameType
- isWindowingFunction() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable
- isWindowingFunction() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Partitioned
- isWindowingFunction() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Sorted
- isWindowingFunction() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy
- isWindowingFunction() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Partitioned
- isWindowingFunction() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Sorted
- isWrapperFor(Class<?>) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- isWrapperFor(Class<?>) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- isWrapperFor(Class<?>) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- isWrapperFor(Class<?>) - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
- isWritable() - Method in class nz.co.gregs.dbvolution.internal.properties.JavaBeanProperty
- isWritable() - Method in class nz.co.gregs.dbvolution.internal.properties.JavaField
- isWritable() - Method in interface nz.co.gregs.dbvolution.internal.properties.JavaProperty
-
Indicates whether the value of the property can be modified.
- isWritable() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Indicates whether the value of the property can be modified.
- isWritable() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Indicates whether the value of the property can be modified.
- isZero() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Returns TRUE for zero and FALSE for all other values.
- iterator() - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
J
- JAVA_RESERVED_WORDS - Static variable in class nz.co.gregs.dbvolution.generation.Utility
- JAVA_RESERVED_WORDS_ARRAY - Static variable in class nz.co.gregs.dbvolution.generation.Utility
- JavaBeanProperty<BASETYPE> - Class in nz.co.gregs.dbvolution.internal.properties
-
Implementation over bean properties.
- JavaBeanProperty(PropertyDescriptor) - Constructor for class nz.co.gregs.dbvolution.internal.properties.JavaBeanProperty
-
Create a new JavaBeanProperty from the supplied descriptor.
- JavaDB - Class in nz.co.gregs.dbvolution.databases
-
A version of DBDatabase tweaked for JavaDB.
- JavaDB(String, int, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.JavaDB
-
Creates a new JavaDB instance that will connect to the database on the named host on the specified port with the supplied username and password.
- JavaDB(String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.JavaDB
-
Creates a new JavaDB instance that will connect to the JDBC URL using the username and password supplied..
- JavaDB(DataSource) - Constructor for class nz.co.gregs.dbvolution.databases.JavaDB
-
Creates a new JavaDB instance that will connect to the DataSource.
- JavaDB(DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.JavaDB
-
Creates a new JavaDB instance that will connect to the DataSource.
- JavaDB(JavaDBSettingsBuilder) - Constructor for class nz.co.gregs.dbvolution.databases.JavaDB
-
Creates a new JavaDB instance that will connect to the DataSource.
- JavaDBDefinition - Class in nz.co.gregs.dbvolution.databases.definitions
-
The DBDefinition to use for JavaDB databases.
- JavaDBDefinition() - Constructor for class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- JavaDBMemoryDB - Class in nz.co.gregs.dbvolution.databases
-
Use this class to work with an in-memory JavaDB.
- JavaDBMemoryDB(String, int, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.JavaDBMemoryDB
-
Creates or connects to a JavaDB in-memory instance.
- JavaDBMemoryDB(String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.JavaDBMemoryDB
-
Creates a new JavaDB instance that will connect to the JDBC URL using the username and password supplied..
- JavaDBMemoryDB(DataSource) - Constructor for class nz.co.gregs.dbvolution.databases.JavaDBMemoryDB
-
Creates a new JavaDB instance that will connect to the DataSource.
- JavaDBMemoryDB(JavaDBMemorySettingsBuilder) - Constructor for class nz.co.gregs.dbvolution.databases.JavaDBMemoryDB
-
Creates a new JavaDB instance that will connect to the DataSource.
- JavaDBMemoryDBDefinition - Class in nz.co.gregs.dbvolution.databases.definitions
- JavaDBMemoryDBDefinition() - Constructor for class nz.co.gregs.dbvolution.databases.definitions.JavaDBMemoryDBDefinition
- JavaDBMemorySettingsBuilder - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- JavaDBMemorySettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.JavaDBMemorySettingsBuilder
- JavaDBSettingsBuilder - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- JavaDBSettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.JavaDBSettingsBuilder
- JavaField<BASETYPE> - Class in nz.co.gregs.dbvolution.internal.properties
-
Implementation over java fields.
- JavaField(Field) - Constructor for class nz.co.gregs.dbvolution.internal.properties.JavaField
-
Create a JavaField for the supplied field.
- javaName() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Gets the name of the java property, without the containing class name.
- javaName() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Gets the name of the java property, without the containing class name.
- javaName() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionClassWrapper
-
Gets the simple name of the class being wrapped by this adaptor.
- javaName() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionInstanceWrapper
-
Gets the simple name of the class being wrapped by this adaptor.
- JAVAOBJECT - nz.co.gregs.dbvolution.internal.query.LargeObjectHandlerType
- JAVAOBJECT - nz.co.gregs.dbvolution.internal.sqlite.DataTypes
- JavaObjectColumn<O> - Class in nz.co.gregs.dbvolution.columns
- JavaObjectColumn() - Constructor for class nz.co.gregs.dbvolution.columns.JavaObjectColumn
- JavaObjectColumn(RowDefinition, DBJavaObject<O>) - Constructor for class nz.co.gregs.dbvolution.columns.JavaObjectColumn
- JavaObjectExpression<OBJECT> - Class in nz.co.gregs.dbvolution.expressions
- JavaObjectExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.JavaObjectExpression
- JavaObjectExpression(JavaObjectResult<OBJECT>) - Constructor for class nz.co.gregs.dbvolution.expressions.JavaObjectExpression
- JavaObjectResult<O> - Interface in nz.co.gregs.dbvolution.results
- JavaProperty<BASETYPE> - Interface in nz.co.gregs.dbvolution.internal.properties
-
Low-level internal abstraction layer over java fields and bean-properties.
- javaSQLDatatype - Variable in class nz.co.gregs.dbvolution.generation.DBTableField
-
Stores the datatype reported by Java in case an unknown datatype is reported.
- javaSQLDatatype - Variable in class nz.co.gregs.dbvolution.generation.deprecated.DBTableField
-
Deprecated.Stores the datatype reported by Java in case an unknown datatype is reported.
- JTDSDRIVERNAME - Static variable in class nz.co.gregs.dbvolution.databases.MSSQLServerDB
-
The JTDS Driver to use to connect to MS SQLServer databases.
- jtsLineSegmentValue() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLineSegment2D
-
Transform the value of the DBLine2D into a
JTS LineString
- jtsLineStringValue() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLine2D
-
Transform the value of the DBLine2D into a
JTS LineString
- jtsMultiPointValue() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBMultiPoint2D
-
Convert the value of this object to a JTS
Point
. - jtsPointValue() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPoint2D
-
Convert the value of this object to a JTS
Point
. - jtsPolygonValue() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPolygon2D
-
Convert the value of this object to a JTS
Polygon
.
K
- keys() - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
L
- lag() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag(Integer, LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag(Long, LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag(IntegerExpression, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag(IntegerExpression, DateRepeatExpression) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag(IntegerExpression, DurationExpression) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag(IntegerExpression, InstantExpression) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag(IntegerExpression, IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag(IntegerExpression, LocalDateExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag(IntegerExpression, LocalDateTimeExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag(IntegerExpression, NumberExpression) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- lag(IntegerExpression, StringExpression) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
LAG() is a window function that provides access to a row at a specified physical offset which comes before the current row.
- LagExpression(BooleanExpression, IntegerExpression, BooleanExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression.LagExpression
- LagExpression(DateRepeatExpression, IntegerExpression, DateRepeatExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.LagExpression
- LagExpression(DurationExpression, IntegerExpression, DurationExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DurationExpression.LagExpression
- LagExpression(InstantExpression, IntegerExpression, InstantExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.LagExpression
- LagExpression(IntegerExpression, IntegerExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.IntegerExpression.LagExpression
- LagExpression(LocalDateExpression, IntegerExpression, LocalDateExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.LagExpression
- LagExpression(LocalDateTimeExpression, IntegerExpression, LocalDateTimeExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LagExpression
- LagExpression(NumberExpression, IntegerExpression, NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.LagExpression
- LagExpression(StringExpression, IntegerExpression, StringExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.LagExpression
- LagLeadWindow(StringExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.LagLeadWindow
- Language - Enum in nz.co.gregs.dbvolution.internal.postgres
-
Support DBvolution at Patreon
- LARGEBINARY - nz.co.gregs.dbvolution.internal.sqlite.DataTypes
- LargeBinaryColumn - Class in nz.co.gregs.dbvolution.columns
- LargeBinaryColumn() - Constructor for class nz.co.gregs.dbvolution.columns.LargeBinaryColumn
- LargeBinaryColumn(RowDefinition, DBLargeBinary) - Constructor for class nz.co.gregs.dbvolution.columns.LargeBinaryColumn
- LargeBinaryExpression - Class in nz.co.gregs.dbvolution.expressions
- LargeBinaryExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.LargeBinaryExpression
- LargeBinaryExpression(DBLargeBinary) - Constructor for class nz.co.gregs.dbvolution.expressions.LargeBinaryExpression
- LargeBinaryExpression(LargeBinaryResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LargeBinaryExpression
- LargeBinaryResult - Interface in nz.co.gregs.dbvolution.results
- LargeObjectColumn<BASETYPE,RESULT extends AnyResult<BASETYPE>,QDT extends QueryableDatatype<BASETYPE>> - Class in nz.co.gregs.dbvolution.columns
-
Represents a database column storing a large object value.
- LargeObjectColumn(RowDefinition, DBLargeObject<?>) - Constructor for class nz.co.gregs.dbvolution.columns.LargeObjectColumn
-
Create a LargeObjectColumn for the supplied field of the supplied row
- LargeObjectExpression<BASETYPE,RESULT extends AnyResult<BASETYPE>,QDT extends QueryableDatatype<BASETYPE>> - Class in nz.co.gregs.dbvolution.expressions
-
LargeObjectExpression exposes database expressions for manipulating BLOBs, CLOBs, and JavaObjects.
- LargeObjectExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.LargeObjectExpression
-
Default Constructor.
- LargeObjectExpression(RESULT) - Constructor for class nz.co.gregs.dbvolution.expressions.LargeObjectExpression
-
Wraps the LargeObjectResult with a LargeObjectExpression to allow further processing.
- LargeObjectHandlerType - Enum in nz.co.gregs.dbvolution.internal.query
-
Support DBvolution at Patreon
- LargeObjectResult<BASETYPE> - Interface in nz.co.gregs.dbvolution.results
-
Interface required to be implemented by all DBExpressions that produce LargeObject results
- LARGETEXT - nz.co.gregs.dbvolution.internal.sqlite.DataTypes
- LargeTextColumn - Class in nz.co.gregs.dbvolution.columns
- LargeTextColumn() - Constructor for class nz.co.gregs.dbvolution.columns.LargeTextColumn
- LargeTextColumn(RowDefinition, DBLargeText) - Constructor for class nz.co.gregs.dbvolution.columns.LargeTextColumn
- LargeTextExpression - Class in nz.co.gregs.dbvolution.expressions
- LargeTextExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.LargeTextExpression
- LargeTextExpression(LargeTextResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LargeTextExpression
- LargeTextResult - Interface in nz.co.gregs.dbvolution.results
- LAST - nz.co.gregs.dbvolution.expressions.SortProvider.OrderOfNulls
- lastValue() - Static method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
- lastValue() - Static method in class nz.co.gregs.dbvolution.expressions.DateExpression
- lastValue() - Static method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
- lastValue() - Static method in class nz.co.gregs.dbvolution.expressions.DurationExpression
- lastValue() - Static method in class nz.co.gregs.dbvolution.expressions.InstantExpression
- lastValue() - Static method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
- lastValue() - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
- lastValue() - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
- lastValue() - Static method in class nz.co.gregs.dbvolution.expressions.NumberExpression
- lastValue() - Static method in class nz.co.gregs.dbvolution.expressions.StringExpression
- LastValueExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression.LastValueExpression
- LastValueExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.LastValueExpression
- LastValueExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.LastValueExpression
- LastValueExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.DurationExpression.LastValueExpression
- LastValueExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.LastValueExpression
- LastValueExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.IntegerExpression.LastValueExpression
- LastValueExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.LastValueExpression
- LastValueExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LastValueExpression
- LastValueExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.LastValueExpression
- LastValueExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.LastValueExpression
- lead() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
LEAD() is a window function that provides access to a row at a specified physical offset which comes after the current row.
- lead() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
LEAD() is a window function that provides access to a row at a specified physical offset which comes after the current row.
- lead() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
LEAD() is a window function that provides access to a row at a specified physical offset which comes after the current row.
- lead() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
LEAD() is a window function that provides access to a row at a specified physical offset which comes after the current row.
- lead() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
LEAD() is a window function that provides access to a row at a specified physical offset which comes after the current row.
- lead() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LEAD() is a window function that provides access to a row at a specified physical offset which comes after the current row.
- lead() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LEAD() is a window function that provides access to a row at a specified physical offset which comes after the current row.
- lead() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
LEAD() is a window function that provides access to a row at a specified physical offset which comes after the current row.
- lead() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
LEAD() is a window function that provides access to a row at a specified physical offset which comes after the current row.
- lead(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
LEAD() is a window function that provides access to a row at a specified physical offset which comes after the current row.
- lead(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
LEAD() is a window function that provides access to a row at a specified physical offset which comes after the current row.
- lead(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
LEAD() is a window function that provides access to a row at a specified physical offset which comes after the current row.
- lead(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
LEAD() is a window function that provides access to a row at a specified physical offset which comes after the current row.
- lead(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
LEAD() is a window function that provides access to a row at a specified physical offset which comes after the current row.
- lead(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LEAD() is a window function that provides access to a row at a specified physical offset which comes after the current row.
- lead(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LEAD() is a window function that provides access to a row at a specified physical offset which comes after the current row.
- lead(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
LEAD() is a window function that provides access to a row at a specified physical offset which comes after the current row.
- lead(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
LEAD() is a window function that provides access to a row at a specified physical offset which comes after the current row.
- lead(IntegerExpression, BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
LEAD() is a window function that provides access to a row at a specified physical offset which comes after the current row.
- lead(IntegerExpression, DateRepeatExpression) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
LEAD() is a window function that provides access to a row at a specified physical offset which comes after the current row.
- lead(IntegerExpression, DurationExpression) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
LEAD() is a window function that provides access to a row at a specified physical offset which comes after the current row.
- lead(IntegerExpression, InstantExpression) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
LEAD() is a window function that provides access to a row at a specified physical offset which comes after the current row.
- lead(IntegerExpression, IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
LEAD() is a window function that provides access to a row at a specified physical offset which comes after the current row.
- lead(IntegerExpression, LocalDateExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LEAD() is a window function that provides access to a row at a specified physical offset which comes after the current row.
- lead(IntegerExpression, LocalDateTimeExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LEAD() is a window function that provides access to a row at a specified physical offset which comes after the current row.
- lead(IntegerExpression, NumberExpression) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
LEAD() is a window function that provides access to a row at a specified physical offset which comes after the current row.
- lead(IntegerExpression, StringExpression) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
LEAD() is a window function that provides access to a row at a specified physical offset which comes after the current row.
- LeadExpression(BooleanExpression, IntegerExpression, BooleanExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression.LeadExpression
- LeadExpression(DateRepeatExpression, IntegerExpression, DateRepeatExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.LeadExpression
- LeadExpression(DurationExpression, IntegerExpression, DurationExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DurationExpression.LeadExpression
- LeadExpression(InstantExpression, IntegerExpression, InstantExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.LeadExpression
- LeadExpression(IntegerExpression, IntegerExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.IntegerExpression.LeadExpression
- LeadExpression(LocalDateExpression, IntegerExpression, LocalDateExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.LeadExpression
- LeadExpression(LocalDateTimeExpression, IntegerExpression, LocalDateTimeExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LeadExpression
- LeadExpression(NumberExpression, IntegerExpression, NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.LeadExpression
- LeadExpression(StringExpression, IntegerExpression, StringExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.LeadExpression
- leastOf(Integer...) - Static method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Returns the least/smallest value from the list.
- leastOf(Long...) - Static method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Returns the least/smallest value from the list.
- leastOf(Number...) - Static method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Returns the least/smallest value from the list.
- leastOf(Number...) - Static method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Returns the least/smallest value from the list.
- leastOf(Instant...) - Static method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Returns the least/smallest value from the list.
- leastOf(LocalDate...) - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Returns the least/smallest value from the list.
- leastOf(LocalDateTime, LocalDateTime, LocalDateTime...) - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Returns the least/smallest value from the list.
- leastOf(Collection<? extends DateResult>) - Static method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Returns the least/smallest value from the list.
- leastOf(Collection<? extends InstantResult>) - Static method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Returns the least/smallest value from the list.
- leastOf(Collection<? extends IntegerResult>) - Static method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Returns the least/smallest value from the list.
- leastOf(Collection<? extends LocalDateResult>) - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Returns the least/smallest value from the list.
- leastOf(Collection<? extends LocalDateTimeResult>) - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Returns the least/smallest value from the list.
- leastOf(Collection<? extends NumberResult>) - Static method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Returns the least/smallest value from the list.
- leastOf(Date...) - Static method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Returns the least/smallest value from the list.
- leastOf(DateResult...) - Static method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Returns the least/smallest value from the list.
- leastOf(InstantResult...) - Static method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Returns the least/smallest value from the list.
- leastOf(IntegerResult...) - Static method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Returns the least/smallest value from the list.
- leastOf(IntegerResult...) - Static method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Returns the least/smallest value from the list.
- leastOf(LocalDateResult...) - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Returns the least/smallest value from the list.
- leastOf(LocalDateTimeResult, LocalDateTimeResult, LocalDateTimeResult...) - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Returns the least/smallest value from the list.
- leastOf(NumberResult...) - Static method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Returns the least/smallest value from the list.
- LeastOfExpression(InstantResult[]) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.LeastOfExpression
- leftPad(String, int) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
- leftPad(StringExpression, IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
- leftTrim() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query expression that trims all leading spaces from the current StringExpression.
- length() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Create a expression that returns the length of the current expression.
- lengthOfDecimalPart() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Derives the length in digits of this expression.
- lengthOfIntegerPart() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Derives the length in digits of this expression.
- LessThan() - Constructor for class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.LessThan
-
Implements DateRepeat LESSTHAN for SQLite
- LESSTHAN - nz.co.gregs.dbvolution.internal.h2.DateRepeatFunctions
- LESSTHANEQUALS - nz.co.gregs.dbvolution.internal.h2.DateRepeatFunctions
- LessThanOrEqual() - Constructor for class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.LessThanOrEqual
-
Implements DateRepeat LESSTHANOREQUAL for SQLite
- LINE2D - nz.co.gregs.dbvolution.internal.h2.DataTypes
- LINE2D - nz.co.gregs.dbvolution.internal.sqlite.DataTypes
- Line2DColumn - Class in nz.co.gregs.dbvolution.columns
-
Provides a portable representation of a column of Line2D values.
- Line2DColumn(RowDefinition, LineString) - Constructor for class nz.co.gregs.dbvolution.columns.Line2DColumn
-
Creates a portable reference to the column represented by the field of the row.
- Line2DColumn(RowDefinition, DBLine2D) - Constructor for class nz.co.gregs.dbvolution.columns.Line2DColumn
-
Creates a portable reference to the column represented by the field of the row.
- Line2DExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
-
Represents SQL expressions that are a 2 dimensional path, as a series of connected line segments with X and Y coordinates.
- Line2DExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Default constructor, probably shouldn't be used.
- Line2DExpression(Coordinate...) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Create a Line2DExpression representing the set of coordinates as a line.
- Line2DExpression(LineString) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Create a Line2DExpression representing the line supplied.
- Line2DExpression(Point...) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Create a Line2DExpression representing the set of points as a line.
- Line2DExpression(AnyResult<?>) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Create a new Line2DExpression containing the specified value or value.
- Line2DExpression(Line2DResult) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Create a new Line2DExpression containing the specified value or value.
- Line2DExpression.BoundingBoxExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- Line2DExpression.HasMagnitudeExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- Line2DExpression.IntersectionPointsExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- Line2DExpression.IntersectionWithExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- Line2DExpression.IntersectsExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- Line2DExpression.IsExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- Line2DExpression.IsNotExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- Line2DExpression.MagnitudeExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- Line2DExpression.MaxXExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- Line2DExpression.MaxYExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- Line2DExpression.MeasurableDimensionsExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- Line2DExpression.MinXExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- Line2DExpression.MinYExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- Line2DExpression.SpatialDimensionsExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- Line2DExpression.StringResultExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- Line2DFunctions - Class in nz.co.gregs.dbvolution.internal.sqlite
- Line2DFunctions - Enum in nz.co.gregs.dbvolution.internal.h2
- Line2DFunctions - Enum in nz.co.gregs.dbvolution.internal.oracle.aws
-
Support DBvolution at Patreon
- Line2DFunctions - Enum in nz.co.gregs.dbvolution.internal.oracle.xe
-
Support DBvolution at Patreon
- Line2DFunctions - Enum in nz.co.gregs.dbvolution.internal.postgres
-
Support DBvolution at Patreon
- Line2DFunctions - Enum in nz.co.gregs.dbvolution.internal.sqlserver
-
Support DBvolution at Patreon
- line2DResult() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
-
Provides a value that represents the multipoint2d value as a line2d value.
- Line2DResult - Interface in nz.co.gregs.dbvolution.results
-
Represents SQL results that are 2 dimensional paths: a series of connected line segments with X and Y coordinates.
- LINESEGMENT2D - nz.co.gregs.dbvolution.internal.h2.DataTypes
- LINESEGMENT2D - nz.co.gregs.dbvolution.internal.sqlite.DataTypes
- LineSegment2DColumn - Class in nz.co.gregs.dbvolution.columns
-
Provides a portable representation of a column of Line2D values.
- LineSegment2DColumn(RowDefinition, LineSegment) - Constructor for class nz.co.gregs.dbvolution.columns.LineSegment2DColumn
- LineSegment2DColumn(RowDefinition, DBLineSegment2D) - Constructor for class nz.co.gregs.dbvolution.columns.LineSegment2DColumn
-
Creates a portable reference to the column represented by the field of the row.
- LineSegment2DExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
-
Represents expressions that produce a geometry consisting of 2 points and representing a line from the first point to the second.
- LineSegment2DExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
-
Default constructor.
- LineSegment2DExpression(double, double, double, double) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
-
Create a LineSegment2D value encapsulating the values supplied.
- LineSegment2DExpression(Coordinate, Coordinate) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
-
Create a LineSegment2D value encapsulating the value supplied.
- LineSegment2DExpression(LineSegment) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
-
Create a LineSegment2D value encapsulating the value supplied.
- LineSegment2DExpression(Point, Point) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
-
Create a LineSegment2D value encapsulating the value supplied.
- LineSegment2DExpression(AnyResult<?>) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
- LineSegment2DExpression(LineSegment2DResult) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
-
Create a LineSegment2D value encapsulating the value supplied.
- LineSegment2DExpression.BoundingBoxExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- LineSegment2DExpression.HasMagnitudeExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- LineSegment2DExpression.IntersectionWithExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- LineSegment2DExpression.IntersectsExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- LineSegment2DExpression.IsExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- LineSegment2DExpression.MagnitudeExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- LineSegment2DExpression.MaxXExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- LineSegment2DExpression.MaxYExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- LineSegment2DExpression.MeasurableDimensionsExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- LineSegment2DExpression.MinXExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- LineSegment2DExpression.MinYExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- LineSegment2DExpression.SpatialDimensionsExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- LineSegment2DFunctions - Class in nz.co.gregs.dbvolution.internal.sqlite
- LineSegment2DFunctions - Enum in nz.co.gregs.dbvolution.internal.h2
-
Support DBvolution at Patreon
- LineSegment2DFunctions - Enum in nz.co.gregs.dbvolution.internal.oracle.aws
-
Support DBvolution at Patreon
- LineSegment2DResult - Interface in nz.co.gregs.dbvolution.results
-
Support DBvolution at Patreon
- listOfPossibleDates - Variable in class nz.co.gregs.dbvolution.operators.DBInOperator
- listOfPossibleIntegers - Variable in class nz.co.gregs.dbvolution.operators.DBInOperator
- listOfPossibleNumbers - Variable in class nz.co.gregs.dbvolution.operators.DBInOperator
- listOfPossibleStrings - Variable in class nz.co.gregs.dbvolution.operators.DBInOperator
- listOfPossibleValues - Variable in class nz.co.gregs.dbvolution.operators.DBInOperator
- loadClass(String) - Method in class nz.co.gregs.dbvolution.generation.deprecated.DataRepo
- loadFromCSVFile(DBRow, File, String, String, String, String) - Method in class nz.co.gregs.dbvolution.databases.PostgresDB
-
Assumes that the database and application are on the the same machine.
- loadJPG(String) - Static method in class nz.co.gregs.dbvolution.utility.ImageCompare
- loadSchema() - Method in class nz.co.gregs.dbvolution.databases.metadata.DBDatabaseMetaData
- loadTrackedTables() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- LocalDateColumn - Class in nz.co.gregs.dbvolution.columns
-
Represents a database column storing a date value.
- LocalDateColumn(RowDefinition, LocalDate) - Constructor for class nz.co.gregs.dbvolution.columns.LocalDateColumn
-
Create a DateColumn for the supplied field of the supplied row
- LocalDateColumn(RowDefinition, DBLocalDate) - Constructor for class nz.co.gregs.dbvolution.columns.LocalDateColumn
-
Create a DateColumn for the supplied field of the supplied row
- LocalDateExpression - Class in nz.co.gregs.dbvolution.expressions
-
DateExpression implements standard functions that produce a LocalDate or Time result.
- LocalDateExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Default Constructor
- LocalDateExpression(LocalDate) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Create a DateExpression based on an existing LocalDate.
- LocalDateExpression(AnyResult<?>) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Create a DateExpression based on an existing
LocalDateResult
. - LocalDateExpression(LocalDateResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Create a DateExpression based on an existing
LocalDateResult
. - LocalDateExpression.DateAddDaysExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateAddIntegerDaysExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateAddIntegerHoursExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateAddIntegerMinutesExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateAddIntegerMonthsExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateAddIntegerSecondsExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateAddIntegerWeeksExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateAddIntegerYearsExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateAddMonthsExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateAddSecondsExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateCurrentDateExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateCurrentTimeExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateDayExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateDayOfWeekExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateDaysFromExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateEndOfMonthExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateGetDateRepeatFromExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateGreatestOfExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateHourExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateHoursFromExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateIfDBNullExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateIsExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateIsGreaterThanExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateIsGreaterThanOrEqualExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateIsInExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateIsLessThanExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateIsLessThanOrEqualExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateIsNotExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateIsNotInExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateLeastOfExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateMaxExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateMinExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateMinusDateRepeatExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateMinuteExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateMinutesFromExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateMonthExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateMonthsFromExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateOnlyCurrentDateExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DatePlusDateRepeatExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateSecondExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateSecondsFromExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateSubsecondExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateWeeksFromExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateYearExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.DateYearsFromExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.FirstValueExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.LagExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.LastValueExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.LeadExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateExpression.NthValueExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateIfThenElseExpression(BooleanExpression, LocalDateExpression, LocalDateExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression.LocalDateIfThenElseExpression
- LocalDateResult - Interface in nz.co.gregs.dbvolution.results
-
Interface required to be implemented by all DBExpressions that produce Date results
- LocalDateTimeAddDaysExpression(LocalDateTimeExpression, NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddDaysExpression
- LocalDateTimeAddIntegerDaysExpression(LocalDateTimeExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerDaysExpression
- LocalDateTimeAddIntegerHoursExpression(LocalDateTimeExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerHoursExpression
- LocalDateTimeAddIntegerMinutesExpression(LocalDateTimeExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerMinutesExpression
- LocalDateTimeAddIntegerMonthsExpression(LocalDateTimeExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerMonthsExpression
- LocalDateTimeAddIntegerSecondsExpression(LocalDateTimeExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerSecondsExpression
- LocalDateTimeAddIntegerWeeksExpression(LocalDateTimeExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerWeeksExpression
- LocalDateTimeAddIntegerYearsExpression(LocalDateTimeExpression, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerYearsExpression
- LocalDateTimeAddMonthsExpression(LocalDateTimeExpression, NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddMonthsExpression
- LocalDateTimeAddSecondsExpression(LocalDateTimeExpression, NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddSecondsExpression
- LocalDateTimeColumn - Class in nz.co.gregs.dbvolution.columns
-
Represents a database column storing a date value.
- LocalDateTimeColumn(RowDefinition, LocalDateTime) - Constructor for class nz.co.gregs.dbvolution.columns.LocalDateTimeColumn
-
Create a DateColumn for the supplied field of the supplied row
- LocalDateTimeColumn(RowDefinition, DBLocalDateTime) - Constructor for class nz.co.gregs.dbvolution.columns.LocalDateTimeColumn
-
Create a DateColumn for the supplied field of the supplied row
- LocalDateTimeCurrentLocalDateTimeExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeCurrentLocalDateTimeExpression
- LocalDateTimeCurrentTimeExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeCurrentTimeExpression
- LocalDateTimeDayExpression(LocalDateTimeExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeDayExpression
- LocalDateTimeDayOfWeekExpression(LocalDateTimeExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeDayOfWeekExpression
- LocalDateTimeDaysFromExpression(LocalDateTimeExpression, LocalDateTimeResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeDaysFromExpression
- LocalDateTimeEndOfMonthExpression(LocalDateTimeResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeEndOfMonthExpression
- LocalDateTimeExpression - Class in nz.co.gregs.dbvolution.expressions
-
LocalDateTimeExpression implements standard functions that produce a LocalDateTime or Time result.
- LocalDateTimeExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Default Constructor
- LocalDateTimeExpression(LocalDateTime) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Create a LocalDateTimeExpression based on an existing LocalDateTime.
- LocalDateTimeExpression(AnyResult<?>) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Create a LocalDateTimeExpression based on an existing
LocalDateTimeResult
. - LocalDateTimeExpression(LocalDateTimeResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Create a LocalDateTimeExpression based on an existing
LocalDateTimeResult
. - LocalDateTimeExpression.CurrentLocalDateLocalDateTimeExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.FirstValueExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LagExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LastValueExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LeadExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeAddDaysExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeAddIntegerDaysExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeAddIntegerHoursExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeAddIntegerMinutesExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeAddIntegerMonthsExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeAddIntegerSecondsExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeAddIntegerWeeksExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeAddIntegerYearsExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeAddMonthsExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeAddSecondsExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeCurrentLocalDateTimeExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeCurrentTimeExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeDayExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeDayOfWeekExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeDaysFromExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeEndOfMonthExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeGetDateRepeatFromExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeGreatestOfExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeHourExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeHoursFromExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeIfDBNullExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeIsExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeIsGreaterThanExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeIsGreaterThanOrEqualExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeIsInExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeIsLessThanExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeIsLessThanOrEqualExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeIsNotExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeIsNotInExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeLeastOfExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeMaxExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeMinExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeMinusDateRepeatExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeMinuteExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeMinutesFromExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeMonthExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeMonthsFromExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimePlusDateRepeatExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeSecondAndSubsecondExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeSecondExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeSecondsFromExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeSubsecondExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeWeeksFromExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeYearExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.LocalDateTimeYearsFromExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeExpression.NthValueExpression - Class in nz.co.gregs.dbvolution.expressions
- LocalDateTimeGetDateRepeatFromExpression(LocalDateTimeExpression, LocalDateTimeResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeGetDateRepeatFromExpression
- LocalDateTimeGreatestOfExpression(LocalDateTimeResult[]) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeGreatestOfExpression
- LocalDateTimeHourExpression(LocalDateTimeExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeHourExpression
- LocalDateTimeHoursFromExpression(LocalDateTimeExpression, LocalDateTimeResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeHoursFromExpression
- LocalDateTimeIfDBNullExpression(LocalDateTimeExpression, LocalDateTimeResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIfDBNullExpression
- LocalDateTimeIfThenElseExpression(BooleanExpression, LocalDateTimeExpression, LocalDateTimeExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression.LocalDateTimeIfThenElseExpression
- LocalDateTimeIsExpression(LocalDateTimeExpression, LocalDateTimeResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsExpression
- LocalDateTimeIsGreaterThanExpression(LocalDateTimeExpression, LocalDateTimeResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsGreaterThanExpression
- LocalDateTimeIsGreaterThanOrEqualExpression(LocalDateTimeExpression, LocalDateTimeResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsGreaterThanOrEqualExpression
- LocalDateTimeIsInExpression(LocalDateTimeExpression, Collection<LocalDateTimeResult>) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsInExpression
- LocalDateTimeIsLessThanExpression(LocalDateTimeExpression, LocalDateTimeResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsLessThanExpression
- LocalDateTimeIsLessThanOrEqualExpression(LocalDateTimeExpression, LocalDateTimeResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsLessThanOrEqualExpression
- LocalDateTimeIsNotExpression(LocalDateTimeExpression, LocalDateTimeResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsNotExpression
- LocalDateTimeIsNotInExpression(LocalDateTimeExpression, Collection<LocalDateTimeResult>) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsNotInExpression
- LocalDateTimeLeastOfExpression(LocalDateTimeResult[]) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeLeastOfExpression
- LocalDateTimeMaxExpression(LocalDateTimeExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMaxExpression
- LocalDateTimeMinExpression(LocalDateTimeExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMinExpression
- LocalDateTimeMinusDateRepeatExpression(LocalDateTimeExpression, DateRepeatResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMinusDateRepeatExpression
- LocalDateTimeMinuteExpression(LocalDateTimeExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMinuteExpression
- LocalDateTimeMinutesFromExpression(LocalDateTimeExpression, LocalDateTimeResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMinutesFromExpression
- LocalDateTimeMonthExpression(LocalDateTimeExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMonthExpression
- LocalDateTimeMonthsFromExpression(LocalDateTimeExpression, LocalDateTimeResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMonthsFromExpression
- LocalDateTimePlusDateRepeatExpression(LocalDateTimeExpression, DateRepeatResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimePlusDateRepeatExpression
- LocalDateTimeResult - Interface in nz.co.gregs.dbvolution.results
-
Interface required to be implemented by all DBExpressions that produce Date results
- LocalDateTimeSecondAndSubsecondExpression(LocalDateTimeExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeSecondAndSubsecondExpression
- LocalDateTimeSecondExpression(LocalDateTimeExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeSecondExpression
- LocalDateTimeSecondsFromExpression(LocalDateTimeExpression, LocalDateTimeResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeSecondsFromExpression
- LocalDateTimeSubsecondExpression(LocalDateTimeExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeSubsecondExpression
- localDateTimeValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Returns the set value of this DBDate as a Java LocalDateTime instance.
- localDateTimeValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Returns the set value of this DBDate as a Java LocalDateTime instance.
- LocalDateTimeWeeksFromExpression(LocalDateTimeExpression, LocalDateTimeResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeWeeksFromExpression
- LocalDateTimeYearExpression(LocalDateTimeExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeYearExpression
- LocalDateTimeYearsFromExpression(LocalDateTimeExpression, LocalDateTimeResult) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeYearsFromExpression
- localDateValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Returns the set value of this DBDate as a Java LocalDateTime instance.
- localDateValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
Returns the set value of this DBDate as a Java LocalDate instance.
- localDateValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Returns the set value of this DBDate as a Java LocalDate instance.
- localTimeValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Returns the set value of this DBDate as a Java LocalDate instance.
- locationOf(String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Returns the 1-based index of the first occurrence of searchString within the StringExpression.
- locationOf(StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Returns the 1-based index of the first occurrence of searchString within the StringExpression.
- LOG - Static variable in class nz.co.gregs.dbvolution.databases.metadata.MySQLDBDatabaseMetaData
- logBase10() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
returns the Logarithm Base-10 of the current IntegerExpression.
- logBase10() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
returns the Logarithm Base-10 of the current NumberExpression.
- LogBase10Expression(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.LogBase10Expression
- LOGGER - Static variable in class nz.co.gregs.dbvolution.generation.deprecated.DataRepo
- LOGGER - Static variable in interface nz.co.gregs.dbvolution.internal.FeatureAdd
- LOGGER - Static variable in class nz.co.gregs.dbvolution.internal.query.QueryCanceller
- LOGGER - Static variable in class nz.co.gregs.dbvolution.internal.query.QueryTimeout
- LOGGER - Static variable in class nz.co.gregs.dbvolution.utility.ReconnectionProcess
- logN() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
returns the Natural Logarithm of the current IntegerExpression.
- logN() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
returns the Natural Logarithm of the current NumberExpression.
- longValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Returns a Long of the database value or NULL if the database value is null
- longValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
Returns the set value of this DBInteger as a Long, if possible.
- longValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
The current
literal value
of this DBNumber as a Long - looksLikeABCryptHash(String) - Static method in class nz.co.gregs.dbvolution.utility.encryption.UpdatingBCrypt
- LoopDetectedInRecursiveSQL - Exception in nz.co.gregs.dbvolution.exceptions
- LoopDetectedInRecursiveSQL() - Constructor for exception nz.co.gregs.dbvolution.exceptions.LoopDetectedInRecursiveSQL
- lowercase() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query expression that changes all the letters in the current StringExpression to lowercase.
- lowerClass() - Method in class nz.co.gregs.dbvolution.internal.properties.InterfaceInfo.ParameterBounds
-
Assumes there's only one lower class and returns it.
- lowerClasses() - Method in class nz.co.gregs.dbvolution.internal.properties.InterfaceInfo.ParameterBounds
-
Gets the lower bounding classes.
- lowerType() - Method in class nz.co.gregs.dbvolution.internal.properties.InterfaceInfo.ParameterBounds
-
Assumes there's only one lower type and returns it.
- lowerTypes() - Method in class nz.co.gregs.dbvolution.internal.properties.InterfaceInfo.ParameterBounds
-
Gets the lower bounding types.
- LOWEST - nz.co.gregs.dbvolution.expressions.SortProvider.OrderOfNulls
- lowestFirst() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- lowestLast() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression
M
- magnitude() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
- magnitude() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
- magnitude() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
- magnitude() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
- magnitude() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- magnitude() - Method in interface nz.co.gregs.dbvolution.results.Spatial2DComparable
-
Returns the numerical magnitude value, if any, for this expression.
- MagnitudeExpression(Line2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.MagnitudeExpression
- MagnitudeExpression(LineSegment2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.MagnitudeExpression
- MagnitudeExpression(Point2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.MagnitudeExpression
- manual() - Static method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Configuration
-
Deprecated.This version of manual will automatically start the cluster, use
DBDatabaseCluster.Configuration.autoStart()
instead - MariaClusterDB - Class in nz.co.gregs.dbvolution.databases
-
DBDatabase tweaked for a Maria Cluster Database.
- MariaClusterDB(String, long, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.MariaClusterDB
-
Creates a DBDatabase instance for a MariaDB cluster hosted at the server and port supplied, logging in with the username and password supplied.
- MariaClusterDB(String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.MariaClusterDB
-
Creates a DBDatabase instance for a MariaDB cluster hosted at the JDBC URL supplied, logging in with the username and password supplied.
- MariaClusterDB(List<String>, List<Long>, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.MariaClusterDB
-
Creates a DBDatabase for a MariaDB cluster.
- MariaClusterDB(DataSource) - Constructor for class nz.co.gregs.dbvolution.databases.MariaClusterDB
-
Creates a
DBDatabase
instance for the data source. - MariaClusterDB(DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.MariaClusterDB
-
Creates a
DBDatabase
instance for the data source. - MariaClusterDB(MariaClusterDBSettingsBuilder) - Constructor for class nz.co.gregs.dbvolution.databases.MariaClusterDB
-
Creates a
DBDatabase
instance for the data source. - MariaClusterDBSettingsBuilder - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- MariaClusterDBSettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.MariaClusterDBSettingsBuilder
- MariaDB - Class in nz.co.gregs.dbvolution.databases
-
DBDatabase tweaked for a MariaDB Database.
- MariaDB(String, long, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.MariaDB
-
Create a MariaDB instance of DBDatabase for the database on the supplied server and port, using the username and password to login.
- MariaDB(String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.MariaDB
-
Create a MariaDB instance of DBDatabase for the database with the supplied JDBC URL, using the username and password to login.
- MariaDB(DataSource) - Constructor for class nz.co.gregs.dbvolution.databases.MariaDB
-
Creates a
DBDatabase
instance for the data source. - MariaDB(DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.MariaDB
-
Creates a
DBDatabase
instance for the data source. - MariaDB(MariaDBSettingsBuilder) - Constructor for class nz.co.gregs.dbvolution.databases.MariaDB
-
Creates a
DBDatabase
instance for the data source. - MariaDBDefinition - Class in nz.co.gregs.dbvolution.databases.definitions
-
Defines the features of the MariaDB database that differ from the standard database.
- MariaDBDefinition() - Constructor for class nz.co.gregs.dbvolution.databases.definitions.MariaDBDefinition
- MARIADBDRIVERNAME - Static variable in class nz.co.gregs.dbvolution.databases.MariaClusterDB
- MARIADBDRIVERNAME - Static variable in class nz.co.gregs.dbvolution.databases.MariaDB
- MariaDBSettingsBuilder - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- MariaDBSettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.MariaDBSettingsBuilder
- match - Variable in class nz.co.gregs.dbvolution.utility.ImageCompare
- match() - Method in class nz.co.gregs.dbvolution.utility.ImageCompare
- max() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumberStatistics
- max() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Aggregates the dates found in a query to find the maximum date in the selection.
- max() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Aggregates the dates found in a query to find the maximum date in the selection.
- max() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Returns the greatest/largest value from the column.
- max() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Aggregates the dates found in a query to find the maximum date in the selection.
- max() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Aggregates the dates found in a query to find the maximum date in the selection.
- max() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Returns the greatest/largest value from the column.
- max() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates an expression that will find the largest value in the column supplied.
- MAX_X - nz.co.gregs.dbvolution.internal.h2.Polygon2DFunctions
- MAX_X - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Polygon2DFunctions
- MAX_Y - nz.co.gregs.dbvolution.internal.h2.Polygon2DFunctions
- MAX_Y - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Polygon2DFunctions
- MAXIMUM_DEPTH_DEFAULT - Static variable in class nz.co.gregs.dbvolution.internal.query.RecursiveQueryDetails
- MAXIMUM_EFFORT - Static variable in class nz.co.gregs.dbvolution.utility.encryption.UpdatingBCrypt
- maxX() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Return the maximum X value in the Line2D.
- maxX() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
- maxX() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
- maxX() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
- maxX() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- maxX() - Method in interface nz.co.gregs.dbvolution.results.Spatial2DComparable
-
Return a expression that provides the largest X value within the spatial value.
- MAXX - nz.co.gregs.dbvolution.internal.h2.Line2DFunctions
- MAXX - nz.co.gregs.dbvolution.internal.h2.LineSegment2DFunctions
- MAXX - nz.co.gregs.dbvolution.internal.h2.MultiPoint2DFunctions
- MAXX - nz.co.gregs.dbvolution.internal.oracle.aws.Line2DFunctions
- MAXX - nz.co.gregs.dbvolution.internal.oracle.aws.LineSegment2DFunctions
- MAXX - nz.co.gregs.dbvolution.internal.oracle.aws.MultiPoint2DFunctions
- MAXX - nz.co.gregs.dbvolution.internal.oracle.aws.Polygon2DFunctions
- MAXX - nz.co.gregs.dbvolution.internal.postgres.Line2DFunctions
- MAXX - nz.co.gregs.dbvolution.internal.sqlserver.Line2DFunctions
- MAXX - nz.co.gregs.dbvolution.internal.sqlserver.MultiPoint2DFunctions
- MAXX - nz.co.gregs.dbvolution.internal.sqlserver.Polygon2DFunctions
- MaxXExpression(Line2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.MaxXExpression
- MaxXExpression(LineSegment2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.MaxXExpression
- maxY() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Return the maximum Y value in the Line2D.
- maxY() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
- maxY() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
- maxY() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
- maxY() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- maxY() - Method in interface nz.co.gregs.dbvolution.results.Spatial2DComparable
-
Return a expression that provides the largest Y value within the spatial value.
- MAXY - nz.co.gregs.dbvolution.internal.h2.Line2DFunctions
- MAXY - nz.co.gregs.dbvolution.internal.h2.LineSegment2DFunctions
- MAXY - nz.co.gregs.dbvolution.internal.h2.MultiPoint2DFunctions
- MAXY - nz.co.gregs.dbvolution.internal.oracle.aws.Line2DFunctions
- MAXY - nz.co.gregs.dbvolution.internal.oracle.aws.LineSegment2DFunctions
- MAXY - nz.co.gregs.dbvolution.internal.oracle.aws.MultiPoint2DFunctions
- MAXY - nz.co.gregs.dbvolution.internal.oracle.aws.Polygon2DFunctions
- MAXY - nz.co.gregs.dbvolution.internal.postgres.Line2DFunctions
- MAXY - nz.co.gregs.dbvolution.internal.sqlserver.Line2DFunctions
- MAXY - nz.co.gregs.dbvolution.internal.sqlserver.MultiPoint2DFunctions
- MAXY - nz.co.gregs.dbvolution.internal.sqlserver.Polygon2DFunctions
- MaxYExpression(Line2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.MaxYExpression
- MaxYExpression(LineSegment2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.MaxYExpression
- measurableDimensions() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
- measurableDimensions() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
- measurableDimensions() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
- measurableDimensions() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
- measurableDimensions() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- measurableDimensions() - Method in interface nz.co.gregs.dbvolution.results.Spatial2DComparable
-
Return the measurableDimensions of this expression.
- MeasurableDimensionsExpression(Line2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.MeasurableDimensionsExpression
- MeasurableDimensionsExpression(LineSegment2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.MeasurableDimensionsExpression
- MeasurableDimensionsExpression(Point2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.MeasurableDimensionsExpression
- median() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumberStatistics
-
The middle term in the grouping.
- median() - Method in class nz.co.gregs.dbvolution.datatypes.DBStatistics
-
The median value, that is the value that occurs halfway through the distribution.
- median() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Creates an expression that will return the median value of the column supplied.
- MedianExpression(X) - Constructor for class nz.co.gregs.dbvolution.expressions.RangeExpression.MedianExpression
- merge(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- mergeExtras(Map<String, String>) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
-
Adds the supplied values to the extras map, retaining any existing entries and updating obsolete one.
- migrate(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBMigrationAction
-
Perform the migration
- migrate(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBQueryInsertAction
-
Perform the migration
- MIGRATION - nz.co.gregs.dbvolution.databases.QueryIntention
- MigrationFunctions - Enum in nz.co.gregs.dbvolution.internal.mysql
-
Support DBvolution at Patreon
- MigrationFunctions - Enum in nz.co.gregs.dbvolution.internal.sqlserver
-
Support DBvolution at Patreon
- min() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumberStatistics
- min() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Aggregates the dates found in a query to find the minimum date in the selection.
- min() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Aggregates the dates found in a query to find the minimum date in the selection.
- min() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Returns the least/smallest value from the column.
- min() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Aggregates the dates found in a query to find the minimum date in the selection.
- min() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Aggregates the dates found in a query to find the minimum date in the selection.
- min() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Returns the least/smallest value from the column.
- min() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates an expression that will find the smallest value in the column supplied.
- MIN_X - nz.co.gregs.dbvolution.internal.h2.Polygon2DFunctions
- MIN_X - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Polygon2DFunctions
- MIN_Y - nz.co.gregs.dbvolution.internal.h2.Polygon2DFunctions
- MIN_Y - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Polygon2DFunctions
- MINIMUM_EFFORT - Static variable in class nz.co.gregs.dbvolution.utility.encryption.UpdatingBCrypt
- minus(Integer) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the basic arithmetic operation minus.
- minus(Long) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the basic arithmetic operation minus.
- minus(Number) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the basic arithmetic operation minus.
- minus(Number) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the basic arithmetic operation minus.
- minus(Duration) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Subtract the period/duration provided from this date expression to get an offset date.
- minus(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the basic arithmetic operation minus.
- minus(NumberExpression) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the basic arithmetic operation minus.
- minus(DateRepeatResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Subtract the period/duration provided from this date expression to get an offset date.
- minus(DateRepeatResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Subtract the period/duration provided from this date expression to get an offset date.
- minus(DateRepeatResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Subtract the period/duration provided from this date expression to get an offset date.
- minus(DateRepeatResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Subtract the period/duration provided from this date expression to get an offset date.
- minus(DurationResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Subtract the period/duration provided from this date expression to get an offset date.
- minus(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the basic arithmetic operation minus.
- minus(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the basic arithmetic operation minus.
- minus(Period) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Subtract the period/duration provided from this date expression to get an offset date.
- minus(Period) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Subtract the period/duration provided from this date expression to get an offset date.
- minus(Period) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Subtract the period/duration provided from this date expression to get an offset date.
- minus(Period) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Subtract the period/duration provided from this date expression to get an offset date.
- MINUS - nz.co.gregs.dbvolution.expressions.search.SearchAbstract.Mode
- minute() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that returns the minute part of this date expression.
- minute() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that returns the minute part of this date expression.
- minute() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that returns the minute part of this date expression.
- MINUTE_PART - nz.co.gregs.dbvolution.internal.h2.DateRepeatFunctions
- MINUTE_SUFFIX - Static variable in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
DateRepeat values are often stored as Strings of the format P2015Y12M30D23h59n59.0s
- MINUTE_SUFFIX - Static variable in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
DateRepeat values are often stored as Strings of the format P20D23h59n59.0s
- minuteIs(Integer) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the minute part of this date expression.
- minuteIs(Integer) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the minute part of this date expression.
- minuteIs(Integer) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the minute part of this date expression.
- minuteIs(Long) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the minute part of this date expression.
- minuteIs(Long) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the minute part of this date expression.
- minuteIs(Long) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the minute part of this date expression.
- minuteIs(Number) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the minute part of this date expression.
- minuteIs(Number) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the minute part of this date expression.
- minuteIs(Number) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the minute part of this date expression.
- minuteIs(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the minute part of this date expression.
- minuteIs(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the minute part of this date expression.
- minuteIs(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the minute part of this date expression.
- minuteIs(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the minute part of this date expression.
- minuteIs(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the minute part of this date expression.
- minuteIs(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the minute part of this date expression.
- minutesFrom(Instant) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Date Arithmetic: get the minutes between the date expression and the supplied date.
- minutesFrom(LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: get the minutes between the date expression and the supplied date.
- minutesFrom(Date) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: get the minutes between the date expression and the supplied date.
- minutesFrom(DateResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: get the days between the date expression and the supplied date.
- minutesFrom(InstantResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Date Arithmetic: get the days between the date expression and the supplied date.
- minutesFrom(LocalDateTimeResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: get the days between the date expression and the supplied date.
- MinutesFromExpression(InstantExpression, InstantResult) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.MinutesFromExpression
- minX() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Return the minimum X value in the Line2D.
- minX() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
- minX() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
- minX() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
- minX() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- minX() - Method in interface nz.co.gregs.dbvolution.results.Spatial2DComparable
-
Return a expression that provides the smallest X value within the spatial value.
- MINX - nz.co.gregs.dbvolution.internal.h2.Line2DFunctions
- MINX - nz.co.gregs.dbvolution.internal.h2.LineSegment2DFunctions
- MINX - nz.co.gregs.dbvolution.internal.h2.MultiPoint2DFunctions
- MINX - nz.co.gregs.dbvolution.internal.oracle.aws.Line2DFunctions
- MINX - nz.co.gregs.dbvolution.internal.oracle.aws.LineSegment2DFunctions
- MINX - nz.co.gregs.dbvolution.internal.oracle.aws.MultiPoint2DFunctions
- MINX - nz.co.gregs.dbvolution.internal.oracle.aws.Polygon2DFunctions
- MINX - nz.co.gregs.dbvolution.internal.postgres.Line2DFunctions
- MINX - nz.co.gregs.dbvolution.internal.sqlserver.Line2DFunctions
- MINX - nz.co.gregs.dbvolution.internal.sqlserver.MultiPoint2DFunctions
- MINX - nz.co.gregs.dbvolution.internal.sqlserver.Polygon2DFunctions
- MinXExpression(Line2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.MinXExpression
- MinXExpression(LineSegment2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.MinXExpression
- minY() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Return the minimum Y value in the Line2D.
- minY() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
- minY() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
- minY() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
- minY() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- minY() - Method in interface nz.co.gregs.dbvolution.results.Spatial2DComparable
-
Return a expression that provides the smallest Y value within the spatial value.
- MINY - nz.co.gregs.dbvolution.internal.h2.Line2DFunctions
- MINY - nz.co.gregs.dbvolution.internal.h2.LineSegment2DFunctions
- MINY - nz.co.gregs.dbvolution.internal.h2.MultiPoint2DFunctions
- MINY - nz.co.gregs.dbvolution.internal.oracle.aws.Line2DFunctions
- MINY - nz.co.gregs.dbvolution.internal.oracle.aws.LineSegment2DFunctions
- MINY - nz.co.gregs.dbvolution.internal.oracle.aws.MultiPoint2DFunctions
- MINY - nz.co.gregs.dbvolution.internal.oracle.aws.Polygon2DFunctions
- MINY - nz.co.gregs.dbvolution.internal.postgres.Line2DFunctions
- MINY - nz.co.gregs.dbvolution.internal.sqlserver.Line2DFunctions
- MINY - nz.co.gregs.dbvolution.internal.sqlserver.MultiPoint2DFunctions
- MINY - nz.co.gregs.dbvolution.internal.sqlserver.Polygon2DFunctions
- MinYExpression(Line2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.MinYExpression
- MinYExpression(LineSegment2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.MinYExpression
- MissingStandardFunctions - Class in nz.co.gregs.dbvolution.internal.sqlite
- mod(Number) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
/** MOD returns the remainder from integer division.
- mod(Number) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
MOD returns the remainder from integer division.
- mod(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
MOD returns the remainder from integer division.
- mod(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
MOD returns the remainder from integer division.
- mod(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
MOD returns the remainder from integer division.
- modeSimple() - Method in class nz.co.gregs.dbvolution.datatypes.DBStatistics
- modeSimple() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Creates an expression that will return the most common value of the column supplied.
- modeSimple() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Creates an expression that will return the most common value of the column supplied.
- modeSimple() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Creates an expression that will return the most common value of the column supplied.
- modeSimple() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Creates an expression that will return the most common value of the column supplied.
- modeSimple() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Creates an expression that will return the most common value of the column supplied.
- modeSimple() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Creates an expression that will return the most common value of the column supplied.
- modeSimple() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
-
Creates an expression that will return the most common value of the column supplied.
- modeSimple() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
-
Creates an expression that will return the most common value of the column supplied.
- modeSimple() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
-
Creates an expression that will return the most common value of the column supplied.
- modeSimple() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Creates an expression that will return the most common value of the column supplied.
- modeSimple() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates an expression that will return the most common value of the column supplied.
- ModeSimpleExpression(X) - Constructor for class nz.co.gregs.dbvolution.expressions.EqualExpression.ModeSimpleExpression
- modeStrict() - Method in class nz.co.gregs.dbvolution.datatypes.DBStatistics
- modeStrict() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Creates an expression that will return the most common value of the column supplied.
- modeStrict() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Creates an expression that will return the most common value of the column supplied.
- modeStrict() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Creates an expression that will return the most common value of the column supplied.
- modeStrict() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Creates an expression that will return the most common value of the column supplied.
- modeStrict() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Creates an expression that will return the most common value of the column supplied.
- modeStrict() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Creates an expression that will return the most common value of the column supplied.
- modeStrict() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
-
Creates an expression that will return the most common value of the column supplied.
- modeStrict() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
-
Creates an expression that will return the most common value of the column supplied.
- modeStrict() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
-
Creates an expression that will return the most common value of the column supplied.
- modeStrict() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Creates an expression that will return the most common value of the column supplied.
- modeStrict() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates an expression that will return the most common value of the column supplied.
- ModeStrictExpression(X) - Constructor for class nz.co.gregs.dbvolution.expressions.EqualExpression.ModeStrictExpression
- ModulusRemainderExpression(NumberExpression, NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.ModulusRemainderExpression
- MONDAY - Static variable in class nz.co.gregs.dbvolution.expressions.DateExpression
-
The integer used to represent the index for Monday
- MONDAY - Static variable in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
The integer used to represent the index for Monday
- MONDAY - Static variable in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
The integer used to represent the index for Monday
- MONDAY - Static variable in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
The integer used to represent the index for Monday
- month() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that returns the month part of this date expression.
- month() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that returns the month part of this date expression.
- month() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that returns the month part of this date expression.
- month() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that returns the month part of this date expression.
- MONTH_PART - nz.co.gregs.dbvolution.internal.h2.DateRepeatFunctions
- MONTH_SUFFIX - Static variable in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
DateRepeat values are often stored as Strings of the format P2015Y12M30D23h59n59.0s
- monthIs(Integer) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the month part of this date expression.
- monthIs(Integer) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the month part of this date expression.
- monthIs(Integer) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that tests the month part of this date expression.
- monthIs(Integer) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the month part of this date expression.
- monthIs(Long) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the month part of this date expression.
- monthIs(Long) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the month part of this date expression.
- monthIs(Long) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that tests the month part of this date expression.
- monthIs(Long) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the month part of this date expression.
- monthIs(Number) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the month part of this date expression.
- monthIs(Number) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the month part of this date expression.
- monthIs(Number) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that tests the month part of this date expression.
- monthIs(Number) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the month part of this date expression.
- monthIs(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the month part of this date expression.
- monthIs(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the month part of this date expression.
- monthIs(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that tests the month part of this date expression.
- monthIs(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the month part of this date expression.
- monthIs(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the month part of this date expression.
- monthIs(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the month part of this date expression.
- monthIs(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that tests the month part of this date expression.
- monthIs(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the month part of this date expression.
- monthsFrom(Instant) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Date Arithmetic: get the months between the date expression and the supplied date.
- monthsFrom(LocalDate) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LocalDate Arithmetic: get the months between the date expression and the supplied date.
- monthsFrom(LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: get the months between the date expression and the supplied date.
- monthsFrom(Date) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: get the months between the date expression and the supplied date.
- monthsFrom(DateResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: get the months between the date expression and the supplied date.
- monthsFrom(InstantResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Date Arithmetic: get the months between the date expression and the supplied date.
- monthsFrom(LocalDateResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LocalDate Arithmetic: get the months between the date expression and the supplied date.
- monthsFrom(LocalDateTimeResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: get the months between the date expression and the supplied date.
- MonthsFromExpression(InstantExpression, InstantResult) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.MonthsFromExpression
- MSSQLServer2012DB - Class in nz.co.gregs.dbvolution.databases
- MSSQLServer2012DB(String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.MSSQLServer2012DB
-
Deprecated.
- MSSQLServer2012DB(String, String, String, int, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.MSSQLServer2012DB
-
Deprecated.
- MSSQLServer2012DB(String, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.MSSQLServer2012DB
-
Deprecated.
- MSSQLServer2012DB(String, String, String, String, int, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.MSSQLServer2012DB
-
Deprecated.
- MSSQLServer2012DB(DataSource) - Constructor for class nz.co.gregs.dbvolution.databases.MSSQLServer2012DB
- MSSQLServer2012DB(DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.MSSQLServer2012DB
- MSSQLServer2012DB(MSSQLServer2012SettingsBuilder) - Constructor for class nz.co.gregs.dbvolution.databases.MSSQLServer2012DB
- MSSQLServer2012DBDefinition - Class in nz.co.gregs.dbvolution.databases.definitions
-
Extends and updates the MS SQLServer database definition to use features made available by the 2012 version of MS SQLServer.
- MSSQLServer2012DBDefinition() - Constructor for class nz.co.gregs.dbvolution.databases.definitions.MSSQLServer2012DBDefinition
- MSSQLServer2012SettingsBuilder - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- MSSQLServer2012SettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.MSSQLServer2012SettingsBuilder
- MSSQLServerDB - Class in nz.co.gregs.dbvolution.databases
-
A DBDatabase object tweaked to work with Microsoft SQL Server.
- MSSQLServerDB(String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.MSSQLServerDB
-
Creates a
DBDatabase
instance for MS SQL Server using the JDBC URL, username, and password. - MSSQLServerDB(String, String, String, Integer, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.MSSQLServerDB
-
Deprecated.
- MSSQLServerDB(String, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.MSSQLServerDB
-
Deprecated.
- MSSQLServerDB(String, String, String, String, Integer, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.MSSQLServerDB
-
Deprecated.
- MSSQLServerDB(DataSource) - Constructor for class nz.co.gregs.dbvolution.databases.MSSQLServerDB
-
Creates a
DBDatabase
instance for the MS SQL Server data source. - MSSQLServerDB(DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.MSSQLServerDB
-
Creates a
DBDatabase
instance for the MS SQL Server data source. - MSSQLServerDB(MSSQLServerDBDefinition, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.MSSQLServerDB
-
Deprecated.
- MSSQLServerDB(MSSQLServerDBDefinition, String, String, String, Integer, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.MSSQLServerDB
-
Deprecated.
- MSSQLServerDB(MSSQLServerDBDefinition, String, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.MSSQLServerDB
-
Deprecated.
- MSSQLServerDB(MSSQLServerDBDefinition, String, String, String, String, Integer, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.MSSQLServerDB
-
Deprecated.
- MSSQLServerDB(MSSQLServerDBDefinition, String, DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.MSSQLServerDB
-
Creates a
DBDatabase
instance for the MS SQL Server data source. - MSSQLServerDB(MSSQLServerDBDefinition, String, MSSQLServerSettingsBuilder) - Constructor for class nz.co.gregs.dbvolution.databases.MSSQLServerDB
-
Deprecated.
- MSSQLServerDB(MSSQLServerDBDefinition, DataSource) - Constructor for class nz.co.gregs.dbvolution.databases.MSSQLServerDB
- MSSQLServerDB(MSSQLServerDBDefinition, DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.MSSQLServerDB
-
Deprecated.
- MSSQLServerDB(MSSQLServerDBDefinition, MSSQLServerSettingsBuilder) - Constructor for class nz.co.gregs.dbvolution.databases.MSSQLServerDB
-
Deprecated.
- MSSQLServerDB(AbstractMSSQLServerSettingsBuilder<?, ?>) - Constructor for class nz.co.gregs.dbvolution.databases.MSSQLServerDB
-
Creates a
DBDatabase
instance for the MS SQL Server data source. - MSSQLServerDB(MSSQLServerSettingsBuilder) - Constructor for class nz.co.gregs.dbvolution.databases.MSSQLServerDB
-
Creates a
DBDatabase
instance for the MS SQL Server data source. - MSSQLServerDBDefinition - Class in nz.co.gregs.dbvolution.databases.definitions
-
Defines the features of the Microsoft SQL Server database that differ from the standard database.
- MSSQLServerDBDefinition() - Constructor for class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- MSSQLServerDBDefinition2016 - Class in nz.co.gregs.dbvolution.databases.definitions
-
Defines the features of the Microsoft SQL Server database that differ from the standard database.
- MSSQLServerDBDefinition2016() - Constructor for class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- MSSQLServerSettingsBuilder - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- MSSQLServerSettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.MSSQLServerSettingsBuilder
- MULTIPOINT2D - nz.co.gregs.dbvolution.internal.h2.DataTypes
- MULTIPOINT2D - nz.co.gregs.dbvolution.internal.sqlite.DataTypes
- MultiPoint2DColumn - Class in nz.co.gregs.dbvolution.columns
-
Provides a portable representation of a column of Line2D values.
- MultiPoint2DColumn(RowDefinition, MultiPoint) - Constructor for class nz.co.gregs.dbvolution.columns.MultiPoint2DColumn
- MultiPoint2DColumn(RowDefinition, DBMultiPoint2D) - Constructor for class nz.co.gregs.dbvolution.columns.MultiPoint2DColumn
-
Creates a portable reference to the column represented by the field of the row.
- MultiPoint2DExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
-
Creates and transforms MultiPoint2D values within your database queries.
- MultiPoint2DExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
-
Default constructor
- MultiPoint2DExpression(MultiPoint) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
-
Create a
MultiPoint2DExpression
representing from providedJTS multipoint
. - MultiPoint2DExpression(Point...) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
-
Create a
MultiPoint2DExpression
representing from providedJTS points
. - MultiPoint2DExpression(MultiPoint2DResult) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
-
Create a
MultiPoint2DExpression
representing from providedMultiPoint2DResult
/MultiPoint2DExpression
- MultiPoint2DFunctions - Class in nz.co.gregs.dbvolution.internal.sqlite
- MultiPoint2DFunctions - Enum in nz.co.gregs.dbvolution.internal.h2
-
a MultiPoint in H2 is a String formatted as MULTIPOINT ((1 2, 3 4, 5 6)) where each pair of numbers is a point and the entire string is less than 2000 characters
- MultiPoint2DFunctions - Enum in nz.co.gregs.dbvolution.internal.oracle.aws
-
Support DBvolution at Patreon
- MultiPoint2DFunctions - Enum in nz.co.gregs.dbvolution.internal.oracle.xe
- MultiPoint2DFunctions - Enum in nz.co.gregs.dbvolution.internal.postgres
- MultiPoint2DFunctions - Enum in nz.co.gregs.dbvolution.internal.sqlserver
-
Support DBvolution at Patreon
- MultiPoint2DResult - Interface in nz.co.gregs.dbvolution.results
-
Support DBvolution at Patreon
- MySQL_5_7SettingsBuilder - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- MySQL_5_7SettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.MySQL_5_7SettingsBuilder
- MySQLDB - Class in nz.co.gregs.dbvolution.databases
-
A DBDatabase tweaked for MySQL databases
- MySQLDB(String, int, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.MySQLDB
-
Creates DBDatabase suitable for use with MySQL attached to the supplied JDBC URL, username, and password.
- MySQLDB(String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.MySQLDB
-
Creates DBDatabase suitable for use with MySQL attached to the supplied JDBC URL, username, and password.
- MySQLDB(DataSource) - Constructor for class nz.co.gregs.dbvolution.databases.MySQLDB
-
Creates a
DBDatabase
instance for the data source. - MySQLDB(DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.MySQLDB
-
Creates a MySQL connection for the DatabaseConnectionSettings.
- MySQLDB(AbstractMySQLSettingsBuilder<?, ?>) - Constructor for class nz.co.gregs.dbvolution.databases.MySQLDB
-
Creates a MySQL connection for the DatabaseConnectionSettings.
- MySQLDB(MySQLSettingsBuilder) - Constructor for class nz.co.gregs.dbvolution.databases.MySQLDB
-
Creates a MySQL connection for the DatabaseConnectionSettings.
- MySQLDB_5_7 - Class in nz.co.gregs.dbvolution.databases
-
A DBDatabase tweaked for MySQL databases
- MySQLDB_5_7(String, long, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.MySQLDB_5_7
-
Creates DBDatabase suitable for use with MySQL attached to the supplied JDBC URL, username, and password.
- MySQLDB_5_7(String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.MySQLDB_5_7
-
Creates DBDatabase suitable for use with MySQL attached to the supplied JDBC URL, username, and password.
- MySQLDB_5_7(DataSource) - Constructor for class nz.co.gregs.dbvolution.databases.MySQLDB_5_7
-
Creates a
DBDatabase
instance for the data source. - MySQLDB_5_7(DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.MySQLDB_5_7
-
Creates a
DBDatabase
instance for the data source. - MySQLDB_5_7(MySQL_5_7SettingsBuilder) - Constructor for class nz.co.gregs.dbvolution.databases.MySQLDB_5_7
-
Creates a
DBDatabase
instance for the data source. - MySQLDBDatabaseMetaData - Class in nz.co.gregs.dbvolution.databases.metadata
- MySQLDBDatabaseMetaData(Options) - Constructor for class nz.co.gregs.dbvolution.databases.metadata.MySQLDBDatabaseMetaData
- MySQLDBDatabaseMetaData.STGeometryColumns - Class in nz.co.gregs.dbvolution.databases.metadata
- MySQLDBDefinition - Class in nz.co.gregs.dbvolution.databases.definitions
-
Defines the features of the MySQL database that differ from the standard database.
- MySQLDBDefinition() - Constructor for class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- MySQLDBDefinition_5_7 - Class in nz.co.gregs.dbvolution.databases.definitions
-
Defines the features of the MySQL database that differ from the standard database.
- MySQLDBDefinition_5_7() - Constructor for class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- MYSQLDRIVERNAME - Static variable in class nz.co.gregs.dbvolution.databases.MySQLDB_5_7
- MYSQLDRIVERNAME - Static variable in class nz.co.gregs.dbvolution.databases.MySQLDB
- MySQLMXJDB - Class in nz.co.gregs.dbvolution.databases
-
DBDatabase tweaked for the MySQL MXJ Database.
- MySQLMXJDB(String, long, String, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.MySQLMXJDB
-
Creates a DBDatabase tweaked for MySQL MXJ.
- MySQLMXJDB(String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.MySQLMXJDB
-
Creates a DBDatabase tweaked for MySQL MXJ.
- MySQLMXJDB(DataSource) - Constructor for class nz.co.gregs.dbvolution.databases.MySQLMXJDB
-
Creates a
DBDatabase
instance for the data source. - MySQLMXJDB(DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.MySQLMXJDB
-
Creates a
DBDatabase
instance for the data source. - MySQLMXJDB(MySQLMXJDBSettingsBuilder) - Constructor for class nz.co.gregs.dbvolution.databases.MySQLMXJDB
-
Creates a
DBDatabase
instance for the data source. - MySQLMXJDBSettingsBuilder - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- MySQLMXJDBSettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.MySQLMXJDBSettingsBuilder
- MySQLSettingsBuilder - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- MySQLSettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.MySQLSettingsBuilder
N
- name() - Method in interface nz.co.gregs.dbvolution.internal.FeatureAdd
- name() - Method in class nz.co.gregs.dbvolution.internal.properties.JavaBeanProperty
- name() - Method in class nz.co.gregs.dbvolution.internal.properties.JavaField
- name() - Method in interface nz.co.gregs.dbvolution.internal.properties.JavaProperty
-
Gets the property name, without the declaring class.
- name() - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- NamedDatabaseCapableSettingsBuilder<SELF extends NamedDatabaseCapableSettingsBuilder<SELF,DATABASE>,DATABASE extends DBDatabase> - Interface in nz.co.gregs.dbvolution.databases.settingsbuilders
- nativeSQL(String) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- nativeSQL(String) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- nativeSQL(String) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- NaturalLogExpression(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.NaturalLogExpression
- needsResults(QueryOptions) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- negate() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Negates this BooleanExpression.
- NegateExpression(BooleanResult) - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression.NegateExpression
- negateOperator() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Negate the meaning of the comparison associated with this object.
- newInstant(DateExpression) - Static method in class nz.co.gregs.dbvolution.expressions.InstantExpression
- newLocalDate(DateExpression) - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
- newLocalDate(IntegerExpression, IntegerExpression, IntegerExpression) - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
- newLocalDateTime(DateExpression) - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
- newMultiRowInstance(Object) - Static method in exception nz.co.gregs.dbvolution.exceptions.IncorrectRowProviderInstanceSuppliedException
-
Thrown when the current object needs the supplied variable to be a field of the object, but it isn't.
- newSettings() - Static method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- nextRowValue() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Synonym for the lead method.
- nextRowValue() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Synonym for lead().
- nextRowValue() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Synonym for lead.
- nextRowValue() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Synonym for lead.
- nextRowValue() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
nextRowValue is a synonym for LEAD.
- nextRowValue() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Synonym for Lead.
- nextRowValue() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Synonym for lead.
- NoAvailableDatabaseException - Exception in nz.co.gregs.dbvolution.exceptions
- NoAvailableDatabaseException() - Constructor for exception nz.co.gregs.dbvolution.exceptions.NoAvailableDatabaseException
- node(String) - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- nodeExists(String) - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- noLongerRequired() - Method in class nz.co.gregs.dbvolution.internal.query.QueryTimeout
- noneOf(BooleanExpression...) - Static method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Returns true only if all of the conditions are FALSE.
- NORMAL - nz.co.gregs.dbvolution.expressions.search.SearchAbstract.Mode
- not() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Returns FALSE if this expression is TRUE, or TRUE if it is FALSE.
- not() - Method in class nz.co.gregs.dbvolution.operators.DBOperator
-
Make this operator an exclusive rather than inclusive comparison.
- NOT_HANDLED - nz.co.gregs.dbvolution.databases.DBDatabaseImplementation.ResponseToException
- notAllOf(BooleanExpression...) - Static method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Collects the expressions together and requires that at least one of them to be false.
- notEquals(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- NotEquals() - Constructor for class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.NotEquals
- NOTEQUALS - nz.co.gregs.dbvolution.internal.h2.DateRepeatFunctions
- now() - Static method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates a date expression that returns the current time on the database.
- now() - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates a date expression that returns today's date, that is the current date on the database.
- now() - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates a date expression that returns the current time on the database.
- nthValue(IntegerExpression) - Static method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
- nthValue(IntegerExpression) - Static method in class nz.co.gregs.dbvolution.expressions.DateExpression
- nthValue(IntegerExpression) - Static method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
- nthValue(IntegerExpression) - Static method in class nz.co.gregs.dbvolution.expressions.DurationExpression
- nthValue(IntegerExpression) - Static method in class nz.co.gregs.dbvolution.expressions.InstantExpression
- nthValue(IntegerExpression) - Static method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
- nthValue(IntegerExpression) - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
- nthValue(IntegerExpression) - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
- nthValue(IntegerExpression) - Static method in class nz.co.gregs.dbvolution.expressions.NumberExpression
- nthValue(IntegerExpression) - Static method in class nz.co.gregs.dbvolution.expressions.StringExpression
- NthValueExpression(IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression.NthValueExpression
- NthValueExpression(IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DateExpression.NthValueExpression
- NthValueExpression(IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.NthValueExpression
- NthValueExpression(IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.DurationExpression.NthValueExpression
- NthValueExpression(IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.NthValueExpression
- NthValueExpression(IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.IntegerExpression.NthValueExpression
- NthValueExpression(IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateExpression.NthValueExpression
- NthValueExpression(IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.NthValueExpression
- NthValueExpression(IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.NthValueExpression
- NthValueExpression(IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.NthValueExpression
- nTile(Integer) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- nTile(Long) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- nTile(IntegerExpression) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- NTileExpression(Integer) - Constructor for class nz.co.gregs.dbvolution.expressions.AnyExpression.NTileExpression
- NTileExpression(Long) - Constructor for class nz.co.gregs.dbvolution.expressions.AnyExpression.NTileExpression
- NTileExpression(IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.AnyExpression.NTileExpression
- nullBoolean() - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- NullCapableResult<B> - Interface in nz.co.gregs.dbvolution.results
- nullDate() - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- nullDateRepeat() - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- nullDuration() - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- nullExpression() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression
-
Returns an expression that will evaluate to NULL in SQL.
- nullExpression() - Method in class nz.co.gregs.dbvolution.expressions.BooleanArrayExpression
-
Returns a value of the required type that will evaluate to NULL.
- nullExpression() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Returns a value of the required type that will evaluate to NULL.
- nullExpression() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
- nullExpression() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
- nullExpression() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
- nullExpression() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
- nullExpression() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
- nullExpression() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
- nullExpression() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
- nullExpression() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
- nullExpression() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
- nullExpression() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
- nullExpression() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
- nullExpression() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
- nullExpression() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- nullExpression() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a StringExpression that will return a database NULL.
- nullInstant() - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- nullInteger() - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- nullLine2D() - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- nullLineSegment2D() - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- nullLocalDate() - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- nullLocalDateTime() - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- nullMultiPoint2D() - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- nullNumber() - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- nullPoint2D() - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- nullPolygon2D() - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- nullsFirst() - Method in class nz.co.gregs.dbvolution.expressions.SortProvider
- nullsHighest() - Method in class nz.co.gregs.dbvolution.expressions.SortProvider
- nullsLast() - Method in class nz.co.gregs.dbvolution.expressions.SortProvider
- NullsLast(SortProvider) - Constructor for class nz.co.gregs.dbvolution.expressions.SortProvider.NullsLast
- nullsLowest() - Method in class nz.co.gregs.dbvolution.expressions.SortProvider
- NullsOrderer(SortProvider, SortProvider.OrderOfNulls) - Constructor for class nz.co.gregs.dbvolution.expressions.SortProvider.NullsOrderer
- nullsOrdering - Variable in class nz.co.gregs.dbvolution.expressions.SortProvider
- nullString() - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- NumberColumn - Class in nz.co.gregs.dbvolution.columns
-
Represents a database column storing a number value.
- NumberColumn(RowDefinition, Number) - Constructor for class nz.co.gregs.dbvolution.columns.NumberColumn
-
Create a NumberColumn for the supplied field of the supplied row
- NumberColumn(RowDefinition, DBEnum<ENUM, NUMBER>) - Constructor for class nz.co.gregs.dbvolution.columns.NumberColumn
-
Create a NumberColumn for the supplied field of the supplied row
- NumberColumn(RowDefinition, DBNumber) - Constructor for class nz.co.gregs.dbvolution.columns.NumberColumn
-
Create a NumberColumn for the supplied field of the supplied row
- NumberComparator - Class in nz.co.gregs.dbvolution.utility.comparators
- NumberComparator() - Constructor for class nz.co.gregs.dbvolution.utility.comparators.NumberComparator
- NumberExpression - Class in nz.co.gregs.dbvolution.expressions
-
NumberExpression implements standard functions that produce a numeric result, including Integer and Real numbers.
- NumberExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Default Constructor
- NumberExpression(Number) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Create a NumberExpression based on an existing Number.
- NumberExpression(AnyResult<?>) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Create a NumberExpression based on an existing
NumberResult
. - NumberExpression(NumberResult) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Create a NumberExpression based on an existing
NumberResult
. - NumberExpression.AbsoluteValueExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.AverageExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.ChooseFromStringsExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.CosineExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.CotangentExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.DegreesExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.DivideByExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.ExponentialExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.FirstValueExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.GreatestOfExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.HyperbolicCosineExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.HyperbolicSineExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.HyperbolicTangentExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.IfDBNullExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.IntegerResultExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.InverseCosineExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.InverseSineExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.InverseTangent2Expression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.InverseTangentExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.IsLessThanExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.LagExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.LastValueExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.LeadExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.LogBase10Expression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.MaxUnaryFunction - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.MinUnaryFunction - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.ModulusRemainderExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.NaturalLogExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.NthValueExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.PlusExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.PowerExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.RadiansExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.RandomNumberExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.RoundDownExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.RoundExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.RoundToNumberofDecimalPlaces - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.RoundUpExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.SignExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.SineExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.SquareRootExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.StandardDeviationExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.SumExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.TangentExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.TimesExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberExpression.TruncateExpression - Class in nz.co.gregs.dbvolution.expressions
- NumberIfThenElseExpression(BooleanExpression, NumberResult, NumberResult) - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression.NumberIfThenElseExpression
- numberOfDigits() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Derives the number of digits of this expression.
- numberOfPoints() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
-
Create a NumberExpression that represents the number of points stored in the MultiPoint value.
- numberResult() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
- numberResult() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
- numberResult() - Method in class nz.co.gregs.dbvolution.expressions.SimpleNumericExpression
- numberResult() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
In so far as it is possible, transform the value of this expression into a number.
- NumberResult - Interface in nz.co.gregs.dbvolution.results
-
Interface required to be implemented by all DBExpressions that produce Number results
- numberValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
Returns the set value of this DBInteger as a Number, if possible.
- numberValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
The current
literal value
of this DBNumber as a Number - numberValue() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Converts boolean values to the database number representation.
- NUMPOINTS - nz.co.gregs.dbvolution.internal.oracle.xe.Line2DFunctions
- NUMPOINTS - nz.co.gregs.dbvolution.internal.oracle.xe.MultiPoint2DFunctions
- NuoDB - Class in nz.co.gregs.dbvolution.databases
-
DBDatabase tweaked to work best with NuoDB.
- NuoDB(String, Long, String, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.NuoDB
-
Creates a DBDatabase instance tweaked for NuoDB using the broker supplied using the ports supplied for each broker.
- NuoDB(List<String>, String, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.NuoDB
-
Creates a DBDatabase instance tweaked for NuoDB using the broker supplied on the default port for NuoDB.
- NuoDB(List<String>, List<Long>, String, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.NuoDB
-
Creates a DBDatabase instance tweaked for NuoDB using the broker supplied using the ports supplied for each broker.
- NuoDB(DataSource) - Constructor for class nz.co.gregs.dbvolution.databases.NuoDB
-
Creates a
DBDatabase
instance for the data source. - NUODB_DRIVER - Static variable in class nz.co.gregs.dbvolution.databases.NuoDB
- NuoDBDefinition - Class in nz.co.gregs.dbvolution.databases.definitions
-
Defines the features of the NuoDB database that differ from the standard database.
- NuoDBDefinition() - Constructor for class nz.co.gregs.dbvolution.databases.definitions.NuoDBDefinition
- NuoDBSettingsBuilder - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- NuoDBSettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.NuoDBSettingsBuilder
- nz.co.gregs.dbvolution - package nz.co.gregs.dbvolution
- nz.co.gregs.dbvolution.actions - package nz.co.gregs.dbvolution.actions
-
Classes To Implement And Store Database Changes and Actions.
- nz.co.gregs.dbvolution.annotations - package nz.co.gregs.dbvolution.annotations
-
Annotations To Store Database Semantics In Java.
- nz.co.gregs.dbvolution.columns - package nz.co.gregs.dbvolution.columns
-
Classes For Creating Portable References To Database Columns In Java Classes.
- nz.co.gregs.dbvolution.databases - package nz.co.gregs.dbvolution.databases
-
DBDatabase Subclasses That Connect to Specific Supported Databases.
- nz.co.gregs.dbvolution.databases.connections - package nz.co.gregs.dbvolution.databases.connections
- nz.co.gregs.dbvolution.databases.definitions - package nz.co.gregs.dbvolution.databases.definitions
-
DBDefinition Subclasses For Supported Databases.
- nz.co.gregs.dbvolution.databases.metadata - package nz.co.gregs.dbvolution.databases.metadata
- nz.co.gregs.dbvolution.databases.settingsbuilders - package nz.co.gregs.dbvolution.databases.settingsbuilders
- nz.co.gregs.dbvolution.databases.supports - package nz.co.gregs.dbvolution.databases.supports
- nz.co.gregs.dbvolution.datatypes - package nz.co.gregs.dbvolution.datatypes
-
DBvolution Equivalents For The Standard Java and Database Types.
- nz.co.gregs.dbvolution.datatypes.spatial2D - package nz.co.gregs.dbvolution.datatypes.spatial2D
- nz.co.gregs.dbvolution.exceptions - package nz.co.gregs.dbvolution.exceptions
-
Specific Exceptions For Specific Errors.
- nz.co.gregs.dbvolution.expressions - package nz.co.gregs.dbvolution.expressions
-
Make Complex Conditions For Your Queries Using Expressions .
- nz.co.gregs.dbvolution.expressions.search - package nz.co.gregs.dbvolution.expressions.search
- nz.co.gregs.dbvolution.expressions.spatial2D - package nz.co.gregs.dbvolution.expressions.spatial2D
- nz.co.gregs.dbvolution.expressions.windows - package nz.co.gregs.dbvolution.expressions.windows
- nz.co.gregs.dbvolution.generation - package nz.co.gregs.dbvolution.generation
- nz.co.gregs.dbvolution.generation.deprecated - package nz.co.gregs.dbvolution.generation.deprecated
-
Automatically Create DBRow Classes Based An Existing Schema.
- nz.co.gregs.dbvolution.internal - package nz.co.gregs.dbvolution.internal
-
Internal API.
- nz.co.gregs.dbvolution.internal.database - package nz.co.gregs.dbvolution.internal.database
- nz.co.gregs.dbvolution.internal.datatypes - package nz.co.gregs.dbvolution.internal.datatypes
- nz.co.gregs.dbvolution.internal.h2 - package nz.co.gregs.dbvolution.internal.h2
- nz.co.gregs.dbvolution.internal.mysql - package nz.co.gregs.dbvolution.internal.mysql
- nz.co.gregs.dbvolution.internal.oracle - package nz.co.gregs.dbvolution.internal.oracle
- nz.co.gregs.dbvolution.internal.oracle.aws - package nz.co.gregs.dbvolution.internal.oracle.aws
- nz.co.gregs.dbvolution.internal.oracle.xe - package nz.co.gregs.dbvolution.internal.oracle.xe
- nz.co.gregs.dbvolution.internal.postgres - package nz.co.gregs.dbvolution.internal.postgres
- nz.co.gregs.dbvolution.internal.properties - package nz.co.gregs.dbvolution.internal.properties
-
Internal API.
- nz.co.gregs.dbvolution.internal.query - package nz.co.gregs.dbvolution.internal.query
- nz.co.gregs.dbvolution.internal.querygraph - package nz.co.gregs.dbvolution.internal.querygraph
- nz.co.gregs.dbvolution.internal.sqlite - package nz.co.gregs.dbvolution.internal.sqlite
- nz.co.gregs.dbvolution.internal.sqlserver - package nz.co.gregs.dbvolution.internal.sqlserver
- nz.co.gregs.dbvolution.operators - package nz.co.gregs.dbvolution.operators
-
The Operators Used By QueryableDatatypes To Provide The Most Common Conditions.
- nz.co.gregs.dbvolution.query - package nz.co.gregs.dbvolution.query
-
Internal API plus QueryGraph.
- nz.co.gregs.dbvolution.reflection - package nz.co.gregs.dbvolution.reflection
- nz.co.gregs.dbvolution.results - package nz.co.gregs.dbvolution.results
- nz.co.gregs.dbvolution.transactions - package nz.co.gregs.dbvolution.transactions
-
Low-Level Transaction Support.
- nz.co.gregs.dbvolution.utility - package nz.co.gregs.dbvolution.utility
- nz.co.gregs.dbvolution.utility.comparators - package nz.co.gregs.dbvolution.utility.comparators
- nz.co.gregs.dbvolution.utility.encryption - package nz.co.gregs.dbvolution.utility.encryption
O
- offset - Variable in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameStart
- OffsetFollowingStart(WindowFunctionFramable.FrameType<A>, int) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.OffsetFollowingStart
- OffsetFollowingStart(WindowFunctionFramable.FrameType<A>, long) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.OffsetFollowingStart
- OffsetFollowingStart(WindowFunctionFramable.FrameType<A>, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.OffsetFollowingStart
- offsetPrecedingAndCurrentRow(int) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameType
- offsetPrecedingAndCurrentRow(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameType
- OffsetPrecedingEnd(WindowFunctionFramable.FrameStart<A>, int) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.OffsetPrecedingEnd
- OffsetPrecedingEnd(WindowFunctionFramable.FrameStart<A>, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.OffsetPrecedingEnd
- OffsetPrecedingStart(WindowFunctionFramable.FrameType<A>, int) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.OffsetPrecedingStart
- OffsetPrecedingStart(WindowFunctionFramable.FrameType<A>, long) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.OffsetPrecedingStart
- OffsetPrecedingStart(WindowFunctionFramable.FrameType<A>, IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.OffsetPrecedingStart
- offsetTime() - Method in class nz.co.gregs.dbvolution.utility.RegularProcess
-
Used to generate the next run time for this process
- ofSize(int) - Static method in class nz.co.gregs.dbvolution.utility.StringInBlocks
- ONE - Static variable in class nz.co.gregs.dbvolution.expressions.IntegerExpression
- ONE - Static variable in class nz.co.gregs.dbvolution.expressions.NumberExpression
- only - Variable in class nz.co.gregs.dbvolution.expressions.EqualExpression.DBUnaryFunction
- onlyCurrentRow() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameType
- optionalPreparationSQL() - Method in interface nz.co.gregs.dbvolution.internal.FeatureAdd
- Options - Class in nz.co.gregs.dbvolution.databases.metadata
- Options() - Constructor for class nz.co.gregs.dbvolution.databases.metadata.Options
- Options() - Constructor for class nz.co.gregs.dbvolution.generation.deprecated.DBTableClassGenerator.Options
- Options(Long, PrimaryKeyRecognisor, ForeignKeyRecognisor, Boolean) - Constructor for class nz.co.gregs.dbvolution.databases.metadata.Options
- Options(Long, PrimaryKeyRecognisor, ForeignKeyRecognisor, Boolean) - Constructor for class nz.co.gregs.dbvolution.generation.deprecated.DBTableClassGenerator.Options
- Options(DBDatabase, String, Long, PrimaryKeyRecognisor, ForeignKeyRecognisor, Boolean, Boolean, String...) - Constructor for class nz.co.gregs.dbvolution.databases.metadata.Options
- or(BooleanExpression) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Specifies that the expression will return TRUE if this OR the specified expression are TRUE.
- ORACLE_JDBC_DRIVER - Static variable in class nz.co.gregs.dbvolution.databases.Oracle12DB
- ORACLE_JDBC_DRIVER - Static variable in class nz.co.gregs.dbvolution.databases.OracleDB
- Oracle11XEDB - Class in nz.co.gregs.dbvolution.databases
-
Implements support for version 11 and prior of the Oracle database.
- Oracle11XEDB(String, int, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.Oracle11XEDB
-
Deprecated.
- Oracle11XEDB(String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.Oracle11XEDB
-
Creates a DBDatabase instance tweaked for Oracle 11.
- Oracle11XEDB(String, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.Oracle11XEDB
-
Deprecated.
- Oracle11XEDB(DataSource) - Constructor for class nz.co.gregs.dbvolution.databases.Oracle11XEDB
-
Creates a DBDatabase instance tweaked for Oracle 11 and above.
- Oracle11XEDB(DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.Oracle11XEDB
-
Creates an Oracle connection for the DatabaseConnectionSettings.
- Oracle11XEDB(Oracle11XEDBDefinition, DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.Oracle11XEDB
-
Creates an Oracle connection for the DatabaseConnectionSettings.
- Oracle11XEDB(OracleDBDefinition, String, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.Oracle11XEDB
-
Deprecated.
- Oracle11XEDB(Oracle11XESettingsBuilder) - Constructor for class nz.co.gregs.dbvolution.databases.Oracle11XEDB
-
Creates an Oracle connection for the DatabaseConnectionSettings.
- Oracle11XEDBDefinition - Class in nz.co.gregs.dbvolution.databases.definitions
-
Defines the features of the Oracle 11 database that differ from the standard database.
- Oracle11XEDBDefinition() - Constructor for class nz.co.gregs.dbvolution.databases.definitions.Oracle11XEDBDefinition
- Oracle11XESettingsBuilder - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- Oracle11XESettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.Oracle11XESettingsBuilder
- Oracle12DB - Class in nz.co.gregs.dbvolution.databases
-
Implements support for version 12 of the Oracle database.
- Oracle12DB(String, int, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.Oracle12DB
-
Deprecated.
- Oracle12DB(String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.Oracle12DB
-
Creates a DBDatabase instance tweaked for Oracle 12 and above.
- Oracle12DB(String, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.Oracle12DB
-
Deprecated.
- Oracle12DB(DataSource) - Constructor for class nz.co.gregs.dbvolution.databases.Oracle12DB
-
Creates a DBDatabase instance tweaked for Oracle 12 and above.
- Oracle12DB(DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.Oracle12DB
-
Creates an Oracle connection for the DatabaseConnectionSettings.
- Oracle12DB(Oracle12DBDefinition, DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.Oracle12DB
-
Deprecated.
- Oracle12DB(Oracle12SettingsBuilder) - Constructor for class nz.co.gregs.dbvolution.databases.Oracle12DB
-
Creates an Oracle connection for the DatabaseConnectionSettings.
- Oracle12DBDefinition - Class in nz.co.gregs.dbvolution.databases.definitions
-
Defines the features of the Oracle 12 database that differ from the standard database.
- Oracle12DBDefinition() - Constructor for class nz.co.gregs.dbvolution.databases.definitions.Oracle12DBDefinition
- Oracle12SettingsBuilder - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- Oracle12SettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.Oracle12SettingsBuilder
- Oracle12SpatialDB - Class in nz.co.gregs.dbvolution.databases.definitions
-
Defines the features of the Oracle 12 database when spatial options are available.
- Oracle12SpatialDB() - Constructor for class nz.co.gregs.dbvolution.databases.definitions.Oracle12SpatialDB
- OracleAWS11DB - Class in nz.co.gregs.dbvolution.databases
-
Implements support for version 11 and prior of the Oracle database as provide by Amazon's AWS relational database service (RDS).
- OracleAWS11DB(String, int, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.OracleAWS11DB
-
Deprecated.
- OracleAWS11DB(String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.OracleAWS11DB
-
Creates a DBDatabase instance tweaked for Oracle 11.
- OracleAWS11DB(String, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.OracleAWS11DB
-
Deprecated.
- OracleAWS11DB(DataSource) - Constructor for class nz.co.gregs.dbvolution.databases.OracleAWS11DB
-
Creates a DBDatabase instance tweaked for Oracle 11 and above.
- OracleAWS11DB(DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.OracleAWS11DB
-
Creates an Oracle connection for the DatabaseConnectionSettings.
- OracleAWS11DB(OracleAWS11DBDefinition, DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.OracleAWS11DB
-
Deprecated.
- OracleAWS11DB(OracleAWSDBDefinition, String, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.OracleAWS11DB
-
Deprecated.
- OracleAWS11DB(OracleAWS11SettingsBuilder) - Constructor for class nz.co.gregs.dbvolution.databases.OracleAWS11DB
-
Creates an Oracle connection for the DatabaseConnectionSettings.
- OracleAWS11DBDefinition - Class in nz.co.gregs.dbvolution.databases.definitions
-
Defines the features of the Amazon's RDS Oracle 11 database that differ from the standard database.
- OracleAWS11DBDefinition() - Constructor for class nz.co.gregs.dbvolution.databases.definitions.OracleAWS11DBDefinition
- OracleAWS11SettingsBuilder - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- OracleAWS11SettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.OracleAWS11SettingsBuilder
- OracleAWSDB - Class in nz.co.gregs.dbvolution.databases
-
Super class for connecting the different versions of the AWS Oracle DB.
- OracleAWSDB(DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.OracleAWSDB
-
Creates an Oracle connection for the DatabaseConnectionSettings.
- OracleAWSDB(DBDefinition, String, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.OracleAWSDB
-
Deprecated.
- OracleAWSDB(DBDefinition, DataSource) - Constructor for class nz.co.gregs.dbvolution.databases.OracleAWSDB
-
Creates a DBDatabase instance.
- OracleAWSDB(OracleAWSDBDefinition, DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.OracleAWSDB
-
Deprecated.
- OracleAWSDB(OracleAWSDBDefinition, AbstractOracleSettingsBuilder<?, ?>) - Constructor for class nz.co.gregs.dbvolution.databases.OracleAWSDB
-
Deprecated.
- OracleAWSDB(AbstractOracleSettingsBuilder<?, ?>) - Constructor for class nz.co.gregs.dbvolution.databases.OracleAWSDB
-
Creates an Oracle connection for the DatabaseConnectionSettings.
- OracleAWSDBDefinition - Class in nz.co.gregs.dbvolution.databases.definitions
-
Defines the features of Amazon's Oracle RDS databases that differ from the standard database.
- OracleAWSDBDefinition() - Constructor for class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- OracleDB - Class in nz.co.gregs.dbvolution.databases
-
Super class for connecting the different versions of the Oracle DB.
- OracleDB(DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.OracleDB
-
Deprecated.
- OracleDB(DBDefinition, String, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.OracleDB
-
Deprecated.
- OracleDB(DBDefinition, String, AbstractOracleSettingsBuilder<?, ?>) - Constructor for class nz.co.gregs.dbvolution.databases.OracleDB
-
Deprecated.
- OracleDB(DBDefinition, AbstractOracleSettingsBuilder<?, ?>) - Constructor for class nz.co.gregs.dbvolution.databases.OracleDB
-
Deprecated.
- OracleDB(OracleDBDefinition, DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.OracleDB
-
Deprecated.
- OracleDB(AbstractOracleSettingsBuilder<?, ?>) - Constructor for class nz.co.gregs.dbvolution.databases.OracleDB
-
Creates an Oracle connection for the DatabaseConnectionSettings.
- OracleDBDefinition - Class in nz.co.gregs.dbvolution.databases.definitions
-
Defines the features of the Oracle database that differ from the standard database.
- OracleDBDefinition() - Constructor for class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- OracleSpatialDBDefinition - Class in nz.co.gregs.dbvolution.databases.definitions
-
A subclass of OracleDB that contains definitions of standard Spatial functions shared by Oracle databases with Spatial functions.
- OracleSpatialDBDefinition() - Constructor for class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- orderBy(SortProvider...) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Partitioned
- orderBy(SortProvider...) - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.Partitioned
- orderBy(SortProvider, SortProvider...) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Partitioned
- orderBy(SortProvider, SortProvider...) - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionInterface.Partitioned
- orderBy(SortProvider, SortProvider...) - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionRequiresOrderByInterface.Partitioned
- orderByWithPrimaryKeys(ColumnProvider...) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Partitioned
- orderByWithPrimaryKeys(ColumnProvider...) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Partitioned
- orderByWithPrimaryKeys(ColumnProvider...) - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.Partitioned
-
Orders by the provided sort providers and adds the required primary keys as well.
- orderByWithPrimaryKeys(ColumnProvider...) - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionInterface.Partitioned
-
Orders by the provided sort providers and adds the required primary keys as well.
- orderByWithPrimaryKeys(ColumnProvider...) - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionRequiresOrderByInterface.Partitioned
-
Orders by the provided sort providers and adds the required primary keys as well.
- orderByWithPrimaryKeys(SortProvider...) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Partitioned
- orderByWithPrimaryKeys(SortProvider...) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Partitioned
- orderByWithPrimaryKeys(SortProvider...) - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.Partitioned
-
Orders by the provided sort providers and adds the required primary keys as well.
- orderByWithPrimaryKeys(SortProvider...) - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionInterface.Partitioned
-
Orders by the provided sort providers and adds the required primary keys as well.
- orderByWithPrimaryKeys(SortProvider...) - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionRequiresOrderByInterface.Partitioned
-
Orders by the provided sort providers and adds the required primary keys as well.
- original1 - Variable in class nz.co.gregs.dbvolution.utility.ImageCompare
- original2 - Variable in class nz.co.gregs.dbvolution.utility.ImageCompare
- originalRow - Variable in class nz.co.gregs.dbvolution.actions.DBUpdateSimpleTypes
- OutputFormat - Class in nz.co.gregs.dbvolution
-
Support DBvolution at Patreon
- OutputFormat() - Constructor for class nz.co.gregs.dbvolution.OutputFormat
- OutputFormat.CSV - Class in nz.co.gregs.dbvolution
- OutputFormat.HTMLTable - Class in nz.co.gregs.dbvolution
- OutputFormat.TabSeparated - Class in nz.co.gregs.dbvolution
- over() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression.CountAllExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression.CountDistinctExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression.CountExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression.NTileExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression.PercentageExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression.RankExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.FirstValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.LastValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.NthValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateMaxExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateMinExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.FirstValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.LastValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.NthValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.FirstValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.LastValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.NthValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression.FirstValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression.LastValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression.NthValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.ModeSimpleExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.ModeStrictExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.FirstValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantMaxExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantMinExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.LastValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.NthValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression.FirstValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression.LastValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression.MaxUnaryFunction
- over() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression.MinUnaryFunction
- over() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression.NthValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression.SumFunction
- over() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMaxExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMinExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.FirstValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.LastValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.NthValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.FirstValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LastValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMaxExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMinExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.NthValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.AverageExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.FirstValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.LastValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.MaxUnaryFunction
- over() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.MinUnaryFunction
- over() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.NthValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.StandardDeviationExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.SumExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.FirstValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.LastValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.NthValueExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringAggregateExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringAggregateWithOrderByExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringMaxExpression
- over() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringMinExpression
- over() - Method in interface nz.co.gregs.dbvolution.expressions.windows.CanBeWindowingFunctionRequiresOrderBy
- over() - Method in interface nz.co.gregs.dbvolution.expressions.windows.CanBeWindowingFunctionWithFrame
-
Over creates a window function.
- overlaps(Polygon) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Creates an SQL value that is TRUE when the two polygon2d values intersect but neither contains or is within the other.
- overlaps(Instant, Instant, Instant, Instant) - Static method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Considering the first and second dates as end point for a time period and similarly for the third and fourth, tests whether the 2 time periods overlap.
- overlaps(LocalDate, LocalDate, LocalDate, LocalDate) - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Considering the first and second dates as end point for a time period and similarly for the third and fourth, tests whether the 2 time periods overlap.
- overlaps(LocalDateTime, LocalDateTime, LocalDateTime, LocalDateTime) - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Considering the first and second dates as end point for a time period and similarly for the third and fourth, tests whether the 2 time periods overlap.
- overlaps(Date, Date, Date, Date) - Static method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Considering the first and second dates as end point for a time period and similarly for the third and fourth, tests whether the 2 time periods overlap.
- overlaps(DateExpression, DateExpression, DateResult, DateResult) - Static method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Considering the first and second dates as end point for a time period and similarly for the third and fourth, tests whether the 2 time periods overlap.
- overlaps(InstantExpression, InstantExpression, InstantResult, InstantResult) - Static method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Considering the first and second dates as end point for a time period and similarly for the third and fourth, tests whether the 2 time periods overlap.
- overlaps(LocalDateExpression, LocalDateExpression, LocalDateResult, LocalDateResult) - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Considering the first and second dates as end point for a time period and similarly for the third and fourth, tests whether the 2 time periods overlap.
- overlaps(LocalDateTimeExpression, LocalDateTimeExpression, LocalDateTimeResult, LocalDateTimeResult) - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Considering the first and second dates as end point for a time period and similarly for the third and fourth, tests whether the 2 time periods overlap.
- overlaps(DateResult, DateResult, DateResult, DateResult) - Static method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Considering the first and second dates as end point for a time period and similarly for the third and fourth, tests whether the 2 time periods overlap.
- overlaps(InstantResult, InstantResult, InstantResult, InstantResult) - Static method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Considering the first and second dates as end point for a time period and similarly for the third and fourth, tests whether the 2 time periods overlap.
- overlaps(LocalDateResult, LocalDateResult, LocalDateResult, LocalDateResult) - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Considering the first and second dates as end point for a time period and similarly for the third and fourth, tests whether the 2 time periods overlap.
- overlaps(LocalDateTimeResult, LocalDateTimeResult, LocalDateTimeResult, LocalDateTimeResult) - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Considering the first and second dates as end point for a time period and similarly for the third and fourth, tests whether the 2 time periods overlap.
- overlaps(Polygon2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Creates an SQL value that is TRUE when the two polygon2d values intersect but neither contains or is within the other.
- OVERLAPS - nz.co.gregs.dbvolution.internal.h2.Polygon2DFunctions
- OVERLAPS - nz.co.gregs.dbvolution.internal.oracle.aws.Polygon2DFunctions
- OVERLAPS - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Polygon2DFunctions
P
- pad(String) - Static method in class nz.co.gregs.dbvolution.utility.StringLeftPadded
-
Deprecated.
- ParameterBounds(Type[], Type[]) - Constructor for class nz.co.gregs.dbvolution.internal.properties.InterfaceInfo.ParameterBounds
-
Creates a new instance with the given bounds.
- parent() - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- parseDateFromGetString(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
returns the date format used when reading dates as strings.
- parseDateRepeatFromGetString(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Create a Period from the database version of the DateRepeat.
- parseDateRepeatFromGetString(String) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DateRepeatImpl
- parseDateRepeatFromGetString(String) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DurationImpl
- parseDurationFromGetString(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- parseInstantFromGetString(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
returns the date format used when reading dates as strings.
- parseLocalDateFromGetString(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
returns the date format used when reading dates as strings.
- parseLocalDateTimeFromGetString(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
returns the date format used when reading dates as strings.
- parseURL(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- ParsingSpatialValueException - Exception in nz.co.gregs.dbvolution.exceptions
-
Support DBvolution at Patreon
- ParsingSpatialValueException(String, String, Exception) - Constructor for exception nz.co.gregs.dbvolution.exceptions.ParsingSpatialValueException
-
Thrown when the geometry returned cannot be parsed.
- partition(ColumnProvider...) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy
- partition(ColumnProvider...) - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionInterface
- partition(ColumnProvider...) - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionRequiresOrderByInterface
- partition(EqualExpression<?, ?, ?>...) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable
- partition(EqualExpression<?, ?, ?>...) - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface
- PAUSED - nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Status
-
Paused databases are ready databases that are being use to synchronize other databases.
- PercentageExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.AnyExpression.PercentageExpression
- percentageRank() - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- PeriodComparator - Class in nz.co.gregs.dbvolution.utility.comparators
- periodValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBDateRepeat
-
Returns the value of this DBDateRepeat as a Period, if the value is defined and is not null.
- permitOnlyFuture() - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
- permitOnlyFuture() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
- permitOnlyFuture() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
- permitOnlyFuture() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
- permitOnlyFutureByDateOnly() - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
- permitOnlyFutureByDateOnly() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
- permitOnlyFutureByDateOnly() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
- permitOnlyFutureByDateOnly() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
- permitOnlyNotNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
- permitOnlyNotNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
- permitOnlyNotNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
- permitOnlyNotNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
- permitOnlyNotNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
- permitOnlyNotNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
- permitOnlyNotNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
- permitOnlyNotNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBString
- permitOnlyNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
- permitOnlyNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
- permitOnlyNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
- permitOnlyNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
- permitOnlyNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
- permitOnlyNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
- permitOnlyNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
- permitOnlyNull() - Method in class nz.co.gregs.dbvolution.datatypes.DBString
- permitOnlyPast() - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
- permitOnlyPast() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
- permitOnlyPast() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
- permitOnlyPast() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
- permitOnlyPastAndPresent() - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
- permitOnlyPastAndPresent() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
- permitOnlyPastAndPresent() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
- permitOnlyPastAndPresent() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
- permitOnlyPastAndPresentByDateOnly() - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
- permitOnlyPastAndPresentByDateOnly() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
- permitOnlyPastAndPresentByDateOnly() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
- permitOnlyPastAndPresentByDateOnly() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
- permitOnlyPastByDateOnly() - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
- permitOnlyPastByDateOnly() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
- permitOnlyPastByDateOnly() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
- permitOnlyPastByDateOnly() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
- permitOnlyPresentAndFuture() - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
- permitOnlyPresentAndFuture() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
- permitOnlyPresentAndFuture() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
- permitOnlyPresentAndFuture() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
- permitOnlyPresentAndFutureByDateOnly() - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
- permitOnlyPresentAndFutureByDateOnly() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
- permitOnlyPresentAndFutureByDateOnly() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
- permitOnlyPresentAndFutureByDateOnly() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
- permittedPattern(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Perform searches based on using database compatible pattern matching
- permittedPattern(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Perform searches based on using database compatible pattern matching
- permittedPattern(StringExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Perform searches based on using database compatible pattern matching
- permittedPattern(StringExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Perform searches based on using database compatible pattern matching
- permittedPatternIgnoreCase(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Perform case-insensitive searches based on using database compatible pattern matching.
- permittedRange(E, E) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
Performs searches based on a range.
- permittedRange(E, E) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Performs searches based on a range.
- permittedRange(Integer, Integer) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Performs searches based on a range.
- permittedRange(Integer, Integer) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
Performs searches based on a range.
- permittedRange(Long, Long) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Performs searches based on a range.
- permittedRange(Long, Long) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
Performs searches based on a range.
- permittedRange(Number, Number) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
Performs searches based on a range.
- permittedRange(String, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Performs searches based on a range.
- permittedRange(String, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Performs searches based on a range.
- permittedRange(Instant, Instant) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Performs searches based on a range.
- permittedRange(LocalDate, LocalDate) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
Performs searches based on a range.
- permittedRange(LocalDateTime, LocalDateTime) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Performs searches based on a range.
- permittedRange(LocalDateTime, LocalDateTime) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Performs searches based on a range.
- permittedRange(Date, Date) - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
Performs searches based on a range.
- permittedRange(DateExpression, DateExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
Performs searches based on a range.
- permittedRange(InstantExpression, InstantExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Performs searches based on a range.
- permittedRange(LocalDateExpression, LocalDateExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
Performs searches based on a range.
- permittedRange(LocalDateTimeExpression, LocalDateTimeExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Performs searches based on a range.
- permittedRange(StringExpression, StringExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Performs searches based on a range.
- permittedRange(NumberResult, NumberResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
Performs searches based on a range.
- permittedRangeExclusive(E, E) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
Performs searches based on a range.
- permittedRangeExclusive(E, E) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Performs searches based on a range.
- permittedRangeExclusive(Integer, Integer) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Performs searches based on a range.
- permittedRangeExclusive(Integer, Integer) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
Performs searches based on a range.
- permittedRangeExclusive(Long, Long) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Performs searches based on a range.
- permittedRangeExclusive(Long, Long) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
Performs searches based on a range.
- permittedRangeExclusive(Number, Number) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
Performs searches based on a range.
- permittedRangeExclusive(String, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Performs searches based on a range.
- permittedRangeExclusive(String, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Performs searches based on a range.
- permittedRangeExclusive(Instant, Instant) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Performs searches based on a range.
- permittedRangeExclusive(LocalDate, LocalDate) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
Performs searches based on a range.
- permittedRangeExclusive(LocalDateTime, LocalDateTime) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Performs searches based on a range.
- permittedRangeExclusive(LocalDateTime, LocalDateTime) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Performs searches based on a range.
- permittedRangeExclusive(Date, Date) - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
Performs searches based on a range.
- permittedRangeExclusive(DateExpression, DateExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
Performs searches based on a range.
- permittedRangeExclusive(InstantExpression, InstantExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Performs searches based on a range.
- permittedRangeExclusive(LocalDateExpression, LocalDateExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
Performs searches based on a range.
- permittedRangeExclusive(LocalDateTimeExpression, LocalDateTimeExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Performs searches based on a range.
- permittedRangeExclusive(StringExpression, StringExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Performs searches based on a range.
- permittedRangeExclusive(NumberResult, NumberResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
Performs searches based on a range.
- permittedRangeInclusive(E, E) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
Performs searches based on a range.
- permittedRangeInclusive(E, E) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Performs searches based on a range.
- permittedRangeInclusive(Integer, Integer) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Performs searches based on a range.
- permittedRangeInclusive(Integer, Integer) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
Performs searches based on a range.
- permittedRangeInclusive(Long, Long) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Performs searches based on a range.
- permittedRangeInclusive(Long, Long) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
Performs searches based on a range.
- permittedRangeInclusive(Number, Number) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
Performs searches based on a range.
- permittedRangeInclusive(String, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Performs searches based on a range.
- permittedRangeInclusive(String, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Performs searches based on a range.
- permittedRangeInclusive(Instant, Instant) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Performs searches based on a range.
- permittedRangeInclusive(LocalDate, LocalDate) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
Performs searches based on a range.
- permittedRangeInclusive(LocalDateTime, LocalDateTime) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Performs searches based on a range.
- permittedRangeInclusive(LocalDateTime, LocalDateTime) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Performs searches based on a range.
- permittedRangeInclusive(Date, Date) - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
Performs searches based on a range.
- permittedRangeInclusive(DateExpression, DateExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
Performs searches based on a range.
- permittedRangeInclusive(InstantExpression, InstantExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Performs searches based on a range.
- permittedRangeInclusive(LocalDateExpression, LocalDateExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
Performs searches based on a range.
- permittedRangeInclusive(LocalDateTimeExpression, LocalDateTimeExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Performs searches based on a range.
- permittedRangeInclusive(StringExpression, StringExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Performs searches based on a range.
- permittedRangeInclusive(NumberResult, NumberResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
Performs searches based on a range.
- permittedValues(BASETYPE...) - Method in class nz.co.gregs.dbvolution.datatypes.DBEnum
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(ENUM...) - Method in class nz.co.gregs.dbvolution.datatypes.DBEnum
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(Boolean) - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(Integer...) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(Integer...) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(Long...) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(Number...) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(Number...) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(Object...) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(String...) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(Instant...) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(LocalDate...) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(LocalDateTime...) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(LocalDateTime...) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(Collection<Long>) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(Collection<Number>) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(Collection<String>) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(Date...) - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(DBInteger...) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(DBNumber...) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(BooleanExpression) - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(DateExpression...) - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(InstantExpression...) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(LocalDateExpression...) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(LocalDateTimeExpression...) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(StringExpression...) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(IntegerResult...) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(NumberResult...) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValues(NumberResult...) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValuesIgnoreCase(E...) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
reduces the rows to only the object, Set, List, Array, or vararg of Strings ignoring letter case.
- permittedValuesIgnoreCase(String...) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
reduces the rows to only the object, Set, List, Array, or vararg of Strings ignoring letter case.
- permittedValuesIgnoreCase(String...) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Reduces the rows returned from a query to only those matching the provided objects.
- permittedValuesIgnoreCase(Collection<E>) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Reduces the rows returned from a query to only those matching the provided objects.
- permittedValuesIgnoreCase(List<String>) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
reduces the rows to only the object, Set, List, Array, or vararg of Strings ignoring letter case.
- permittedValuesIgnoreCase(Set<String>) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
reduces the rows to only the object, Set, List, Array, or vararg of Strings ignoring letter case.
- permittedValuesIgnoreCase(StringExpression...) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
reduces the rows to only the object, Set, List, Array, or vararg of Strings ignoring letter case.
- permittedValuesIgnoreCase(StringExpression...) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
-
Reduces the rows returned from a query to only those matching the provided expression.
- permittedValuesInteger(Collection<Integer>) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- permittedValuesLong(Collection<Long>) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
reduces the rows to only the object, Set, List, Array, or vararg of objects
- persistentConnectionRequired() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether the database requires a persistent connection to operate correctly.
- persistentConnectionRequired() - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBMemoryDBDefinition
- PI - Static variable in class nz.co.gregs.dbvolution.expressions.NumberExpression
- plpgsql - nz.co.gregs.dbvolution.internal.postgres.Language
- plus(Integer) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the basic arithmetic operation plus.
- plus(Long) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the basic arithmetic operation plus.
- plus(Number) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the basic arithmetic operation plus.
- plus(Number) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the basic arithmetic operation plus.
- plus(Duration) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Add the period/duration provided from this date expression to get an offset date.
- plus(DateRepeatResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Add the period/duration provided from this date expression to get an offset date.
- plus(DateRepeatResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Add the period/duration provided from this date expression to get an offset date.
- plus(DateRepeatResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Add the period/duration provided from this date expression to get an offset date.
- plus(DateRepeatResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Add the period/duration provided from this date expression to get an offset date.
- plus(DurationResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Add the period/duration provided from this date expression to get an offset date.
- plus(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the basic arithmetic operation plus.
- plus(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the basic arithmetic operation plus.
- plus(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the basic arithmetic operation plus.
- plus(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the basic arithmetic operation plus.
- plus(Period) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Add the period/duration provided from this date expression to get an offset date.
- plus(Period) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Add the period/duration provided from this date expression to get an offset date.
- plus(Period) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Add the period/duration provided from this date expression to get an offset date.
- plus(Period) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Add the period/duration provided from this date expression to get an offset date.
- PLUS - nz.co.gregs.dbvolution.expressions.search.SearchAbstract.Mode
- PlusExpression(NumberResult, NumberResult) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.PlusExpression
- POINT2D - nz.co.gregs.dbvolution.internal.h2.DataTypes
- POINT2D - nz.co.gregs.dbvolution.internal.sqlite.DataTypes
- Point2DColumn - Class in nz.co.gregs.dbvolution.columns
-
Provides a portable representation of a column of Point2D values.
- Point2DColumn(RowDefinition, Point) - Constructor for class nz.co.gregs.dbvolution.columns.Point2DColumn
- Point2DColumn(RowDefinition, DBPoint2D) - Constructor for class nz.co.gregs.dbvolution.columns.Point2DColumn
-
Creates a portable reference to the column represented by the field of the row.
- Point2DExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
-
Represents SQL expressions that are a 2 dimensional points, that is a physical location in a 2D space with X and Y points.
- Point2DExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
-
Default constructor
- Point2DExpression(double, double) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
-
Create a Point2DExpression that represents the point value provided.
- Point2DExpression(Point) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
-
Create a Point2DExpression that represents the point value provided.
- Point2DExpression(AnyResult<?>) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
-
Create a Point2DExpression that represents the point value provided.
- Point2DExpression(Point2DResult) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
-
Create a Point2DExpression that represents the point value provided.
- Point2DExpression.BoundingBoxExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- Point2DExpression.DistanceToExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- Point2DExpression.GetXExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- Point2DExpression.GetYExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- Point2DExpression.HasMagnitudeExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- Point2DExpression.IsExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- Point2DExpression.MagnitudeExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- Point2DExpression.MeasurableDimensionsExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- Point2DExpression.SpatialDimensionsExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
- Point2DFunctions - Class in nz.co.gregs.dbvolution.internal.sqlite
- Point2DFunctions - Enum in nz.co.gregs.dbvolution.internal.h2
-
Support DBvolution at Patreon
- Point2DFunctions - Enum in nz.co.gregs.dbvolution.internal.oracle.xe
- Point2DFunctions - Enum in nz.co.gregs.dbvolution.internal.sqlserver
-
Support DBvolution at Patreon
- Point2DResult - Interface in nz.co.gregs.dbvolution.results
-
Support DBvolution at Patreon
- POINTCOUNT - nz.co.gregs.dbvolution.internal.oracle.aws.MultiPoint2DFunctions
- PointResult - Interface in nz.co.gregs.dbvolution.results
-
Deprecated.
- POLYGON2D - nz.co.gregs.dbvolution.internal.h2.DataTypes
- Polygon2DColumn - Class in nz.co.gregs.dbvolution.columns
-
Provides a portable representation of a column of Polygon2D values.
- Polygon2DColumn(RowDefinition, Polygon) - Constructor for class nz.co.gregs.dbvolution.columns.Polygon2DColumn
- Polygon2DColumn(RowDefinition, DBPolygon2D) - Constructor for class nz.co.gregs.dbvolution.columns.Polygon2DColumn
-
Creates a portable reference to the column represented by the field of the row.
- Polygon2DExpression - Class in nz.co.gregs.dbvolution.expressions.spatial2D
-
Creates and transforms Polygon2D values within your database queries.
- Polygon2DExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Default constructor
- Polygon2DExpression(Polygon) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Create a Polygon2DExpression that represents the value for use in
DBQuery.addCondition(nz.co.gregs.dbvolution.expressions.BooleanExpression)
, and when creating column expressions usingDBPolygon2D(nz.co.gregs.dbvolution.results.Polygon2DResult)
and similar methods. - Polygon2DExpression(Polygon2DResult) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Create a Polygon2DExpression that represents the value for use in
DBQuery.addCondition(nz.co.gregs.dbvolution.expressions.BooleanExpression)
, and when creating column expressions usingDBPolygon2D(nz.co.gregs.dbvolution.results.Polygon2DResult)
and similar methods. - Polygon2DFunctions - Class in nz.co.gregs.dbvolution.internal.sqlite
- Polygon2DFunctions - Enum in nz.co.gregs.dbvolution.internal.h2
-
Support DBvolution at Patreon
- Polygon2DFunctions - Enum in nz.co.gregs.dbvolution.internal.oracle.aws
-
Support DBvolution at Patreon
- Polygon2DFunctions - Enum in nz.co.gregs.dbvolution.internal.sqlserver
- Polygon2DIfThenElseExpression(BooleanExpression, Polygon2DExpression, Polygon2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression.Polygon2DIfThenElseExpression
- polygon2DResult() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Provides a value that represents the line2d value as a polygon2d value.
- polygon2DResult() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
-
Provides a value that represents the multipoint2d value as a polygon2d value.
- polygon2DResult() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Provides a value that represents value as a polygon2d value.
- Polygon2DResult - Interface in nz.co.gregs.dbvolution.results
-
Support DBvolution at Patreon
- POSTGRES_DEFAULT_PORT - Static variable in class nz.co.gregs.dbvolution.databases.PostgresDB
-
The default port number used by PostgreSQL.
- POSTGRES_DEFAULT_USERNAME - Static variable in class nz.co.gregs.dbvolution.databases.PostgresDB
-
The default username used by PostgreSQL.
- POSTGRES_DRIVER_NAME - Static variable in class nz.co.gregs.dbvolution.databases.PostgresDB
- PostgresDB - Class in nz.co.gregs.dbvolution.databases
-
A DBDatabase tweaked for PostgreSQL.
- PostgresDB(String, int, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.PostgresDB
-
Deprecated.
- PostgresDB(String, int, String, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.PostgresDB
-
Deprecated.
- PostgresDB(String, int, String, String, String, Map<String, String>) - Constructor for class nz.co.gregs.dbvolution.databases.PostgresDB
-
Deprecated.
- PostgresDB(String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.PostgresDB
-
Creates a PostgreSQL connection for the JDBC URL, username, and password.
- PostgresDB(String, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.PostgresDB
-
Deprecated.
- PostgresDB(DataSource) - Constructor for class nz.co.gregs.dbvolution.databases.PostgresDB
-
Creates a PostgreSQL connection for the DataSource.
- PostgresDB(DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.PostgresDB
-
Creates a PostgreSQL connection for the DatabaseConnectionSettings.
- PostgresDB(AbstractPostgresSettingsBuilder<?, ?>) - Constructor for class nz.co.gregs.dbvolution.databases.PostgresDB
-
Creates a PostgreSQL connection for the DatabaseConnectionSettings.
- PostgresDB(PostgresSettingsBuilder) - Constructor for class nz.co.gregs.dbvolution.databases.PostgresDB
-
Creates a PostgreSQL connection for the DatabaseConnectionSettings.
- PostgresDBDefinition - Class in nz.co.gregs.dbvolution.databases.definitions
-
Defines the features of the PostgreSQL database that differ from the standard database.
- PostgresDBDefinition() - Constructor for class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- PostgresDBOverSSL - Class in nz.co.gregs.dbvolution.databases
-
Extends the PostgreSQL database connection by adding SSL.
- PostgresDBOverSSL(String, int, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.PostgresDBOverSSL
-
Creates a DBDatabase for a PostgreSQL database over SSL.
- PostgresDBOverSSL(String, int, String, String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.PostgresDBOverSSL
-
Deprecated.
- PostgresDBOverSSL(String, int, String, String, String, Map<String, String>) - Constructor for class nz.co.gregs.dbvolution.databases.PostgresDBOverSSL
-
Creates a DBDatabase for a PostgreSQL database over SSL.
- PostgresDBOverSSL(DataSource) - Constructor for class nz.co.gregs.dbvolution.databases.PostgresDBOverSSL
-
Creates a
DBDatabase
instance for the data source. - PostgresDBOverSSL(DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.PostgresDBOverSSL
-
Creates a
DBDatabase
instance for the data source. - PostgresDBOverSSL(PostgresOverSSLSettingsBuilder) - Constructor for class nz.co.gregs.dbvolution.databases.PostgresDBOverSSL
- PostgresOverSSLSettingsBuilder - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- PostgresOverSSLSettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.PostgresOverSSLSettingsBuilder
- PostgresSettingsBuilder - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- PostgresSettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.PostgresSettingsBuilder
- postprocess() - Method in class nz.co.gregs.dbvolution.utility.RegularProcess
-
A method that is always called after
RegularProcess.preprocess()
andRegularProcess.process()
. - postProcessing(Options, ArrayList<TableMetaData>) - Method in class nz.co.gregs.dbvolution.databases.metadata.DBDatabaseMetaData
- postProcessing(Options, ArrayList<TableMetaData>) - Method in class nz.co.gregs.dbvolution.databases.metadata.H2DBDatabaseMetaData
- postProcessing(Options, ArrayList<TableMetaData>) - Method in class nz.co.gregs.dbvolution.databases.metadata.MySQLDBDatabaseMetaData
- postProcessing(Options, ArrayList<TableMetaData>) - Method in class nz.co.gregs.dbvolution.databases.metadata.SQLiteDBDatabaseMetaData
- postVisitDirectory(Path, IOException) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseClusterWithConfigFile.DefaultConfigFinder
- power(Integer) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the power (or pow) function of the database.
- power(Long) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the power (or pow) function of the database.
- power(Number) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the power (or pow) function of the database.
- power(Number) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the power (or pow) function of the database.
- power(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the power (or pow) function of the database.
- power(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the power (or pow) function of the database.
- power(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the power (or pow) function of the database.
- PowerExpression(NumberExpression, NumberResult) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.PowerExpression
- preceding(int) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameType
- preceding(int) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.OffsetPrecedingStart
- preceding(int) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.UnboundedPrecedingStart
- preceding(int) - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.FrameStartAllPreceding
- preceding(int) - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.FrameStartPreceding
- preceding(int) - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.FrameType
- preceding(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameType
- preceding(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.OffsetPrecedingStart
- preceding(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.UnboundedPrecedingStart
- preceding(IntegerExpression) - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.FrameStartAllPreceding
- preceding(IntegerExpression) - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.FrameStartPreceding
- preceding(IntegerExpression) - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.FrameType
- precision - Variable in class nz.co.gregs.dbvolution.generation.DBTableField
-
Stores the precision of the column.
- precision - Variable in class nz.co.gregs.dbvolution.generation.deprecated.DBTableField
-
Deprecated.Stores the precision of the column.
- PREFER - nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder.SSLMode
- PreferencesImproved - Class in nz.co.gregs.dbvolution.utility
- preferredGroupByClauseMethod() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- preferredGroupByClauseMethod() - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- preferredGroupByClauseMethod() - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- preferredLargeObjectReader(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- preferredLargeObjectReader(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- preferredLargeObjectReader(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- preferredLargeObjectReader(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- preferredLargeObjectReader(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- preferredLargeObjectReader(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- preferredLargeObjectReader(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- preferredLargeObjectReader(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- preferredLargeObjectReader(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- preferredLargeObjectWriter(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- preferredLargeObjectWriter(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- preferredLargeObjectWriter(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- preferredLargeObjectWriter(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- preferredLargeObjectWriter(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- preferredLargeObjectWriter(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- preferredLargeObjectWriter(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- preferredLargeObjectWriter(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- preferredLargeObjectWriter(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- prefersDatesReadAsStrings() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether the database prefers date values to be read as Strings.
- prefersDatesReadAsStrings() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- prefersDatesReadAsStrings() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- prefersDatesReadAsStrings() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- prefersDatesReadAsStrings() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- prefersIndexBasedOrderByClause() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether the database prefers (probably exclusively) the ORDER BY clause to use column indexes rather than column names.
- prefersIndexBasedOrderByClause() - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- prefersInstantsReadAsStrings() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether the database prefers instant values to be read as Strings.
- prefersInstantsReadAsStrings() - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- prefersLargeObjectsReadAsBase64CharacterStream(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether the database requires LargeObjects to be encoded as Base64 CLOBS using the CharacterStream method to read the value.
- prefersLargeObjectsReadAsBase64CharacterStream(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- prefersLargeObjectsReadAsBase64CharacterStream(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- prefersLargeObjectsReadAsBase64CharacterStream(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- prefersLargeObjectsReadAsBLOB(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether the database prefers reading BLOBs using the getBlob() method.
- prefersLargeObjectsReadAsBLOB(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- prefersLargeObjectsReadAsBLOB(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
-
Indicates whether the database prefers reading BLOBs using the getBlob() method.
- prefersLargeObjectsReadAsBytes(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether the database prefers reading BLOBs using the getBytes() method.
- prefersLargeObjectsReadAsBytes(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
-
Indicates whether the database prefers reading BLOBs using the getBytes() method.
- prefersLargeObjectsReadAsCLOB(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether the database prefers reading BLOBs using the getClob() method.
- prefersLargeObjectsReadAsCLOB(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
-
Indicates whether the database prefers reading BLOBs using the getClob() method.
- prefersLargeObjectsSetAsBase64String(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates that the database prefers Large Object values to be set using the setCharacterStream method.
- prefersLargeObjectsSetAsBase64String(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- prefersLargeObjectsSetAsBase64String(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- prefersLargeObjectsSetAsBase64String(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- prefersLargeObjectsSetAsBLOB(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates that the database prefers Large Object values to be set using the setBLOB method.
- prefersLargeObjectsSetAsBLOB(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
-
Indicates that the database prefers Large Object values to be set using the setBLOB method.
- prefersLargeObjectsSetAsCharacterStream(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates that the database prefers Large Object values to be set using the setCharacterStream method.
- prefersLargeObjectsSetAsCharacterStream(DBLargeObject<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
-
Indicates that the database prefers Large Object values to be set using the setCharacterStream method.
- prefersTrailingPrimaryKeyDefinition() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether the database prefers the primary key to be defined at the end of the CREATE TABLE statement.
- prefersTrailingPrimaryKeyDefinition() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- prefersTriggerBasedIdentities() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether the database prefers to use triggers and sequences to maintain auto-incrementing identities.
- prefersTriggerBasedIdentities() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWS11DBDefinition
- prefersTriggerBasedIdentities() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- prepareActionList(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBAction
- prepareActionList(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBAddMissingColumnsToTable
- prepareActionList(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBAlterTableAddColumnIfNeeded
- prepareActionList(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBCreateDatabase
- prepareActionList(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBCreateForeignKeys
- prepareActionList(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBCreateIndexesOnAllFields
- prepareActionList(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBCreateTable
- prepareActionList(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBDeleteAll
- prepareActionList(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBDropDatabase
- prepareActionList(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBDropForeignKeys
- prepareActionList(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBDropTable
- prepareCall(String) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- prepareCall(String) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- prepareCall(String) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- prepareCall(String, int, int) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- prepareCall(String, int, int) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- prepareCall(String, int, int) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- prepareCall(String, int, int, int) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- prepareCall(String, int, int, int) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- prepareCall(String, int, int, int) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- prepareRollbackData(DBDatabase, DBActionList) - Method in class nz.co.gregs.dbvolution.actions.DBAction
- prepareRollbackData(DBDatabase, DBActionList) - Method in class nz.co.gregs.dbvolution.actions.DBAddMissingColumnsToTable
- prepareRollbackData(DBDatabase, DBActionList) - Method in class nz.co.gregs.dbvolution.actions.DBAlterTableAddColumnIfNeeded
- prepareRollbackData(DBDatabase, DBActionList) - Method in class nz.co.gregs.dbvolution.actions.DBCreateDatabase
- prepareRollbackData(DBDatabase, DBActionList) - Method in class nz.co.gregs.dbvolution.actions.DBCreateForeignKeys
- prepareRollbackData(DBDatabase, DBActionList) - Method in class nz.co.gregs.dbvolution.actions.DBCreateIndexesOnAllFields
- prepareRollbackData(DBDatabase, DBActionList) - Method in class nz.co.gregs.dbvolution.actions.DBCreateTable
- prepareRollbackData(DBDatabase, DBActionList) - Method in class nz.co.gregs.dbvolution.actions.DBDeleteAll
- prepareRollbackData(DBDatabase, DBActionList) - Method in class nz.co.gregs.dbvolution.actions.DBDropDatabase
- prepareRollbackData(DBDatabase, DBActionList) - Method in class nz.co.gregs.dbvolution.actions.DBDropForeignKeys
- prepareRollbackData(DBDatabase, DBActionList) - Method in class nz.co.gregs.dbvolution.actions.DBDropTable
- prepareStatement(String) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- prepareStatement(String) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- prepareStatement(String) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- prepareStatement(String, int) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- prepareStatement(String, int) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- prepareStatement(String, int) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- prepareStatement(String, int[]) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- prepareStatement(String, int[]) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- prepareStatement(String, int[]) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- prepareStatement(String, int, int) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- prepareStatement(String, int, int) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- prepareStatement(String, int, int) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- prepareStatement(String, int, int, int) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- prepareStatement(String, int, int, int) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- prepareStatement(String, int, int, int) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- prepareStatement(String, String[]) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- prepareStatement(String, String[]) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- prepareStatement(String, String[]) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- prepend(String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
- prepend(StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
- preprocess() - Method in class nz.co.gregs.dbvolution.utility.RegularProcess
-
A method that is called before
RegularProcess.process()
and will stop processing if FALSE is returned. - preventAccidentalDDLDuringTransaction(DBAction) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- preventAccidentalDeletingAllRowsFromTable(DBAction) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- preventAccidentalDroppingOfDatabases(DBAction) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- preventAccidentalDroppingOfTables(DBAction) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- preventDroppingOfDatabases(boolean) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- preventDroppingOfDatabases(boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- preventDroppingOfDatabases(boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- preventDroppingOfDatabases(boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- preventDroppingOfTables(boolean) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- preventDroppingOfTables(boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- preventDroppingOfTables(boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- preventDroppingOfTables(boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- previousRowValue() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Synonym for the lag method.
- previousRowValue() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Synonym for lag.
- previousRowValue() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Synonym for lag.
- previousRowValue() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Synonym for lag.
- previousRowValue() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
previousRowValue is a synonym for LAG.
- previousRowValue() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Synonym for lag.
- previousRowValue() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Synonym for lag.
- preVisitDirectory(Path, BasicFileAttributes) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseClusterWithConfigFile.DefaultConfigFinder
- PrimaryKey(String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.metadata.TableMetaData.PrimaryKey
- primaryKeyDefinitions() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionClassWrapper
-
Gets the property that is the primary key, if one is marked.
- PrimaryKeyRecognisor - Class in nz.co.gregs.dbvolution.databases.metadata
-
A Helper class to capture naming conventions of databases.
- PrimaryKeyRecognisor - Class in nz.co.gregs.dbvolution.generation.deprecated
-
A Helper class to capture naming conventions of databases.
- PrimaryKeyRecognisor() - Constructor for class nz.co.gregs.dbvolution.databases.metadata.PrimaryKeyRecognisor
- PrimaryKeyRecognisor() - Constructor for class nz.co.gregs.dbvolution.generation.deprecated.PrimaryKeyRecognisor
- print() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Convenience method to print all the rows in the current collection Equivalent to: printAll(System.out);
- print() - Method in class nz.co.gregs.dbvolution.DBTable
-
Convenience method to print all the rows in the current collection Equivalent to: print(System.out)
- print(PrintStream) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Fast way to print the results myTable.printRows(System.err);
- print(PrintStream) - Method in class nz.co.gregs.dbvolution.DBQueryRow
-
Print the all columns to the specified PrintStream as one line.
- print(PrintStream) - Method in class nz.co.gregs.dbvolution.DBTable
-
The same as
DBTable.print()
but allows you to specify the PrintStream required. - print(PrintStream, QueryableDatatype<?>...) - Method in class nz.co.gregs.dbvolution.DBQueryRow
-
Print the specified columns to the specified PrintStream as one line.
- print(List<?>) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Convenience method to print the rows using get(DBRow...)
- print(List<?>) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- printAllDataColumns(PrintStream) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Fast way to print the results.
- printAllFormerDatabases() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- printAllPrimaryKeys(PrintStream) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Fast way to print the results.
- printAllRows() - Method in class nz.co.gregs.dbvolution.DBQuery
- printSQLForCount() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Prints the actual SQL to be used for counting all the rows returned by this query.
- printSQLForQuery() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Prints the actual SQL to be used by this query.
- printSQLForQuery() - Method in class nz.co.gregs.dbvolution.DBTable
- printSQLIfRequested(String) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Called by internal methods that are about to execute SQL so the SQL can be printed.
- printSQLIfRequested(String) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- printSQLIfRequested(String) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Called by internal methods that are about to execute SQL so the SQL can be printed.
- printSQLIfRequested(String, PrintStream) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- printSQLIfRequested(String, PrintStream) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- printSQLIfRequested(String, PrintStream) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- process() - Method in class nz.co.gregs.dbvolution.utility.ReconnectionProcess
- process() - Method in class nz.co.gregs.dbvolution.utility.RegularProcess
-
Method that does all the processing that needs to be regularly performed.
- PROCESSING - nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Status
-
PROCESSING.
- processRows(List<DBQueryRow>) - Method in class nz.co.gregs.dbvolution.DBExtractor
-
When Extractor has successfully extract some rows, they are handed to this method for processing.
- PropertyWrapper<ROW extends RowDefinition,BASETYPE,QDT extends QueryableDatatype<BASETYPE>> - Class in nz.co.gregs.dbvolution.internal.properties
-
Abstracts a java field or bean-property on a target object as a DBvolution-centric property, which contains values from a specific column in a database table.Transparently handles all annotations associated with the property, including type adaption.
- PropertyWrapper(RowDefinitionInstanceWrapper<ROW>, PropertyWrapperDefinition<ROW, BASETYPE>, RowDefinition) - Constructor for class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
- propertyWrapperConformsToAutoIncrementType(QueryableDatatype<?>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether
QueryableDatatype
provided can be used as a auto-incrementing column in this database - PropertyWrapperDefinition<ROW extends RowDefinition,BASETYPE> - Class in nz.co.gregs.dbvolution.internal.properties
-
Abstracts a java field or bean-property as a DBvolution-centric property, which contains values from a specific column in a database table.Transparently handles all annotations associated with the property, including type adaption.
- ProtocolCapableSettingsBuilder<SELF extends ProtocolCapableSettingsBuilder<SELF,DATABASE>,DATABASE extends DBDatabase> - Interface in nz.co.gregs.dbvolution.databases.settingsbuilders
- put(String, String) - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- putBoolean(String, boolean) - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- putByteArray(String, byte[]) - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- putDouble(String, double) - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- putFloat(String, float) - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- putInt(String, int) - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- putLong(String, long) - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
Q
- qualifiedJavaName() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Gets the fully qualified name of the underlying java property, including the fully qualified name of the containing class.
- qualifiedJavaName() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Gets the fully qualified name of the underlying java property, including the fully qualified name of the containing class.
- qualifiedJavaName() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionClassWrapper
-
Gets the fully qualified name of the class being wrapped by this adaptor.
- qualifiedJavaName() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionInstanceWrapper
-
Gets the fully qualified name of the class being wrapped by this adaptor.
- qualifiedName() - Method in class nz.co.gregs.dbvolution.internal.properties.JavaBeanProperty
- qualifiedName() - Method in class nz.co.gregs.dbvolution.internal.properties.JavaField
- qualifiedName() - Method in interface nz.co.gregs.dbvolution.internal.properties.JavaProperty
-
Gets the fully qualified name of the property in the class that declares it, including the fully qualified name of the declaring class.
- QUARANTINED - nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Status
-
QUARANTINED databases have failed to complete an expected query or action and been isolated from the cluster.
- quarantineDatabase(DBDatabase, Throwable) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
-
Places the database in quarantine within the cluster.
- quarantineDatabase(DBDatabase, Throwable) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- quarantineDatabaseAutomatically(DBDatabase, Throwable) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- query(DBDatabase) - Method in interface nz.co.gregs.dbvolution.actions.DBQueryable
-
Performs the DB query and returns a list of all actions performed in the process.
- query(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- query(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.query.RecursiveQueryDetails
- QueryableDatatype<T> - Class in nz.co.gregs.dbvolution.datatypes
-
Support DBvolution at Patreon
- QueryableDatatype() - Constructor for class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Default Constructor
- QueryableDatatype(DBExpression) - Constructor for class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Create a QDT with a permanent column expression.
- QueryableDatatype(DBExpression[]) - Constructor for class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Create a QDT with a permanent column expression.
- QueryableDatatype(T) - Constructor for class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Create a QueryableDatatype with the exact value provided.
- QueryableDatatypeEditor - Class in nz.co.gregs.dbvolution.datatypes
-
Support DBvolution at Patreon
- QueryableDatatypeEditor() - Constructor for class nz.co.gregs.dbvolution.datatypes.QueryableDatatypeEditor
- QueryableDatatypeSyncer - Class in nz.co.gregs.dbvolution.datatypes
-
Allows synchronizations to be done between two QueryableDatatypes, based on a Type Adaptor.
- QueryableDatatypeSyncer(String, Class<? extends QueryableDatatype<?>>, Class<?>, Class<?>, DBTypeAdaptor<Object, Object>) - Constructor for class nz.co.gregs.dbvolution.datatypes.QueryableDatatypeSyncer
- QueryableDatatypeSyncer.DBSafeInternalQDTAdaptor - Class in nz.co.gregs.dbvolution.datatypes
-
One-shot cycle-aware recursive QDT adaptor.
- QueryCanceller - Class in nz.co.gregs.dbvolution.internal.query
- QueryCanceller(DBStatement, String) - Constructor for class nz.co.gregs.dbvolution.internal.query.QueryCanceller
- QueryColumn<B,R extends AnyResult<B>,D extends QueryableDatatype<B>> - Class in nz.co.gregs.dbvolution.columns
-
Represents a database column storing a boolean value.
- QueryColumn(DBQuery, D) - Constructor for class nz.co.gregs.dbvolution.columns.QueryColumn
-
Create a QueryColumn for the supplied field of the supplied query
- QueryDetails - Class in nz.co.gregs.dbvolution.internal.query
- QueryDetails() - Constructor for class nz.co.gregs.dbvolution.internal.query.QueryDetails
- QueryGraph - Class in nz.co.gregs.dbvolution.internal.querygraph
-
A class to create a network of all the classes used in a query, using foreign keys and other relationships.
- QueryGraph(List<DBRow>, List<BooleanExpression>) - Constructor for class nz.co.gregs.dbvolution.internal.querygraph.QueryGraph
-
Create a graph of the tables and connections for all the DBRows and BooleanExpressions provided.
- QueryGraphEdgeLabelTransformer - Class in nz.co.gregs.dbvolution.internal.querygraph
-
Support DBvolution at Patreon
- QueryGraphEdgeLabelTransformer(DBQuery) - Constructor for class nz.co.gregs.dbvolution.internal.querygraph.QueryGraphEdgeLabelTransformer
- QueryGraphEdgeStrokeTransformer - Class in nz.co.gregs.dbvolution.internal.querygraph
-
Support DBvolution at Patreon
- QueryGraphEdgeStrokeTransformer(DBQuery) - Constructor for class nz.co.gregs.dbvolution.internal.querygraph.QueryGraphEdgeStrokeTransformer
- QueryGraphNode - Class in nz.co.gregs.dbvolution.internal.querygraph
-
Nodes (a.k.a.
- QueryGraphNode(DBRowClass) - Constructor for class nz.co.gregs.dbvolution.internal.querygraph.QueryGraphNode
-
Create a node for the supplied table.
- QueryGraphNode(DBRowClass, boolean) - Constructor for class nz.co.gregs.dbvolution.internal.querygraph.QueryGraphNode
-
Create a node for the supplied table, with TRUE if the table is a required/inner table or FALSE if it is optional/outer.
- QueryGraphVertexFillPaintTransformer - Class in nz.co.gregs.dbvolution.internal.querygraph
-
Support DBvolution at Patreon
- QueryGraphVertexFillPaintTransformer() - Constructor for class nz.co.gregs.dbvolution.internal.querygraph.QueryGraphVertexFillPaintTransformer
-
Fills vertexes.
- QueryIntention - Enum in nz.co.gregs.dbvolution.databases
- QueryOptions - Class in nz.co.gregs.dbvolution.internal.query
- QueryOptions() - Constructor for class nz.co.gregs.dbvolution.internal.query.QueryOptions
- QueryOptions(QueryOptions) - Constructor for class nz.co.gregs.dbvolution.internal.query.QueryOptions
- QueryState - Class in nz.co.gregs.dbvolution.internal.query
-
Helper class to store the progress of turning the DBQuery into an actual piece of SQL.
- QueryState(QueryDetails) - Constructor for class nz.co.gregs.dbvolution.internal.query.QueryState
- queryTimedOut() - Method in class nz.co.gregs.dbvolution.internal.query.QueryTimeout
- QueryTimeout - Class in nz.co.gregs.dbvolution.internal.query
- QueryTimeout(StatementDetails, Long) - Constructor for class nz.co.gregs.dbvolution.internal.query.QueryTimeout
- QueryType - Enum in nz.co.gregs.dbvolution.internal.query
- queryWasCancelled() - Method in class nz.co.gregs.dbvolution.internal.query.QueryCanceller
R
- radians() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the database's radians function.
- radians() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the database's radians function.
- RadiansExpression(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.RadiansExpression
- random() - Static method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to a random floating-point value x in the range 0 <= x < 1.0.
- Random - Class in nz.co.gregs.dbvolution.utility
- randomAutomaticCluster(DBDatabase) - Static method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
-
Creates a new cluster with auto-rebuild and auto-reconnect.
- randomCluster(DBDatabaseCluster.Configuration, DBDatabase) - Static method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
-
Creates a new cluster with the configuration supplied.
- randomManualCluster(DBDatabase) - Static method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
-
Creates a new cluster without auto-rebuild or auto-reconnect.
- RandomNumberExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.RandomNumberExpression
- range() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Sorted
- range() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.Sorted
- Range(WindowFunctionFramable.Sorted<A>) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Range
- RangeComparable<B,A extends DBExpression> - Interface in nz.co.gregs.dbvolution.results
-
Indicates that the class can be compared to other instances of this class as if the instances were part of a range.
- RangeExpression<B,R extends RangeResult<B>,D extends QueryableDatatype<B>> - Class in nz.co.gregs.dbvolution.expressions
- RangeExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.RangeExpression
- RangeExpression(AnyResult<?>) - Constructor for class nz.co.gregs.dbvolution.expressions.RangeExpression
- RangeExpression(R) - Constructor for class nz.co.gregs.dbvolution.expressions.RangeExpression
- RangeExpression.MedianExpression<B,R extends EqualResult<B>,D extends QueryableDatatype<B>,X extends EqualExpression<B,R,D>> - Class in nz.co.gregs.dbvolution.expressions
- RangeExpression.UniqueRankingExpression<B,R extends EqualResult<B>,D extends QueryableDatatype<B>,X extends EqualExpression<B,R,D>> - Class in nz.co.gregs.dbvolution.expressions
- RangeResult<T> - Interface in nz.co.gregs.dbvolution.results
-
A range result has a simple linear distribution.
- rank() - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- RankExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.AnyExpression.RankExpression
- rawJavaValue() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Gets the value of the declared property in the end-user's target object, prior to type conversion to the DBvolution-centric type.
- rawJavaValue(Object) - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Gets the value of the declared property in the end-user's target object, prior to type conversion to the DBvolution-centric type.
- READY - nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Status
-
A READY database has fully implemented the database schema and has up-to-date data.
- ReconnectionProcess - Class in nz.co.gregs.dbvolution.utility
- ReconnectionProcess() - Constructor for class nz.co.gregs.dbvolution.utility.ReconnectionProcess
- reconnectQuarantinedDatabases() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- RECURSIVE_QUERY - nz.co.gregs.dbvolution.databases.QueryIntention
- RecursiveQueryDepthIncreaseExpression - Class in nz.co.gregs.dbvolution.internal.query
-
Creates a depth expression for the
DBRecursiveQuery
query. - RecursiveQueryDepthIncreaseExpression() - Constructor for class nz.co.gregs.dbvolution.internal.query.RecursiveQueryDepthIncreaseExpression
-
Creates a depth expression for the
DBRecursiveQuery
query. - RecursiveQueryDetails<T extends DBRow> - Class in nz.co.gregs.dbvolution.internal.query
- RecursiveQueryDetails() - Constructor for class nz.co.gregs.dbvolution.internal.query.RecursiveQueryDetails
- RecursiveSQLDirection - Enum in nz.co.gregs.dbvolution.internal.query
- referencedClass() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Gets the class referenced by this property, if this property is a foreign key.
- referencedClass() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Gets the class referenced by this property, if this property is a foreign key.
- referencedColumnName() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Gets the column name in the foreign table referenced by this property.
- referencedColumnName() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Gets the column name in the foreign table referenced by this property.
- referencedPropertyDefinitionIdentity() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Gets information for the referenced property in the referenced table.
- referencedPropertyDefinitionIdentity() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Gets identity information for the referenced property in the referenced table.
- referencedTable - Variable in class nz.co.gregs.dbvolution.generation.DBTableField
-
Stores the name of the table referenced by this DBTableField if it is a Foreign Key, otherwise null.
- referencedTableName() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Gets the table referenced by this property, if this property is a foreign key.
- referencedTableName() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Gets the table referenced by this property, if this property is a foreign key.
- referencesClass - Variable in class nz.co.gregs.dbvolution.generation.DBTableField
-
Stores the name of the class referenced by this DBTableField if it is a Foreign Key, otherwise null.
- referencesClass - Variable in class nz.co.gregs.dbvolution.generation.deprecated.DBTableField
-
Deprecated.Stores the name of the class referenced by this DBTableField if it is a Foreign Key, otherwise null.
- referencesField - Variable in class nz.co.gregs.dbvolution.generation.DBTableField
-
Stores the name of the field in the referenced class referenced by this column/field if this DBTableField is a foreign key, otherwise null.
- referencesField - Variable in class nz.co.gregs.dbvolution.generation.deprecated.DBTableField
-
Deprecated.Stores the name of the field in the referenced class referenced by this column/field if this DBTableField is a foreign key, otherwise null.
- ReferenceToUndefinedPrimaryKeyException - Exception in nz.co.gregs.dbvolution.exceptions
-
Support DBvolution at Patreon
- ReferenceToUndefinedPrimaryKeyException(String) - Constructor for exception nz.co.gregs.dbvolution.exceptions.ReferenceToUndefinedPrimaryKeyException
-
Please use another Exception as this one is too generic.
- ReferenceToUndefinedPrimaryKeyException(JavaProperty<?>, RowDefinitionClassWrapper<?>) - Constructor for exception nz.co.gregs.dbvolution.exceptions.ReferenceToUndefinedPrimaryKeyException
- REFETCH - nz.co.gregs.dbvolution.actions.DBAction.RefetchRequirement
- refetchIfClusterRequires(DBDatabase, DBRow) - Method in class nz.co.gregs.dbvolution.actions.DBAction
- refreshQuery() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Clears the results and prepare the query to be re-run.
- RegularProcess - Class in nz.co.gregs.dbvolution.utility
-
Regular Processes provide a standard means of performing regular database related tasks.
- RegularProcess() - Constructor for class nz.co.gregs.dbvolution.utility.RegularProcess
- release() - Method in class nz.co.gregs.dbvolution.utility.Brake
- releaseSavepoint(Savepoint) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- releaseSavepoint(Savepoint) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- releaseSavepoint(Savepoint) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- reloadConfiguration() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseClusterWithConfigFile
- RemoteCapableSettingsBuilder<SELF extends RemoteCapableSettingsBuilder<SELF,DATABASE>,DATABASE extends DBDatabase> - Interface in nz.co.gregs.dbvolution.databases.settingsbuilders
- remove(String) - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- remove(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- remove(DBRow...) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Remove tables from the query
- removeAll(Collection<DBDatabase>) - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- removeAllDatabases() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- removeAllFieldsFromResults() - Method in class nz.co.gregs.dbvolution.DBRow
-
Removes all builtin columns from the return list.
- removeClusterHost(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- removeConstraints() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Remove the conditions, criteria, and operators applied to this QDT.
- removeDatabase(DBDatabase) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
-
Removes the first occurrence of the specified element from this list, if it is present (optional operation).If this list does not contain the element, it is unchanged.
- removeDatabase(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- removeDatabases(List<DBDatabase>) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
-
Removes the first occurrence of the specified element from this list, if it is present (optional operation).If this list does not contain the element, it is unchanged.More formally, removes the element with the lowest index
i
such that(o==null ? get(i)==null : o.equals(get(i)))
(if such an element exists). - removeDatabases(DBDatabase...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
-
Removes the first occurrence of the specified element from this list, if it is present (optional operation).If this list does not contain the element, it is unchanged.More formally, removes the element with the lowest index i such that
(o==null ? get(i)==null : o.equals(get(i)))
(if such an element exists). - removeExtra(String) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- removeForeignKeyConstraints(DBRow) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Drops All Foreign Key Constraints From The Supplied Table, does not affect @DBForeignKey.
- removeForeignKeyConstraints(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- removeForeignKeyConstraints(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- removeForeignKeyConstraints(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Drops All Foreign Key Constraints From The Supplied Table, does not affect @DBForeignKey.
- removeNode() - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- removeNodeChangeListener(NodeChangeListener) - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- removePreferenceChangeListener(PreferenceChangeListener) - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- removePropertyChangeListener(PropertyChangeListener) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- removeRegularProcess(RegularProcess) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- removeSpatialMetadata(DBRow) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
-
Allows the database to remove any spatial metadata that might exist for a table during DROP TABLE.
- removeTable(DBRow) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- removeTrackedTable(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- removeTrackedTable(DBRow) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- removeTrackedTables(Collection<DBRow>) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- removeTrackedTables(Collection<DBRow>) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- removeTrackedTables(DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- repeatFromTwoDates(LocalDateTime, LocalDateTime) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DurationImpl
- repeatFromTwoDates(Date, Date) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DateRepeatImpl
- replace(String, String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query expression that replaces the supplied value within the current StringExpression.
- replace(String, StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query expression that replaces the supplied value within the current StringExpression.
- replace(StringResult, String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query expression that replaces the supplied value within the current StringExpression.
- replace(StringResult, StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query expression that replaces the supplied value within the current StringExpression.
- replaceBrokenConnection() - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Discards the current connection, replaces it, and creates a new statement.
- replaceBrokenConnection() - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- REPLACECONNECTION - nz.co.gregs.dbvolution.databases.DBDatabaseImplementation.ResponseToException
- replaceNullWithEmptyString() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Convenience method to replace any null results from the expression into empty strings.
- REQUERY - nz.co.gregs.dbvolution.databases.DBDatabaseImplementation.ResponseToException
- requeryPermitted() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- REQUIRE - nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder.SSLMode
- requiredClass() - Method in annotation type nz.co.gregs.dbvolution.annotations.AutoFillDuringQueryIfPossible
-
Specifies the class required to fill this field.
- requiredToProduceEmptyStringForNull() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- requiredToProduceEmptyStringsForNull() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- requiresAddingTimeZoneToCurrentLocalDateTime() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- requiresClosedPolygons() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- requiresClosedPolygons() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- requiresClosedPolygons() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- requiresGeneratedKeys() - Method in class nz.co.gregs.dbvolution.internal.query.StatementDetails
- requiresOnClauseForAllJoins() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- requiresOnClauseForAllJoins() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServer2012DBDefinition
- requiresOnClauseForAllJoins() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- requiresOnClauseForAllJoins() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- requiresOnClauseForAllJoins() - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- requiresRecursiveTableAlias() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether this database needs the recursive query to use table aliases.
- requiresReversingLineStringsFromDatabase() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- requiresReversingLineStringsFromDatabase() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- requiresReversingLineStringsFromDatabase() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- requiresRunOnIndividualDatabaseBeforeCluster() - Method in class nz.co.gregs.dbvolution.actions.DBAction
- requiresRunOnIndividualDatabaseBeforeCluster() - Method in class nz.co.gregs.dbvolution.actions.DBInsert
- requiresRunOnIndividualDatabaseBeforeCluster() - Method in class nz.co.gregs.dbvolution.actions.DBUpdate
- requiresSequenceUpdateAfterManualInsert() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- requiresSequenceUpdateAfterManualInsert() - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- requiresSortedSubselectForStringAggregate() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- requiresSortedSubselectForStringAggregate() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- requiresSpatial2DIndexes() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Return if, like Oracle, the database requires Spatial indexes to perform standard spatial operations.
- requiresSpatial2DIndexes() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- requiresSpatial2DIndexes() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- RETRIEVE_LAST_INSERT - nz.co.gregs.dbvolution.databases.QueryIntention
- returnAllFields() - Method in class nz.co.gregs.dbvolution.DBRow
-
Remove all limitations on the fields returned.
- returnValue - Variable in class nz.co.gregs.dbvolution.expressions.CaseExpression.WhenClause
- REVERSESELECT - nz.co.gregs.dbvolution.internal.query.QueryType
- rightTrim() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query expression that trims all trailing spaces from the current StringExpression.
- rollback() - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- rollback() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- rollback() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- rollback() - Method in class nz.co.gregs.dbvolution.databases.IncompleteTransaction
- rollback(Savepoint) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- rollback(Savepoint) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- rollback(Savepoint) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- rollbackTransaction() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- rollbackTransaction() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- rollbackTransaction() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- ROOT2 - Static variable in class nz.co.gregs.dbvolution.expressions.NumberExpression
- round() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Implements support for ROUND()
- round(Integer) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Implements support for rounding to an arbitrary number of decimal places.
- round(Long) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Implements support for rounding to an arbitrary number of decimal places.
- round(Number) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Implements support for rounding to an arbitrary number of decimal places.
- round(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Implements support for rounding to an arbitrary number of decimal places.
- round(NumberExpression) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Implements support for rounding to an arbitrary number of decimal places.
- round(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Implements support for rounding to an arbitrary number of decimal places.
- round(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Implements support for rounding to an arbitrary number of decimal places.
- round(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Implements support for rounding to an arbitrary number of decimal places.
- roundDown() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Implements support for FLOOR().
- RoundDownExpression(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.RoundDownExpression
- RoundExpression(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.RoundExpression
- RoundToNumberofDecimalPlaces(NumberExpression, NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.RoundToNumberofDecimalPlaces
- roundUp() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Implements support for CEIL().
- RoundUpExpression(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.RoundUpExpression
- RowDefinition - Class in nz.co.gregs.dbvolution.query
-
Encapsulates the concept of a row that has fields/columns and is part of a table/view on a database.
- RowDefinition() - Constructor for class nz.co.gregs.dbvolution.query.RowDefinition
- RowDefinitionClassWrapper<ROW extends RowDefinition> - Class in nz.co.gregs.dbvolution.internal.properties
-
Wraps the class-type of an end-user's data model object.Generally it's expected that the class is annotated with DBvolution annotations to mark the table name and the fields or bean properties that map to columns, however this class will work against any class type.
- RowDefinitionClassWrapper(Class<ROW>) - Constructor for class nz.co.gregs.dbvolution.internal.properties.RowDefinitionClassWrapper
-
Fully constructs a wrapper for the given class, including performing all validations that can be performed up front.
- RowDefinitionInstanceWrapper<ROW extends RowDefinition> - Class in nz.co.gregs.dbvolution.internal.properties
-
Wraps a specific target object according to its type's
RowDefinitionClassWrapper
. - RowDefinitionWrapperFactory - Class in nz.co.gregs.dbvolution.internal.properties
-
Constructs class adaptors for DB table classes and maintains an in-memory cache for re-use.
- RowDefinitionWrapperFactory() - Constructor for class nz.co.gregs.dbvolution.internal.properties.RowDefinitionWrapperFactory
- rowNumber() - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- RowPropertyComparator<R extends DBRow> - Class in nz.co.gregs.dbvolution.utility.comparators
- RowPropertyComparator(R, QueryableDatatype<?>) - Constructor for class nz.co.gregs.dbvolution.utility.comparators.RowPropertyComparator
- rows() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Sorted
- rows() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.Sorted
- Rows(WindowFunctionFramable.Sorted<A>) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Rows
- ROWSFORPAGE - nz.co.gregs.dbvolution.internal.query.QueryType
- run() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation.RunRegularProcessors
- run() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterCleanupActions
- run() - Method in class nz.co.gregs.dbvolution.internal.query.QueryCanceller
- runningCount(RangeExpression<?, ?, ?>[], SortProvider...) - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression
-
Creates a running count expression based on the values specified.
- runningTotal(RangeExpression<?, ?, ?>[], SortProvider...) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Creates a running total expression based on the values specified.
- runOnDatabaseDuringCluster(DBDatabase, DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBAction
- runOnDatabaseDuringCluster(DBDatabase, DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBInsert
- RunRegularProcessors() - Constructor for class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation.RunRegularProcessors
S
- SafeOneWaySimpleTypeAdaptor - Class in nz.co.gregs.dbvolution.internal.properties
-
Internal class that wraps one direction of a
DBTypeAdaptor
with type checking, meaningful error messages, and automatic casting between number types. - SafeOneWaySimpleTypeAdaptor(String, DBTypeAdaptor<?, ?>, SafeOneWaySimpleTypeAdaptor.Direction, Class<?>, Class<?>) - Constructor for class nz.co.gregs.dbvolution.internal.properties.SafeOneWaySimpleTypeAdaptor
-
If
sourceType
is provided, then the inherent source type of the declared type adaptor type is checked againstsourceType
for compatibility. - SafeOneWaySimpleTypeAdaptor.Direction - Enum in nz.co.gregs.dbvolution.internal.properties
-
Enumerates the possible directions that a QDT Sync operation can have.
- safeString(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Apply necessary transformations on the string to avoid it being used for an SQL injection attack.
- sanityCheckDBTableField(DBTableField) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provides an opportunity to tweak the generated DBTableField before creating the Java classes
- sanityCheckDBTableField(DBTableField) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- SATURDAY - Static variable in class nz.co.gregs.dbvolution.expressions.DateExpression
-
The integer used to represent the index for Saturday
- SATURDAY - Static variable in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
The integer used to represent the index for Saturday
- SATURDAY - Static variable in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
The integer used to represent the index for Saturday
- SATURDAY - Static variable in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
The integer used to represent the index for Saturday
- save(E) - Method in class nz.co.gregs.dbvolution.DBTable
-
Inserts or updates DBRows into the correct tables automatically
- save(E...) - Method in class nz.co.gregs.dbvolution.DBTable
-
Inserts or updates DBRows into the correct tables automatically
- save(Collection<E>) - Method in class nz.co.gregs.dbvolution.DBTable
-
Inserts or updates DBRows into the correct tables automatically
- save(Collection<DBRow>) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Inserts or updates DBRows into the correct tables automatically
- save(DBDatabase) - Method in class nz.co.gregs.dbvolution.actions.DBBulkInsert
- save(DBDatabase, DBRow) - Static method in class nz.co.gregs.dbvolution.actions.DBInsert
-
Saves the row to the database.
- save(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Inserts or updates DBRows into the correct tables automatically
- save(DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Inserts or updates DBRows into the correct tables automatically
- schedule(Long) - Method in class nz.co.gregs.dbvolution.internal.query.QueryCanceller
- schema() - Method in annotation type nz.co.gregs.dbvolution.annotations.DBTableName
-
The raw schema name as stored in the database.
- SchemaCapableSettingsBuilder<SELF extends SchemaCapableSettingsBuilder<SELF,DATABASE>,DATABASE extends DBDatabase> - Interface in nz.co.gregs.dbvolution.databases.settingsbuilders
- schemaName() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionInstanceWrapper
- script(DBDatabase) - Method in class nz.co.gregs.dbvolution.DBExtractor
-
Used to maintain the process in isolation from all other processes and ensure that the processing does not alter any rows.
- script(DBDatabase) - Method in class nz.co.gregs.dbvolution.DBScript
-
Create all the database interaction is this method.
- search(ExpressionAlias...) - Static method in class nz.co.gregs.dbvolution.expressions.search.SearchAcross
- search(StringExpression) - Static method in class nz.co.gregs.dbvolution.expressions.search.SearchAcross
- search(StringExpression, String) - Static method in class nz.co.gregs.dbvolution.expressions.search.SearchAcross
- SearchAbstract - Class in nz.co.gregs.dbvolution.expressions.search
-
Standardised searching using string terms and expression aliases.
- SearchAbstract() - Constructor for class nz.co.gregs.dbvolution.expressions.search.SearchAbstract
- SearchAbstract(String) - Constructor for class nz.co.gregs.dbvolution.expressions.search.SearchAbstract
- SearchAbstract.Mode - Enum in nz.co.gregs.dbvolution.expressions.search
- SearchAbstract.Term - Class in nz.co.gregs.dbvolution.expressions.search
- SearchAcross - Class in nz.co.gregs.dbvolution.expressions.search
-
Standardised searching using string terms and expression aliases.
- SearchAcross() - Constructor for class nz.co.gregs.dbvolution.expressions.search.SearchAcross
- SearchAcross(String, ExpressionAlias...) - Constructor for class nz.co.gregs.dbvolution.expressions.search.SearchAcross
- SearchAcross(ExpressionAlias) - Constructor for class nz.co.gregs.dbvolution.expressions.search.SearchAcross
- SearchAcross(ExpressionAlias...) - Constructor for class nz.co.gregs.dbvolution.expressions.search.SearchAcross
- searchFor(String) - Static method in class nz.co.gregs.dbvolution.expressions.search.SearchAcross
- searchFor(String...) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Advanced search that lowercases everything, requires search terms with a plus (+requiredterm), and removes search terms with a minus (-neverthis).
- searchFor(SearchString) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Advanced search that lowercases everything, requires search terms with a plus (+requiredterm), and removes search terms with a minus (-neverthis).
- searchForRanking(String...) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Standardised searching using string terms and expression aliases.
- searchForRanking(SearchString) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Standardised searching using string terms and expression aliases.
- searchString - Variable in class nz.co.gregs.dbvolution.expressions.search.SearchAbstract
- SearchString - Class in nz.co.gregs.dbvolution.expressions.search
-
Standardised searching using string terms and expression aliases.
- SearchString() - Constructor for class nz.co.gregs.dbvolution.expressions.search.SearchString
- SearchString(String) - Constructor for class nz.co.gregs.dbvolution.expressions.search.SearchString
- SearchString(ExpressionAlias, String) - Constructor for class nz.co.gregs.dbvolution.expressions.search.SearchString
- SearchString(StringExpression, String) - Constructor for class nz.co.gregs.dbvolution.expressions.search.SearchString
- second - Variable in class nz.co.gregs.dbvolution.expressions.StringExpression.DBBinaryStringFunction
- second() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that returns the second part of this date expression.
- second() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that returns the second part of this date expression.
- second() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that returns the second part of this date expression.
- SECOND_PART - nz.co.gregs.dbvolution.internal.h2.DateRepeatFunctions
- SECOND_SUFFIX - Static variable in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
DateRepeat values are often stored as Strings of the format P2015Y12M30D23h59n59.0s
- SECOND_SUFFIX - Static variable in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
DateRepeat values are often stored as Strings of the format P20D23h59n59.0s
- secondAndSubsecond() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that returns the seconds part of this date expression.
- secondAndSubSecond() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that returns the second and subsecond parts of this date expression.
- secondIs(Integer) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the second part of this date expression.
- secondIs(Integer) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the second part of this date expression.
- secondIs(Integer) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the second part of this date expression.
- secondIs(Long) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the second part of this date expression.
- secondIs(Long) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the second part of this date expression.
- secondIs(Long) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the second part of this date expression.
- secondIs(Number) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the second part of this date expression.
- secondIs(Number) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the second part of this date expression.
- secondIs(Number) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the second part of this date expression.
- secondIs(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the second part of this date expression.
- secondIs(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the second part of this date expression.
- secondIs(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the second part of this date expression.
- secondIs(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the second part of this date expression.
- secondIs(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the second part of this date expression.
- secondIs(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the second part of this date expression.
- secondQuartile() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumberStatistics
-
The middle term in the grouping.
- secondsFrom(Instant) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Date Arithmetic: get the seconds between the date expression and the supplied date.
- secondsFrom(LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: get the seconds between the date expression and the supplied date.
- secondsFrom(Date) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: get the seconds between the date expression and the supplied date.
- secondsFrom(DateResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: get the days between the date expression and the supplied date.
- secondsFrom(InstantResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Date Arithmetic: get the days between the date expression and the supplied date.
- secondsFrom(LocalDateTimeResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: get the days between the date expression and the supplied date.
- SecondsFromExpression(InstantExpression, InstantResult) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.SecondsFromExpression
- seekGreaterThan(RangeComparable<B, R>, R, BooleanExpression) - Static method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Implements the little-known (and implemented) SQL Row Value syntax.
- seekGreaterThan(RangeComparable<B, R>, R, RangeComparable<C, S>, S) - Static method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Implements the little-known (and implemented) SQL Row Value syntax.
- seekGreaterThan(RangeComparable<B, R>, R, RangeComparable<C, S>, S, RangeComparable<D, T>, T) - Static method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Implements the little-known (and implemented) SQL Row Value syntax.
- seekGreaterThan(RangeComparable<B, R>, R, RangeComparable<C, S>, S, RangeComparable<D, T>, T, RangeComparable<E, U>, U) - Static method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Implements the little-known (and implemented) SQL Row Value syntax.
- seekLessThan(RangeComparable<B, R>, R, BooleanExpression) - Static method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Implements the little-known (and implemented) SQL Row Value syntax.
- seekLessThan(RangeComparable<B, R>, R, RangeComparable<C, S>, S) - Static method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Implements the little-known (and implemented) SQL Row Value syntax.
- seekLessThan(RangeComparable<B, R>, R, RangeComparable<C, S>, S, RangeComparable<D, T>, T) - Static method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Implements the little-known (and implemented) SQL Row Value syntax.
- seekLessThan(RangeComparable<B, R>, R, RangeComparable<C, S>, S, RangeComparable<D, T>, T, RangeComparable<E, U>, U) - Static method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Implements the little-known (and implemented) SQL Row Value syntax.
- SELECT - nz.co.gregs.dbvolution.internal.query.QueryType
- SELECTEXPRESSION - nz.co.gregs.dbvolution.databases.definitions.DBDefinition.GroupByClauseMethod
- SELECTFROMRAWSQL - nz.co.gregs.dbvolution.internal.query.QueryType
- selectQuery() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionClassWrapper
- selectQuery() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionInstanceWrapper
- separator - Variable in class nz.co.gregs.dbvolution.expressions.StringExpression.StringAggregateExpression
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.actions.DBBulkInsert
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.definitions.ClusterDatabaseDefinition
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.definitions.Informix11DBDefinition
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.definitions.JavaDBMemoryDBDefinition
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.definitions.MariaDBDefinition
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServer2012DBDefinition
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.definitions.NuoDBDefinition
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.definitions.Oracle11XEDBDefinition
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.definitions.Oracle12DBDefinition
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.definitions.Oracle12SpatialDB
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.definitions.OracleAWS11DBDefinition
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.InformixDB
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.JavaDB
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.JavaDBMemoryDB
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.MariaClusterDB
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.MariaDB
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.MSSQLServer2012DB
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.MSSQLServerDB
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.MySQLMXJDB
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.NuoDB
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.Oracle11XEDB
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.Oracle12DB
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.OracleAWS11DB
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.OracleAWSDB
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.OracleDB
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.PostgresDB
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.PostgresDBOverSSL
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.databases.SQLiteDB
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.DBMigrationValidation.Results
-
Serial Version ID
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.DBValidation.Results
-
Serial Version ID
- serialVersionUID - Static variable in exception nz.co.gregs.dbvolution.exceptions.ExceptionDuringDatabaseFeatureSetup
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.utility.ReconnectionProcess
- serialVersionUID - Static variable in class nz.co.gregs.dbvolution.utility.RegularProcess
- set(Object, Object) - Method in class nz.co.gregs.dbvolution.internal.properties.JavaBeanProperty
- set(Object, Object) - Method in class nz.co.gregs.dbvolution.internal.properties.JavaField
- set(Object, Object) - Method in interface nz.co.gregs.dbvolution.internal.properties.JavaProperty
-
Set the property's value on the given target object.
- SET_TIMEZONE - nz.co.gregs.dbvolution.databases.QueryIntention
- setAllowEncodingChanges(boolean) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setAllowPublicKeyRetrieval(boolean) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMySQLSettingsBuilder
- setApplicationName(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setAssumeMinServerVersion(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setAsText(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBBooleanEditor
- setAsText(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBDateEditor
- setAsText(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEditor
- setAsText(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumberEditor
- setAsText(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEditor
- setAsText(String) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatypeEditor
- setAutoCommit(boolean) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- setAutoCommit(boolean) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- setAutoCommit(boolean) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- setAutoConnect(boolean) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.DBDatabaseClusterSettingsBuilder
- setAutoRebuild(boolean) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.DBDatabaseClusterSettingsBuilder
- setAutoReconnect(boolean) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMySQLSettingsBuilder
- setAutoReconnect(boolean) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.DBDatabaseClusterSettingsBuilder
- setAutosaveALWAYS() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setAutosaveCONSERVATIVE() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setAutosaveNEVER() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setAutoStart(boolean) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.DBDatabaseClusterSettingsBuilder
- setBanana(boolean) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MySQLMXJDBSettingsBuilder
- setBatchSQLStatementsWhenPossible(boolean) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Sets whether this DBDatabase will attempt to batch multiple SQL commands.
- setBatchSQLStatementsWhenPossible(boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- setBatchSQLStatementsWhenPossible(boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- setBatchSQLStatementsWhenPossible(boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Sets whether this DBDatabase will attempt to batch multiple SQL commands.
- setBinaryTransferDisable(boolean) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setBinaryTransferEnable(boolean) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setBlankQueryAllowed(boolean) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Change the Default Setting of Disallowing Blank Queries
- setBlankQueryAllowed(boolean) - Method in class nz.co.gregs.dbvolution.DBReport
-
Change the Default Setting of Disallowing Blank Queries
- setBlankQueryAllowed(boolean) - Method in class nz.co.gregs.dbvolution.DBTable
-
Change the Default Setting of Disallowing Blank Queries
- setBlankQueryAllowed(boolean) - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- setBlankQueryAllowed(Boolean) - Method in class nz.co.gregs.dbvolution.DBMigration
-
Change the Default Setting of Disallowing Blank Queries
- setBlankQueryAllowed(Boolean) - Method in class nz.co.gregs.dbvolution.DBQueryInsert
-
Change the Default Setting of Disallowing Blank Queries
- setCancelSignalTimeout(int) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setCartesianJoinAllowed(boolean) - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- setCartesianJoinAllowed(Boolean) - Method in class nz.co.gregs.dbvolution.DBMigration
-
Suppresses Cartesian join error protection.
- setCartesianJoinAllowed(Boolean) - Method in class nz.co.gregs.dbvolution.DBQueryInsert
-
Suppresses Cartesian join error protection.
- setCartesianJoinsAllowed(boolean) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Change the Default Setting of Disallowing Accidental Cartesian Joins
- setCatalog(String) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- setCatalog(String) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- setCatalog(String) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- setChanged() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Used internally
- setChanged(boolean) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Used internally.
- setCharacterEncoding(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMySQLSettingsBuilder
- setCharacterSetResults(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMySQLSettingsBuilder
- setCleanupSavePoints(boolean) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setClientInfo(String, String) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- setClientInfo(String, String) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- setClientInfo(String, String) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- setClientInfo(Properties) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- setClientInfo(Properties) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- setClientInfo(Properties) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- setClusterHosts(List<DatabaseConnectionSettings>) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- setClusterHosts(List<DatabaseConnectionSettings>) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractH2SettingsBuilder
- setClusterHosts(List<DatabaseConnectionSettings>) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMySQLSettingsBuilder
- setClusterHosts(List<DatabaseConnectionSettings>) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setClusterHosts(List<DatabaseConnectionSettings>) - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.ClusterCapableSettingsBuilder
- setClusterHosts(List<DatabaseConnectionSettings>) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.DBDatabaseClusterSettingsBuilder
- setClusterHosts(List<DatabaseConnectionSettings>) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MariaClusterDBSettingsBuilder
- setClusterHosts(List<DatabaseConnectionSettings>) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.NuoDBSettingsBuilder
- setClusterLabel(String) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- setClusterSettings(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- setColumnExpression(DBExpression...) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Used Internally.
- setColumnName(String) - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData.Column
- setConditions(BooleanExpression...) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Use this method to remove all existing conditions on the query and add the supplied conditions to the DBQuery.
- setConfiguration(DBDatabaseCluster.Configuration) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.DBDatabaseClusterSettingsBuilder
- setConfiguration(DBDatabaseCluster.Configuration) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- setConnectionSettings(DatabaseConnectionSettings...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
-
Removes all databases from the cluster then adds databases as defined by the settings.
- setConnectTimeout(int) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setCreateDatabaseIfNotExist(boolean) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMySQLSettingsBuilder
- setCreatingNativeQuery(boolean) - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
-
Used while simulating OUTER JOIN to indicate that the simulation is occurring.
- setCurrentPage(List<DBQueryRow>) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- setCurrentSchema(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setCursorName(String) - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Sets the SQL cursor name to the given String, which will be used by subsequent Statement object execute methods.
- setCursorName(String) - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- setDatabase(DBDatabase) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- setDatabase(DBDatabase) - Method in class nz.co.gregs.dbvolution.utility.RegularProcess
-
Used by
DBDatabaseImplementation.addRegularProcess(nz.co.gregs.dbvolution.utility.RegularProcess)
to set the database. - setDatabaseName(String) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- setDatabaseName(String) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
-
Sets the database name.
- setDatabaseName(String) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Sets the database name.
- setDatabaseName(String) - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.NamedDatabaseCapableSettingsBuilder
- setDatabaseQuietExceptionsPreference(boolean) - Method in interface nz.co.gregs.dbvolution.actions.DBQueryable
- setDatabaseQuietExceptionsPreference(boolean) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- setDataSource(DataSource) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- setDataSource(DataSource) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- setDataSource(DataSource) - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.SettingsBuilder
- setDay(int) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
- setDay(int) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
- setDay(int) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
- setDay(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
- setDay(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
- setDBDatabase(DBDatabase) - Method in class nz.co.gregs.dbvolution.databases.metadata.Options
- setDbdatabaseClass(String) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- setDBStatement(DBStatement) - Method in class nz.co.gregs.dbvolution.internal.query.StatementDetails
- setDead(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- setDefaultExtras(Map<String, String>) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- setDefaultInsertValue(Boolean) - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValue(Boolean[]) - Method in class nz.co.gregs.dbvolution.datatypes.DBBooleanArray
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValue(Long) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValue(Number) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValue(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValue(Duration) - Method in class nz.co.gregs.dbvolution.datatypes.DBDuration
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValue(Instant) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValue(LocalDate) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValue(LocalDateTime) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValue(Date) - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValue(Date) - Method in class nz.co.gregs.dbvolution.datatypes.DBDateOnly
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValue(UUID) - Method in class nz.co.gregs.dbvolution.datatypes.DBUUID
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValue(DBBoolean) - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValue(DBBooleanArray) - Method in class nz.co.gregs.dbvolution.datatypes.DBBooleanArray
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValue(AnyResult<T>) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValue(DateRepeatResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBDateRepeat
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValue(DateResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValue(DateResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBDateOnly
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValue(DurationResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBDuration
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValue(InstantResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValue(IntegerResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValue(LocalDateResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValue(LocalDateTimeResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValue(NumberResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValue(StringResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValue(UUIDResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBUUID
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValue(Period) - Method in class nz.co.gregs.dbvolution.datatypes.DBDateRepeat
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValue(T) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValueByName(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBUUID
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValueRandomly() - Method in class nz.co.gregs.dbvolution.datatypes.DBUUID
- setDefaultInsertValueToCurrentDate() - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
Sets the value to be inserted when no value has been set to the current database date.
- setDefaultInsertValueToCurrentDateOnly() - Method in class nz.co.gregs.dbvolution.datatypes.DBDateOnly
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValueToCurrentLocalDate() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
Set the value to be inserted when no value has been set, using
setValue(...)
, for the QDT. - setDefaultInsertValueToNow() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
- setDefaultInsertValueToNow() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
- setDefaultRowFetchSize(int) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setDefaultsInternal(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractH2SettingsBuilder
- setDefaultsInternal(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractInformixSettingsBuilder
- setDefaultsInternal(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractJavaDBSettingsBuilder
- setDefaultsInternal(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMSSQLServerSettingsBuilder
- setDefaultsInternal(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMySQLSettingsBuilder
- setDefaultsInternal(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractOracleSettingsBuilder
- setDefaultsInternal(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setDefaultsInternal(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- setDefaultsInternal(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.DBDatabaseClusterSettingsBuilder
- setDefaultsInternal(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.H2MemorySettingsBuilder
- setDefaultsInternal(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.H2SharedSettingsBuilder
- setDefaultsInternal(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.JavaDBMemorySettingsBuilder
- setDefaultsInternal(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MariaClusterDBSettingsBuilder
- setDefaultsInternal(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MariaDBSettingsBuilder
- setDefaultsInternal(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.MySQLMXJDBSettingsBuilder
- setDefaultsInternal(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.NuoDBSettingsBuilder
- setDefaultsInternal(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.SQLiteSettingsBuilder
- setDefaultUpdateValue(Boolean) - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValue(Boolean[]) - Method in class nz.co.gregs.dbvolution.datatypes.DBBooleanArray
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValue(Long) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValue(Number) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValue(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValue(Duration) - Method in class nz.co.gregs.dbvolution.datatypes.DBDuration
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValue(Instant) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValue(LocalDate) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValue(LocalDateTime) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValue(Date) - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValue(Date) - Method in class nz.co.gregs.dbvolution.datatypes.DBDateOnly
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValue(UUID) - Method in class nz.co.gregs.dbvolution.datatypes.DBUUID
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValue(DBBoolean) - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValue(DBBooleanArray) - Method in class nz.co.gregs.dbvolution.datatypes.DBBooleanArray
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValue(AnyResult<T>) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValue(DateRepeatResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBDateRepeat
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValue(DateResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValue(DateResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBDateOnly
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValue(DurationResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBDuration
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValue(InstantResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValue(IntegerResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValue(LocalDateResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValue(LocalDateTimeResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValue(NumberResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValue(StringResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValue(UUIDResult) - Method in class nz.co.gregs.dbvolution.datatypes.DBUUID
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValue(Period) - Method in class nz.co.gregs.dbvolution.datatypes.DBDateRepeat
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValue(T) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValueByName(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBUUID
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValueRandomly() - Method in class nz.co.gregs.dbvolution.datatypes.DBUUID
- setDefaultUpdateValueToCurrentDate() - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
Sets the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValueToCurrentDateOnly() - Method in class nz.co.gregs.dbvolution.datatypes.DBDateOnly
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValueToCurrentLocalDate() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
Set the value to be used during an update when no value has been set, using
setValue(...)
, for the QDT. - setDefaultUpdateValueToNow() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
- setDefaultUpdateValueToNow() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
- setDefined() - Method in class nz.co.gregs.dbvolution.DBRow
-
indicates the DBRow is defined in the database.
- setDefined(boolean) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
- setDefinition(DBDefinition) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Sets the DBdefinition used by this DBDatabase
- setDefinition(DBDefinition) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractVendorSettingsBuilder
- setDefinition(DBDefinition) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.DBDatabaseClusterSettingsBuilder
- setDefinition(DBDefinition) - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.SettingsBuilder
- setDefinitionBasedOnConnectionMetaData(Properties, DatabaseMetaData) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- setDefinitionBasedOnConnectionMetaData(Properties, DatabaseMetaData) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- setDefinitionBasedOnConnectionMetaData(Properties, DatabaseMetaData) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- setDefinitionBasedOnConnectionMetaData(Properties, DatabaseMetaData) - Method in class nz.co.gregs.dbvolution.databases.MySQLDB
- setDisableColumnSanitiser(boolean) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setDriverName(String) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Sets the name of the JDBC driver class used by this DBDatabase instance.
- setDriverName(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractVendorSettingsBuilder
- setDriverName(String) - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.VendorSettingsBuilder
- setEmptyRow(Boolean) - Method in class nz.co.gregs.dbvolution.DBRow
-
Sets the row to be empty or not.
- setEscapeProcessing(boolean) - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Sets escape processing on or off.
- setEscapeProcessing(boolean) - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- setExistingInstancesForTable(Map<String, DBRow>, DBRow) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
-
Creates the list of already created rows for the DBRow class supplied.
- setExpression(StringExpression) - Method in class nz.co.gregs.dbvolution.expressions.search.SearchString
- setExpressionColumns(DBDefinition, ResultSet, DBQueryRow) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Sets all the expression columns using data from the current ResultSet row.
- setExternalFromInternalQDT(QueryableDatatype<?>) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatypeSyncer
-
Sets the provided external QDT from the internal QDT and returns the updated external QDT.
- setExtras(Map<String, String>) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
-
Removes all existing extras and adds the supplied values.
- setExtras(Map<String, String>) - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.ExtrasCapableSettingsBuilder
- setFailOnQuarantine(boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- setFetchDirection(int) - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Gives the driver a hint as to the direction in which rows will be processed in ResultSet objects created using this Statement object.
- setFetchDirection(int) - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- setFetchSize(int) - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for ResultSet objects generated by this Statement.
- setFetchSize(int) - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- setFieldsFromColumns(DBDefinition, DBRow, DBRow, ResultSet) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
-
Based on the template provided by oldInstance, fill all the fields of newInstance with data from the current row of the ResultSet.
- setFilename(File) - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.FileBasedSettingsBuilder
- setFilename(String) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- setFilename(String) - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.FileBasedSettingsBuilder
- setFirstValue(DBExpression) - Method in class nz.co.gregs.dbvolution.operators.DBOperator
- setFkRecog(ForeignKeyRecognisor) - Method in class nz.co.gregs.dbvolution.databases.metadata.Options
- setFormat(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBBooleanEditor
- setFormat(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBDateEditor
- setFormat(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEditor
- setFormat(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumberEditor
- setFormat(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEditor
- setFormat(String) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatypeEditor
-
Only "upperCase" is supported.
- setFromFileSystem(File) - Method in class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.Tries to set the DBDyteArray to the contents of the supplied file.
- setFromFileSystem(File) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
-
Tries to set the DBDyteArray to the contents of the supplied file.
- setFromFileSystem(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.Tries to set the DBDyteArray to the contents of the supplied file.
- setFromFileSystem(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
-
Tries to set the DBDyteArray to the contents of the supplied file.
- setFromFileSystem(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
-
Tries to set the DBDyteArray to the contents of the supplied file.
- setFromFileSystem(DBString) - Method in class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.Tries to set the DBDyteArray to the contents of the supplied file.
- setFromFileSystem(DBString) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
-
Tries to set the DBDyteArray to the contents of the supplied file.
- setFromFileSystem(DBString) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
-
Tries to set the DBDyteArray to the contents of the supplied file.
- setFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumberStatistics
- setFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBStatistics
- setFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Used internally to set the QDT to the value returned from the database.
- setFromResultSet(DBDefinition, ResultSet, String) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLineSegment2D
- setGroupByRequiredByAggregator(boolean) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
-
Set the requirement for a GROUP BY clause.
- setGSSlib(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setHasBeenOrdered(boolean) - Method in class nz.co.gregs.dbvolution.internal.query.QueryState
- setHasCreatedRequiredTables(boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- setHasQuarantined(boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- setHavingColumns(BooleanExpression...) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- setHoldability(int) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- setHoldability(int) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- setHoldability(int) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- setHost(String) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- setHost(String) - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.RemoteCapableSettingsBuilder
- setHostRecheckSeconds(int) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setHour(int) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
- setHour(int) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
- setHour(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
- setIgnoreExceptions(boolean) - Method in class nz.co.gregs.dbvolution.internal.query.StatementDetails
- setIncludeForeignKeyColumnName(Boolean) - Method in class nz.co.gregs.dbvolution.databases.metadata.Options
- setInstance(String) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- setInstance(String) - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.InstanceCapableSettingsBuilder
- setInternalQDTFromExternalQDT(QueryableDatatype<?>) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatypeSyncer
-
Sets the cached internal QDT after adapting the value from the provided QDT.
- setInternalQDTFromExternalSimpleValue(Object) - Method in class nz.co.gregs.dbvolution.datatypes.SimpleValueQueryableDatatypeSyncer
-
Sets the cached internal QDT value from the provided non-QDT external value.
- setInternalQueryableDatatype(QueryableDatatype<?>) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatypeSyncer
-
Replaces the internal QDT with the one provided.
- setInternalStatement(Statement) - Method in class nz.co.gregs.dbvolution.databases.DBStatement
- setJAASApplicationName(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setJAASLogin(boolean) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setJdbcURL(String) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- setKerberosServerName(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setKeyToFollow(ColumnProvider) - Method in class nz.co.gregs.dbvolution.internal.query.RecursiveQueryDetails
- setLabel(String) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
-
A label for the database for reference within an application.
- setLabel(String) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
A label for the database for reference within an application.
- setLabel(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- setLabel(String) - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.SettingsBuilder
- setLabel(String) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- setLastException(Throwable) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- setLastException(Throwable) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- setLastException(Throwable) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- setLastResult(String) - Method in class nz.co.gregs.dbvolution.utility.RegularProcess
- setLiteralValue(byte[]) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
- setLiteralValue(T) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Sets the literal value of this queryable data type.
- setLoadBalanceHosts(boolean) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setLocalDateTimeOffsetHours(int) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- setLocalDateTimeOffsetMinutes(int) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- setLoggerFile(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
-
File name output of the Logger.
- setLoggerLevelDEBUG() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setLoggerLevelOFF() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setLoggerLevelTRACE() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setLoginTimeout(int) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setLogUnclosedConnections(boolean) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setLowerBound(int) - Method in class nz.co.gregs.dbvolution.DBExtractor
- setMatchAllConditions() - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
-
Changes the DBQuery to using all ANDs to connect the criteria
- setMatchAllRelationships() - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
-
Controls how relationships, that is Foreign Keys, are compared.
- setMatchAnyConditions() - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
-
Changes the DBQuery to using all ORs to connect the criteria
- setMatchAnyRelationship() - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
-
Controls how relationships, that is Foreign Keys, are compared.
- setMaxBound(int) - Method in class nz.co.gregs.dbvolution.DBExtractor
-
Allows the programmer to set the last number to be extracted.
- setMaxBoundIncrease(int) - Method in class nz.co.gregs.dbvolution.DBExtractor
-
Allows the programmer to specify a maximum difference between the lower- and upper-bounds.
- setMaxFieldSize(int) - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Sets the limit for the maximum number of bytes that can be returned for character and binary column values in a ResultSet object produced by this Statement object.
- setMaxFieldSize(int) - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- setMaximumDepth(int) - Method in class nz.co.gregs.dbvolution.DBRecursiveQuery
- setMaximumDepth(int) - Method in class nz.co.gregs.dbvolution.internal.query.RecursiveQueryDetails
- setMaximumDepthOff() - Method in class nz.co.gregs.dbvolution.DBRecursiveQuery
- setMaximumDepthOff() - Method in class nz.co.gregs.dbvolution.internal.query.RecursiveQueryDetails
- setMaximumDepthToDefault() - Method in class nz.co.gregs.dbvolution.DBRecursiveQuery
- setMaxRows(int) - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Sets the limit for the maximum number of rows that any ResultSet object generated by this Statement object can contain to the given number.
- setMaxRows(int) - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- setMinute(int) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
- setMinute(int) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
- setMinute(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
- setMonth(int) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
- setMonth(int) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
- setMonth(int) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
- setMonth(Month) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
- setMonth(Month) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
- setMonth(Month) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
- setMonth(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
- setMonth(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
- setNetworkTimeout(Executor, int) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- setNetworkTimeout(Executor, int) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- setNetworkTimeout(Executor, int) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- setObjectTypes(String...) - Method in class nz.co.gregs.dbvolution.databases.metadata.Options
- setOperator(DBOperator) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
- setOptions(QueryOptions) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- setOriginalQuery(DBQuery) - Method in class nz.co.gregs.dbvolution.internal.query.RecursiveQueryDetails
- setPackageName(String) - Method in class nz.co.gregs.dbvolution.databases.metadata.Options
- setPageIndex(int) - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- setPageRequired(int) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Sets the query to retrieve that DBQueryRows for the page supplied.
- setPageSize(int) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Limit the query to only returning a certain number of rows.
- setPageSize(int) - Method in class nz.co.gregs.dbvolution.DBTable
-
Limit the query to only returning a certain number of rows
- setParameters(int, int, int, int) - Method in class nz.co.gregs.dbvolution.utility.ImageCompare
- setPassword(String) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- setPassword(String) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- setPassword(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- setPassword(String) - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.SettingsBuilder
- setPaused(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- setPkRecog(PrimaryKeyRecognisor) - Method in class nz.co.gregs.dbvolution.databases.metadata.Options
- setPoolable(boolean) - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Requests that a Statement be pooled or not pooled.
- setPort(int) - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.RemoteCapableSettingsBuilder
- setPort(long) - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.RemoteCapableSettingsBuilder
- setPort(String) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- setPort(String) - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.RemoteCapableSettingsBuilder
- setPreferQueryMode(AbstractPostgresSettingsBuilder.QueryMode) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setPreferredDatabase(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- setPreferredDatabaseRequired(boolean) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- setPreparedStatementCacheQueries(int) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setPreparedStatementCacheSizeMiB(int) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setPrepareThreshold(int) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setPreventAccidentalDeletingAllRowsFromTable(boolean) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- setPreventAccidentalDeletingAllRowsFromTable(boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- setPreventAccidentalDeletingAllRowsFromTable(boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- setPreviousValue(QueryableDatatype<T>) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Used internally.
- setPrimaryKey(Object) - Method in class nz.co.gregs.dbvolution.DBRow
-
Set the value of the Primary Key field/column in this DBRow.
- setPrintSQLBeforeExecuting(boolean) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Enables the printing of all SQL to System.out before the SQL is executed.
- setPrintSQLBeforeExecuting(boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- setPrintSQLBeforeExecuting(boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- setPrintSQLBeforeExecuting(boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Enables the printing of all SQL to System.out before the SQL is executed.
- setPrintSQLBeforeExecution(boolean) - Method in class nz.co.gregs.dbvolution.DBQuery
- setPrintSQLBeforeExecution(boolean) - Method in class nz.co.gregs.dbvolution.DBTable
- setPrintSQLBeforeExecution(boolean) - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- setProcessing(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- setPropertyWrapper(PropertyWrapperDefinition<?, BASETYPE>) - Method in class nz.co.gregs.dbvolution.datatypes.InternalQueryableDatatypeProxy
-
Internal class, do not use.
- setProtocol(String) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- setProtocolVersion(int) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setQDTValueUsingDangerousReflection(QueryableDatatype<?>, Object) - Static method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatypeSyncer
- setQuarantined(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- setQueryableDatatype(QueryableDatatype<?>) - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Sets the DBvolution-centric value of the property.The value set may have undergone type conversion to the target object's actual property type, if a type adaptor is present.
- setQueryableDatatype(RowDefinition, QueryableDatatype<BASETYPE>) - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Sets the DBvolution-centric value of the property.
- setQueryableDatatypeAsUnchanged() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
- setQueryColumn(QueryColumn<?, ? extends AnyResult<?>, ?>) - Method in class nz.co.gregs.dbvolution.expressions.SortProvider
- setQueryDatabase(DBDatabase) - Method in interface nz.co.gregs.dbvolution.actions.DBQueryable
- setQueryDatabase(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- setQueryDatabase(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- setQueryLabel(String) - Method in class nz.co.gregs.dbvolution.DBQuery
- setQueryLabel(String) - Method in class nz.co.gregs.dbvolution.DBTable
- setQueryLabel(String) - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- setQueryOnDual(boolean) - Method in class nz.co.gregs.dbvolution.internal.query.QueryState
- setQueryRowFromResultSet(DBDefinition, ResultSet, QueryDetails, DBQueryRow, boolean) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- setQueryTimeout(int) - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Sets the number of seconds the driver will wait for a Statement object to execute to the given number of seconds.
- setQueryTimeout(int) - Method in class nz.co.gregs.dbvolution.databases.DBStatementCluster
-
Deprecated.
- setQueryTimeout(int) - Method in class nz.co.gregs.dbvolution.DBTable
-
Changes the default timeout for this query.
- setQueryType(QueryType) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- setQueryType(QueryType) - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- setQuietExceptions(boolean) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- setQuietExceptionsPreference(boolean) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- setQuietExceptionsPreference(boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- setQuietExceptionsPreference(boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- setQuietExceptionsPreference(boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- setQuietExceptionsPreference(boolean) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- setRawJavaValue(Object) - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Set the value of the declared property in the end-user's target object, without type conversion to/from the DBvolution-centric type.
- setRawJavaValue(Object, Object) - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Set the value of the declared property in the end-user's target object, without type conversion to/from the DBvolution-centric type.
- setRawSQL(String) - Method in class nz.co.gregs.dbvolution.DBTable
-
Adds the specified raw SQL to the DBTable query.
- setRawSQL(String) - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- setRawSQLClause(String) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- setReadOnly(boolean) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- setReadOnly(boolean) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- setReadOnly(boolean) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- setReadOnly(boolean) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setReady(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- setReceiveBufferSize(int) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setRecursiveQueryDirection(RecursiveSQLDirection) - Method in class nz.co.gregs.dbvolution.internal.query.RecursiveQueryDetails
- setRecursiveTableAlias(String) - Method in class nz.co.gregs.dbvolution.DBRow
- setRecvBufferSize(int) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setReferencedTable(String) - Method in class nz.co.gregs.dbvolution.databases.metadata.TableMetaData.Column
- setRefetchStatus(DBAction.RefetchRequirement) - Method in class nz.co.gregs.dbvolution.actions.DBAction
- setReplicationDATABASE() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setReplicationTRUE() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setRequeryPermitted(boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- setRequiredToProduceEmptyStringsForNull(boolean) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- setRequireEmptyStringForNullString(boolean) - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- setResults(List<DBQueryRow>) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- setResultsPageIndex(Integer) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- setResultSQL(List<String>) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- setResultsRowLimit(Integer) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- setReturnColumns(List<PropertyWrapperDefinition<?, ?>>) - Method in class nz.co.gregs.dbvolution.query.RowDefinition
-
Changed the list of columns that are to be return during a query.
- setReturnEmptyStringForNullString(boolean) - Method in interface nz.co.gregs.dbvolution.actions.DBQueryable
- setReturnEmptyStringForNullString(boolean) - Method in class nz.co.gregs.dbvolution.DBQuery
- setReturnEmptyStringForNullString(boolean) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- setReturnFields(Object...) - Method in class nz.co.gregs.dbvolution.DBRow
-
Limits the returned columns by the specified properties (fields and/or methods) given the properties object references.
- setReturnFields(ColumnProvider...) - Method in class nz.co.gregs.dbvolution.DBQuery
- setReturnFields(ColumnProvider...) - Method in class nz.co.gregs.dbvolution.DBRow
-
Limits the returned columns by the specified properties (fields and/or methods) given the properties object references.
- setReturnFieldsBasedOn(DBRow) - Method in class nz.co.gregs.dbvolution.DBRow
- setReturnFieldsToNone() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Tags all the fields in the DBQuery so that they are not retrieved in the query.
- setReturnFieldsToNone() - Method in class nz.co.gregs.dbvolution.DBRow
-
Removes all fields of this DBRow from the query results.
- setReWriteBatchedInserts(boolean) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setRowLimit(int) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Limit the query to only returning a certain number of rows.
- setRowLimit(int) - Method in class nz.co.gregs.dbvolution.DBTable
-
Limit the query to only returning a certain number of rows
- setRowLimit(int) - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- setSavepoint() - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- setSavepoint() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- setSavepoint() - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- setSavepoint(String) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- setSavepoint(String) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- setSavepoint(String) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- setSchema(String) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- setSchema(String) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- setSchema(String) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- setSchema(String) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- setSchema(String) - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.SchemaCapableSettingsBuilder
- setSearchString(String) - Method in class nz.co.gregs.dbvolution.expressions.search.SearchAbstract
- setSecond(int) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
- setSecond(int) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
- setSecond(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
- setSecondValue(DBExpression) - Method in class nz.co.gregs.dbvolution.operators.DBOperator
- setSelectSQLClause(String) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
-
Define the SELECT clause used during the query.
- setSendBufferSize(int) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setSettings(DatabaseConnectionSettings) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- setSID(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractOracleSettingsBuilder
-
Synonym for setInstance.
- setSimpleName(String) - Method in class nz.co.gregs.dbvolution.utility.RegularProcess
- setSimpleTypesToUnchanged() - Method in class nz.co.gregs.dbvolution.DBRow
-
Sets all simple types to unchanged.
- setSocketFactory(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setSocketTimeout(int) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setSortColumns(SortProvider[]) - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- setSortedSubselectRequired(SortProvider) - Method in class nz.co.gregs.dbvolution.DBRow
- setSortOrder(ColumnProvider...) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Sets the sort order of properties (field and/or method) by the given property object references.
- setSortOrder(ColumnProvider...) - Method in class nz.co.gregs.dbvolution.DBReport
-
Sets the sort order of DBReport (field and/or method) by the given column providers.
- setSortOrder(ColumnProvider...) - Method in class nz.co.gregs.dbvolution.DBTable
-
Sets the sort order of properties (field and/or method) by the given property object references.
- setSortOrder(ColumnProvider[]) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- setSortOrder(QueryableDatatype<?>...) - Method in class nz.co.gregs.dbvolution.DBQueryInsert
-
Sets the sort order of DBReport (field and/or method) by the given column providers.
- setSortOrder(QueryableDatatype<?>...) - Method in class nz.co.gregs.dbvolution.DBReport
-
Sets the sort order of DBReport (field and/or method) by the given column providers.
- setSortOrder(HasRankingExpression) - Method in class nz.co.gregs.dbvolution.DBQuery
- setSortOrder(SortProvider...) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Sets the sort order of properties (field and/or method) by the given property object references.
- setSortOrder(SortProvider...) - Method in class nz.co.gregs.dbvolution.DBQueryInsert
-
Sets the sort order of DBReport (field and/or method) by the given column providers.
- setSortOrder(SortProvider...) - Method in class nz.co.gregs.dbvolution.DBReport
-
Sets the sort order of DBReport (field and/or method) by the given column providers.
- setSortOrder(SortProvider...) - Method in class nz.co.gregs.dbvolution.DBTable
-
Sets the sort order of properties (field and/or method) by the given property object references.
- setSortOrder(SortProvider[]) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- setSortOrderAscending() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Used to switch the direction of the column's sort order
- setSortOrderDescending() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Used to switch the direction of the column's sort order
- setSSL(boolean) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setSSLCert(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setSSLFactory(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setSSLHostNameVerifier(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setSSLKey(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setSSLMode(AbstractPostgresSettingsBuilder.SSLMode) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setSSLPassword(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setSSLPasswordCallback(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
-
Class name of the SSL password provider.
- setSSLRootCert(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setSSPIServiceClass(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setStringtype(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setSupportsDifferenceBetweenNullAndEmptyString(boolean) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- setSynchronising(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- setTableVariantIdentifier(String) - Method in class nz.co.gregs.dbvolution.DBRow
- setTargetQDTFromSourceQDT(QueryableDatatype<?>, QueryableDatatype<?>) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatypeSyncer.DBSafeInternalQDTAdaptor
-
Updates the target QDT with converted values from the source QDT.
- setTargetServerType(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setTCPKeepAlive(boolean) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setThirdValue(DBExpression) - Method in class nz.co.gregs.dbvolution.operators.DBOperator
- setTimeOffset(ChronoUnit, int) - Method in class nz.co.gregs.dbvolution.utility.RegularProcess
-
Sets the time field and offset value to use when generating the next run time.
- setTimeout(long) - Method in class nz.co.gregs.dbvolution.utility.Brake
- setTimeout(Long) - Method in class nz.co.gregs.dbvolution.internal.query.StatementDetails
- setTimeoutInMilliseconds(int) - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- setTimeoutInMilliseconds(Integer) - Method in class nz.co.gregs.dbvolution.DBExtractor
-
Changes the default timeout for the underlying query during this extraction.
- setTimeoutInMilliseconds(Integer) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Changes the default timeout for this query.
- setTimeoutInMilliseconds(Integer) - Method in class nz.co.gregs.dbvolution.DBRecursiveQuery
-
Changes the default timeout for this query.
- setTimeoutInMilliseconds(Integer) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- setTimeoutInMilliseconds(Long) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Changes the default timeout for this query.
- setTimeoutInMilliseconds(Long) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- setTimeoutToDefault() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Returns the query to the default timeout.
- setTimeoutToDefault() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- setTimeoutToForever() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Changes the default timeout for this query.
- setTimeoutToForever() - Method in class nz.co.gregs.dbvolution.DBTable
- setTimeoutToForever() - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- setTimeoutToForever() - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- SettingsBuilder<SELF extends SettingsBuilder<SELF,DATABASE>,DATABASE extends DBDatabase> - Interface in nz.co.gregs.dbvolution.databases.settingsbuilders
-
A flexible descriptor of databases that can create a DBDatabase instance, database connection settings, or a JDBC URL.
- setToCountOnly() - Method in class nz.co.gregs.dbvolution.DBExtractor
-
Restrict this extraction to only returning the row count.
- setToMatchAllConditions() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Set the query to only return rows that match all conditions
- setToMatchAllConditions() - Method in class nz.co.gregs.dbvolution.DBTable
-
Set the query to only return rows that match all conditions
- setToMatchAllRelationships() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Set the query to return rows that match all relationships.
- setToMatchAnyCondition() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Set the query to return rows that match any conditions
- setToMatchAnyCondition() - Method in class nz.co.gregs.dbvolution.DBTable
-
Set the query to return rows that match any conditions
- setToMatchAnyRelationship() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Set the query to return rows that match any relationship.
- setToNull() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Sets the value of this column to DBNull Also changes the operator to DBIsNullOperator for comparisons
- setToNull(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
- setToNull(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Used during setFromResultSet to set the QDT to a database NULL value.
- setToRetrieveRows() - Method in class nz.co.gregs.dbvolution.DBExtractor
-
Set this extraction to retrieve rows.
- setTrackedTables(Collection<DBRow>) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- setTrackedTables(Collection<DBRow>) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- setTransactionIsolation(int) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- setTransactionIsolation(int) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- setTransactionIsolation(int) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- setTrimCharColumns(Boolean) - Method in class nz.co.gregs.dbvolution.databases.metadata.Options
- setTypeMap(Map<String, Class<?>>) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- setTypeMap(Map<String, Class<?>>) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- setTypeMap(Map<String, Class<?>>) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- setTypeToReturn(T) - Method in class nz.co.gregs.dbvolution.internal.query.RecursiveQueryDetails
- setUnchanged() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Clear the changes to this QDT and remove the previous value as though this QDT had never had any value other than the current value.
- setUndefined() - Method in class nz.co.gregs.dbvolution.DBRow
-
indicates the DBRow is not defined in the database.
- setUnknown(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- setUnknownLength(int) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setUnsynchronised(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- setUrl(String) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- setUseANSISyntax(boolean) - Method in class nz.co.gregs.dbvolution.DBQuery
-
Sets whether this DBQuery will use ANSI syntax.
- setUseANSISyntax(boolean) - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- setUsername(String) - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- setUsername(String) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- setUsername(String) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- setUsername(String) - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.SettingsBuilder
- setUseSpnego(boolean) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder
- setUseSSL(boolean) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMySQLSettingsBuilder
- setUseStarInsteadOfColumns(boolean) - Method in class nz.co.gregs.dbvolution.internal.query.QueryOptions
- setUseTableAlias(boolean) - Method in class nz.co.gregs.dbvolution.columns.AbstractColumn
- setUseTableAlias(boolean) - Method in class nz.co.gregs.dbvolution.columns.AbstractQueryColumn
- setUseTableAlias(boolean) - Method in class nz.co.gregs.dbvolution.columns.BooleanArrayColumn
- setUseTableAlias(boolean) - Method in class nz.co.gregs.dbvolution.columns.BooleanColumn
- setUseTableAlias(boolean) - Method in class nz.co.gregs.dbvolution.columns.ByteArrayColumn
-
Deprecated.
- setUseTableAlias(boolean) - Method in interface nz.co.gregs.dbvolution.columns.ColumnProvider
-
Indicates whether the ColumnProvider should use the table alias during query creation.
- setUseTableAlias(boolean) - Method in class nz.co.gregs.dbvolution.columns.DateColumn
- setUseTableAlias(boolean) - Method in class nz.co.gregs.dbvolution.columns.DateRepeatColumn
- setUseTableAlias(boolean) - Method in class nz.co.gregs.dbvolution.columns.DurationColumn
- setUseTableAlias(boolean) - Method in class nz.co.gregs.dbvolution.columns.InstantColumn
- setUseTableAlias(boolean) - Method in class nz.co.gregs.dbvolution.columns.IntegerColumn
- setUseTableAlias(boolean) - Method in class nz.co.gregs.dbvolution.columns.JavaObjectColumn
- setUseTableAlias(boolean) - Method in class nz.co.gregs.dbvolution.columns.LargeBinaryColumn
- setUseTableAlias(boolean) - Method in class nz.co.gregs.dbvolution.columns.LargeObjectColumn
- setUseTableAlias(boolean) - Method in class nz.co.gregs.dbvolution.columns.LargeTextColumn
- setUseTableAlias(boolean) - Method in class nz.co.gregs.dbvolution.columns.Line2DColumn
- setUseTableAlias(boolean) - Method in class nz.co.gregs.dbvolution.columns.LineSegment2DColumn
- setUseTableAlias(boolean) - Method in class nz.co.gregs.dbvolution.columns.LocalDateColumn
- setUseTableAlias(boolean) - Method in class nz.co.gregs.dbvolution.columns.LocalDateTimeColumn
- setUseTableAlias(boolean) - Method in class nz.co.gregs.dbvolution.columns.MultiPoint2DColumn
- setUseTableAlias(boolean) - Method in class nz.co.gregs.dbvolution.columns.NumberColumn
- setUseTableAlias(boolean) - Method in class nz.co.gregs.dbvolution.columns.Point2DColumn
- setUseTableAlias(boolean) - Method in class nz.co.gregs.dbvolution.columns.Polygon2DColumn
- setUseTableAlias(boolean) - Method in class nz.co.gregs.dbvolution.columns.QueryColumn
- setUseTableAlias(boolean) - Method in class nz.co.gregs.dbvolution.columns.StringColumn
- setUseTableAlias(boolean) - Method in class nz.co.gregs.dbvolution.columns.UntypedColumn
- setUseTableAlias(boolean) - Method in class nz.co.gregs.dbvolution.columns.UUIDColumn
- setUseUnicode(boolean) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMySQLSettingsBuilder
- setValue(byte[]) - Method in class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.Sets the value of this DBByteArray to the byte array supplied.
- setValue(byte[]) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
-
Sets the value of this DBLargeBinary to the byte array supplied.
- setValue(byte[]) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
-
Sets the value of this DBByteObject to the byte array supplied.
- setValue(Coordinate...) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLine2D
-
Set the value of this DBLine2D to the value provided.
- setValue(Coordinate...) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBMultiPoint2D
-
Set the value of this DBPoint2D to the
coordinates
specified. - setValue(Coordinate, Coordinate) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLineSegment2D
-
Set the value of this DBLine2D to the value provided.
- setValue(LineSegment) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLineSegment2D
-
Set the value of this DBLine2D to the value provided.
- setValue(LineString) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLine2D
-
Set the value of this DBLine2D to the value provided.
- setValue(MultiPoint) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBMultiPoint2D
-
Set the value of this DBPoint2D to the
Point
specified. - setValue(Point) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPoint2D
-
Set the value of this DBPoint2D to the
Point
specified. - setValue(Point...) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLine2D
-
Set the value of this DBLine2D to the value provided.
- setValue(Point...) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBMultiPoint2D
-
Set the value of this DBPoint2D to the
points
specified. - setValue(Point, Point) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLineSegment2D
-
Set the value of this DBLine2D to the value provided.
- setValue(Polygon) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPolygon2D
-
Set the value of this DBPolygon2D to the
Polygon
specified. - setValue(ENUM) - Method in class nz.co.gregs.dbvolution.datatypes.DBEnum
-
Sets the value based on the given enumeration.
- setValue(File) - Method in class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.Sets the value of this DBByteArray to the file supplied.
- setValue(File) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
-
Sets the value of this DBLargeBinary to the file supplied.
- setValue(File) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
-
Sets the value of this DBByteObject to the file supplied.
- setValue(InputStream) - Method in class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.Sets the value of this DBByteArray to the InputStream supplied.
- setValue(InputStream) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
-
Sets the value of this DBLargeBinary to the InputStream supplied.
- setValue(InputStream) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
-
Sets the value of this DBByteObject to the InputStream supplied.
- setValue(Boolean) - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
-
Sets the value of this DBBoolean to the value provided.
- setValue(Boolean[]) - Method in class nz.co.gregs.dbvolution.datatypes.DBBooleanArray
-
Sets the value of this DBBooleanArray to the value provided.
- setValue(Integer) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Sets the value of this DBInteger to the value provided.
- setValue(Long) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Sets the value of this DBInteger to the value provided.
- setValue(Number) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Sets the value of this DBInteger to the value provided.
- setValue(Number) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
Set the value of this DBNumber to the Double, Long, Integer, or other number provided.
- setValue(Object) - Method in class nz.co.gregs.dbvolution.datatypes.DBUnknownDatatype
- setValue(Object) - Method in class nz.co.gregs.dbvolution.datatypes.DBUntypedValue
-
Sets the value of this DBString to the value provided.
- setValue(Object) - Method in class nz.co.gregs.dbvolution.datatypes.InternalQueryableDatatypeProxy
-
Internal class, do not use.
- setValue(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.Set the value of the DBByteArray to the String provided.
- setValue(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
Sets the value of this QDT to the dateStr provided.
- setValue(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Sets the value of this QDT to the dateStr provided.
- setValue(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Sets the value of this DBInteger to the value provided.
- setValue(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
-
Set the value of the DBLargeBinary to the String provided.
- setValue(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
-
Set the value of the DBByteObject to the String provided.
- setValue(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
Sets the value of this QDT to the dateStr provided.
- setValue(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Sets the value of this QDT to the dateStr provided.
- setValue(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
Set the value of this DBNumber to the Double, Long, Integer, or other number provided.
- setValue(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBPasswordHash
- setValue(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Sets the value of this DBString to the value provided.
- setValue(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBUUID
- setValue(String, String) - Method in class nz.co.gregs.dbvolution.datatypes.DBEncryptedText
-
Uses the provided passphrase to encrypt the value and set the ciphertext that will be stored.
- setValue(String, DateTimeFormatter) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Sets the value of this QDT to the dateStr provided.
- setValue(Duration) - Method in class nz.co.gregs.dbvolution.datatypes.DBDuration
-
Set the value of this DBDuration to the period specified.
- setValue(Instant) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Sets the value of this QDT to the Java Instant provided.
- setValue(LocalDate) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
Sets the value of this QDT to the Java LocalDate provided.
- setValue(LocalDateTime) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Sets the value of this QDT to the Java LocalDateTime provided.
- setValue(LocalDateTime) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Sets the value of this QDT to the Java LocalDateTime provided.
- setValue(ZonedDateTime) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Sets the value of this QDT to the Java Instant provided.
- setValue(Date) - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
Sets the value of this QDT to the Java Date provided.
- setValue(Date) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Sets the value of this QDT to the Java Instant provided.
- setValue(Date) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Sets the value of this QDT to the Java LocalDateTime provided.
- setValue(GregorianCalendar) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Sets the value of this QDT to the Java Instant provided.
- setValue(UUID) - Method in class nz.co.gregs.dbvolution.datatypes.DBUUID
- setValue(DBInteger) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Sets the value of this DBInteger to the value provided.
- setValue(DBNumber) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
-
Sets the value of this DBInteger to the value provided.
- setValue(DBNumber) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
-
Sets the value of this DBNumber to the value of the DBNumber provided.
- setValue(QueryableDatatype<?>, String) - Method in interface nz.co.gregs.dbvolution.reflection.EncodingInterpreter
-
Set the supplied QueryableDatatype to the value supplied.
- setValue(QueryableDatatype<T>) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Set the value of this QDT to the value provided.
- setValue(Encrypted) - Method in class nz.co.gregs.dbvolution.datatypes.DBEncryptedText
-
Uses the provided passphrase to encrypt the value and set the ciphertext that will be stored.
- setValue(Period) - Method in class nz.co.gregs.dbvolution.datatypes.DBDateRepeat
-
Set the value of this DBDateRepeat to the period specified.
- setValue(T) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Set the value of this QDT to the value provided.
- setValueByName(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBEnum
-
Sets the value based on the given enumeration.
- setValueFromDatabase(Object) - Method in class nz.co.gregs.dbvolution.datatypes.InternalQueryableDatatypeProxy
-
Internal class, do not use.
- setValueFromDatabase(T) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
- setValueFromStandardStringEncoding(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
- setValueFromStandardStringEncoding(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBBooleanArray
- setValueFromStandardStringEncoding(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.
- setValueFromStandardStringEncoding(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
- setValueFromStandardStringEncoding(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBDateRepeat
- setValueFromStandardStringEncoding(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBDuration
- setValueFromStandardStringEncoding(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
- setValueFromStandardStringEncoding(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
- setValueFromStandardStringEncoding(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
- setValueFromStandardStringEncoding(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBJavaObject
- setValueFromStandardStringEncoding(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
- setValueFromStandardStringEncoding(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
- setValueFromStandardStringEncoding(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
- setValueFromStandardStringEncoding(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
- setValueFromStandardStringEncoding(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
- setValueFromStandardStringEncoding(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBString
- setValueFromStandardStringEncoding(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
- setValueFromStandardStringEncoding(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBUnknownDatatype
- setValueFromStandardStringEncoding(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBUntypedValue
- setValueFromStandardStringEncoding(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBUUID
- setValueFromStandardStringEncoding(String) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Set the value of this QDT to the value provided from the standard string encoding of this datatype.
- setValueFromStandardStringEncoding(String) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLine2D
- setValueFromStandardStringEncoding(String) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLineSegment2D
- setValueFromStandardStringEncoding(String) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBMultiPoint2D
- setValueFromStandardStringEncoding(String) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPoint2D
- setValueFromStandardStringEncoding(String) - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPolygon2D
- setValueToNamedUUID(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBUUID
-
Sets the value to a named UUID using
the standard UUID factory method
and name.getBytes(StandardCharsets.UTF_8). - setValueToNamedUUIDFromBytes(byte[]) - Method in class nz.co.gregs.dbvolution.datatypes.DBUUID
-
Sets the value to a named UUID using
the standard UUID factory method
. - setValueToNewRandomUUID() - Method in class nz.co.gregs.dbvolution.datatypes.DBUUID
-
Sets the value to a new random UUID.
- setValueToNewUUID(Long, Long) - Method in class nz.co.gregs.dbvolution.datatypes.DBUUID
-
Set the value to a new UUID using the specified data.
- setValueToNow() - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
Sets the value of this QDT to the date and time now.
- setValueToNow() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Sets the value of this QDT to the date and time now.
- setValueToNow() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
Sets the value of this QDT to the date and time now.
- setValueToNow() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Sets the value of this QDT to the date and time now.
- setValueToNull() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Convenient synonym for setValue(null).
- setVerifyServerCertificate(boolean) - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractMySQLSettingsBuilder
- setVersionNumber(Long) - Method in class nz.co.gregs.dbvolution.databases.metadata.Options
- setWillBeProcessed(Boolean) - Method in class nz.co.gregs.dbvolution.DBMigrationValidation.Result
- setWillBeProcessed(Boolean) - Method in class nz.co.gregs.dbvolution.DBValidation.Result
- setYear(int) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
- setYear(int) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
- setYear(int) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
- setYear(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
- setYear(IntegerExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
- shortQualifiedJavaName() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Gets the partially qualified name of the underlying java property, using the short-name of the containing class.
- shortQualifiedJavaName() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Gets the partially qualified name of the underlying java property, using the short-name of the containing class.
- shortQualifiedName() - Method in class nz.co.gregs.dbvolution.internal.properties.JavaBeanProperty
- shortQualifiedName() - Method in class nz.co.gregs.dbvolution.internal.properties.JavaField
- shortQualifiedName() - Method in interface nz.co.gregs.dbvolution.internal.properties.JavaProperty
-
Gets the partially qualified name of the property in the class that declares it, including only the short name of the declaring class.
- shutdown() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- sign() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Returns the sign of the argument as -1, 0, or 1, depending on whether X is negative, zero, or positive.
- sign() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Returns the sign of the argument as -1, 0, or 1, depending on whether X is negative, zero, or positive.
- SignExpression(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.SignExpression
- signPlusMinus() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Returns "+" for all zero or positive numbers and "-" for all negative numbers.
- signPlusMinus() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Returns "+" for all zero or positive numbers and "-" for all negative numbers.
- SIMPLE - nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder.QueryMode
- SIMPLE_SELECT_QUERY - nz.co.gregs.dbvolution.databases.QueryIntention
- SimpleNumericExpression<B,R extends SimpleNumericResult<B>,D extends QueryableDatatype<B>> - Class in nz.co.gregs.dbvolution.expressions
-
Used to group NumberExpression and IntegerExpression.
- SimpleNumericExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.SimpleNumericExpression
- SimpleNumericExpression(AnyResult<?>) - Constructor for class nz.co.gregs.dbvolution.expressions.SimpleNumericExpression
- SimpleNumericExpression(R) - Constructor for class nz.co.gregs.dbvolution.expressions.SimpleNumericExpression
- SimpleNumericResult<T> - Interface in nz.co.gregs.dbvolution.results
- SimpleValueQueryableDatatypeSyncer - Class in nz.co.gregs.dbvolution.datatypes
-
Syncs between a simple-type external value and a QDT internal value.
- SimpleValueQueryableDatatypeSyncer(String, Class<? extends QueryableDatatype<?>>, Class<?>, Class<?>, DBTypeAdaptor<Object, Object>) - Constructor for class nz.co.gregs.dbvolution.datatypes.SimpleValueQueryableDatatypeSyncer
- simulateNullsFirst(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.SortProvider.NullsOrderer
- simulateNullsLast(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.SortProvider.NullsOrderer
- sine() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the database's sine function.
- sine() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the database's sine function.
- SineExpression(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.SineExpression
- sinh() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the database's hyperbolic sine function.
- sinh() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the database's hyperbolic sine function.
- SinhFunction(IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.IntegerExpression.SinhFunction
- size() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
-
Returns the number of ready databases.
- size() - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- SKIPQUERY - nz.co.gregs.dbvolution.databases.DBDatabaseImplementation.ResponseToException
- someButNotAllOf(BooleanExpression...) - Static method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Collects the expressions together and requires that at least one of them to be false and at least one to be false.
- SORT_ASCENDING - Static variable in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Used to indicate the the QDT should be sorted so that the values run from A->Z or 0->9 when using the
QueryableDatatype.setSortOrder(java.lang.Boolean)
method. - SORT_DESCENDING - Static variable in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Used to indicate the the QDT should be sorted so that the values run from Z->A or 9->0 when using the
QueryableDatatype.setSortOrder(java.lang.Boolean)
method. - SORT_UNSORTED - Static variable in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Used to indicate the the QDT should be sorted using the default ordering when using the
QueryableDatatype.setSortOrder(java.lang.Boolean)
method. - Sorted(WindowFunctionFramable.Partitioned<A>, SortProvider...) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Sorted
- Sorted(WindowFunctionRequiresOrderBy.Partitioned<A>, SortProvider...) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Sorted
- SortProvider - Class in nz.co.gregs.dbvolution.expressions
-
Provides the sorting expressions used in the ORDER BY clause.
- SortProvider() - Constructor for class nz.co.gregs.dbvolution.expressions.SortProvider
- SortProvider(AbstractColumn) - Constructor for class nz.co.gregs.dbvolution.expressions.SortProvider
- SortProvider(QueryColumn<A, B, C>) - Constructor for class nz.co.gregs.dbvolution.expressions.SortProvider
- SortProvider(AnyExpression<? extends Object, ? extends AnyResult<?>, ? extends QueryableDatatype<?>>, SortProvider.Ordering) - Constructor for class nz.co.gregs.dbvolution.expressions.SortProvider
- SortProvider(AnyExpression<A, B, C>) - Constructor for class nz.co.gregs.dbvolution.expressions.SortProvider
- SortProvider(SortProvider) - Constructor for class nz.co.gregs.dbvolution.expressions.SortProvider
- SortProvider.Ascending - Class in nz.co.gregs.dbvolution.expressions
- SortProvider.Column - Class in nz.co.gregs.dbvolution.expressions
- SortProvider.DefaultSort - Class in nz.co.gregs.dbvolution.expressions
- SortProvider.Descending - Class in nz.co.gregs.dbvolution.expressions
- SortProvider.NullsLast - Class in nz.co.gregs.dbvolution.expressions
- SortProvider.NullsOrderer - Class in nz.co.gregs.dbvolution.expressions
- SortProvider.Ordering - Enum in nz.co.gregs.dbvolution.expressions
- SortProvider.OrderOfNulls - Enum in nz.co.gregs.dbvolution.expressions
- SPATIAL_LINE_MAX_X_COORD_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Line2DFunctions
- SPATIAL_LINE_MAX_X_COORD_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.LineSegment2DFunctions
- SPATIAL_LINE_MAX_Y_COORD_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Line2DFunctions
- SPATIAL_LINE_MAX_Y_COORD_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.LineSegment2DFunctions
- SPATIAL_LINE_MIN_X_COORD_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Line2DFunctions
- SPATIAL_LINE_MIN_X_COORD_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.LineSegment2DFunctions
- SPATIAL_LINE_MIN_Y_COORD_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Line2DFunctions
- SPATIAL_LINE_MIN_Y_COORD_FUNCTION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.LineSegment2DFunctions
- Spatial2DComparable<B,A extends DBExpression> - Interface in nz.co.gregs.dbvolution.results
-
Indicates that the class can be compared to other instances of this class as if the instances were part of a range.
- Spatial2DExpression<B,R extends Spatial2DResult<B>,D extends QueryableDatatype<B>> - Class in nz.co.gregs.dbvolution.expressions.spatial2D
-
Designates the expression as a Spatial2D expression.
- Spatial2DExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Spatial2DExpression
- Spatial2DExpression(AnyResult<?>) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Spatial2DExpression
- Spatial2DExpression(R) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Spatial2DExpression
- Spatial2DResult<B> - Interface in nz.co.gregs.dbvolution.results
-
Support DBvolution at Patreon
- spatialDimensions() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
- spatialDimensions() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
- spatialDimensions() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
- spatialDimensions() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
- spatialDimensions() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- spatialDimensions() - Method in interface nz.co.gregs.dbvolution.results.Spatial2DComparable
-
Return the spatial dimensions of this expression.
- SpatialDimensionsExpression(Line2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.SpatialDimensionsExpression
- SpatialDimensionsExpression(LineSegment2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression.SpatialDimensionsExpression
- SpatialDimensionsExpression(Point2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression.SpatialDimensionsExpression
- SpatialResult<B> - Interface in nz.co.gregs.dbvolution.results
-
Support DBvolution at Patreon
- splitParameters(String) - Method in interface nz.co.gregs.dbvolution.reflection.EncodingInterpreter
-
Given the entire encoded string, split the string into the individual parameters and return an array of string, one for each parameter.
- sql - nz.co.gregs.dbvolution.internal.postgres.Language
- sqlDataTypeInt - Variable in class nz.co.gregs.dbvolution.generation.DBTableField
-
Stores the data type of the DBTableField as reported from the database.
- sqlDataTypeInt - Variable in class nz.co.gregs.dbvolution.generation.deprecated.DBTableField
-
Deprecated.Stores the data type of the DBTableField as reported from the database.
- sqlDataTypeName - Variable in class nz.co.gregs.dbvolution.generation.DBTableField
-
Stores the data type name of the DBTableField as reported from the database.
- sqlDataTypeName - Variable in class nz.co.gregs.dbvolution.generation.deprecated.DBTableField
-
Deprecated.Stores the data type name of the DBTableField as reported from the database.
- SQLITE_DRIVER_NAME - Static variable in class nz.co.gregs.dbvolution.databases.SQLiteDB
- SQLiteDB - Class in nz.co.gregs.dbvolution.databases
-
Creates a DBDatabase for an SQLite database.
- SQLiteDB(File, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.SQLiteDB
-
Creates a DBDatabase tweaked for a SQLite database using the parameters provided.
- SQLiteDB(String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.SQLiteDB
-
Creates a DBDatabase tweaked for a SQLite database using the parameters provided.
- SQLiteDB(String, String, String, boolean) - Constructor for class nz.co.gregs.dbvolution.databases.SQLiteDB
-
Creates a DBDatabase tweaked for a SQLite database using the parameters provided.
- SQLiteDB(DataSource) - Constructor for class nz.co.gregs.dbvolution.databases.SQLiteDB
-
Creates a DBDatabase tweaked for a SQLite database on the DataSource provided.
- SQLiteDB(DatabaseConnectionSettings) - Constructor for class nz.co.gregs.dbvolution.databases.SQLiteDB
-
Creates a DBDatabase tweaked for a SQLite database on the DataSource provided.
- SQLiteDB(SQLiteSettingsBuilder) - Constructor for class nz.co.gregs.dbvolution.databases.SQLiteDB
-
Creates a DBDatabase tweaked for a SQLite database on the DataSource provided.
- SQLiteDBDatabaseMetaData - Class in nz.co.gregs.dbvolution.databases.metadata
- SQLiteDBDatabaseMetaData(Options) - Constructor for class nz.co.gregs.dbvolution.databases.metadata.SQLiteDBDatabaseMetaData
- SQLiteDefinition - Class in nz.co.gregs.dbvolution.databases.definitions
-
Defines the features of the SQLite database that differ from the standard database.
- SQLiteDefinition() - Constructor for class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- SQLiteSettingsBuilder - Class in nz.co.gregs.dbvolution.databases.settingsbuilders
- SQLiteSettingsBuilder() - Constructor for class nz.co.gregs.dbvolution.databases.settingsbuilders.SQLiteSettingsBuilder
- SQLSERVERDRIVERNAME - Static variable in class nz.co.gregs.dbvolution.databases.MSSQLServerDB
-
The Microsoft Driver used to connect to MS SQLServer databases.
- squared() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Multiples this expression by itself to return the value squared.
- squared() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Multiples this expression by itself to return the value squared.
- squareRoot() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Returns the square root of a nonnegative number X.
- squareRoot() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Returns the square root of a nonnegative number X.
- SquareRootExpression(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.SquareRootExpression
- standardDeviation() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumberStatistics
- standardDeviation() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Synonym for
IntegerExpression.standardDeviation()
. - standardDeviation() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Synonym for
NumberExpression.standardDeviation()
. - StandardDeviationExpression(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.StandardDeviationExpression
- start() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- startInternalServer() - Method in class nz.co.gregs.dbvolution.databases.H2SharedDB
- startMultilineComment() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Used during output of BLOB columns to avoid complications in some scenarios.
- startServerIfRequired() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- startServerIfRequired() - Method in class nz.co.gregs.dbvolution.databases.H2SharedDB
- startsWith(String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the LIKE operator.
- startsWith(StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query comparison using the LIKE operator.
- StatementDetails - Class in nz.co.gregs.dbvolution.internal.query
- StatementDetails(String, QueryIntention, String, Exception, boolean, boolean, String, DBStatement) - Constructor for class nz.co.gregs.dbvolution.internal.query.StatementDetails
- StatementDetails(String, QueryIntention, String, DBStatement) - Constructor for class nz.co.gregs.dbvolution.internal.query.StatementDetails
- stddev() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Synonym for
IntegerExpression.standardDeviation()
. - stddev() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Synonym for
NumberExpression.standardDeviation()
. - STGeometryColumns() - Constructor for class nz.co.gregs.dbvolution.databases.metadata.MySQLDBDatabaseMetaData.STGeometryColumns
- stop() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- stop() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- stop() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- stop() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Closes all threads, connections, and resources used by the database.
- stop() - Method in class nz.co.gregs.dbvolution.databases.H2SharedDB
- stop() - Method in class nz.co.gregs.dbvolution.utility.RegularProcess
- stopCluster() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
-
Stops the cluster without altering the contained databases.
- stopClusterAndDatabases() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
-
Stops this cluster and it's contained databases.
- storedConnection - Variable in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Used to hold the database open if required by the database.
- storedFoundPrimaryKey(String, String, Map<String, TableMetaData.PrimaryKey>, TableMetaData) - Method in class nz.co.gregs.dbvolution.databases.metadata.DBDatabaseMetaData
- string(int) - Static method in class nz.co.gregs.dbvolution.utility.Random
- STRING - nz.co.gregs.dbvolution.internal.query.LargeObjectHandlerType
- StringAggregateExpression(StringExpression, String) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringAggregateExpression
- StringAggregateWithOrderByExpression(StringExpression, String, SortProvider) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringAggregateWithOrderByExpression
- StringAppendExpression(StringResult, StringResult) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringAppendExpression
- StringBracketExpression(StringResult) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringBracketExpression
- StringCheck - Class in nz.co.gregs.dbvolution.utility
-
Returns the first non-null, non-empty string.
- StringColumn - Class in nz.co.gregs.dbvolution.columns
-
Represents a database column storing a string or character value.
- StringColumn(RowDefinition, String) - Constructor for class nz.co.gregs.dbvolution.columns.StringColumn
-
Create a StringColumn for the supplied field of the supplied row
- StringColumn(RowDefinition, DBEnum<E, String>) - Constructor for class nz.co.gregs.dbvolution.columns.StringColumn
-
Create a StringColumn for the supplied field of the supplied row
- StringColumn(RowDefinition, DBString) - Constructor for class nz.co.gregs.dbvolution.columns.StringColumn
-
Create a StringColumn for the supplied field of the supplied row
- StringCurrentUserExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringCurrentUserExpression
- StringExpression - Class in nz.co.gregs.dbvolution.expressions
-
StringExpression implements standard functions that produce a character or string result, including CHAR and VARCHAR.
- StringExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression
-
Default Constructor
- StringExpression(int) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a StringExpression from an arbitrary Number object.
- StringExpression(long) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a StringExpression from an arbitrary Number object.
- StringExpression(Number) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a StringExpression from an arbitrary Number object.
- StringExpression(DBString) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a StringExpression from an arbitrary DBString object.
- StringExpression(AnyResult<?>) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a StringExpression from an arbitrary StringResult object.
- StringExpression(IntegerResult) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a StringExpression from an arbitrary Number object.
- StringExpression(NumberResult) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a StringExpression from an arbitrary Number object.
- StringExpression(StringResult) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a StringExpression from an arbitrary StringResult object.
- StringExpression.DBBinaryStringFunction - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.FirstValueExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.IntegerLengthExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.LagExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.LagLeadWindow - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.LastValueExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.LeadExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.NthValueExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringAggregateExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringAggregateWithOrderByExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringAppendExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringBracketExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringCurrentUserExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringFirstIntegerAsSubstringExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringFirstNumberAsSubstringExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringIfDBNullExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringIsExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringIsGreaterThanExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringIsGreaterThanOrEqualExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringIsInExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringIsLessThanExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringIsLessThanOrEqualExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringIsLikeExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringIsNotExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringIsNotInExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringLeftTrimExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringLocationOfExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringLowercaseExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringMaxExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringMinExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringNumberResultExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringReplaceExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringRightTrimExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringSubstringAfterExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringSubstringBeforeExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringTrimExpression - Class in nz.co.gregs.dbvolution.expressions
- StringExpression.StringUppercaseExpression - Class in nz.co.gregs.dbvolution.expressions
- StringFirstIntegerAsSubstringExpression(StringResult) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringFirstIntegerAsSubstringExpression
- StringFirstNumberAsSubstringExpression(StringResult) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringFirstNumberAsSubstringExpression
- StringFunctions - Enum in nz.co.gregs.dbvolution.internal.oracle
-
Support DBvolution at Patreon
- StringFunctions - Enum in nz.co.gregs.dbvolution.internal.postgres
-
Support DBvolution at Patreon
- StringIfDBNullExpression(StringExpression, StringExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringIfDBNullExpression
- StringIfThenElseExpression(BooleanExpression, StringResult, StringResult) - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression.StringIfThenElseExpression
- StringInBlocks - Class in nz.co.gregs.dbvolution.utility
- StringIsExpression(StringResult, StringResult) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsExpression
- StringIsGreaterThanExpression(StringResult, StringResult) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsGreaterThanExpression
- StringIsGreaterThanOrEqualExpression(StringResult, StringResult) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsGreaterThanOrEqualExpression
- StringIsInExpression(StringExpression, Collection<StringResult>) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsInExpression
- StringIsLessThanExpression(StringResult, StringResult) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsLessThanExpression
- StringIsLessThanOrEqualExpression(StringResult, StringResult) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsLessThanOrEqualExpression
- StringIsLikeExpression(StringResult, StringResult) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsLikeExpression
- StringIsNotExpression(StringResult, StringResult) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsNotExpression
- StringIsNotInExpression(StringExpression, Collection<StringResult>) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsNotInExpression
- StringLeftPadded - Class in nz.co.gregs.dbvolution.utility
-
Deprecated.
- StringLeftTrimExpression(StringResult) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringLeftTrimExpression
- StringLiteral - Class in nz.co.gregs.dbvolution.expressions
- StringLiteral(String) - Constructor for class nz.co.gregs.dbvolution.expressions.StringLiteral
-
Creates a StringExpression from an arbitrary String object.
- StringLocationOfExpression(StringExpression, StringResult) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringLocationOfExpression
- StringLowercaseExpression(StringResult) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringLowercaseExpression
- StringMaxExpression(StringResult) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringMaxExpression
- StringMinExpression(StringResult) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringMinExpression
- StringNumberResultExpression(AnyResult<?>) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringNumberResultExpression
- StringReplaceExpression(StringExpression, StringExpression, StringExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringReplaceExpression
- stringResult() - Method in class nz.co.gregs.dbvolution.datatypes.DBBoolean
- stringResult() - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
- stringResult() - Method in class nz.co.gregs.dbvolution.datatypes.DBDateRepeat
- stringResult() - Method in class nz.co.gregs.dbvolution.datatypes.DBDuration
- stringResult() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
- stringResult() - Method in class nz.co.gregs.dbvolution.datatypes.DBInteger
- stringResult() - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
- stringResult() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
- stringResult() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
- stringResult() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumber
- stringResult() - Method in class nz.co.gregs.dbvolution.datatypes.DBString
- stringResult() - Method in class nz.co.gregs.dbvolution.datatypes.DBUntypedValue
- stringResult() - Method in class nz.co.gregs.dbvolution.datatypes.DBUUID
- stringResult() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLine2D
- stringResult() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBLineSegment2D
- stringResult() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBMultiPoint2D
- stringResult() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPoint2D
- stringResult() - Method in class nz.co.gregs.dbvolution.datatypes.spatial2D.DBPolygon2D
- stringResult() - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
- stringResult() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Returns the date as an ISO 8601 formatted string NOT including time zone.
- stringResult() - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
Converts the interval expression into a string/character expression.
- stringResult() - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression
-
Converts the interval expression into a string/character expression.
- stringResult() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Returns the date as an ISO 8601 formatted string NOT including time zone.
- stringResult() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Converts the integer expression into a string/character expression within the query.
- stringResult() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Returns the date as an ISO 8601 formatted string NOT including time zone.
- stringResult() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Returns the date as an ISO 8601 formatted string NOT including time zone.
- stringResult() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Converts the number expression into a string/character expression within the query.
- stringResult() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
-
Convert the Line2D value into a String value.
- stringResult() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
-
Convert this LineSegment2D to a String representation based on the Well Known Text (WKT) format.
- stringResult() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
-
Transform the MultiPoint2D value into the Well Known Text (WKT) version of the value.
- stringResult() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
- stringResult() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- stringResult() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
- stringResult() - Method in class nz.co.gregs.dbvolution.expressions.UUIDExpression
- stringResult() - Method in interface nz.co.gregs.dbvolution.results.ExpressionHasStandardStringResult
-
Converts the expression into the standard string/character expression representing the value.
- StringResult - Interface in nz.co.gregs.dbvolution.results
-
Interface required to be implemented by all DBExpressions that produce String results
- stringResultCommonFormat() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Returns the date as formatted string NOT including time zone.
- stringResultCommonFormat() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Returns the date as formatted string NOT including time zone.
- stringResultCommonFormat() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Returns the date as formatted string NOT including time zone.
- stringResultCommonFormat() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Returns the date as formatted string NOT including time zone.
- StringResultExpression(Line2DExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression.StringResultExpression
- stringResultISOFormat() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Returns the date as an ISO 8601 formatted string NOT including time zone.
- stringResultISOFormat() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Returns the date as an ISO 8601 formatted string NOT including time zone.
- stringResultISOFormat() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Returns the date as an ISO 8601 formatted string NOT including time zone.
- stringResultISOFormat() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Returns the date as an ISO 8601 formatted string NOT including time zone.
- stringResultUSAFormat() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Returns the date as a USA formatted string NOT including time zone.
- stringResultUSAFormat() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Returns the date as a USA formatted string NOT including time zone.
- stringResultUSAFormat() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Returns the date as a USA formatted string NOT including time zone.
- stringResultUSAFormat() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Returns the date as a USA formatted string NOT including time zone.
- StringRightTrimExpression(StringResult) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringRightTrimExpression
- StringSubstringAfterExpression(StringExpression, StringExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringSubstringAfterExpression
- StringSubstringBeforeExpression(StringExpression, StringExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringSubstringBeforeExpression
- StringTrimExpression(StringResult) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringTrimExpression
- StringUppercaseExpression(StringResult) - Constructor for class nz.co.gregs.dbvolution.expressions.StringExpression.StringUppercaseExpression
- stringValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.
- stringValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBJavaObject
- stringValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
- stringValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
- stringValue() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Returns the raw value as a String
- STROKE_FOR_OPTIONAL_EXPRESSION - Static variable in class nz.co.gregs.dbvolution.internal.querygraph.QueryGraphEdgeStrokeTransformer
- STROKE_FOR_REQUIRED_EXPRESSION - Static variable in class nz.co.gregs.dbvolution.internal.querygraph.QueryGraphEdgeStrokeTransformer
- subsecond() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that returns the fractions of a second part of this date expression.
- subsecond() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that returns the fractions of a second part of this date expression.
- subsecond() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that returns the fractions of a second part of this date expression.
- substring(Integer) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Create a substring of the current StringExpression starting from the position supplied and continuing until the end of the string.
- substring(Integer, Integer) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Create a substring of the current StringExpression starting from the position supplied and continuing until the end position supplied..
- substring(Integer, IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Create a substring of the current StringExpression starting from the position supplied and continuing until the end position supplied..
- substring(Long) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Create a substring of the current StringExpression starting from the position supplied and continuing until the end of the string.
- substring(Long, Long) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Create a substring of the current StringExpression starting from the position supplied and continuing until the end position supplied..
- substring(Long, IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Create a substring of the current StringExpression starting from the position supplied and continuing until the end position supplied..
- substring(String, int, int) - Static method in class nz.co.gregs.dbvolution.utility.StringCheck
- substring(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Create a substring of the current StringExpression starting from the position supplied and continuing until the end of the string.
- substring(IntegerResult, Integer) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Create a substring of the current StringExpression starting from the position supplied and continuing until the end position supplied..
- substring(IntegerResult, Long) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Create a substring of the current StringExpression starting from the position supplied and continuing until the end position supplied..
- substring(IntegerResult, IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Create a substring of the current StringExpression starting from the position supplied and continuing until the end position supplied..
- substringAfter(String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Retrieve the substring that follows the supplied value.
- substringAfter(StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Retrieve the substring that follows the supplied value.
- SUBSTRINGAFTER - nz.co.gregs.dbvolution.internal.oracle.StringFunctions
- SUBSTRINGAFTER - nz.co.gregs.dbvolution.internal.postgres.StringFunctions
- substringBefore(String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Retrieve the substring that precedes the supplied value.
- substringBefore(StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Retrieve the substring that precedes the supplied value.
- SUBSTRINGBEFORE - nz.co.gregs.dbvolution.internal.oracle.StringFunctions
- SUBSTRINGBEFORE - nz.co.gregs.dbvolution.internal.postgres.StringFunctions
- substringBetween(String, String) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Retrieve the substring that follows the first supplied value but precedes the second value.
- substringBetween(StringResult, StringResult) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Retrieve the substring that follows the first supplied value but precedes the second value.
- subtractDateAndDateRepeatString(Date, String) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DateRepeatImpl
- subtractDateAndDurationString(LocalDateTime, String) - Static method in class nz.co.gregs.dbvolution.internal.datatypes.DurationImpl
- sum() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumberStatistics
-
Returns the sum of all the numbers in this group.
- sum() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Aggregator that sum all the values from the column.
- sum() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Returns the sum of all the values from the column.
- SumExpression(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.SumExpression
- SumFunction(IntegerExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.IntegerExpression.SumFunction
- SUNDAY - Static variable in class nz.co.gregs.dbvolution.expressions.DateExpression
-
The integer used to represent the index for Sunday
- SUNDAY - Static variable in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
The integer used to represent the index for Sunday
- SUNDAY - Static variable in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
The integer used to represent the index for Sunday
- SUNDAY - Static variable in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
The integer used to represent the index for Sunday
- supportsAlterTableAddConstraint() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- supportsAlterTableAddConstraint() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- supportsArcSineFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates that the database supports the ARCSINE function.
- supportsArcSineFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- supportsArcSineFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- supportsArraysNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates if the database supports ARRAYs natively and the functionality has been implemented.
- supportsArraysNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- supportsArraysNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- supportsArraysNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- supportsArraysNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- supportsArraysNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.NuoDBDefinition
- supportsArraysNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- supportsArraysNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- supportsBulkInserts() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- supportsChooseNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Switchs the
DBDefinition.doChooseTransformation(java.lang.String, java.util.List)
to using the database's native function. - supportsChooseNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServer2012DBDefinition
- supportsComparingBooleanResults() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether the database supports statements that compares to boolean values using EQUALS, NOT EQUALS, etc.
- supportsComparingBooleanResults() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- supportsComparingBooleanResults() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- supportsComparingBooleanResults() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- supportsCotangentFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates that the database supports the COTANGENT function.
- supportsCotangentFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- supportsDateRepeatDatatypeFunctions() - Method in class nz.co.gregs.dbvolution.databases.definitions.ClusterDatabaseDefinition
- supportsDateRepeatDatatypeFunctions() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- supportsDateRepeatDatatypeFunctions() - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- supportsDateRepeatDatatypeFunctions() - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- supportsDateRepeatDatatypeFunctions() - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- supportsDateRepeatDatatypeFunctions() - Method in class nz.co.gregs.dbvolution.databases.definitions.MariaDBDefinition
- supportsDateRepeatDatatypeFunctions() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- supportsDateRepeatDatatypeFunctions() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- supportsDateRepeatDatatypeFunctions() - Method in class nz.co.gregs.dbvolution.databases.definitions.NuoDBDefinition
- supportsDateRepeatDatatypeFunctions() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- supportsDateRepeatDatatypeFunctions() - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- supportsDateRepeatDatatypeFunctions() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- supportsDegreesFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether the database supports the standard DEGREES function.
- supportsDegreesFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
-
MSSQLserver only supports integer degrees, and that's not good enough.
- supportsDegreesFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
-
MSSQLserver only supports integer degrees, and that's not good enough.
- supportsDegreesFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- supportsDifferenceBetweenNullAndEmptyString() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- supportsDifferenceBetweenNullAndEmptyString() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- supportsDifferenceBetweenNullAndEmptyString() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- supportsDifferenceBetweenNullAndEmptyString() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- supportsDifferenceBetweenNullAndEmptyStringNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Oracle does not differentiate between NULL and an empty string.
- supportsDifferenceBetweenNullAndEmptyStringNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
-
Oracle does not differentiate between NULL and an empty string.
- supportsDropTableIfExists() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- supportsDurationDatatypeFunctions() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- supportsDurationNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- supportsDurationNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- supportsDurationNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- supportsDurationNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- supportsExpFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether the database has a built-in EXP function.
- supportsExpFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.NuoDBDefinition
- supportsFullOuterJoin() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether this database supports full outer joins.
- supportsFullOuterJoinNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether this database supports full outer joins natively.
- supportsFullOuterJoinNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- supportsFullOuterJoinNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- supportsFullOuterJoinNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBMemoryDBDefinition
- supportsFullOuterJoinNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.MariaDBDefinition
- supportsFullOuterJoinNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- supportsFullOuterJoinNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- supportsFullOuterJoinNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.NuoDBDefinition
- supportsFullOuterJoinNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- supportsGeneratedKeys() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates that this database supports the JDBC generated keys API.
- supportsGeneratedKeys() - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- supportsGeneratedKeys() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- supportsGeometryTypesFullyInSchema() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- supportsGeometryTypesFullyInSchema() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- supportsGeometryTypesFullyInSchema() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- supportsGeometryTypesFullyInSchema() - Method in class nz.co.gregs.dbvolution.databases.H2DB
- supportsGeometryTypesFullyInSchema() - Method in class nz.co.gregs.dbvolution.databases.MySQLDB
- supportsGeometryTypesFullyInSchema() - Method in class nz.co.gregs.dbvolution.databases.PostgresDB
- supportsGeometryTypesFullyInSchema() - Method in class nz.co.gregs.dbvolution.databases.SQLiteDB
- supportsGreatestOfNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether the GREATESTOF operator is supported by the database or needs to be emulated.
- supportsGreatestOfNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
-
JavaDB does not support the GREATESTOF operation natively.
- supportsGreatestOfNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
-
MS SQLServer does not support the GREATESTOF operation natively.
- supportsGreatestOfNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
-
MS SQLServer does not support the GREATESTOF operation natively.
- supportsHyperbolicFunctionsNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates that this database supports hyperbolic functions natively.
- supportsHyperbolicFunctionsNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- supportsHyperbolicFunctionsNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- supportsHyperbolicFunctionsNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- supportsHyperbolicFunctionsNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- supportsHyperbolicFunctionsNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- supportsLeastOfNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether the LEASTOF operator is supported by the database or needs to be emulated.
- supportsLeastOfNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
-
JavaDB does not support the LEASTOF operation natively.
- supportsLeastOfNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
-
MS SQLServer does not support the LEASTOF operation natively.
- supportsLeastOfNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
-
MS SQLServer does not support the LEASTOF operation natively.
- supportsLeftPadTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- supportsMicrosecondPrecision() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- supportsMicrosecondPrecision() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- supportsMicrosecondPrecision() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- supportsMicrosecondPrecision() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- supportsMicrosecondPrecision() - Method in class nz.co.gregs.dbvolution.databases.SQLiteDB
- supportsModulusFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether the database supports the modulus function.
- supportsModulusFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- supportsModulusFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
-
Indicates whether the database supports the modulus function.
- supportsNanosecondPrecision() - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- supportsNanosecondPrecision() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- supportsNanosecondPrecision() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- supportsNanosecondPrecision() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- supportsNanosecondPrecision() - Method in class nz.co.gregs.dbvolution.databases.SQLiteDB
- supportsNullsOrderingStandard() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- supportsNullsOrderingStandard() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- supportsNullsOrderingStandard() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- supportsNullsOrderingStandard() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- supportsNullsOrderingStandard() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- supportsNullsOrderingStandard() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- supportsPagingNatively(QueryOptions) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether the the database supports a form of paging natively.
- supportsPagingNatively(QueryOptions) - Method in class nz.co.gregs.dbvolution.databases.definitions.Informix11DBDefinition
- supportsPagingNatively(QueryOptions) - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- supportsPagingNatively(QueryOptions) - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- supportsPagingNatively(QueryOptions) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServer2012DBDefinition
- supportsPagingNatively(QueryOptions) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- supportsPolygonDatatype() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- SupportsPolygonDatatype - Interface in nz.co.gregs.dbvolution.databases.supports
-
Indicates that this database is known to support or has a reliable extension that supports spatial types.
- supportsPooledConnections() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Used to indicate that the DBDatabase class supports Connection Pooling.
- supportsPurelyFunctionalGroupByColumns() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether the database supports grouping by columns that don't involve any tables.
- supportsPurelyFunctionalGroupByColumns() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
-
MS SQLServer does not support the grouping by columns that do not access table data.
- supportsPurelyFunctionalGroupByColumns() - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
-
MS SQLServer does not support the grouping by columns that do not access table data.
- supportsRadiansFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether the database supports the standard RADIANS function.
- supportsRadiansFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- supportsRecursiveQueriesNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates that this database supplies sufficient tools to create native recursive queries.
- supportsRecursiveQueriesNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.MariaDBDefinition
- supportsRecursiveQueriesNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- supportsRecursiveQueriesNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- supportsRecursiveQueriesNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.NuoDBDefinition
- supportsRetrievingLastInsertedRowViaSQL() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether this DBDefinition supports retrieving the primary key of the last inserted row using SQL.
- supportsRetrievingLastInsertedRowViaSQL() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- supportsRightOuterJoinNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether this database supports the RIGHT OUTER JOIN syntax.
- supportsRightOuterJoinNatively() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- supportsRightPadTransform() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- supportsRowLimitsNatively(QueryOptions) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Returns true if the database supports has built-in support for limiting number of rows returned by a query.
- supportsStandardDeviationFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether the database supports the standard deviation function.
- supportsStandardDeviationFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.JavaDBDefinition
- supportsStandardDeviationFunction() - Method in class nz.co.gregs.dbvolution.databases.definitions.NuoDBDefinition
- supportsStatementIsClosed() - Method in class nz.co.gregs.dbvolution.databases.definitions.ClusterDatabaseDefinition
- supportsStatementIsClosed() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates that the database driver does not provide the Statement.isClosed() method.
- supportsStatementIsClosed() - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- supportsTableCheckingViaMetaData() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- supportsTableCheckingViaMetaData() - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- supportsTableCheckingViaMetaData() - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- supportsTableCheckingViaMetaData() - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- supportsTableCheckingViaMetaData() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- supportsTimeZones() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- supportsTimeZones() - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- supportsUnionDistinct() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates that the database supports the UNION DISTINCT syntax
- supportsUnionDistinct() - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- supportsWindowingFunctionsInTheHavingClause() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- supportsWindowingFunctionsInTheOrderByClause() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- supportsXOROperator() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates whether the database supports use of the "^" operator to perform boolean XOR.
- sync() - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- synchronizeSecondaryDatabase(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- synchronizeSecondaryDatabases() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- SYNCHRONIZING - nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Status
-
SYNCHRONIZING databases are being actively updated to match the cluster schema and data.
- systemNodeForPackage(Class<?>) - Static method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- systemRoot() - Static method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
T
- tableExists(Class<? extends DBRow>) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Checks for the existence of the table on the database.
- tableExists(DBRow) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
- tableExists(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- tableExists(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- tableExists(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Checks for the existence of the table on the database.
- TableMetaData - Class in nz.co.gregs.dbvolution.databases.metadata
- TableMetaData(String, String, String) - Constructor for class nz.co.gregs.dbvolution.databases.metadata.TableMetaData
- TableMetaData.Column - Class in nz.co.gregs.dbvolution.databases.metadata
- TableMetaData.ForeignKey - Class in nz.co.gregs.dbvolution.databases.metadata
- TableMetaData.PrimaryKey - Class in nz.co.gregs.dbvolution.databases.metadata
- tableName() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Gets the annotated table name of the table this property belongs to.
- tableName() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Gets the annotated table name of the table this property belongs to.
- tableName() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionClassWrapper
-
Gets the indicated table name.
- tableName() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionInstanceWrapper
-
Gets the indicated table name.
- TableSet - Class in nz.co.gregs.dbvolution.utility
- TableSet() - Constructor for class nz.co.gregs.dbvolution.utility.TableSet
-
Constructs a new, empty set; the backing
HashMap
instance has default initial capacity (16) and load factor (0.75). - TableSet(int, float) - Constructor for class nz.co.gregs.dbvolution.utility.TableSet
-
Constructs a new, empty set; the backing
HashMap
instance has the specified initial capacity and the specified load factor. - TableSet(Collection<DBRow>) - Constructor for class nz.co.gregs.dbvolution.utility.TableSet
-
Constructs a new set containing the elements in the specified collection.
- tan() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the database's tangent function.
- tan() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the database's tangent function.
- TangentExpression(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.TangentExpression
- tanh() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the database's hyperbolic tangent function.
- tanh() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the database's hyperbolic tangent function.
- TemporalStringParser - Class in nz.co.gregs.dbvolution.utility
-
Encapsulates robust date-time parsing.
- TEN - Static variable in class nz.co.gregs.dbvolution.expressions.NumberExpression
- test - Variable in class nz.co.gregs.dbvolution.expressions.CaseExpression.WhenClause
- test(DBDatabase) - Method in class nz.co.gregs.dbvolution.DBScript
-
Run the script in a read-only transaction.
- test(DBScript) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Convenience method to test a DBScript on this database equivalent to script.test(this);
- test(DBScript) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- test(DBScript) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- thirdQuartile() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumberStatistics
- thirdQuartile() - Method in class nz.co.gregs.dbvolution.datatypes.DBStatistics
-
Returns the value that occurs 3/4 of the way through the distribution.
- THURSDAY - Static variable in class nz.co.gregs.dbvolution.expressions.DateExpression
-
The integer used to represent the index for Thursday
- THURSDAY - Static variable in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
The integer used to represent the index for Thursday
- THURSDAY - Static variable in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
The integer used to represent the index for Thursday
- THURSDAY - Static variable in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
The integer used to represent the index for Thursday
- times(Integer) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the basic arithmetic operation multiply/times.
- times(Long) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the basic arithmetic operation multiply/times.
- times(Number) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the basic arithmetic operation multiply/times.
- times(Number) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the basic arithmetic operation multiply/times.
- times(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the basic arithmetic operation multiply/times.
- times(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the basic arithmetic operation multiply/times.
- times(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Provides access to the basic arithmetic operation multiply/times.
- times(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Provides access to the basic arithmetic operation multiply/times.
- TimesExpression(NumberResult, NumberResult) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.TimesExpression
- TO_EXTERNAL - nz.co.gregs.dbvolution.internal.properties.SafeOneWaySimpleTypeAdaptor.Direction
-
To end-user declared type of field.
- TO_INTERNAL - nz.co.gregs.dbvolution.internal.properties.SafeOneWaySimpleTypeAdaptor.Direction
-
To DBvolution-centric type.
- toArray() - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- toArray(DBDatabase[]) - Method in class nz.co.gregs.dbvolution.internal.database.DatabaseList
- toClassCase(String) - Static method in class nz.co.gregs.dbvolution.generation.deprecated.DBTableClassGenerator
-
returns a good guess at the java CLASS version of a DB field name.
- toClassCase(String) - Static method in class nz.co.gregs.dbvolution.generation.Utility
-
returns a good guess at the java CLASS version of a DB field name.
- toCSVHeader() - Method in class nz.co.gregs.dbvolution.DBQueryRow
-
Convenience method to convert this DBQueryRow into a CSV file's header.
- toCSVLine() - Method in class nz.co.gregs.dbvolution.DBQueryRow
-
Convenience method to convert this DBQueryRow into a CSV line.
- toCSVLine(SimpleDateFormat) - Method in class nz.co.gregs.dbvolution.DBQueryRow
-
Convenience method to convert this DBQueryRow into a CSV line.
- toCurrentRow() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.CurrentRowStart
- toCurrentRow() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.FrameStartCurrentRow
- toDatabaseValue(J) - Method in interface nz.co.gregs.dbvolution.datatypes.DBTypeAdaptor
-
Translates the Java value into the database equivalent.
- toDate(String, String...) - Static method in class nz.co.gregs.dbvolution.utility.TemporalStringParser
- today() - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates a date expression that returns today's date, that is the current date on the database.
- toDBStringList(List<String>) - Static method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Utility function to return the values of a list of Strings in a list of DBStrings.
- toExpressionColumn() - Method in interface nz.co.gregs.dbvolution.expressions.ExpressionColumn
-
Creates a QueryableDatatype version of the expression suitable for use as a column.
- toExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.JavaObjectExpression
- toExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.LargeBinaryExpression
- toExpressionColumn() - Method in class nz.co.gregs.dbvolution.expressions.LargeTextExpression
- toFieldCase(String) - Static method in class nz.co.gregs.dbvolution.generation.Utility
-
returns a good guess at the java field version of a DB field name.I.e.
- toInstant() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
- toInstant() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
- toInstant(String, String...) - Static method in class nz.co.gregs.dbvolution.utility.TemporalStringParser
- toJDBCURL() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- toJDBCURL() - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.SettingsBuilder
- toLength(Integer) - Method in class nz.co.gregs.dbvolution.utility.StringLeftPadded
-
Deprecated.
- toList() - Method in class nz.co.gregs.dbvolution.DBTable
-
Synonym for
DBTable.getAllRows()
- toList() - Method in class nz.co.gregs.dbvolution.internal.querygraph.QueryGraph
-
Return tables in the QueryGraph as a list.
- toListIncludingCartesian() - Method in class nz.co.gregs.dbvolution.internal.querygraph.QueryGraph
-
Return all tables in the QueryGraph as a list.
- toListIncludingCartesianReversable(Boolean) - Method in class nz.co.gregs.dbvolution.internal.querygraph.QueryGraph
-
Return all tables in the QueryGraph as a list.
- toListReversable(boolean) - Method in class nz.co.gregs.dbvolution.internal.querygraph.QueryGraph
-
Return tables in the QueryGraph as a list.
- toLocalDate() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
- toLocalDate() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
- toLocalDate(String, String...) - Static method in class nz.co.gregs.dbvolution.utility.TemporalStringParser
- toLocalDateTime() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
- toLocalDateTime() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
- toLocalDateTime() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
- toLocalDateTime(String, String...) - Static method in class nz.co.gregs.dbvolution.utility.TemporalStringParser
- toLowerCase(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Wraps the SQL snippet provided in the LOWER operator of the database.
- tomorrow() - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates a date expression that returns tomorrow's date, that is the current date on the database plus one day.
- toOffsetDateTime(String, String...) - Static method in class nz.co.gregs.dbvolution.utility.TemporalStringParser
- toProperCase(String) - Static method in class nz.co.gregs.dbvolution.generation.Utility
-
Capitalizes the first letter of the string
- toSeparatedHeader(String) - Method in class nz.co.gregs.dbvolution.DBQueryRow
-
Convenience method to convert this DBQueryRow into a CSV or TSV type header.
- toSeparatedLine(String) - Method in class nz.co.gregs.dbvolution.DBQueryRow
-
Convenience method to convert this DBQueryRow into a CSV or TSV type line.
- toSeparatedLine(String, SimpleDateFormat) - Method in class nz.co.gregs.dbvolution.DBQueryRow
-
Convenience method to convert this DBQueryRow into a CSV or TSV type line.
- toSettings() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractSettingsBuilder
- toSettings() - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.SettingsBuilder
- toSQLString(String) - Method in enum nz.co.gregs.dbvolution.internal.oracle.xe.MultiPoint2DFunctions
- toSQLString(String) - Method in enum nz.co.gregs.dbvolution.internal.oracle.xe.Point2DFunctions
- toSQLString(DBDatabase) - Method in interface nz.co.gregs.dbvolution.actions.DBQueryable
- toSQLString(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.columns.AbstractColumn
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.columns.AbstractQueryColumn
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.columns.BooleanArrayColumn
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.columns.BooleanColumn
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.columns.ByteArrayColumn
-
Deprecated.
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.columns.DateColumn
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.columns.DateRepeatColumn
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.columns.DurationColumn
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.columns.InstantColumn
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.columns.IntegerColumn
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.columns.JavaObjectColumn
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.columns.LargeBinaryColumn
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.columns.LargeObjectColumn
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.columns.LargeTextColumn
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.columns.Line2DColumn
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.columns.LineSegment2DColumn
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.columns.LocalDateColumn
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.columns.LocalDateTimeColumn
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.columns.MultiPoint2DColumn
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.columns.NumberColumn
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.columns.Point2DColumn
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.columns.Polygon2DColumn
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.columns.QueryColumn
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.columns.StringColumn
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.columns.UntypedColumn
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
-
Formats the literal value for use within an SQL statement.
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression.CountAllExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression.CountDistinctExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression.CountExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression.NTileExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression.PercentageExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression.RankExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.BooleanArrayExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.BooleanIfThenElseExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.DateIfThenElseExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.FirstValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.InstantIfThenElseExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.IntegerIfThenElseExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.IsNotNullExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.IsNotNullStringExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.IsNullExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.IsNullStringExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.LastValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.LocalDateIfThenElseExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.LocalDateTimeIfThenElseExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.NegateExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.NthValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.NumberIfThenElseExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.Polygon2DIfThenElseExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.StringIfThenElseExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression.XorExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.CaseExpression.WhenClause
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.CaseExpression.WhenExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddDaysExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerDaysExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerHoursExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerMinutesExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerMonthsExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerSecondsExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerWeeksExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddIntegerYearsExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddMonthsExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateAddSecondsExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateCurrentDateExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateCurrentTimeExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateDayExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateDayOfWeekExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateDaysFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateEndOfMonthExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateGetDateRepeatFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateGetDurationFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateGreatestOfExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateHourExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateHoursFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateIfDBNullExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsInExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateIsNotInExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateLeastOfExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateMinuteExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateMinutesFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateMonthExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateMonthsFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateOnlyCurrentDateExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateSecondAndSubsecondExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateSecondExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateSecondsFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateSubsecondExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateWeeksFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateYearExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.DateYearsFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.FirstValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.LastValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression.NthValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.Comparison
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.FirstValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.LastValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression.NthValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression.FirstValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression.LastValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.DurationExpression.NthValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.DBUnaryFunction
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.ModeSimpleExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.EqualExpression.ModeStrictExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.ExistsExpression
-
Produces the snippet provided by this class.
- toSQLString(DBDefinition) - Method in interface nz.co.gregs.dbvolution.expressions.HasSQLString
-
Produces the snippet provided by this class.
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddDaysExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerDaysExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerHoursExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerMinutesExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerMonthsExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerSecondsExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerWeeksExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddIntegerYearsExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddMonthsExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.AddSecondsExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.CurrentInstantDateOnlyExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.CurrentInstantExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.CurrentTimeExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.DayOfWeekExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.DaysFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.EndOfMonthExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.FirstValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.GreatestOfExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.HoursFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantDayExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantGetDateRepeatFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantHourExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIfDBNullExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIsInExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantIsNotInExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantMinuteExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantMonthExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantSecondAndSubsecondExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantSecondExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantSubsecondExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.InstantYearExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.LastValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.LeastOfExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.MinutesFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.MonthsFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.NthValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.SecondsFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.WeeksFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression.YearsFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression.FirstValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression.LastValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression.NthValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression.SinhFunction
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LargeObjectExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddDaysExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerDaysExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerHoursExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerMinutesExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerMonthsExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerSecondsExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerWeeksExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddIntegerYearsExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddMonthsExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateAddSecondsExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateCurrentDateExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateCurrentTimeExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateDayExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateDayOfWeekExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateDaysFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateEndOfMonthExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateGetDateRepeatFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateGreatestOfExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateHourExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateHoursFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIfDBNullExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsInExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateIsNotInExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateLeastOfExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMinuteExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMinutesFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMonthExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateMonthsFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateOnlyCurrentDateExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateSecondExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateSecondsFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateSubsecondExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateWeeksFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateYearExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.DateYearsFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.FirstValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.LastValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression.NthValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.CurrentLocalDateLocalDateTimeExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.FirstValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LastValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddDaysExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerDaysExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerHoursExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerMinutesExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerMonthsExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerSecondsExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerWeeksExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddIntegerYearsExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddMonthsExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeAddSecondsExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeCurrentLocalDateTimeExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeCurrentTimeExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeDayExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeDayOfWeekExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeDaysFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeEndOfMonthExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeGetDateRepeatFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeGreatestOfExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeHourExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeHoursFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIfDBNullExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsInExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeIsNotInExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeLeastOfExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMinuteExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMinutesFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMonthExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeMonthsFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeSecondAndSubsecondExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeSecondExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeSecondsFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeSubsecondExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeWeeksFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeYearExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.LocalDateTimeYearsFromExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression.NthValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.ChooseFromStringsExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.CotangentExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.DegreesExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.DivideByExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.ExponentialExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.FirstValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.GreatestOfExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.HyperbolicCosineExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.HyperbolicSineExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.HyperbolicTangentExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.IfDBNullExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.IntegerResultExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.InverseSineExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.LastValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.LogBase10Expression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.ModulusRemainderExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.NthValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.RadiansExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.RandomNumberExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.RoundExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.RoundToNumberofDecimalPlaces
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.StandardDeviationExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression.TruncateExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression.MedianExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.RangeExpression.UniqueRankingExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.SortProvider.NullsOrderer
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.SortProvider
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.FirstValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.IntegerLengthExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.LastValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.NthValueExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringAggregateExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringAggregateWithOrderByExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringAppendExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringBracketExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringCurrentUserExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringFirstIntegerAsSubstringExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringFirstNumberAsSubstringExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIfDBNullExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsInExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsNotExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringIsNotInExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringLeftTrimExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringLocationOfExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringLowercaseExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringMaxExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringMinExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringNumberResultExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringReplaceExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringRightTrimExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringSubstringAfterExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringSubstringBeforeExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringTrimExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression.StringUppercaseExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.StringLiteral
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.UntypedExpression
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.CurrentRowEnd
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.CurrentRowStart
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.EmptyFrameEnd
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Groups
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.OffsetFollowingStart
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.OffsetPrecedingEnd
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.OffsetPrecedingStart
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Partitioned
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Range
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Rows
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Sorted
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.UnboundedFollowingEnd
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.UnboundedPrecedingEnd
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.UnboundedPrecedingStart
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Partitioned
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy.Sorted
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy
- toSQLString(DBDefinition) - Method in class nz.co.gregs.dbvolution.internal.query.RecursiveQueryDepthIncreaseExpression
- toString() - Method in class nz.co.gregs.dbvolution.databases.DatabaseConnectionSettings
- toString() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
- toString() - Method in enum nz.co.gregs.dbvolution.databases.QueryIntention
- toString() - Method in enum nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder.QueryMode
- toString() - Method in enum nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder.SSLMode
- toString() - Method in class nz.co.gregs.dbvolution.datatypes.DBDate
-
Returns the string value of the DBDate.
- toString() - Method in class nz.co.gregs.dbvolution.datatypes.DBDateRepeat
- toString() - Method in class nz.co.gregs.dbvolution.datatypes.DBDuration
- toString() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Returns the string value of the DBInstant.
- toString() - Method in class nz.co.gregs.dbvolution.datatypes.DBJavaObject
- toString() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeObject
- toString() - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
- toString() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDate
-
Returns the string value of the DBDate.
- toString() - Method in class nz.co.gregs.dbvolution.datatypes.DBLocalDateTime
-
Returns the string value of the DBDate.
- toString() - Method in class nz.co.gregs.dbvolution.datatypes.DBNumberStatistics
- toString() - Method in class nz.co.gregs.dbvolution.datatypes.DBStatistics
- toString() - Method in class nz.co.gregs.dbvolution.datatypes.QueryableDatatype
- toString() - Method in class nz.co.gregs.dbvolution.DBMigration
- toString() - Method in class nz.co.gregs.dbvolution.DBMigrationValidation.Result
- toString() - Method in class nz.co.gregs.dbvolution.DBQueryInsert
- toString() - Method in class nz.co.gregs.dbvolution.DBQueryRow
- toString() - Method in class nz.co.gregs.dbvolution.DBReport
- toString() - Method in enum nz.co.gregs.dbvolution.internal.h2.DataTypes
- toString() - Method in enum nz.co.gregs.dbvolution.internal.h2.DateRepeatFunctions
- toString() - Method in enum nz.co.gregs.dbvolution.internal.h2.Line2DFunctions
- toString() - Method in enum nz.co.gregs.dbvolution.internal.h2.LineSegment2DFunctions
- toString() - Method in enum nz.co.gregs.dbvolution.internal.h2.MultiPoint2DFunctions
- toString() - Method in enum nz.co.gregs.dbvolution.internal.h2.Point2DFunctions
- toString() - Method in enum nz.co.gregs.dbvolution.internal.h2.Polygon2DFunctions
- toString() - Method in enum nz.co.gregs.dbvolution.internal.mysql.MigrationFunctions
- toString() - Method in enum nz.co.gregs.dbvolution.internal.oracle.aws.Line2DFunctions
- toString() - Method in enum nz.co.gregs.dbvolution.internal.oracle.aws.LineSegment2DFunctions
- toString() - Method in enum nz.co.gregs.dbvolution.internal.oracle.aws.MultiPoint2DFunctions
- toString() - Method in enum nz.co.gregs.dbvolution.internal.oracle.aws.Polygon2DFunctions
- toString() - Method in enum nz.co.gregs.dbvolution.internal.oracle.StringFunctions
- toString() - Method in enum nz.co.gregs.dbvolution.internal.oracle.xe.GeometryFunctions
- toString() - Method in enum nz.co.gregs.dbvolution.internal.oracle.xe.Line2DFunctions
- toString() - Method in enum nz.co.gregs.dbvolution.internal.oracle.xe.MultiPoint2DFunctions
- toString() - Method in enum nz.co.gregs.dbvolution.internal.oracle.xe.Point2DFunctions
- toString() - Method in enum nz.co.gregs.dbvolution.internal.postgres.Line2DFunctions
- toString() - Method in enum nz.co.gregs.dbvolution.internal.postgres.MultiPoint2DFunctions
- toString() - Method in enum nz.co.gregs.dbvolution.internal.postgres.StringFunctions
- toString() - Method in class nz.co.gregs.dbvolution.internal.properties.InterfaceInfo.ParameterBounds
-
Gets a string representation suitable for debugging.
- toString() - Method in class nz.co.gregs.dbvolution.internal.properties.JavaBeanProperty
-
String representation suitable for debugging and logging
- toString() - Method in class nz.co.gregs.dbvolution.internal.properties.JavaField
- toString() - Method in interface nz.co.gregs.dbvolution.internal.properties.JavaProperty
-
Gets a string that clearly identifies the field or bean-property, suitable for inclusion in an exception message or logging.
- toString() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Gets a string representation of the wrapped property, suitable for debugging and logging.
- toString() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Gets a string representation of the wrapped property, suitable for debugging and logging.
- toString() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionClassWrapper
-
Gets a string representation suitable for debugging.
- toString() - Method in class nz.co.gregs.dbvolution.internal.properties.RowDefinitionInstanceWrapper
-
Gets a string representation suitable for debugging.
- toString() - Method in class nz.co.gregs.dbvolution.internal.properties.SafeOneWaySimpleTypeAdaptor
- toString() - Method in class nz.co.gregs.dbvolution.internal.querygraph.QueryGraphNode
- toString() - Method in enum nz.co.gregs.dbvolution.internal.sqlite.DataTypes
- toString() - Method in enum nz.co.gregs.dbvolution.internal.sqlserver.Line2DFunctions
- toString() - Method in enum nz.co.gregs.dbvolution.internal.sqlserver.MigrationFunctions
- toString() - Method in enum nz.co.gregs.dbvolution.internal.sqlserver.MultiPoint2DFunctions
- toString() - Method in enum nz.co.gregs.dbvolution.internal.sqlserver.Point2DFunctions
- toString() - Method in enum nz.co.gregs.dbvolution.internal.sqlserver.Polygon2DFunctions
- toString() - Method in class nz.co.gregs.dbvolution.query.RowDefinition
- toString() - Method in class nz.co.gregs.dbvolution.query.TreeNode
- toString() - Method in class nz.co.gregs.dbvolution.utility.encryption.Encrypted
- toString() - Method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- toString() - Method in class nz.co.gregs.dbvolution.utility.StringLeftPadded
-
Deprecated.
- toStringList(List<DBString>) - Static method in class nz.co.gregs.dbvolution.datatypes.DBString
-
Utility function to return the values of a list of DBStrings in a list of Strings.
- toStringMinusFKs() - Method in class nz.co.gregs.dbvolution.DBRow
-
Returns the same result as
RowDefinition.toString()
but omitting the Foreign Key references. - toTabbedHeader() - Method in class nz.co.gregs.dbvolution.DBQueryRow
-
Convenience method to convert this DBQueryRow into a Tab Separated Values file's header.
- toTabbedLine() - Method in class nz.co.gregs.dbvolution.DBQueryRow
-
Convenience method to convert this DBQueryRow into a Tab Separated Values line.
- touches(Polygon) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Tests whether the polygons touch.
- touches(Polygon2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Tests whether the polygons touch.
- TOUCHES - nz.co.gregs.dbvolution.internal.h2.Polygon2DFunctions
- TOUCHES - nz.co.gregs.dbvolution.internal.oracle.aws.Polygon2DFunctions
- TOUCHES - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Polygon2DFunctions
- TOWARDS_LEAVES - nz.co.gregs.dbvolution.internal.query.RecursiveSQLDirection
- TOWARDS_ROOT - nz.co.gregs.dbvolution.internal.query.RecursiveSQLDirection
- toWKTFormat() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
- toWKTFormat() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
- toWKTFormat() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
- toWKTFormat() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
- toWKTFormat() - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- toWKTFormat() - Method in interface nz.co.gregs.dbvolution.results.Spatial2DComparable
-
Transform the value into the Well Known Text (WKT) format.
- toZonedDateTime(String, String...) - Static method in class nz.co.gregs.dbvolution.utility.TemporalStringParser
- transactionFinished() - Method in class nz.co.gregs.dbvolution.databases.DBTransactionStatement
-
Performs actions required following the completion of a transaction.
- transform(DBExpression) - Method in class nz.co.gregs.dbvolution.internal.querygraph.QueryGraphEdgeLabelTransformer
- transform(DBExpression) - Method in class nz.co.gregs.dbvolution.internal.querygraph.QueryGraphEdgeStrokeTransformer
- transform(QueryGraphNode) - Method in class nz.co.gregs.dbvolution.internal.querygraph.QueryGraphVertexFillPaintTransformer
- transformCoordinateArrayToDatabasePolygon2DFormat(List<String>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Override this method to provide the SQL that will create a database Polygon2D value from the list of presumed coordinates.
- transformCoordinateArrayToDatabasePolygon2DFormat(List<String>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- transformCoordinateArrayToDatabasePolygon2DFormat(List<String>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- transformCoordinateArrayToDatabasePolygon2DFormat(List<String>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- transformCoordinateArrayToDatabasePolygon2DFormat(List<String>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- transformCoordinateArrayToDatabasePolygon2DFormat(List<String>) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- transformCoordinateArrayToDatabasePolygon2DFormat(List<String>) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- transformCoordinatesIntoDatabasePoint2DFormat(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provide the SQL that correctly represents these coordinates in this database.
- transformCoordinatesIntoDatabasePoint2DFormat(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- transformCoordinatesIntoDatabasePoint2DFormat(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- transformCoordinatesIntoDatabasePoint2DFormat(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- transformCoordinatesIntoDatabasePoint2DFormat(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- transformCoordinatesIntoDatabasePoint2DFormat(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- transformCoordinatesIntoDatabasePoint2DFormat(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- transformCoordinatesIntoDatabasePoint2DFormat(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- transformCoordinatesIntoDatabasePoint2DFormat(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- transformCoordinatesIntoDatabasePoint2DFormat(String, String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- transformDatabaseLine2DValueToJTSLineString(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
From the database's representation of a Lin2D create a JTS LineString.
- transformDatabaseLine2DValueToJTSLineString(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- transformDatabaseLine2DValueToJTSLineString(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- transformDatabaseLineSegment2DValueToJTSLineSegment(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Convert the String object returned by the database into a JTS LineSegment object.
- transformDatabaseLineSegment2DValueToJTSLineSegment(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- transformDatabaseLineSegment2DValueToJTSLineSegment(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- transformDatabaseLineSegment2DValueToJTSLineSegment(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- transformDatabaseLineSegment2DValueToJTSLineSegment(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- transformDatabaseLineSegment2DValueToJTSLineSegment(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- transformDatabaseLineSegment2DValueToJTSLineSegment(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- transformDatabaseMultiPoint2DValueToJTSMultiPoint(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Convert the database's string representation of a MultiPoint2D value into a MultiPoint..
- transformDatabaseMultiPoint2DValueToJTSMultiPoint(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- transformDatabaseMultiPoint2DValueToJTSMultiPoint(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- transformDatabaseMultiPoint2DValueToJTSMultiPoint(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- transformDatabaseMultiPoint2DValueToJTSMultiPoint(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- transformDatabaseMultiPoint2DValueToJTSMultiPoint(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- transformDatabaseMultiPoint2DValueToJTSMultiPoint(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- transformDatabasePoint2DValueToJTSPoint(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
From the database's representation of a Point2D create a JTS Point.
- transformDatabasePoint2DValueToJTSPoint(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- transformDatabasePoint2DValueToJTSPoint(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- transformDatabasePolygon2DToJTSPolygon(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
From the database's representation of a Polygon2D create a JTS Polygon.
- transformDatabasePolygon2DToJTSPolygon(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- transformJavaDurationIntoDatabaseDuration(Duration) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- transformLineSegmentIntoDatabaseLineSegment2DFormat(LineSegment) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Convert the JTS LineSegment object into a SQL expression that the database will accept as a line segment.
- transformLineSegmentIntoDatabaseLineSegment2DFormat(LineSegment) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- transformLineSegmentIntoDatabaseLineSegment2DFormat(LineSegment) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- transformLineSegmentIntoDatabaseLineSegment2DFormat(LineSegment) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- transformLineSegmentIntoDatabaseLineSegment2DFormat(LineSegment) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- transformLineSegmentIntoDatabaseLineSegment2DFormat(LineSegment) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- transformLineSegmentIntoDatabaseLineSegment2DFormat(LineSegment) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- transformLineSegmentIntoDatabaseLineSegment2DFormat(LineSegment) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- transformLineSegmentIntoDatabaseLineSegment2DFormat(LineSegment) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- transformLineStringIntoDatabaseLine2DFormat(LineString) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provide the SQL that correctly represents this LineString in this database.
- transformLineStringIntoDatabaseLine2DFormat(LineString) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- transformLineStringIntoDatabaseLine2DFormat(LineString) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- transformLineStringIntoDatabaseLine2DFormat(LineString) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- transformLineStringIntoDatabaseLine2DFormat(LineString) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- transformLineStringIntoDatabaseLine2DFormat(LineString) - Method in class nz.co.gregs.dbvolution.databases.definitions.Oracle11XEDBDefinition
- transformLineStringIntoDatabaseLine2DFormat(LineString) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- transformLineStringIntoDatabaseLine2DFormat(LineString) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- transformLineStringIntoDatabaseLine2DFormat(LineString) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- transformMultiPoint2DToDatabaseMultiPoint2DValue(MultiPoint) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provide the SQL that correctly represents this MultiPoint2D value in this database.
- transformMultiPoint2DToDatabaseMultiPoint2DValue(MultiPoint) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- transformMultiPoint2DToDatabaseMultiPoint2DValue(MultiPoint) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- transformMultiPoint2DToDatabaseMultiPoint2DValue(MultiPoint) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- transformMultiPoint2DToDatabaseMultiPoint2DValue(MultiPoint) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- transformMultiPoint2DToDatabaseMultiPoint2DValue(MultiPoint) - Method in class nz.co.gregs.dbvolution.databases.definitions.Oracle11XEDBDefinition
- transformMultiPoint2DToDatabaseMultiPoint2DValue(MultiPoint) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- transformMultiPoint2DToDatabaseMultiPoint2DValue(MultiPoint) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- transformMultiPoint2DToDatabaseMultiPoint2DValue(MultiPoint) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- transformPeriodIntoDateRepeat(Period) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Creates a string representation of a DateRepeat from the Period
- transformPeriodIntoDateRepeat(Period) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- transformPoint2DArrayToDatabasePolygon2DFormat(List<String>) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Create the SQL to transform a Point2DArray SQL into a Polygon2D
- transformPoint2DArrayToDatabasePolygon2DFormat(List<String>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- transformPoint2DArrayToDatabasePolygon2DFormat(List<String>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- transformPoint2DArrayToDatabasePolygon2DFormat(List<String>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- transformPoint2DArrayToDatabasePolygon2DFormat(List<String>) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- transformPoint2DArrayToDatabasePolygon2DFormat(List<String>) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- transformPoint2DArrayToDatabasePolygon2DFormat(List<String>) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- transformPoint2DArrayToDatabasePolygon2DFormat(List<String>) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- transformPoint2DIntoDatabaseFormat(Point) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Provide the SQL that correctly represents this Point2D in this database.
- transformPoint2DIntoDatabaseFormat(Point) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- transformPoint2DIntoDatabaseFormat(Point) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- transformPoint2DIntoDatabaseFormat(Point) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- transformPoint2DIntoDatabaseFormat(Point) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- transformPoint2DIntoDatabaseFormat(Point) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- transformPoint2DIntoDatabaseFormat(Point) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- transformPolygonIntoDatabasePolygon2DFormat(Polygon) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Generate the SQL that will transform a WKT version of a Polygon2D into the database's version of a Polygon2D.
- transformPolygonIntoDatabasePolygon2DFormat(Polygon) - Method in class nz.co.gregs.dbvolution.databases.definitions.H2DBDefinition
- transformPolygonIntoDatabasePolygon2DFormat(Polygon) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- transformPolygonIntoDatabasePolygon2DFormat(Polygon) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- transformPolygonIntoDatabasePolygon2DFormat(Polygon) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition_5_7
- transformPolygonIntoDatabasePolygon2DFormat(Polygon) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- transformPolygonIntoDatabasePolygon2DFormat(Polygon) - Method in class nz.co.gregs.dbvolution.databases.definitions.Oracle11XEDBDefinition
- transformPolygonIntoDatabasePolygon2DFormat(Polygon) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleAWSDBDefinition
- transformPolygonIntoDatabasePolygon2DFormat(Polygon) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleSpatialDBDefinition
- transformPolygonIntoDatabasePolygon2DFormat(Polygon) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- transformPolygonIntoDatabasePolygon2DFormat(Polygon) - Method in class nz.co.gregs.dbvolution.databases.definitions.SQLiteDefinition
- TransformRequiredForSelectClause - Interface in nz.co.gregs.dbvolution.datatypes
-
Support DBvolution at Patreon
- transformToGroupableType(DBExpression) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- transformToGroupableType(DBExpression) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- transformToGroupableType(DBExpression) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- transformToSelectableType(DBExpression) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- transformToSelectableType(DBExpression) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- transformToSelectableType(DBExpression) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- transformToSelectableType(DBExpression) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- transformToSortableType(DBExpression) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transform a datatype not supported by the database into a type that the database does support.
- transformToSortableType(DBExpression) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- transformToSortableType(DBExpression) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- transformToStandardCharset(byte[]) - Static method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
- transformToStandardCharset(String) - Static method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
- transformToStorableType(DBExpression) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Transform a datatype not supported by the database into a type that the database does support.
- transformToStorableType(DBExpression) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- transformToStorableType(DBExpression) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition2016
- transformToStorableType(DBExpression) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- transformToStorableType(DBExpression) - Method in class nz.co.gregs.dbvolution.databases.definitions.PostgresDBDefinition
- transformToWhenableType(BooleanExpression) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- transformToWhenableType(BooleanExpression) - Method in class nz.co.gregs.dbvolution.databases.definitions.MSSQLServerDBDefinition
- transformToWhenableType(BooleanExpression) - Method in class nz.co.gregs.dbvolution.databases.definitions.OracleDBDefinition
- TreeNode<T extends DBRow> - Class in nz.co.gregs.dbvolution.query
-
Encapsulates a DBRow class for use in
DBRecursiveQuery
tree or path. - TreeNode(T) - Constructor for class nz.co.gregs.dbvolution.query.TreeNode
-
Create a new node for the DBRow
- TreeNode(T, TreeNode<T>) - Constructor for class nz.co.gregs.dbvolution.query.TreeNode
-
Create a new node the contains the specified DBRow as the data, and the specified TreeNode as the parent of the node.
- trim() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query expression that trims all leading and trailing spaces from the current StringExpression.
- TRUE - nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder.SSLMode
- trueExpression() - Static method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Creates an expression that will always return TRUE.
- trunc() - Method in class nz.co.gregs.dbvolution.expressions.NumberExpression
-
Implements support for TRUNC().
- TruncateExpression(NumberExpression) - Constructor for class nz.co.gregs.dbvolution.expressions.NumberExpression.TruncateExpression
- TSV - Static variable in class nz.co.gregs.dbvolution.OutputFormat
- TUESDAY - Static variable in class nz.co.gregs.dbvolution.expressions.DateExpression
-
The integer used to represent the index for Tuesday
- TUESDAY - Static variable in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
The integer used to represent the index for Tuesday
- TUESDAY - Static variable in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
The integer used to represent the index for Tuesday
- TUESDAY - Static variable in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
The integer used to represent the index for Tuesday
- TWO - Static variable in class nz.co.gregs.dbvolution.expressions.NumberExpression
- type - Variable in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameStart
- type() - Method in annotation type nz.co.gregs.dbvolution.annotations.DBAdaptType
-
The DBvolution type that the adaptor converts to.
- type() - Method in class nz.co.gregs.dbvolution.internal.properties.JavaBeanProperty
- type() - Method in class nz.co.gregs.dbvolution.internal.properties.JavaField
- type() - Method in interface nz.co.gregs.dbvolution.internal.properties.JavaProperty
-
Gets the property type.
- type() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapper
-
Gets the DBvolution-centric type of the property.
- type() - Method in class nz.co.gregs.dbvolution.internal.properties.PropertyWrapperDefinition
-
Gets the DBvolution-centric type of the property.
U
- UIDBasedPKRecognisor - Class in nz.co.gregs.dbvolution.generation
- UIDBasedPKRecognisor() - Constructor for class nz.co.gregs.dbvolution.generation.UIDBasedPKRecognisor
- UnableInstantiateQueryableDatatypeException - Exception in nz.co.gregs.dbvolution.exceptions
-
DBvolution uses a lot of reflection and this exception is thrown when a
QueryableDatatype
cannot be created as required. - UnableInstantiateQueryableDatatypeException(QueryableDatatype<?>, Exception) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnableInstantiateQueryableDatatypeException
-
Thrown when a QueryableDatatype cannot be created using the
Class.newInstance()
method. - UnableToAccessDBMigrationFieldException - Exception in nz.co.gregs.dbvolution.exceptions
-
Thrown when DBvolution is unable to access a field it needs.
- UnableToAccessDBMigrationFieldException(Object, Exception) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnableToAccessDBMigrationFieldException
-
Thrown when DBvolution is unable to access a field it needs.
- UnableToAccessDBMigrationFieldException(Object, Field, Exception) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnableToAccessDBMigrationFieldException
-
Thrown when DBvolution is unable to access a field it needs.
- UnableToAccessDBReportFieldException - Exception in nz.co.gregs.dbvolution.exceptions
-
Thrown when DBvolution is unable to access a field it needs.
- UnableToAccessDBReportFieldException(Object, Exception) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnableToAccessDBReportFieldException
-
Thrown when DBvolution is unable to access a field it needs.
- UnableToAccessDBReportFieldException(Object, Field, Exception) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnableToAccessDBReportFieldException
-
Thrown when DBvolution is unable to access a field it needs.
- UnableToCopyQueryableDatatypeException - Exception in nz.co.gregs.dbvolution.exceptions
-
Thrown when DBvolution is unable to access a field it needs.
- UnableToCopyQueryableDatatypeException(QueryableDatatype<?>, Exception) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnableToCopyQueryableDatatypeException
-
Thrown when DBvolution is unable to access a field it needs.
- UnableToCreateAscendingExpressionForRecursiveQuery - Exception in nz.co.gregs.dbvolution.exceptions
-
Support DBvolution at Patreon
- UnableToCreateAscendingExpressionForRecursiveQuery(ColumnProvider, DBRow) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnableToCreateAscendingExpressionForRecursiveQuery
-
For some reason beyond my knowledge the column provided can not be used to create an ascending recursive query.
- UnableToCreateDatabaseCluster(Exception) - Constructor for exception nz.co.gregs.dbvolution.databases.DBDatabaseClusterWithConfigFile.UnableToCreateDatabaseCluster
- UnableToCreateDatabaseConnectionException - Exception in nz.co.gregs.dbvolution.exceptions
-
Thrown when the database is inaccessible due to a myriad of reasons.
- UnableToCreateDatabaseConnectionException(String, String, SQLException) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnableToCreateDatabaseConnectionException
-
Thrown when the database is inaccessible due to a myriad of reasons.
- UnableToCreateDatabaseConnectionException(DataSource, SQLException) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnableToCreateDatabaseConnectionException
-
Thrown when the database is inaccessible due to a myriad of reasons.
- UnableToDecryptInput - Exception in nz.co.gregs.dbvolution.exceptions
- UnableToDecryptInput() - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnableToDecryptInput
- UnableToDecryptInput(String) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnableToDecryptInput
- UnableToDecryptInput(Throwable) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnableToDecryptInput
- UnableToDropDatabaseException - Exception in nz.co.gregs.dbvolution.exceptions
- UnableToDropDatabaseException(Exception) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnableToDropDatabaseException
- UnableToFindJDBCDriver - Exception in nz.co.gregs.dbvolution.exceptions
-
Please supply a JDBC Driver for your database on the classpath.
- UnableToFindJDBCDriver(String, ClassNotFoundException) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnableToFindJDBCDriver
-
Please supply a JDBC Driver for your database on the classpath.
- UnableToInstantiateDBMigrationSubclassException - Exception in nz.co.gregs.dbvolution.exceptions
-
Support DBvolution at Patreon
- UnableToInstantiateDBMigrationSubclassException(Object, Exception) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnableToInstantiateDBMigrationSubclassException
-
DBvolution needed to create an instance of your DBReport but was unable to do so.
- UnableToInstantiateDBReportSubclassException - Exception in nz.co.gregs.dbvolution.exceptions
-
Support DBvolution at Patreon
- UnableToInstantiateDBReportSubclassException(Object, Exception) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnableToInstantiateDBReportSubclassException
-
DBvolution needed to create an instance of your DBReport but was unable to do so.
- UnableToInstantiateDBRowSubclassException - Exception in nz.co.gregs.dbvolution.exceptions
-
DBvolution needed to create an instance of your DBRow but was unable to do so.
- UnableToInstantiateDBRowSubclassException(Class<?>, Throwable) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnableToInstantiateDBRowSubclassException
-
DBvolution needed to create an instance of your DBRow but was unable to do so.
- UnableToInterpolateReferencedColumnInMultiColumnPrimaryKeyException - Exception in nz.co.gregs.dbvolution.exceptions
-
Support DBvolution at Patreon
- UnableToInterpolateReferencedColumnInMultiColumnPrimaryKeyException(DBRow, List<QueryableDatatype<?>>) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnableToInterpolateReferencedColumnInMultiColumnPrimaryKeyException
- UnableToInterpolateReferencedColumnInMultiColumnPrimaryKeyException(JavaProperty<?>, RowDefinitionClassWrapper<?>, PropertyWrapperDefinition<?, ?>[]) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnableToInterpolateReferencedColumnInMultiColumnPrimaryKeyException
- UnableToRemoveLastDatabaseFromClusterException - Exception in nz.co.gregs.dbvolution.exceptions
- UnableToRemoveLastDatabaseFromClusterException() - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnableToRemoveLastDatabaseFromClusterException
- UnableToSetDBMigrationFieldException - Exception in nz.co.gregs.dbvolution.exceptions
-
Thrown when DBvolution is unable to access a field it needs.
- UnableToSetDBMigrationFieldException(Object, Exception) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnableToSetDBMigrationFieldException
-
Thrown when DBvolution is unable to access a field it needs.
- UnableToSetDBMigrationFieldException(Object, Field, Exception) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnableToSetDBMigrationFieldException
-
Thrown when DBvolution is unable to access a field it needs.
- UnableToSetDBReportFieldException - Exception in nz.co.gregs.dbvolution.exceptions
-
Thrown when DBvolution is unable to access a field it needs.
- UnableToSetDBReportFieldException(Object, Exception) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnableToSetDBReportFieldException
-
Thrown when DBvolution is unable to access a field it needs.
- UnableToSetDBReportFieldException(Object, Field, Exception) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnableToSetDBReportFieldException
-
Thrown when DBvolution is unable to access a field it needs.
- UnacceptableClassForAutoFillAnnotation - Exception in nz.co.gregs.dbvolution.exceptions
-
Thrown when the developer has attempted to use a POJO rather than a DBRow in the
AutoFillDuringQueryIfPossible
annotation. - UnacceptableClassForAutoFillAnnotation(PropertyWrapper<?, ?, ?>, Class<?>) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnacceptableClassForAutoFillAnnotation
-
Thrown when the developer has attempted to use a POJO rather than a DBRow in the
AutoFillDuringQueryIfPossible
annotation. - unboundedFollowing() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.CurrentRowStart
- unboundedFollowing() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.OffsetFollowingStart
- unboundedFollowing() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.OffsetPrecedingStart
- unboundedFollowing() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.UnboundedPrecedingStart
- unboundedFollowing() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.FrameStart
- UnboundedFollowingEnd(WindowFunctionFramable.FrameStart<A>) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.UnboundedFollowingEnd
- unboundedPreceding() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameType
- unboundedPreceding() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.FrameType
- unboundedPrecedingAndCurrentRow() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.FrameType
- UnboundedPrecedingEnd(WindowFunctionFramable.FrameStart<A>) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.UnboundedPrecedingEnd
- UnboundedPrecedingStart(WindowFunctionFramable.FrameType<A>) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.UnboundedPrecedingStart
- UNDEFINED - nz.co.gregs.dbvolution.expressions.SortProvider.Ordering
- UNDEFINED - nz.co.gregs.dbvolution.expressions.SortProvider.OrderOfNulls
- UndefinedPrimaryKeyException - Exception in nz.co.gregs.dbvolution.exceptions
-
Primary keys are sometimes required, this is one of those times.
- UndefinedPrimaryKeyException() - Constructor for exception nz.co.gregs.dbvolution.exceptions.UndefinedPrimaryKeyException
-
Primary Keys are sometimes required, this is one of those times.
- UndefinedPrimaryKeyException(E) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UndefinedPrimaryKeyException
-
Primary keys are sometimes required.
- UndefinedPrimaryKeyException(Class<E>) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UndefinedPrimaryKeyException
-
Primary keys are sometimes required.
- UnexpectedNumberOfRowsException - Exception in nz.co.gregs.dbvolution.exceptions
-
Support DBvolution at Patreon
- UnexpectedNumberOfRowsException(long, long) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnexpectedNumberOfRowsException
-
The method requires an exact number of rows to be returned, and the actual number was wrong.
- UnexpectedNumberOfRowsException(long, long, String) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnexpectedNumberOfRowsException
-
The method requires an exact number of rows to be returned, and the actual number was wrong.
- UnexpectedNumberOfRowsException(long, long, String, Exception) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnexpectedNumberOfRowsException
-
The method requires an exact number of rows to be returned, and the actual number was wrong.
- UNION - nz.co.gregs.dbvolution.internal.h2.Polygon2DFunctions
- UNION - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Polygon2DFunctions
- UniqueDatabaseCapableSettingsBuilder<SELF extends NamedDatabaseCapableSettingsBuilder<SELF,DATABASE>,DATABASE extends DBDatabase> - Interface in nz.co.gregs.dbvolution.databases.settingsbuilders
- uniqueRanking() - Method in class nz.co.gregs.dbvolution.expressions.IntegerExpression
-
Creates an expression that will return the uniqueRanking value of the column supplied.
- UniqueRankingExpression(X) - Constructor for class nz.co.gregs.dbvolution.expressions.RangeExpression.UniqueRankingExpression
- unitSquare() - Static method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- UNKNOWN - nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Status
-
UNKNOWN.
- UnknownJavaSQLTypeException - Exception in nz.co.gregs.dbvolution.exceptions
-
Sometimes a database has a datatype that DBvolution has not yet supported, this is one of those times.
- UnknownJavaSQLTypeException(String) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnknownJavaSQLTypeException
-
Sometimes a database has a datatype that DBvolution has not yet supported, this is one of those times.
- UnknownJavaSQLTypeException(String, int) - Constructor for exception nz.co.gregs.dbvolution.exceptions.UnknownJavaSQLTypeException
-
Sometimes a database has a datatype that DBvolution has not yet supported, this is one of those times.
- unordered() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Partitioned
- unordered() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.Partitioned
- unordered() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionInterface.Partitioned
-
A synonym for
WindowingFunctionInterface.Partitioned.unsorted()
- unorderedWithFrame() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Partitioned
- unorderedWithFrame() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.Partitioned
- unpartitioned() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable
- unpartitioned() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy
- unpartitioned() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface
- unsorted() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Partitioned
- unsorted() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.Partitioned
- unsorted() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionInterface.Partitioned
- unsortedWithFrame() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Partitioned
- unsortedWithFrame() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.Partitioned
- UNSYNCHRONISED - nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Status
-
Unsynchronised databases have not yet had the schema implemented nor the data updated.
- untilReleased() - Static method in class nz.co.gregs.dbvolution.utility.Brake
- UntypedColumn - Class in nz.co.gregs.dbvolution.columns
- UntypedColumn(RowDefinition, Object) - Constructor for class nz.co.gregs.dbvolution.columns.UntypedColumn
-
Create a StringColumn for the supplied field of the supplied row
- UntypedColumn(RowDefinition, DBUntypedValue) - Constructor for class nz.co.gregs.dbvolution.columns.UntypedColumn
-
Create a StringColumn for the supplied field of the supplied row
- UntypedExpression - Class in nz.co.gregs.dbvolution.expressions
- UntypedExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.UntypedExpression
- UntypedExpression(AnyResult<?>) - Constructor for class nz.co.gregs.dbvolution.expressions.UntypedExpression
- UntypedResult - Interface in nz.co.gregs.dbvolution.results
- unusedConnection(DBConnection) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Used by DBStatement to release the connection back into the connection pool.
- unusedConnection(DBConnection) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- unusedConnection(DBConnection) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Used by DBStatement to release the connection back into the connection pool.
- unwrap(Class<T>) - Method in interface nz.co.gregs.dbvolution.databases.connections.DBConnection
- unwrap(Class<T>) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionCluster
- unwrap(Class<T>) - Method in class nz.co.gregs.dbvolution.databases.connections.DBConnectionSingle
- unwrap(Class<T>) - Method in class nz.co.gregs.dbvolution.databases.DBStatement
-
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
- update(E) - Method in class nz.co.gregs.dbvolution.DBTable
-
Updates the DBRow on the database.
- update(Collection<? extends DBRow>) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Updates Lists of DBRows in the correct tables automatically.
- update(Collection<? extends DBRow>) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- update(Collection<? extends DBRow>) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Updates Lists of DBRows in the correct tables automatically.
- update(Collection<E>) - Method in class nz.co.gregs.dbvolution.DBTable
-
Updates Lists of DBRows on the database
- update(DBDatabase, Collection<? extends DBRow>) - Static method in class nz.co.gregs.dbvolution.actions.DBUpdate
-
Executes required update actions for the row and returns a
DBActionList
of those actions. - update(DBDatabase, DBRow...) - Static method in class nz.co.gregs.dbvolution.actions.DBUpdate
-
Executes required update actions for the row and returns a
DBActionList
of those actions. - update(DBRow...) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Updates DBRows and Lists of DBRows in the correct tables automatically.
- update(DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- update(DBRow...) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Updates DBRows and Lists of DBRows in the correct tables automatically.
- UPDATE_ROW - nz.co.gregs.dbvolution.databases.QueryIntention
- UPDATE_ROW_WITH_LARGE_OBJECT - nz.co.gregs.dbvolution.databases.QueryIntention
- UPDATE_SEQUENCE - nz.co.gregs.dbvolution.databases.QueryIntention
- updateAnyway(E) - Method in class nz.co.gregs.dbvolution.DBTable
- updateAnyway(E...) - Method in class nz.co.gregs.dbvolution.DBTable
- updateAnyway(List<E>) - Method in class nz.co.gregs.dbvolution.DBTable
- updateAnyway(DBDatabase, DBRow) - Static method in class nz.co.gregs.dbvolution.actions.DBUpdateForcedOnSimpleTypesUsingPrimaryKey
-
Executes required update actions for the row and returns a
DBActionList
of those actions.The original rows are not changed by this method, or any DBUpdate method. - updateRefetchRequirementForOtherDatabases() - Method in class nz.co.gregs.dbvolution.actions.DBAction
- updateRefetchRequirementForOtherDatabases() - Method in class nz.co.gregs.dbvolution.actions.DBInsert
- updateRefetchRequirementForOtherDatabases() - Method in class nz.co.gregs.dbvolution.actions.DBUpdate
- updateTableToMatchDBRow(DBRow) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Uses the supplied DBRow to update the existing database table by creating the table, if necessary, or adding any columns that are missing.
- updateTableToMatchDBRow(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- updateTableToMatchDBRow(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- updateTableToMatchDBRow(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Uses the supplied DBRow to update the existing database table by creating the table, if necessary, or adding any columns that are missing.
- UpdatingBCrypt - Class in nz.co.gregs.dbvolution.utility.encryption
- UpdatingBCrypt() - Constructor for class nz.co.gregs.dbvolution.utility.encryption.UpdatingBCrypt
- UpdatingBCrypt(int) - Constructor for class nz.co.gregs.dbvolution.utility.encryption.UpdatingBCrypt
-
Minimum of 4 rounds.
- uppercase() - Method in class nz.co.gregs.dbvolution.expressions.StringExpression
-
Creates a query expression that changes all the letters in the current StringExpression to UPPERCASE.
- upperClasses() - Method in class nz.co.gregs.dbvolution.internal.properties.InterfaceInfo.ParameterBounds
-
Gets the upper bounding classes.
- upperType() - Method in class nz.co.gregs.dbvolution.internal.properties.InterfaceInfo.ParameterBounds
-
Assumes there's only one upper type and returns it.
- upperTypes() - Method in class nz.co.gregs.dbvolution.internal.properties.InterfaceInfo.ParameterBounds
-
Gets the upper bounding types.
- useAllForeignKeys() - Method in class nz.co.gregs.dbvolution.DBRow
-
Removes all foreign keys from the "ignore" list.
- userNodeForPackage(Class<?>) - Static method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- userRoot() - Static method in class nz.co.gregs.dbvolution.utility.PreferencesImproved
- usesEmptyStringForNull(DBDefinition) - Method in class nz.co.gregs.dbvolution.expressions.SortProvider
- using(DBDatabase, MAPPER) - Static method in class nz.co.gregs.dbvolution.DBMigration
-
Create a migration that uses the mapper provided.
- utcDateTimeValue() - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Returns the set value of this DBDate as a Java ZonedDateTime instance.
- Utility - Class in nz.co.gregs.dbvolution.generation
- UUIDColumn - Class in nz.co.gregs.dbvolution.columns
- UUIDColumn(RowDefinition, DBUUID) - Constructor for class nz.co.gregs.dbvolution.columns.UUIDColumn
-
Create a StringColumn for the supplied field of the supplied row
- UUIDExpression - Class in nz.co.gregs.dbvolution.expressions
- UUIDExpression() - Constructor for class nz.co.gregs.dbvolution.expressions.UUIDExpression
- UUIDExpression(String) - Constructor for class nz.co.gregs.dbvolution.expressions.UUIDExpression
- UUIDExpression(DBString) - Constructor for class nz.co.gregs.dbvolution.expressions.UUIDExpression
- UUIDExpression(DBUUID) - Constructor for class nz.co.gregs.dbvolution.expressions.UUIDExpression
- UUIDExpression(AnyResult<?>) - Constructor for class nz.co.gregs.dbvolution.expressions.UUIDExpression
- UUIDExpression(StringResult) - Constructor for class nz.co.gregs.dbvolution.expressions.UUIDExpression
- UUIDExpression(UUIDResult) - Constructor for class nz.co.gregs.dbvolution.expressions.UUIDExpression
- UUIDResult - Interface in nz.co.gregs.dbvolution.results
-
Interface required to be implemented by all DBExpressions that produce Date results
V
- validate(DBDatabase) - Method in class nz.co.gregs.dbvolution.DBMigrationValidation
-
Perform the validation
- validate(DBDatabase) - Method in class nz.co.gregs.dbvolution.DBValidation
-
Perform the validation
- validateAllRows(DBRow...) - Method in class nz.co.gregs.dbvolution.DBMigration
-
Perform a migration validation using DBMigrationValidation.
- validateAllRows(DBRow...) - Method in class nz.co.gregs.dbvolution.DBQueryInsert
-
Validate the migration defined by this DBQueryInsert but do not make perform any actual inserts.
- validateLiteralValue(E) - Method in class nz.co.gregs.dbvolution.datatypes.DBIntegerEnum
- validateLiteralValue(E) - Method in class nz.co.gregs.dbvolution.datatypes.DBStringEnum
- validateLiteralValue(ENUM) - Method in class nz.co.gregs.dbvolution.datatypes.DBEnum
-
Validates whether the given type is acceptable as a literal value.
- value() - Method in annotation type nz.co.gregs.dbvolution.annotations.DBAdaptType
-
The custom type adaptor to use to convert between the type of the annotated field/property and the value of
DBAdaptType.type()
. - value() - Method in annotation type nz.co.gregs.dbvolution.annotations.DBColumn
-
The raw column name as stored in the database.
- value() - Method in annotation type nz.co.gregs.dbvolution.annotations.DBForeignKey
-
Identifies the foreign table by its
DBRow
implementation class. - value() - Method in annotation type nz.co.gregs.dbvolution.annotations.DBSelectQuery
-
The raw SELECT clause.
- value() - Method in annotation type nz.co.gregs.dbvolution.annotations.DBTableName
-
The raw table name as stored in the database.
- value() - Method in annotation type nz.co.gregs.dbvolution.annotations.DBUnknownJavaSQLType
-
Support DBvolution at Patreon
- value(int) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
-
Create An Appropriate Expression Object For This Object
- value(long) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
-
Create An Appropriate Expression Object For This Object
- value(Coordinate) - Static method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
-
Create a Point2DExpression that represents the coordinate value provided.
- value(Coordinate...) - Static method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
- value(Coordinate...) - Static method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
- value(Coordinate...) - Static method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- value(Coordinate, Coordinate) - Static method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
- value(LineSegment) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- value(LineString) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- value(MultiPoint) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- value(Point) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- value(Point...) - Static method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
- value(Point...) - Static method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
- value(Point...) - Static method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- value(Point, Point) - Static method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
- value(Polygon) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- value(Boolean) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
-
Create An Appropriate Expression Object For This Object
- value(Boolean[]) - Static method in class nz.co.gregs.dbvolution.expressions.BooleanArrayExpression
- value(Double, Double) - Static method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
- value(Double, Double, Double, Double) - Static method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
- value(Integer) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
-
Create An Appropriate Expression Object For This Object
- value(Integer, Integer) - Static method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
- value(Long) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
-
Create An Appropriate Expression Object For This Object
- value(Long, Long) - Static method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
- value(Number) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
-
Create An Appropriate Expression Object For This Object
- value(Number...) - Static method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- value(String) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
-
Create An Appropriate Expression Object For This Object
- value(Duration) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
-
Create An Appropriate Expression Object For This Object
- value(Instant) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
-
Create An Appropriate Expression Object For This Object
- value(LocalDate) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
-
Create An Appropriate Expression Object For This Object
- value(LocalDateTime) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
-
Create An Appropriate Expression Object For This Object
- value(Date) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
-
Create An Appropriate Expression Object For This Object
- value(DBPolygon2D) - Static method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- value(IntegerExpression, IntegerExpression) - Static method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
- value(IntegerExpression, IntegerExpression, IntegerExpression) - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
- value(NumberExpression...) - Static method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- value(NumberExpression, NumberExpression) - Static method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
- value(Point2DExpression...) - Static method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- value(BooleanResult) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
-
Create An Appropriate Expression Object For This Object
- value(DateRepeatResult) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
-
Create An Appropriate Expression Object For This Object
- value(DateResult) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
-
Create An Appropriate Expression Object For This Object
- value(DurationResult) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
- value(IntegerResult) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
-
Create An Appropriate Expression Object For This Object
- value(Line2DResult) - Static method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
- value(LineSegment2DResult) - Static method in class nz.co.gregs.dbvolution.expressions.spatial2D.LineSegment2DExpression
- value(MultiPoint2DResult) - Static method in class nz.co.gregs.dbvolution.expressions.spatial2D.Line2DExpression
- value(MultiPoint2DResult) - Static method in class nz.co.gregs.dbvolution.expressions.spatial2D.MultiPoint2DExpression
- value(NumberResult) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
-
Create An Appropriate Expression Object For This Object
- value(Point2DResult) - Static method in class nz.co.gregs.dbvolution.expressions.spatial2D.Point2DExpression
-
Create a Point2DExpression that represents the point value provided.
- value(Polygon2DResult) - Static method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
- value(StringResult) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
-
Create An Appropriate Expression Object For This Object
- value(Period) - Static method in class nz.co.gregs.dbvolution.expressions.AnyExpression
-
Create An Appropriate Expression Object For This Object
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.actions.DBAction.RefetchRequirement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.databases.DBDatabaseImplementation.ResponseToException
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.databases.definitions.DBDefinition.GroupByClauseMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.databases.QueryIntention
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder.QueryMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder.SSLMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.expressions.search.SearchAbstract.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.expressions.SortProvider.Ordering
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.expressions.SortProvider.OrderOfNulls
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.h2.DataTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.h2.DateRepeatFunctions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.h2.Line2DFunctions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.h2.LineSegment2DFunctions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.h2.MultiPoint2DFunctions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.h2.Point2DFunctions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.h2.Polygon2DFunctions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.mysql.MigrationFunctions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.oracle.aws.Line2DFunctions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.oracle.aws.LineSegment2DFunctions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.oracle.aws.MultiPoint2DFunctions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.oracle.aws.Polygon2DFunctions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.oracle.StringFunctions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.oracle.xe.GeometryFunctions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.oracle.xe.Line2DFunctions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.oracle.xe.MultiPoint2DFunctions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.oracle.xe.Point2DFunctions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.postgres.Language
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.postgres.Line2DFunctions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.postgres.MultiPoint2DFunctions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.postgres.StringFunctions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.properties.SafeOneWaySimpleTypeAdaptor.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.query.LargeObjectHandlerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.query.QueryType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.query.RecursiveSQLDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.sqlite.DataTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.sqlserver.Line2DFunctions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.sqlserver.MigrationFunctions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.sqlserver.MultiPoint2DFunctions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.sqlserver.Point2DFunctions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nz.co.gregs.dbvolution.internal.sqlserver.Polygon2DFunctions
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum nz.co.gregs.dbvolution.actions.DBAction.RefetchRequirement
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.databases.DBDatabaseImplementation.ResponseToException
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.databases.definitions.DBDefinition.GroupByClauseMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.databases.QueryIntention
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder.QueryMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder.SSLMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.expressions.search.SearchAbstract.Mode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.expressions.SortProvider.Ordering
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.expressions.SortProvider.OrderOfNulls
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.h2.DataTypes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.h2.DateRepeatFunctions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.h2.Line2DFunctions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.h2.LineSegment2DFunctions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.h2.MultiPoint2DFunctions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.h2.Point2DFunctions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.h2.Polygon2DFunctions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.mysql.MigrationFunctions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.oracle.aws.Line2DFunctions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.oracle.aws.LineSegment2DFunctions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.oracle.aws.MultiPoint2DFunctions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.oracle.aws.Polygon2DFunctions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.oracle.StringFunctions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.oracle.xe.GeometryFunctions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.oracle.xe.Line2DFunctions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.oracle.xe.MultiPoint2DFunctions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.oracle.xe.Point2DFunctions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.postgres.Language
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.postgres.Line2DFunctions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.postgres.MultiPoint2DFunctions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.postgres.StringFunctions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.properties.SafeOneWaySimpleTypeAdaptor.Direction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.query.LargeObjectHandlerType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.query.QueryType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.query.RecursiveSQLDirection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.sqlite.DataTypes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.sqlserver.Line2DFunctions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.sqlserver.MigrationFunctions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.sqlserver.MultiPoint2DFunctions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.sqlserver.Point2DFunctions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nz.co.gregs.dbvolution.internal.sqlserver.Polygon2DFunctions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VendorSettingsBuilder<SELF extends VendorSettingsBuilder<SELF,DATABASE>,DATABASE extends DBDatabase> - Interface in nz.co.gregs.dbvolution.databases.settingsbuilders
- VERIFY_CA - nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder.SSLMode
- VERIFY_FULL - nz.co.gregs.dbvolution.databases.settingsbuilders.AbstractPostgresSettingsBuilder.SSLMode
- visitFile(Path, BasicFileAttributes) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseClusterWithConfigFile.DefaultConfigFinder
- visitFileFailed(Path, IOException) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseClusterWithConfigFile.DefaultConfigFinder
W
- waitUntilDatabaseHasSynchronised(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- waitUntilDatabaseHasSynchronised(DBDatabase, long) - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- waitUntilDatabaseIsSynchronised(DBDatabase) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- waitUntilDatabaseIsSynchronised(DBDatabase, long) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- waitUntilSynchronised() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- waitUntilSynchronised() - Method in class nz.co.gregs.dbvolution.internal.database.ClusterDetails
- WEDNESDAY - Static variable in class nz.co.gregs.dbvolution.expressions.DateExpression
-
The integer used to represent the index for Wednesday
- WEDNESDAY - Static variable in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
The integer used to represent the index for Wednesday
- WEDNESDAY - Static variable in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
The integer used to represent the index for Wednesday
- WEDNESDAY - Static variable in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
The integer used to represent the index for Wednesday
- weeksFrom(Instant) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Date Arithmetic: get the weeks between the date expression and the supplied date.
- weeksFrom(LocalDate) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LocalDate Arithmetic: get the weeks between the date expression and the supplied date.
- weeksFrom(LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: get the weeks between the date expression and the supplied date.
- weeksFrom(Date) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: get the weeks between the date expression and the supplied date.
- weeksFrom(DateExpression) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: get the weeks between the date expression and the supplied date.
- weeksFrom(InstantExpression) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Date Arithmetic: get the weeks between the date expression and the supplied date.
- weeksFrom(LocalDateExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LocalDate Arithmetic: get the weeks between the date expression and the supplied date.
- weeksFrom(LocalDateTimeExpression) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: get the weeks between the date expression and the supplied date.
- WeeksFromExpression(InstantExpression, InstantResult) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.WeeksFromExpression
- when(BooleanExpression, B) - Method in class nz.co.gregs.dbvolution.expressions.CaseExpression.WhenExpression
- when(BooleanExpression, E) - Static method in class nz.co.gregs.dbvolution.expressions.CaseExpression
- when(BooleanExpression, Boolean) - Static method in class nz.co.gregs.dbvolution.expressions.CaseExpression
- when(BooleanExpression, Long) - Static method in class nz.co.gregs.dbvolution.expressions.CaseExpression
- when(BooleanExpression, Number) - Static method in class nz.co.gregs.dbvolution.expressions.CaseExpression
- when(BooleanExpression, String) - Static method in class nz.co.gregs.dbvolution.expressions.CaseExpression
- when(BooleanExpression, Instant) - Static method in class nz.co.gregs.dbvolution.expressions.CaseExpression
- when(BooleanExpression, LocalDate) - Static method in class nz.co.gregs.dbvolution.expressions.CaseExpression
- when(BooleanExpression, LocalDateTime) - Static method in class nz.co.gregs.dbvolution.expressions.CaseExpression
- when(BooleanExpression, BooleanExpression) - Static method in class nz.co.gregs.dbvolution.expressions.CaseExpression
- when(BooleanExpression, R) - Method in class nz.co.gregs.dbvolution.expressions.CaseExpression.WhenExpression
- WhenExpression(BooleanExpression, E) - Constructor for class nz.co.gregs.dbvolution.expressions.CaseExpression.WhenExpression
- willBeConnectedTo(DBRow) - Method in class nz.co.gregs.dbvolution.DBRow
-
Tests whether this instance of DBRow and the otherTable instance of DBRow will be connected given the specified database and query options.
- willCloseConnectionOnStatementCancel() - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
-
Indicates that closing or canceling a statement will cause the connection to close as well.
- willCloseConnectionOnStatementCancel() - Method in class nz.co.gregs.dbvolution.databases.definitions.InformixDBDefinition
- willCreateBlankQuery() - Method in class nz.co.gregs.dbvolution.DBQuery
-
Test whether this DBQuery will create a query without limitations.
- willCreateBlankQuery(DBDatabase) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- willCreateBlankQuery(DBDefinition) - Method in class nz.co.gregs.dbvolution.DBRow
-
Tests whether this DBRow instance has any criteria (
DBNumber.permittedValues(java.lang.Number...)
, etc) set. - willCreateBlankQuery(DBRow) - Method in interface nz.co.gregs.dbvolution.databases.DBDatabase
-
Returns whether or not the example has any specified criteria.See
willCreateBlankQuery
on DBRow. - willCreateBlankQuery(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster
- willCreateBlankQuery(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseHandle
- willCreateBlankQuery(DBRow) - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseImplementation
-
Returns whether or not the example has any specified criteria.See
willCreateBlankQuery
on DBRow. - willCreateBlankQuery(QueryOptions) - Method in class nz.co.gregs.dbvolution.internal.query.QueryDetails
- willCreateCartesianJoin() - Method in class nz.co.gregs.dbvolution.internal.querygraph.QueryGraph
-
Scans the QueryGraph to detect disconnected DBRows/tables and returns TRUE if a disconnection exists.
- willCreateFullOuterJoin() - Method in class nz.co.gregs.dbvolution.internal.querygraph.QueryGraph
-
Scans the QueryGraph to detect full outer join.
- window() - Method in interface nz.co.gregs.dbvolution.expressions.windows.CanBeWindowingFunctionWithFrame
-
Synonym for over.
- WindowFunctionFramable<A extends EqualExpression<?,?,?>> - Class in nz.co.gregs.dbvolution.expressions.windows
- WindowFunctionFramable(A) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable
- WindowFunctionFramable.CurrentRowEnd<A extends EqualExpression<?,?,?>> - Class in nz.co.gregs.dbvolution.expressions.windows
- WindowFunctionFramable.CurrentRowStart<A extends EqualExpression<?,?,?>> - Class in nz.co.gregs.dbvolution.expressions.windows
- WindowFunctionFramable.EmptyFrameEnd<A extends EqualExpression<?,?,?>> - Class in nz.co.gregs.dbvolution.expressions.windows
- WindowFunctionFramable.FrameEnd<A extends EqualExpression<?,?,?>> - Class in nz.co.gregs.dbvolution.expressions.windows
- WindowFunctionFramable.FrameStart<A extends EqualExpression<?,?,?>> - Class in nz.co.gregs.dbvolution.expressions.windows
- WindowFunctionFramable.FrameType<A extends EqualExpression<?,?,?>> - Class in nz.co.gregs.dbvolution.expressions.windows
- WindowFunctionFramable.Groups<A extends EqualExpression<?,?,?>> - Class in nz.co.gregs.dbvolution.expressions.windows
- WindowFunctionFramable.OffsetFollowingStart<A extends EqualExpression<?,?,?>> - Class in nz.co.gregs.dbvolution.expressions.windows
- WindowFunctionFramable.OffsetPrecedingEnd<A extends EqualExpression<?,?,?>> - Class in nz.co.gregs.dbvolution.expressions.windows
- WindowFunctionFramable.OffsetPrecedingStart<A extends EqualExpression<?,?,?>> - Class in nz.co.gregs.dbvolution.expressions.windows
- WindowFunctionFramable.Partitioned<A extends EqualExpression<?,?,?>> - Class in nz.co.gregs.dbvolution.expressions.windows
- WindowFunctionFramable.Range<A extends EqualExpression<?,?,?>> - Class in nz.co.gregs.dbvolution.expressions.windows
- WindowFunctionFramable.Rows<A extends EqualExpression<?,?,?>> - Class in nz.co.gregs.dbvolution.expressions.windows
- WindowFunctionFramable.Sorted<A extends EqualExpression<?,?,?>> - Class in nz.co.gregs.dbvolution.expressions.windows
- WindowFunctionFramable.UnboundedFollowingEnd<A extends EqualExpression<?,?,?>> - Class in nz.co.gregs.dbvolution.expressions.windows
- WindowFunctionFramable.UnboundedPrecedingEnd<A extends EqualExpression<?,?,?>> - Class in nz.co.gregs.dbvolution.expressions.windows
- WindowFunctionFramable.UnboundedPrecedingStart<A extends EqualExpression<?,?,?>> - Class in nz.co.gregs.dbvolution.expressions.windows
- WindowFunctionRequiresOrderBy<A extends EqualExpression<?,?,?>> - Class in nz.co.gregs.dbvolution.expressions.windows
- WindowFunctionRequiresOrderBy(A) - Constructor for class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionRequiresOrderBy
- WindowFunctionRequiresOrderBy.Partitioned<A extends EqualExpression<?,?,?>> - Class in nz.co.gregs.dbvolution.expressions.windows
- WindowFunctionRequiresOrderBy.Sorted<A extends EqualExpression<?,?,?>> - Class in nz.co.gregs.dbvolution.expressions.windows
- WindowingFunctionFramableInterface<A extends EqualExpression<?,?,?>> - Interface in nz.co.gregs.dbvolution.expressions.windows
- WindowingFunctionFramableInterface.EmptyFrameStart<A extends EqualExpression<?,?,?>> - Interface in nz.co.gregs.dbvolution.expressions.windows
- WindowingFunctionFramableInterface.FrameStart<A extends EqualExpression<?,?,?>> - Interface in nz.co.gregs.dbvolution.expressions.windows
- WindowingFunctionFramableInterface.FrameStartAllPreceding<A extends EqualExpression<?,?,?>> - Interface in nz.co.gregs.dbvolution.expressions.windows
- WindowingFunctionFramableInterface.FrameStartCurrentRow<A extends EqualExpression<?,?,?>> - Interface in nz.co.gregs.dbvolution.expressions.windows
- WindowingFunctionFramableInterface.FrameStartFollowing<A extends EqualExpression<?,?,?>> - Interface in nz.co.gregs.dbvolution.expressions.windows
- WindowingFunctionFramableInterface.FrameStartPreceding<A extends EqualExpression<?,?,?>> - Interface in nz.co.gregs.dbvolution.expressions.windows
- WindowingFunctionFramableInterface.FrameType<A extends EqualExpression<?,?,?>> - Interface in nz.co.gregs.dbvolution.expressions.windows
- WindowingFunctionFramableInterface.Partitioned<A extends EqualExpression<?,?,?>> - Interface in nz.co.gregs.dbvolution.expressions.windows
- WindowingFunctionFramableInterface.Sorted<A extends EqualExpression<?,?,?>> - Interface in nz.co.gregs.dbvolution.expressions.windows
- WindowingFunctionFramableInterface.WindowEnd<A extends EqualExpression<?,?,?>> - Interface in nz.co.gregs.dbvolution.expressions.windows
- WindowingFunctionFramableInterface.WindowPart<A extends EqualExpression<?,?,?>> - Interface in nz.co.gregs.dbvolution.expressions.windows
- WindowingFunctionInterface<A extends EqualExpression<?,?,?>> - Interface in nz.co.gregs.dbvolution.expressions.windows
- WindowingFunctionInterface.Partitioned<A extends EqualExpression<?,?,?>> - Interface in nz.co.gregs.dbvolution.expressions.windows
- WindowingFunctionInterface.Sorted<A extends EqualExpression<?,?,?>> - Interface in nz.co.gregs.dbvolution.expressions.windows
- WindowingFunctionInterface.WindowEnd<A extends EqualExpression<?,?,?>> - Interface in nz.co.gregs.dbvolution.expressions.windows
- WindowingFunctionInterface.WindowPart<A extends EqualExpression<?,?,?>> - Interface in nz.co.gregs.dbvolution.expressions.windows
- WindowingFunctionRequiresOrderByInterface<A extends EqualExpression<?,?,?>> - Interface in nz.co.gregs.dbvolution.expressions.windows
- WindowingFunctionRequiresOrderByInterface.Partitioned<A extends EqualExpression<?,?,?>> - Interface in nz.co.gregs.dbvolution.expressions.windows
- WindowingFunctionRequiresOrderByInterface.Sorted<A extends EqualExpression<?,?,?>> - Interface in nz.co.gregs.dbvolution.expressions.windows
- WindowingFunctionRequiresOrderByInterface.WindowEnd<A extends EqualExpression<?,?,?>> - Interface in nz.co.gregs.dbvolution.expressions.windows
- WindowingFunctionRequiresOrderByInterface.WindowPart<A extends EqualExpression<?,?,?>> - Interface in nz.co.gregs.dbvolution.expressions.windows
- with(String) - Method in class nz.co.gregs.dbvolution.utility.StringLeftPadded
-
Deprecated.
- withAutoConnect() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Configuration
-
Auto-connect loads the list of cluster members from the previous instance.
- withAutoRebuild() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Configuration
-
Auto-rebuild will automatically reload the tracked tables, connect to the authoritative database of the previous instance of this cluster, and reload the data for the tracked and required tables.
- withAutoReconnect() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Configuration
-
Auto-reconnect instructs the cluster to reconnect to any cluster members disconnected during processing.
- withAutoStart() - Method in class nz.co.gregs.dbvolution.databases.DBDatabaseCluster.Configuration
-
Auto-start instructs the cluster to immediately perform tasks required to make the cluster usable as a database.
- withException(SQLException) - Method in class nz.co.gregs.dbvolution.internal.query.StatementDetails
- withGeneratedKeys() - Method in class nz.co.gregs.dbvolution.internal.query.StatementDetails
- within(Polygon) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Returns an value that will evaluate to true if the polygon is completely envelopes this polygon value.
- within(Polygon2DResult) - Method in class nz.co.gregs.dbvolution.expressions.spatial2D.Polygon2DExpression
-
Returns an value that will evaluate to true if the polygon is completely envelopes this polygon value.
- WITHIN - nz.co.gregs.dbvolution.internal.h2.Polygon2DFunctions
- WITHIN - nz.co.gregs.dbvolution.internal.oracle.aws.Polygon2DFunctions
- WITHIN - Static variable in class nz.co.gregs.dbvolution.internal.sqlite.Polygon2DFunctions
- withIntention(QueryIntention) - Method in class nz.co.gregs.dbvolution.internal.query.StatementDetails
- withLabel(String) - Method in class nz.co.gregs.dbvolution.internal.query.StatementDetails
- withNamedPKColumn(String) - Method in class nz.co.gregs.dbvolution.internal.query.StatementDetails
- withoutFrame() - Method in class nz.co.gregs.dbvolution.expressions.windows.WindowFunctionFramable.Sorted
- withoutFrame() - Method in interface nz.co.gregs.dbvolution.expressions.windows.WindowingFunctionFramableInterface.Sorted
- withTimeoutInMilliseconds(long) - Static method in class nz.co.gregs.dbvolution.utility.Brake
- withUniqueDatabaseName() - Method in class nz.co.gregs.dbvolution.databases.settingsbuilders.SQLiteSettingsBuilder
- withUniqueDatabaseName() - Method in interface nz.co.gregs.dbvolution.databases.settingsbuilders.UniqueDatabaseCapableSettingsBuilder
-
Creates a unique name for the database using a UUID.
- wrapNameForDatabase(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.DBDefinition
- wrapNameForDatabase(String) - Method in class nz.co.gregs.dbvolution.databases.definitions.MySQLDBDefinition
- writeToFileSystem(File) - Method in class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.Tries to write the contents of this DBByteArray to the file supplied.
- writeToFileSystem(File) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
-
Tries to write the contents of this DBLargeBinary to the file supplied.
- writeToFileSystem(File) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
-
Tries to write the contents of this DBByteObject to the file supplied.
- writeToFileSystem(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.Tries to write the contents of this DBByteArray to the file supplied.
- writeToFileSystem(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
-
Tries to write the contents of this DBLargeBinary to the file supplied.
- writeToFileSystem(String) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
-
Tries to write the contents of this DBByteObject to the file supplied.
- writeToFileSystem(DBString) - Method in class nz.co.gregs.dbvolution.datatypes.DBByteArray
-
Deprecated.Tries to write the contents of this DBByteArray to the file supplied.
- writeToFileSystem(DBString) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeBinary
-
Tries to write the contents of this DBLargeBinary to the file supplied.
- writeToFileSystem(DBString) - Method in class nz.co.gregs.dbvolution.datatypes.DBLargeText
-
Tries to write the contents of this DBByteObject to the file supplied.
X
- xFunc() - Method in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.Create
- xFunc() - Method in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.DateAddition
- xFunc() - Method in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.DateSubtraction
- xFunc() - Method in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.Equals
- xFunc() - Method in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.GetDay
- xFunc() - Method in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.GetHour
- xFunc() - Method in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.GetMinute
- xFunc() - Method in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.GetMonth
- xFunc() - Method in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.GetSecond
- xFunc() - Method in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.GetYear
- xFunc() - Method in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.GreaterThan
- xFunc() - Method in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.GreaterThanOrEqual
- xFunc() - Method in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.LessThan
- xFunc() - Method in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.LessThanOrEqual
- xFunc() - Method in class nz.co.gregs.dbvolution.internal.sqlite.DateRepeatFunctions.NotEquals
- xor(BooleanResult) - Method in class nz.co.gregs.dbvolution.expressions.BooleanExpression
-
Compare this BooleanExpression and the given
BooleanResult
using the Exclusive OR operator, that is "=" or similar. - XorExpression(BooleanExpression, BooleanResult) - Constructor for class nz.co.gregs.dbvolution.expressions.BooleanExpression.XorExpression
Y
- year() - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that returns the year part of this date expression.
- year() - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that returns the year part of this date expression.
- year() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that returns the year part of this date expression.
- year() - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that returns the year part of this date expression.
- YEAR_PART - nz.co.gregs.dbvolution.internal.h2.DateRepeatFunctions
- YEAR_SUFFIX - Static variable in class nz.co.gregs.dbvolution.expressions.DateRepeatExpression
-
DateRepeat values are often stored as Strings of the format P2015Y12M30D23h59n59.0s
- yearIs(Integer) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the year part of this date expression.
- yearIs(Integer) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the year part of this date expression.
- yearIs(Integer) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that tests the year part of this date expression.
- yearIs(Integer) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the year part of this date expression.
- yearIs(Long) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the year part of this date expression.
- yearIs(Long) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the year part of this date expression.
- yearIs(Long) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that tests the year part of this date expression.
- yearIs(Long) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the year part of this date expression.
- yearIs(Number) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the year part of this date expression.
- yearIs(Number) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the year part of this date expression.
- yearIs(Number) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that tests the year part of this date expression.
- yearIs(Number) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the year part of this date expression.
- yearIs(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the year part of this date expression.
- yearIs(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the year part of this date expression.
- yearIs(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that tests the year part of this date expression.
- yearIs(IntegerResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the year part of this date expression.
- yearIs(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Creates an SQL expression that tests the year part of this date expression.
- yearIs(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Creates an SQL expression that tests the year part of this date expression.
- yearIs(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates an SQL expression that tests the year part of this date expression.
- yearIs(NumberResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
Creates an SQL expression that tests the year part of this date expression.
- yearsFrom(Instant) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Date Arithmetic: get the years between the date expression and the supplied date.
- yearsFrom(LocalDate) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LocalDate Arithmetic: get the years between the date expression and the supplied date.
- yearsFrom(LocalDateTime) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: get the years between the date expression and the supplied date.
- yearsFrom(Date) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: get the years between the date expression and the supplied date.
- yearsFrom(DateResult) - Method in class nz.co.gregs.dbvolution.expressions.DateExpression
-
Date Arithmetic: get the years between the date expression and the supplied date.
- yearsFrom(InstantResult) - Method in class nz.co.gregs.dbvolution.expressions.InstantExpression
-
Date Arithmetic: get the years between the date expression and the supplied date.
- yearsFrom(LocalDateResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
LocalDate Arithmetic: get the years between the date expression and the supplied date.
- yearsFrom(LocalDateTimeResult) - Method in class nz.co.gregs.dbvolution.expressions.LocalDateTimeExpression
-
LocalDateTime Arithmetic: get the years between the date expression and the supplied date.
- YearsFromExpression(InstantExpression, InstantResult) - Constructor for class nz.co.gregs.dbvolution.expressions.InstantExpression.YearsFromExpression
- yesterday() - Static method in class nz.co.gregs.dbvolution.expressions.LocalDateExpression
-
Creates a date expression that returns yesterday's date, that is the current date on the database minus one day.
Z
- ZERO - Static variable in class nz.co.gregs.dbvolution.expressions.IntegerExpression
- ZERO - Static variable in class nz.co.gregs.dbvolution.expressions.NumberExpression
- ZETA3 - Static variable in class nz.co.gregs.dbvolution.expressions.NumberExpression
- zonedDateTimeValue(ZoneId) - Method in class nz.co.gregs.dbvolution.datatypes.DBInstant
-
Returns the set value of this DBInstant as a Java ZonedDateTime instance.