A B C D E F G H I J L M N O P Q R S T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractCrudRepository<ID,E> - Class in com.github.longdt.vertxorm.repository.postgresql
-
Abstract AbstractCrudRepository class.
- AbstractCrudRepository() - Constructor for class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- addArrayOfBigDecimal(BigDecimal[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
BigDecimalvalue at the end of the tuple. - addArrayOfBoolean(Boolean[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
Booleanvalue at the end of the tuple. - addArrayOfBuffer(Buffer[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
Buffervalue at the end of the tuple. - addArrayOfDouble(Double[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
Doublevalue at the end of the tuple. - addArrayOfFloat(Float[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
Floatvalue at the end of the tuple. - addArrayOfInteger(Integer[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
Integervalue at the end of the tuple. - addArrayOfJsonArray(JsonArray[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
JsonArrayvalue at the end of the tuple. - addArrayOfJsonObject(JsonObject[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
JsonObjectvalue at the end of the tuple. - addArrayOfLocalDate(LocalDate[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
LocalDatevalue at the end of the tuple. - addArrayOfLocalDateTime(LocalDateTime[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
LocalDateTimevalue at the end of the tuple. - addArrayOfLocalTime(LocalTime[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
LocalTimevalue at the end of the tuple. - addArrayOfLong(Long[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
Longvalue at the end of the tuple. - addArrayOfOffsetDateTime(OffsetDateTime[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
OffsetDateTimevalue at the end of the tuple. - addArrayOfOffsetTime(OffsetTime[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
OffsetTimevalue at the end of the tuple. - addArrayOfShort(Short[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
Shortvalue at the end of the tuple. - addArrayOfString(String[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
Stringvalue at the end of the tuple. - addArrayOfTemporal(Temporal[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
Temporalvalue at the end of the tuple. - addArrayOfUUID(UUID[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
UUIDvalue at the end of the tuple. - addBigDecimal(BigDecimal) - Method in interface io.vertx.sqlclient.Tuple
-
Add a
BigDecimalvalue at the end of the tuple. - addBoolean(Boolean) - Method in interface io.vertx.sqlclient.Tuple
-
Add a boolean value at the end of the tuple.
- addBuffer(Buffer) - Method in interface io.vertx.sqlclient.Tuple
-
Add a buffer value at the end of the tuple.
- addDouble(Double) - Method in interface io.vertx.sqlclient.Tuple
-
Add a double value at the end of the tuple.
- addFloat(Float) - Method in interface io.vertx.sqlclient.Tuple
-
Add a float value at the end of the tuple.
- addInteger(Integer) - Method in interface io.vertx.sqlclient.Tuple
-
Add an integer value at the end of the tuple.
- addJsonArray(JsonArray) - Method in interface io.vertx.sqlclient.Tuple
-
Add a
JsonArrayvalue at the end of the tuple. - addJsonObject(JsonObject) - Method in interface io.vertx.sqlclient.Tuple
-
Add a
JsonObjectvalue at the end of the tuple. - addLocalDate(LocalDate) - Method in interface io.vertx.sqlclient.Tuple
-
Add a
LocalDatevalue at the end of the tuple. - addLocalDateTime(LocalDateTime) - Method in interface io.vertx.sqlclient.Tuple
-
Add a
LocalDateTimevalue at the end of the tuple. - addLocalTime(LocalTime) - Method in interface io.vertx.sqlclient.Tuple
-
Add a
LocalTimevalue at the end of the tuple. - addLong(Long) - Method in interface io.vertx.sqlclient.Tuple
-
Add a long value at the end of the tuple.
- addOffsetDateTime(OffsetDateTime) - Method in interface io.vertx.sqlclient.Tuple
-
Add a
OffsetDateTimevalue at the end of the tuple. - addOffsetTime(OffsetTime) - Method in interface io.vertx.sqlclient.Tuple
-
Add a
OffsetTimevalue at the end of the tuple. - addShort(Short) - Method in interface io.vertx.sqlclient.Tuple
-
Add a short value at the end of the tuple.
- addString(String) - Method in interface io.vertx.sqlclient.Tuple
-
Add a string value at the end of the tuple.
- addTemporal(Temporal) - Method in interface io.vertx.sqlclient.Tuple
-
Add a
Temporalvalue at the end of the tuple. - addUUID(UUID) - Method in interface io.vertx.sqlclient.Tuple
-
Add a
UUIDvalue at the end of the tuple. - addValue(Object) - Method in interface io.vertx.sqlclient.Tuple
-
Add an object value at the end of the tuple.
- all() - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
Creates a query which matches all objects in the collection.
This is equivalent to a literal boolean 'true'. - and(Query<E>, Query<E>) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
Creates an
Andquery, representing a logical AND on child queries, which when evaluated yields the set intersection of the result sets from child queries. - and(Query<E>, Query<E>, Query<E>...) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
Creates an
Andquery, representing a logical AND on child queries, which when evaluated yields the set intersection of the result sets from child queries. - and(Query<E>, Query<E>, Collection<Query<E>>) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
Creates an
Andquery, representing a logical AND on child queries, which when evaluated yields the set intersection of the result sets from child queries. - appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.postgresql.query.Between
- appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.postgresql.query.Equal
- appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.postgresql.query.GreaterThan
- appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.postgresql.query.GreaterThanEqual
- appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.postgresql.query.Has
- appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.postgresql.query.ILike
- appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.postgresql.query.In
- appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.postgresql.query.IsNull
- appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.postgresql.query.LessThan
- appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.postgresql.query.LessThanEqual
- appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.postgresql.query.Like
- appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.postgresql.query.NotEqual
- appendQuerySql(StringBuilder, int) - Method in class com.github.longdt.vertxorm.repository.postgresql.query.RawQuery
- ascending(String) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
ascending.
B
- between(String, A, A) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
Creates a
Betweenquery which asserts that an attribute is between a lower and an upper bound, inclusive. - Between<O,A extends Comparable<A>> - Class in com.github.longdt.vertxorm.repository.postgresql.query
-
Between class.
- Between(String, A, A) - Constructor for class com.github.longdt.vertxorm.repository.postgresql.query.Between
-
Constructor for Between.
C
- clear() - Method in interface io.vertx.sqlclient.Tuple
- collector - Variable in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- com.github.longdt.vertxorm.repository.postgresql - package com.github.longdt.vertxorm.repository.postgresql
- com.github.longdt.vertxorm.repository.postgresql.query - package com.github.longdt.vertxorm.repository.postgresql.query
- contains(String, String) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
Creates a
Likequery which asserts that an attribute contains with a certain string fragment. - count(SqlConnection, Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
D
- deepToString() - Method in interface io.vertx.sqlclient.Tuple
- delete(SqlConnection, ID) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
-
delete.
- deleteAll(SqlConnection) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- deleteAll(SqlConnection, Collection<ID>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- descending(String) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
descending.
E
- EMPTY_PARAMS - Static variable in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
Constant
EMPTY_PARAMS - emptyParams() - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
emptyParams.
- emptyQuery() - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
emptyQuery.
- endsWith(String, String) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
Creates a
Likequery which asserts that an attribute ends with a certain string fragment. - equal(String, Object) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
equal.
- Equal<E> - Class in com.github.longdt.vertxorm.repository.postgresql.query
-
Equal class.
- Equal(String, Object) - Constructor for class com.github.longdt.vertxorm.repository.postgresql.query.Equal
-
Constructor for Equal.
- exists(SqlConnection, Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- exists(SqlConnection, ID) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
F
- find(SqlConnection, Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- find(SqlConnection, ID) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- findAll(SqlConnection) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- findAll(SqlConnection, Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- findAll(SqlConnection, Query<E>, PageRequest) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- from(Object[]) - Static method in interface io.vertx.sqlclient.Tuple
-
Wrap the provided
arraywith a tuple. - from(List<T>) - Static method in interface io.vertx.sqlclient.Tuple
-
Wrap the provided
listwith a tuple.
G
- get(Class<T>, int) - Method in interface io.vertx.sqlclient.Tuple
-
Get the the at the specified
positionand the specifiedtype. - getArrayOfBigDecimals(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
BigDecimalvalue atpos. - getArrayOfBooleans(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
Booleanvalue atpos. - getArrayOfBuffers(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
Buffervalue atpos. - getArrayOfDoubles(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
Doublevalue atpos. - getArrayOfFloats(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
Floatvalue atpos. - getArrayOfIntegers(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
Integervalue atpos. - getArrayOfJsonArrays(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
JsonArrayvalue atpos. - getArrayOfJsonObjects(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
JsonObjectvalue atpos. - getArrayOfJsons(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of JSON elements at
pos, the element might benullor one of the following types: String Number JsonObject JsonArray Boolean - getArrayOfLocalDates(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
LocalDatevalue atpos. - getArrayOfLocalDateTimes(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
LocalDateTimevalue atpos. - getArrayOfLocalTimes(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
LocalTimevalue atpos. - getArrayOfLongs(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
Longvalue atpos. - getArrayOfNumerics(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
Numericvalue atpos. - getArrayOfOffsetDateTimes(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
OffsetDateTimevalue atpos. - getArrayOfOffsetTimes(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
OffsetTimevalue atpos. - getArrayOfShorts(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
Shortvalue atpos. - getArrayOfStrings(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
Stringvalue atpos. - getArrayOfTemporals(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
Temporalvalue atpos. - getArrayOfUUIDs(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
UUIDvalue atpos. - getAutoIdInsertSql() - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
- getBigDecimal(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get
BigDecimalvalue atpos. - getBoolean(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a boolean value at
pos. - getBuffer(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a buffer value at
pos. - getColumnNames() - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
- getCountSql() - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
- getDeleteByIdSql() - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
- getDeleteSql() - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
- getDouble(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a double value at
pos. - getExistByIdSql() - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
- getExistSql() - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
- getFloat(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a float value at
pos. - getInsertSql() - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
- getInteger(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an integer value at
pos. - getJson(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a JSON element at
pos, the element might benullor one of the following types: String Number JsonObject JsonArray Boolean - getJsonArray(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a
JsonArrayvalue atpos. - getJsonObject(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a
JsonObjectvalue atpos. - getLocalDate(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get
LocalDatevalue atpos. - getLocalDateTime(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get
LocalDateTimevalue atpos. - getLocalTime(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get
LocalTimevalue atpos. - getLong(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a long value at
pos. - getNumeric(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get
Numericvalue atpos. - getOffsetDateTime(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get
OffsetDateTimevalue atpos. - getOffsetTime(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get
OffsetTimevalue atpos. - getPool() - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- getQueryByIdSql() - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
- getQuerySql() - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
- getReturningAllSql() - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
- getShort(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a short value at
pos. - getSql(String, Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
- getSqlParams(Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
-
getSqlParams.
- getString(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a string value at
pos. - getTemporal(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a
Temporalvalue atpos. - getUpdateDynamicAllSql(StringBuilder, Object[]) - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
- getUpdateDynamicAllSql(StringBuilder, Object[], Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
- getUpdateDynamicSql(StringBuilder, Object[]) - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
- getUpdateDynamicSql(StringBuilder, Object[], Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
- getUpdateSql() - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
- getUpdateSql(StringBuilder, Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
- getUpsertSql() - Method in class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
- getUUID(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get
UUIDvalue atpos. - getValue(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an object value at
pos. - greaterThan(String, A) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
Creates a
LessThanquery which asserts that an attribute is greater than (but not equal to) a lower bound (i.e. - GreaterThan<O,A extends Comparable<A>> - Class in com.github.longdt.vertxorm.repository.postgresql.query
-
GreaterThan class.
- GreaterThan(String, A) - Constructor for class com.github.longdt.vertxorm.repository.postgresql.query.GreaterThan
-
Constructor for GreaterThan.
- GreaterThanEqual<O,A extends Comparable<A>> - Class in com.github.longdt.vertxorm.repository.postgresql.query
-
GreaterThanEqual class.
- GreaterThanEqual(String, A) - Constructor for class com.github.longdt.vertxorm.repository.postgresql.query.GreaterThanEqual
-
Constructor for GreaterThanEqual.
- greaterThanOrEqualTo(String, A) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
Creates a
GreaterThanquery which asserts that an attribute is greater than or equal to a lower bound (i.e.
H
- has(String) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
has.
- Has<E> - Class in com.github.longdt.vertxorm.repository.postgresql.query
-
Has class.
- Has(String) - Constructor for class com.github.longdt.vertxorm.repository.postgresql.query.Has
-
Constructor for Has.
I
- ilike(String, String) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
Creates a
ILikequery which asserts that an attribute contains with a certain string fragment. - ILike<E> - Class in com.github.longdt.vertxorm.repository.postgresql.query
-
ILike class.
- ILike(String, String) - Constructor for class com.github.longdt.vertxorm.repository.postgresql.query.ILike
-
Constructor for ILike.
- in(String, A...) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
Creates a
Inquery which asserts that an attribute has at least one value matching any value in a set of values. - in(String, List<A>) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
Creates a
Inquery which asserts that an attribute has at least one value matching any value in a set of values. - In<E,V> - Class in com.github.longdt.vertxorm.repository.postgresql.query
-
In class.
- In(String, List<V>) - Constructor for class com.github.longdt.vertxorm.repository.postgresql.query.In
- init(Pool, Configuration<ID, E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
-
init.
- insert(SqlConnection, E) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- insertAll(SqlConnection, Collection<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- io.vertx.pgclient.impl.codec - package io.vertx.pgclient.impl.codec
- io.vertx.sqlclient - package io.vertx.sqlclient
- isConditional() - Method in class com.github.longdt.vertxorm.repository.postgresql.query.RawQuery
- isContainedIn(String, String) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
Creates a
Queryquery which asserts that an attribute is contained in a certain string fragment. - isNull(String) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
isNull.
- IsNull<E> - Class in com.github.longdt.vertxorm.repository.postgresql.query
-
IsNull class.
- IsNull(String) - Constructor for class com.github.longdt.vertxorm.repository.postgresql.query.IsNull
-
Constructor for IsNull.
J
L
- lessThan(String, A) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
Creates a
LessThanquery which asserts that an attribute is less than (but not equal to) an upper bound (i.e. - LessThan<O,A extends Comparable<A>> - Class in com.github.longdt.vertxorm.repository.postgresql.query
-
LessThan class.
- LessThan(String, A) - Constructor for class com.github.longdt.vertxorm.repository.postgresql.query.LessThan
-
Constructor for LessThan.
- LessThanEqual<O,A extends Comparable<A>> - Class in com.github.longdt.vertxorm.repository.postgresql.query
-
LessThanEqual class.
- LessThanEqual(String, A) - Constructor for class com.github.longdt.vertxorm.repository.postgresql.query.LessThanEqual
-
Constructor for LessThanEqual.
- lessThanOrEqualTo(String, A) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
Creates a
LessThanEqualquery which asserts that an attribute is less than or equal to an upper bound (i.e. - like(String, String) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
Creates a
Likequery which asserts that an attribute contains with a certain string fragment. - Like<E> - Class in com.github.longdt.vertxorm.repository.postgresql.query
-
Like class.
- Like(String, String) - Constructor for class com.github.longdt.vertxorm.repository.postgresql.query.Like
-
Constructor for Like.
M
- merge(SqlConnection, E) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- merge(SqlConnection, E, Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- mergeAll(SqlConnection, E, Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- mergeAll(SqlConnection, Collection<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
N
- none() - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
Creates a query which matches no objects in the collection.
This is equivalent to a literal boolean 'false'. - not(Query<O>) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
Creates a
Notquery, representing a logical negation of a child query, which when evaluated yields the set complement of the result set from the child query. - notEqual(String, Object) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
notEqual.
- NotEqual<E> - Class in com.github.longdt.vertxorm.repository.postgresql.query
-
NotEqual class.
- NotEqual(String, Object) - Constructor for class com.github.longdt.vertxorm.repository.postgresql.query.NotEqual
-
Constructor for NotEqual.
O
- of(Object) - Static method in interface io.vertx.sqlclient.Tuple
-
Create a tuple of one element.
- of(Object, Object) - Static method in interface io.vertx.sqlclient.Tuple
-
Create a tuple of two elements.
- of(Object, Object...) - Static method in interface io.vertx.sqlclient.Tuple
-
Create a tuple of an arbitrary number of elements.
- of(Object, Object, Object) - Static method in interface io.vertx.sqlclient.Tuple
-
Create a tuple of three elements.
- of(Object, Object, Object, Object) - Static method in interface io.vertx.sqlclient.Tuple
-
Create a tuple of four elements.
- of(Object, Object, Object, Object, Object) - Static method in interface io.vertx.sqlclient.Tuple
-
Create a tuple of five elements.
- of(Object, Object, Object, Object, Object, Object) - Static method in interface io.vertx.sqlclient.Tuple
-
Create a tuple of six elements.
- or(Query<O>, Query<O>) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
Creates an
Orquery, representing a logical OR on child queries, which when evaluated yields the set union of the result sets from child queries. - or(Query<O>, Query<O>, Query<O>...) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
Creates an
Orquery, representing a logical OR on child queries, which when evaluated yields the set union of the result sets from child queries. - or(Query<O>, Query<O>, Collection<Query<O>>) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
Creates an
Orquery, representing a logical OR on child queries, which when evaluated yields the set union of the result sets from child queries.
P
- parametersMapper - Variable in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- pool - Variable in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
Q
- QueryFactory - Class in com.github.longdt.vertxorm.repository.postgresql.query
-
QueryFactory class.
- QueryFactory() - Constructor for class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
- querySql - Variable in class com.github.longdt.vertxorm.repository.postgresql.query.RawQuery
R
- raw(String) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
raw.
- raw(String, Object...) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
raw.
- RawQuery<E> - Class in com.github.longdt.vertxorm.repository.postgresql.query
-
RawQuery class.
- RawQuery(String) - Constructor for class com.github.longdt.vertxorm.repository.postgresql.query.RawQuery
-
Constructor for RawQuery.
- RawQuery(String, Tuple) - Constructor for class com.github.longdt.vertxorm.repository.postgresql.query.RawQuery
-
Constructor for RawQuery.
- RawQuery(String, Object...) - Constructor for class com.github.longdt.vertxorm.repository.postgresql.query.RawQuery
-
Constructor for RawQuery.
- rowMapper - Variable in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
S
- save(SqlConnection, E) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- saveAll(SqlConnection, Collection<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- size() - Method in interface io.vertx.sqlclient.Tuple
- sqlSupport - Variable in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- SqlSupportImpl - Class in com.github.longdt.vertxorm.repository.postgresql
-
SqlSupportImpl class.
- SqlSupportImpl(String, List<String>) - Constructor for class com.github.longdt.vertxorm.repository.postgresql.SqlSupportImpl
-
Constructor for SqlSupportImpl.
- startsWith(String, String) - Static method in class com.github.longdt.vertxorm.repository.postgresql.query.QueryFactory
-
Creates a
Likequery which asserts that an attribute starts with a certain string fragment.
T
- toBatch(Collection<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- toBatch(Collection<E>, Function<Object[], Tuple>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- toEntity(RowSet<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
-
toEntity.
- tuple() - Static method in interface io.vertx.sqlclient.Tuple
- tuple(List<Object>) - Static method in interface io.vertx.sqlclient.Tuple
-
Create a tuple with the provided
elementslist. - Tuple - Interface in io.vertx.sqlclient
-
A general purpose tuple.
- types() - Method in interface io.vertx.sqlclient.Tuple
U
- update(SqlConnection, E) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- update(SqlConnection, E, Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- updateAll(SqlConnection, Collection<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- updateDynamic(SqlConnection, E) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- updateDynamic(SqlConnection, E, Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- updateDynamicAll(SqlConnection, E, Query<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
- updateDynamicAll(SqlConnection, Collection<E>) - Method in class com.github.longdt.vertxorm.repository.postgresql.AbstractCrudRepository
W
- wrap(Object[]) - Static method in interface io.vertx.sqlclient.Tuple
-
Wrap the provided
arraywith a tuple. - wrap(List<T>) - Static method in interface io.vertx.sqlclient.Tuple
-
Wrap the provided
listwith a tuple.
All Classes All Packages