abs(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
abs(Integer) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
abs(Float) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
abs(Double) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
absolute(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
AbstractExpression - com.github.braisdom.objsql.sql 中的类
AbstractExpression() - 类 的构造器com.github.braisdom.objsql.sql.AbstractExpression
AbstractKeyedHandler <K ,V > - com.github.braisdom.objsql.jdbc.handlers 中的类
ResultSetHandler implementation that returns a Map.
AbstractKeyedHandler() - 类 的构造器com.github.braisdom.objsql.jdbc.handlers.AbstractKeyedHandler
AbstractListHandler <T > - com.github.braisdom.objsql.jdbc.handlers 中的类
Abstract class that simplify development of ResultSetHandler
classes that convert ResultSet into List.
AbstractListHandler() - 类 的构造器com.github.braisdom.objsql.jdbc.handlers.AbstractListHandler
AbstractPersistence <T > - com.github.braisdom.objsql 中的类
The class provides abstracted method of SQL construction.
AbstractPersistence(Class<T>) - 类 的构造器com.github.braisdom.objsql.AbstractPersistence
AbstractPersistence(DomainModelDescriptor) - 类 的构造器com.github.braisdom.objsql.AbstractPersistence
AbstractQuery <T > - com.github.braisdom.objsql 中的类
The class provides the default implementations of structure of SQL
AbstractQuery(Class<T>) - 类 的构造器com.github.braisdom.objsql.AbstractQuery
AbstractQuery(DomainModelDescriptor<T>) - 类 的构造器com.github.braisdom.objsql.AbstractQuery
AbstractQueryRunner - com.github.braisdom.objsql.jdbc 中的类
The base class for QueryRunner & AsyncQueryRunner.
AbstractQueryRunner() - 类 的构造器com.github.braisdom.objsql.jdbc.AbstractQueryRunner
Default constructor, sets pmdKnownBroken to false and ds to null.
AbstractQueryRunner(boolean) - 类 的构造器com.github.braisdom.objsql.jdbc.AbstractQueryRunner
Constructor to control the use of ParameterMetaData.
AbstractQueryRunner(DataSource) - 类 的构造器com.github.braisdom.objsql.jdbc.AbstractQueryRunner
Constructor to provide a DataSource.
AbstractQueryRunner(DataSource, boolean) - 类 的构造器com.github.braisdom.objsql.jdbc.AbstractQueryRunner
Constructor to provide a DataSource and control the use of
ParameterMetaData.
AbstractTable - com.github.braisdom.objsql.sql 中的类
AbstractTable(Class) - 类 的构造器com.github.braisdom.objsql.sql.AbstractTable
AbstractTableRow - com.github.braisdom.objsql 中的类
AbstractTableRow() - 类 的构造器com.github.braisdom.objsql.AbstractTableRow
acos(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
acos(Float) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
acos(Double) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
acos(Integer) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
add(ArrayList<T>, T) - 类 中的静态方法com.github.braisdom.objsql.util.ArrayUtil
addArrayParameter(String, Class<?>) - 类 中的方法com.github.braisdom.objsql.apt.MethodBuilder
addDate(String, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.PostgreSql
addDate(Expression, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.PostgreSql
addDays(Expression, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
addDays(String, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
addHour(String, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.PostgreSql
addHour(Expression, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.PostgreSql
addHours(Expression, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
addHours(String, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
addMonth(Expression, Integer) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Oracle
addMonths(Expression, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
addMonths(String, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
addParameter(JCTree.JCVariableDecl...) - 类 中的方法com.github.braisdom.objsql.apt.MethodBuilder
addParameter(String, JCTree.JCExpression, JCTree.JCExpression...) - 类 中的方法com.github.braisdom.objsql.apt.MethodBuilder
addParameter(String, JCTree.JCExpression, List<JCTree.JCExpression>) - 类 中的方法com.github.braisdom.objsql.apt.MethodBuilder
addParameter(String, Class<?>) - 类 中的方法com.github.braisdom.objsql.apt.MethodBuilder
addParameter(Name, Class<?>) - 类 中的方法com.github.braisdom.objsql.apt.MethodBuilder
addParameter(String, JCTree.JCExpression) - 类 中的方法com.github.braisdom.objsql.apt.MethodBuilder
addParameter(Name, JCTree.JCExpression) - 类 中的方法com.github.braisdom.objsql.apt.MethodBuilder
addPlural(String, String) - 类 中的静态方法com.github.braisdom.objsql.util.WordUtil
Adds more pairs of single and plural words.
addStatement(JCTree.JCStatement) - 类 中的方法com.github.braisdom.objsql.apt.MethodBuilder
addStatements(List<JCTree.JCStatement>) - 类 中的方法com.github.braisdom.objsql.apt.MethodBuilder
addThrowsClauses(JCTree.JCExpression) - 类 中的方法com.github.braisdom.objsql.apt.MethodBuilder
addVarargsParameter(String, Class) - 类 中的方法com.github.braisdom.objsql.apt.MethodBuilder
addVarargsParameter(String, JCTree.JCExpression) - 类 中的方法com.github.braisdom.objsql.apt.MethodBuilder
addVarargsParameter(Name, JCTree.JCExpression) - 类 中的方法com.github.braisdom.objsql.apt.MethodBuilder
addWeeks(Expression, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
addWeeks(String, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
addYears(Expression, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
addYears(String, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
afterLast() - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
aFunctionThatUnsafelyThrowsUnchecked(FunctionWithThrowable<T, R, E>) - 接口 中的静态方法com.github.braisdom.objsql.util.FunctionWithThrowable
Utility method to unwrap lambdas of type Function and withUncheckedThrowable any Exception
aheadElement(Class<T>, T[], T) - 类 中的静态方法com.github.braisdom.objsql.util.ArrayUtil
and(LogicalExpression, LogicalExpression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
and(boolean, boolean) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
and(LogicalExpression) - 类 中的方法com.github.braisdom.objsql.sql.expression.ColumnExpression
and(LogicalExpression) - 类 中的方法com.github.braisdom.objsql.sql.expression.LikeException
AND - 类 中的静态变量com.github.braisdom.objsql.sql.expression.PolynaryExpression
and(LogicalExpression) - 类 中的方法com.github.braisdom.objsql.sql.expression.PolynaryExpression
and(Expression, Expression, Expression...) - 类 中的静态方法com.github.braisdom.objsql.sql.Expressions
and(LogicalExpression) - 接口 中的方法com.github.braisdom.objsql.sql.LogicalExpression
AnnotationValues - com.github.braisdom.objsql.apt 中的类
AnnotationValues(Tree, ClassLoader) - 类 的构造器com.github.braisdom.objsql.apt.AnnotationValues
Ansi - 类 中的静态变量com.github.braisdom.objsql.DatabaseType
Ansi - com.github.braisdom.objsql.sql.function 中的类
Ansi() - 类 的构造器com.github.braisdom.objsql.sql.function.Ansi
any(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
append(JCTree.JCExpression, String, Class, String, List<JCTree.JCExpression>) - 类 中的方法com.github.braisdom.objsql.apt.StatementBuilder
append(String, String, JCTree.JCExpression...) - 类 中的方法com.github.braisdom.objsql.apt.StatementBuilder
append(String, JCTree.JCExpression...) - 类 中的方法com.github.braisdom.objsql.apt.StatementBuilder
append(Class, String, JCTree.JCExpression...) - 类 中的方法com.github.braisdom.objsql.apt.StatementBuilder
append(Class, String, Class, String, JCTree.JCExpression...) - 类 中的方法com.github.braisdom.objsql.apt.StatementBuilder
append(JCTree.JCExpression, String, Class, String, JCTree.JCExpression...) - 类 中的方法com.github.braisdom.objsql.apt.StatementBuilder
append(JCTree.JCExpression, String, String, String, JCTree.JCExpression...) - 类 中的方法com.github.braisdom.objsql.apt.StatementBuilder
append(JCTree.JCExpression, String, String, JCTree.JCExpression...) - 类 中的方法com.github.braisdom.objsql.apt.StatementBuilder
append(String, String, List<JCTree.JCExpression>) - 类 中的方法com.github.braisdom.objsql.apt.StatementBuilder
append(JCTree.JCExpression, String, JCTree.JCExpression) - 类 中的方法com.github.braisdom.objsql.apt.StatementBuilder
append(JCTree.JCStatement) - 类 中的方法com.github.braisdom.objsql.apt.StatementBuilder
append(JCTree.JCStatement...) - 类 中的方法com.github.braisdom.objsql.apt.StatementBuilder
append(List<JCTree.JCStatement>) - 类 中的方法com.github.braisdom.objsql.apt.StatementBuilder
appendElement(Class<T>, T[], T) - 类 中的静态方法com.github.braisdom.objsql.util.ArrayUtil
apply() - 接口 中的方法com.github.braisdom.objsql.Databases.Benchmarkable
apply(Connection, SQLExecutor<T>) - 接口 中的方法com.github.braisdom.objsql.Databases.DatabaseInvoke
apply(Connection, SQLExecutor) - 接口 中的方法com.github.braisdom.objsql.Databases.TransactionalExecutor
apply(T) - 接口 中的方法com.github.braisdom.objsql.util.FunctionWithThrowable
Overridden method of FunctionWithThrowable that will call applyWithThrowable, but catching any exceptions.
applyWithThrowable(T) - 接口 中的方法com.github.braisdom.objsql.util.FunctionWithThrowable
Functional method that will throw exceptions.
APTBuilder - com.github.braisdom.objsql.apt 中的类
APTBuilder(TreeMaker, Names) - 类 的构造器com.github.braisdom.objsql.apt.APTBuilder
APTBuilder(JCTree.JCClassDecl, Element, JCTree, TreeMaker, Names, Messager) - 类 的构造器com.github.braisdom.objsql.apt.APTBuilder
ArrayHandler - com.github.braisdom.objsql.jdbc.handlers 中的类
ResultSetHandler implementation that converts a
ResultSet into an Object[].
ArrayHandler() - 类 的构造器com.github.braisdom.objsql.jdbc.handlers.ArrayHandler
Creates a new instance of ArrayHandler using a
BasicRowProcessor for conversion.
ArrayHandler(RowProcessor) - 类 的构造器com.github.braisdom.objsql.jdbc.handlers.ArrayHandler
Creates a new instance of ArrayHandler.
ArrayListHandler - com.github.braisdom.objsql.jdbc.handlers 中的类
ResultSetHandler implementation that converts the
ResultSet into a List of Object[]s.
ArrayListHandler() - 类 的构造器com.github.braisdom.objsql.jdbc.handlers.ArrayListHandler
Creates a new instance of ArrayListHandler using a
BasicRowProcessor for conversions.
ArrayListHandler(RowProcessor) - 类 的构造器com.github.braisdom.objsql.jdbc.handlers.ArrayListHandler
Creates a new instance of ArrayListHandler.
ArrayUtil - com.github.braisdom.objsql.util 中的类
ArrayUtils contains some methods that you can call to find out
the most efficient increments by which to grow arrays.
as(String) - 类 中的方法com.github.braisdom.objsql.sql.AbstractExpression
as(String) - 类 中的方法com.github.braisdom.objsql.sql.DefaultColumn
as(String) - 接口 中的方法com.github.braisdom.objsql.sql.Expression
as(String) - 类 中的方法com.github.braisdom.objsql.sql.expression.EqualsExpression
as(String) - 类 中的方法com.github.braisdom.objsql.sql.expression.InExpression
as(String) - 类 中的方法com.github.braisdom.objsql.sql.expression.JoinExpression
as(String) - 类 中的方法com.github.braisdom.objsql.sql.expression.LikeException
as(String) - 类 中的方法com.github.braisdom.objsql.sql.expression.NullExpression
asc() - 接口 中的方法com.github.braisdom.objsql.sql.Column
asc() - 类 中的方法com.github.braisdom.objsql.sql.DefaultColumn
asFunctionWithThrowable(Function<T, R>) - 接口 中的静态方法com.github.braisdom.objsql.util.FunctionWithThrowable
Utility method to convert FunctionWithThrowable
asin(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
asin(Float) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
asin(Double) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
asin(Integer) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
AsyncQueryRunner - com.github.braisdom.objsql.jdbc 中的类
Executes SQL queries with pluggable strategies for handling
ResultSets.
AsyncQueryRunner(ExecutorService, QueryRunner) - 类 的构造器com.github.braisdom.objsql.jdbc.AsyncQueryRunner
Constructor for AsyncQueryRunner which uses a provided ExecutorService and underlying QueryRunner.
AsyncQueryRunner(ExecutorService) - 类 的构造器com.github.braisdom.objsql.jdbc.AsyncQueryRunner
Constructor for AsyncQueryRunner.
AsyncQueryRunner(boolean, ExecutorService) - 类 的构造器com.github.braisdom.objsql.jdbc.AsyncQueryRunner
AsyncQueryRunner(DataSource, ExecutorService) - 类 的构造器com.github.braisdom.objsql.jdbc.AsyncQueryRunner
AsyncQueryRunner(DataSource, boolean, ExecutorService) - 类 的构造器com.github.braisdom.objsql.jdbc.AsyncQueryRunner
AsyncQueryRunner.BatchCallableStatement - com.github.braisdom.objsql.jdbc 中的类
AsyncQueryRunner.QueryCallableStatement <T > - com.github.braisdom.objsql.jdbc 中的类
Class that encapsulates the continuation for query calls.
AsyncQueryRunner.UpdateCallableStatement - com.github.braisdom.objsql.jdbc 中的类
atan(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
atan(Float) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
atan(Double) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
atan(Integer) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
attachAlias(String) - 类 中的方法com.github.braisdom.objsql.sql.AbstractExpression
avg(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
base64Decode(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
base64Decode(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
base64Encode(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
base64Encode(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
BaseResultSetHandler <T > - com.github.braisdom.objsql.jdbc 中的类
Extensions of this class convert ResultSets into other objects.
BaseResultSetHandler() - 类 的构造器com.github.braisdom.objsql.jdbc.BaseResultSetHandler
BasicRowProcessor - com.github.braisdom.objsql.jdbc 中的类
Basic implementation of the RowProcessor interface.
BasicRowProcessor() - 类 的构造器com.github.braisdom.objsql.jdbc.BasicRowProcessor
BasicRowProcessor constructor.
BasicRowProcessor(BeanProcessor) - 类 的构造器com.github.braisdom.objsql.jdbc.BasicRowProcessor
BasicRowProcessor constructor.
batch(Connection, String, Object[][]) - 类 中的方法com.github.braisdom.objsql.jdbc.AsyncQueryRunner
Execute a batch of SQL INSERT, UPDATE, or DELETE queries.
batch(String, Object[][]) - 类 中的方法com.github.braisdom.objsql.jdbc.AsyncQueryRunner
Execute a batch of SQL INSERT, UPDATE, or DELETE queries.
batch(Connection, String, Object[][]) - 类 中的方法com.github.braisdom.objsql.jdbc.QueryRunner
Execute a batch of SQL INSERT, UPDATE, or DELETE queries.
batch(String, Object[][]) - 类 中的方法com.github.braisdom.objsql.jdbc.QueryRunner
Execute a batch of SQL INSERT, UPDATE, or DELETE queries.
BatchCallableStatement(String, Object[][], Connection, boolean, PreparedStatement) - 类 的构造器com.github.braisdom.objsql.jdbc.AsyncQueryRunner.BatchCallableStatement
已过时。
Creates a new BatchCallableStatement instance.
BeanHandler <T > - com.github.braisdom.objsql.jdbc.handlers 中的类
ResultSetHandler implementation that converts the first
ResultSet row into a JavaBean.
BeanHandler(Class<T>) - 类 的构造器com.github.braisdom.objsql.jdbc.handlers.BeanHandler
Creates a new instance of BeanHandler.
BeanHandler(Class<T>, RowProcessor) - 类 的构造器com.github.braisdom.objsql.jdbc.handlers.BeanHandler
Creates a new instance of BeanHandler.
BeanListHandler <T > - com.github.braisdom.objsql.jdbc.handlers 中的类
ResultSetHandler implementation that converts a
ResultSet into a List of beans.
BeanListHandler(Class<T>) - 类 的构造器com.github.braisdom.objsql.jdbc.handlers.BeanListHandler
Creates a new instance of BeanListHandler.
BeanListHandler(Class<T>, RowProcessor) - 类 的构造器com.github.braisdom.objsql.jdbc.handlers.BeanListHandler
Creates a new instance of BeanListHandler.
BeanMapHandler <K ,V > - com.github.braisdom.objsql.jdbc.handlers 中的类
ResultSetHandler implementation that returns a Map of Beans.
BeanMapHandler(Class<V>) - 类 的构造器com.github.braisdom.objsql.jdbc.handlers.BeanMapHandler
Creates a new instance of BeanMapHandler.
BeanMapHandler(Class<V>, RowProcessor) - 类 的构造器com.github.braisdom.objsql.jdbc.handlers.BeanMapHandler
Creates a new instance of BeanMapHandler.
BeanMapHandler(Class<V>, int) - 类 的构造器com.github.braisdom.objsql.jdbc.handlers.BeanMapHandler
Creates a new instance of BeanMapHandler.
BeanMapHandler(Class<V>, String) - 类 的构造器com.github.braisdom.objsql.jdbc.handlers.BeanMapHandler
Creates a new instance of BeanMapHandler.
BeanModelDescriptor <T > - com.github.braisdom.objsql 中的类
The default implementation for DomainModelDescriptor with JavaBean
BeanModelDescriptor(Class<T>) - 类 的构造器com.github.braisdom.objsql.BeanModelDescriptor
BeanProcessor - com.github.braisdom.objsql.jdbc 中的类
BeanProcessor matches column names to bean property names
and converts ResultSet columns into objects for those bean
properties.
BeanProcessor() - 类 的构造器com.github.braisdom.objsql.jdbc.BeanProcessor
Constructor for BeanProcessor.
BeanProcessor(Map<String, String>) - 类 的构造器com.github.braisdom.objsql.jdbc.BeanProcessor
Constructor for BeanProcessor configured with column to property name overrides.
beforeFirst() - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
BelongsToProcessor - com.github.braisdom.objsql.relation 中的类
BelongsToProcessor() - 类 的构造器com.github.braisdom.objsql.relation.BelongsToProcessor
between(Expression, Expression) - 接口 中的方法com.github.braisdom.objsql.sql.Column
between(String, String) - 接口 中的方法com.github.braisdom.objsql.sql.Column
between(Integer, Integer) - 接口 中的方法com.github.braisdom.objsql.sql.Column
between(Long, Long) - 接口 中的方法com.github.braisdom.objsql.sql.Column
between(Expression, Expression) - 类 中的方法com.github.braisdom.objsql.sql.DefaultColumn
BetweenExpression - com.github.braisdom.objsql.sql.expression 中的类
BetweenExpression(boolean, Expression, Expression) - 类 的构造器com.github.braisdom.objsql.sql.expression.BetweenExpression
build(String, int) - 类 中的方法com.github.braisdom.objsql.apt.MethodBuilder
build() - 类 中的方法com.github.braisdom.objsql.apt.StatementBuilder
buildCountSQL(String) - 接口 中的方法com.github.braisdom.objsql.pagination.PagedSQLBuilder
Builds counting SQL by given query SQL.
buildQuerySQL(Page, String, DomainModelDescriptor) - 类 中的方法com.github.braisdom.objsql.pagination.impl.MsSQLServerPagedSQLBuilder
buildQuerySQL(Page, String, DomainModelDescriptor) - 类 中的方法com.github.braisdom.objsql.pagination.impl.MySQLPagedSQLBuilder
buildQuerySQL(Page, String, DomainModelDescriptor) - 类 中的方法com.github.braisdom.objsql.pagination.impl.OraclePagedSQLBuilder
buildQuerySQL(Page, String, DomainModelDescriptor) - 接口 中的方法com.github.braisdom.objsql.pagination.PagedSQLBuilder
Builds paged querying SQLby given SQL.
calculatePageCount(long) - 类 中的方法com.github.braisdom.objsql.pagination.Page
call() - 类 中的方法com.github.braisdom.objsql.jdbc.AsyncQueryRunner.BatchCallableStatement
已过时。
The actual call to executeBatch.
call() - 类 中的方法com.github.braisdom.objsql.jdbc.AsyncQueryRunner.QueryCallableStatement
The actual call to handle() method.
call() - 类 中的方法com.github.braisdom.objsql.jdbc.AsyncQueryRunner.UpdateCallableStatement
已过时。
The actual call to executeUpdate() method.
camelize(String) - 类 中的静态方法com.github.braisdom.objsql.util.WordUtil
Converts string to Camel case.
camelize(String, boolean) - 类 中的静态方法com.github.braisdom.objsql.util.WordUtil
Converts string to Camel case.
cancelRowUpdates() - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
CaseExpression - com.github.braisdom.objsql.sql.expression 中的类
CaseExpression() - 类 的构造器com.github.braisdom.objsql.sql.expression.CaseExpression
CaseExpression(Expression) - 类 的构造器com.github.braisdom.objsql.sql.expression.CaseExpression
cast(String, String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
cast(int, String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
cast(float, String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
cast(Expression, String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
cast(Expression, Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
castFunctionWithThrowable(FunctionWithThrowable<T, R, E>) - 接口 中的静态方法com.github.braisdom.objsql.util.FunctionWithThrowable
Utility method to mark lambdas of type FunctionWithThrowable
catchObjects(Class, List) - 类 中的方法com.github.braisdom.objsql.relation.RelationshipNetwork
ceil(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
ceil(Float) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
ceil(Double) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
chainDots(String, String, String...) - 类 中的方法com.github.braisdom.objsql.apt.APTBuilder
chainDots(String...) - 类 中的方法com.github.braisdom.objsql.apt.APTBuilder
chainDots(int, String, String, String...) - 类 中的方法com.github.braisdom.objsql.apt.APTBuilder
ClassBuilder - com.github.braisdom.objsql.apt 中的类
ClassBuilder() - 类 的构造器com.github.braisdom.objsql.apt.ClassBuilder
classDef(int, String, Class) - 类 中的方法com.github.braisdom.objsql.apt.APTBuilder
classify(String) - 类 中的静态方法com.github.braisdom.objsql.util.WordUtil
Returns a entityClass class tableName corresponding to the input database
table tableName.
classRef(String) - 类 中的方法com.github.braisdom.objsql.apt.APTBuilder
classRef(Class<?>) - 类 中的方法com.github.braisdom.objsql.apt.APTBuilder
ClassUtils - com.github.braisdom.objsql.reflection 中的类
clearCurrentThreadConnection() - 类 中的静态方法com.github.braisdom.objsql.Databases
clearWarnings() - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
ClickHouse - com.github.braisdom.objsql.sql.function 中的类
ClickHouse() - 类 的构造器com.github.braisdom.objsql.sql.function.ClickHouse
close(Connection) - 类 中的方法com.github.braisdom.objsql.jdbc.AbstractQueryRunner
Close a Connection.
close(Statement) - 类 中的方法com.github.braisdom.objsql.jdbc.AbstractQueryRunner
Close a Statement.
close(ResultSet) - 类 中的方法com.github.braisdom.objsql.jdbc.AbstractQueryRunner
Close a ResultSet.
close() - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
close(Connection) - 类 中的静态方法com.github.braisdom.objsql.jdbc.DbUtils
Close a Connection, avoid closing if null.
close(ResultSet) - 类 中的静态方法com.github.braisdom.objsql.jdbc.DbUtils
Close a ResultSet, avoid closing if null.
close(Statement) - 类 中的静态方法com.github.braisdom.objsql.jdbc.DbUtils
Close a Statement, avoid closing if null.
closeQuietly(Connection) - 类 中的静态方法com.github.braisdom.objsql.jdbc.DbUtils
Close a Connection, avoid closing if null and hide
any SQLExceptions that occur.
closeQuietly(Connection, Statement, ResultSet) - 类 中的静态方法com.github.braisdom.objsql.jdbc.DbUtils
Close a Connection, Statement and
ResultSet.
closeQuietly(ResultSet) - 类 中的静态方法com.github.braisdom.objsql.jdbc.DbUtils
Close a ResultSet, avoid closing if null and hide any
SQLExceptions that occur.
closeQuietly(Statement) - 类 中的静态方法com.github.braisdom.objsql.jdbc.DbUtils
Close a Statement, avoid closing if null and hide
any SQLExceptions that occur.
col(String) - 类 中的方法com.github.braisdom.objsql.sql.Select
Column - com.github.braisdom.objsql.annotations 中的注释类型
The annotation is used for mapping the column and field of Java Bean.
Column - com.github.braisdom.objsql.sql 中的接口
It describes a column of database, and defines the operators between
column and expressions.
column(Dataset, String) - 类 中的静态方法com.github.braisdom.objsql.sql.Expressions
ColumnExpression - com.github.braisdom.objsql.sql.expression 中的类
ColumnExpression(Column, Expression) - 类 的构造器com.github.braisdom.objsql.sql.expression.ColumnExpression
columnIndex - 类 中的变量com.github.braisdom.objsql.jdbc.handlers.KeyedHandler
The column index to retrieve key values from.
ColumnListHandler <T > - com.github.braisdom.objsql.jdbc.handlers 中的类
ResultSetHandler implementation that converts one
ResultSet column into a List of
Objects.
ColumnListHandler() - 类 的构造器com.github.braisdom.objsql.jdbc.handlers.ColumnListHandler
Creates a new instance of ColumnListHandler.
ColumnListHandler(int) - 类 的构造器com.github.braisdom.objsql.jdbc.handlers.ColumnListHandler
Creates a new instance of ColumnListHandler.
ColumnListHandler(String) - 类 的构造器com.github.braisdom.objsql.jdbc.handlers.ColumnListHandler
Creates a new instance of ColumnListHandler.
columnName - 类 中的变量com.github.braisdom.objsql.jdbc.handlers.KeyedHandler
The column name to retrieve key values from.
ColumnTransition <T > - com.github.braisdom.objsql.transition 中的接口
A transition between database and Java bean.
com.github.braisdom.objsql - 程序包 com.github.braisdom.objsql
com.github.braisdom.objsql.annotations - 程序包 com.github.braisdom.objsql.annotations
com.github.braisdom.objsql.apt - 程序包 com.github.braisdom.objsql.apt
com.github.braisdom.objsql.javac - 程序包 com.github.braisdom.objsql.javac
com.github.braisdom.objsql.jdbc - 程序包 com.github.braisdom.objsql.jdbc
com.github.braisdom.objsql.jdbc.handlers - 程序包 com.github.braisdom.objsql.jdbc.handlers
com.github.braisdom.objsql.jdbc.wrappers - 程序包 com.github.braisdom.objsql.jdbc.wrappers
com.github.braisdom.objsql.pagination - 程序包 com.github.braisdom.objsql.pagination
com.github.braisdom.objsql.pagination.impl - 程序包 com.github.braisdom.objsql.pagination.impl
com.github.braisdom.objsql.reflection - 程序包 com.github.braisdom.objsql.reflection
com.github.braisdom.objsql.relation - 程序包 com.github.braisdom.objsql.relation
com.github.braisdom.objsql.sql - 程序包 com.github.braisdom.objsql.sql
com.github.braisdom.objsql.sql.expression - 程序包 com.github.braisdom.objsql.sql.expression
com.github.braisdom.objsql.sql.function - 程序包 com.github.braisdom.objsql.sql.function
com.github.braisdom.objsql.transition - 程序包 com.github.braisdom.objsql.transition
com.github.braisdom.objsql.util - 程序包 com.github.braisdom.objsql.util
commitAndClose(Connection) - 类 中的静态方法com.github.braisdom.objsql.jdbc.DbUtils
Commits a Connection then closes it, avoid closing if null.
commitAndCloseQuietly(Connection) - 类 中的静态方法com.github.braisdom.objsql.jdbc.DbUtils
Commits a Connection then closes it, avoid closing if null
and hide any SQLExceptions that occur.
ComparableExpression - com.github.braisdom.objsql.sql 中的接口
concat(Expression...) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
concatWs(String, Expression...) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MySQL
concatWs(String, Expression...) - 类 中的静态方法com.github.braisdom.objsql.sql.function.PostgreSql
ConnectionFactory - com.github.braisdom.objsql 中的接口
A factory for creating the Connection of database, it is necessary
for ObjectiveSql in runtime.
contains(T[], T) - 类 中的静态方法com.github.braisdom.objsql.util.ArrayUtil
Checks that value is present as at least one of the elements of the array.
contains(int[], int) - 类 中的静态方法com.github.braisdom.objsql.util.ArrayUtil
contains(long[], long) - 类 中的静态方法com.github.braisdom.objsql.util.ArrayUtil
contains(ArrayList<T>, T) - 类 中的静态方法com.github.braisdom.objsql.util.ArrayUtil
containsAll(T[], T[]) - 类 中的静态方法com.github.braisdom.objsql.util.ArrayUtil
Test if all check items are contained in array.
convert - 类 中的变量com.github.braisdom.objsql.jdbc.handlers.KeyedHandler
The RowProcessor implementation to use when converting rows
into Objects.
convert(String, String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MsSqlServer
convert(int, String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MsSqlServer
convert(float, String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MsSqlServer
convert(Expression, String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MsSqlServer
convertDate(Expression, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MsSqlServer
convertDate(String, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MsSqlServer
copyNonDefaultValues(T, T, Collection<PropertyDescriptor>) - 类 中的静态方法com.github.braisdom.objsql.reflection.PropertyUtils
copyValue(T, T, PropertyDescriptor) - 类 中的静态方法com.github.braisdom.objsql.reflection.PropertyUtils
cos(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
cos(Float) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
cos(Double) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
cos(Integer) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
cosh(Integer) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Oracle
cosh(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Oracle
count() - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
Returns the number of rows returned by the query.
count(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
Returns number of input rows for which the value of expression is not null.
count(Class<?>, String, Object...) - 类 中的静态方法com.github.braisdom.objsql.Tables
COUNT_ALIAS - 接口 中的静态变量com.github.braisdom.objsql.pagination.PagedSQLBuilder
countDistinct(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
Returns number of input rows for which the value of expression is not null
and column value is distinct.
crc32(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
crc32(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
crc32(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MySQL
create(String, int) - 类 中的静态方法com.github.braisdom.objsql.DatabaseType
create(Class<?>) - 接口 中的方法com.github.braisdom.objsql.LoggerFactory
create(int, int) - 类 中的静态方法com.github.braisdom.objsql.pagination.Page
create(Class, Dataset, String) - 类 中的静态方法com.github.braisdom.objsql.sql.DefaultColumn
createCallableStatement(InvocationHandler) - 类 中的方法com.github.braisdom.objsql.jdbc.ProxyFactory
Creates a new proxy CallableStatement object.
createConnection(InvocationHandler) - 类 中的方法com.github.braisdom.objsql.jdbc.ProxyFactory
Creates a new proxy Connection object.
createConstructor(int, List<JCTree.JCVariableDecl>, List<JCTree.JCStatement>) - 类 中的方法com.github.braisdom.objsql.apt.APTBuilder
createDatabaseType(String, int) - 接口 中的方法com.github.braisdom.objsql.DatabaseTypeFactory
createDatabaseType(DataSource) - 接口 中的方法com.github.braisdom.objsql.DatabaseTypeFactory
createDriver(InvocationHandler) - 类 中的方法com.github.braisdom.objsql.jdbc.ProxyFactory
Creates a new proxy Driver object.
createEmptyList(Page) - 类 中的静态方法com.github.braisdom.objsql.pagination.DefaultPagedList
createKey(ResultSet) - 类 中的方法com.github.braisdom.objsql.jdbc.handlers.AbstractKeyedHandler
This factory method is called by handle() to retrieve the
key value from the current ResultSet row.
createKey(ResultSet) - 类 中的方法com.github.braisdom.objsql.jdbc.handlers.BeanMapHandler
This factory method is called by handle() to retrieve the
key value from the current ResultSet row.
createKey(ResultSet) - 类 中的方法com.github.braisdom.objsql.jdbc.handlers.KeyedHandler
This factory method is called by handle() to retrieve the
key value from the current ResultSet row.
createMap() - 类 中的方法com.github.braisdom.objsql.jdbc.handlers.AbstractKeyedHandler
This factory method is called by handle() to create the Map
to store records in.
createMethodBuilder() - 类 中的方法com.github.braisdom.objsql.apt.APTBuilder
createNewInstance(Class<T>) - 类 中的静态方法com.github.braisdom.objsql.reflection.ClassUtils
createNewInstanceLike(T) - 类 中的静态方法com.github.braisdom.objsql.reflection.ClassUtils
createOperatorExpr(APTBuilder, JCTree.JCBinary) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
createPagedSQLBuilder(DatabaseType) - 接口 中的方法com.github.braisdom.objsql.pagination.PagedSQLBuilderFactory
createPersistence(Class<T>) - 接口 中的方法com.github.braisdom.objsql.PersistenceFactory
createPersistence(DomainModelDescriptor<T>) - 接口 中的方法com.github.braisdom.objsql.PersistenceFactory
createPreparedStatement(InvocationHandler) - 类 中的方法com.github.braisdom.objsql.jdbc.ProxyFactory
Creates a new proxy PreparedStatement object.
createProcessor() - 类 中的方法com.github.braisdom.objsql.relation.Relationship
createQuery(Class<T>) - 接口 中的方法com.github.braisdom.objsql.QueryFactory
createQuerySQL(String) - 类 中的方法com.github.braisdom.objsql.DefaultQuery
createRelation(Class, String) - 类 中的静态方法com.github.braisdom.objsql.relation.Relationship
createResultSet(InvocationHandler) - 类 中的方法com.github.braisdom.objsql.jdbc.ProxyFactory
Creates a new proxy ResultSet object.
createResultSetMetaData(InvocationHandler) - 类 中的方法com.github.braisdom.objsql.jdbc.ProxyFactory
Creates a new proxy ResultSetMetaData object.
createRow(ResultSet) - 类 中的方法com.github.braisdom.objsql.jdbc.handlers.AbstractKeyedHandler
This factory method is called by handle() to store the
current ResultSet row in some object.
createRow(ResultSet) - 类 中的方法com.github.braisdom.objsql.jdbc.handlers.BeanMapHandler
createRow(ResultSet) - 类 中的方法com.github.braisdom.objsql.jdbc.handlers.KeyedHandler
This factory method is called by handle() to store the
current ResultSet row in some object.
createStatement(InvocationHandler) - 类 中的方法com.github.braisdom.objsql.jdbc.ProxyFactory
Creates a new proxy Statement object.
createStatementBuilder() - 类 中的方法com.github.braisdom.objsql.apt.APTBuilder
currentDate() - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
currentTimestamp() - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
ge(int, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(int, long) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(long, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(long, long) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(int, short) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(short, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(short, short) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(int, byte) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(byte, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(byte, byte) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(int, float) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(float, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(float, float) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(int, double) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(double, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(double, double) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(Expression, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(Expression, long) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(Expression, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(Expression, short) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(Expression, byte) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(Expression, float) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(Expression, double) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(long, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(int, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(short, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(byte, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(float, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(double, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
ge(Expression) - 类 中的方法com.github.braisdom.objsql.sql.AbstractExpression
ge(Expression) - 接口 中的方法com.github.braisdom.objsql.sql.ComparableExpression
ge(Long) - 接口 中的方法com.github.braisdom.objsql.sql.ComparableExpression
ge(Integer) - 接口 中的方法com.github.braisdom.objsql.sql.ComparableExpression
ge(Short) - 接口 中的方法com.github.braisdom.objsql.sql.ComparableExpression
ge(Byte) - 接口 中的方法com.github.braisdom.objsql.sql.ComparableExpression
ge(Double) - 接口 中的方法com.github.braisdom.objsql.sql.ComparableExpression
ge(Float) - 接口 中的方法com.github.braisdom.objsql.sql.ComparableExpression
GE - 类 中的静态变量com.github.braisdom.objsql.sql.expression.PolynaryExpression
generateUUIDv4() - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
GenerousBeanProcessor - com.github.braisdom.objsql.jdbc 中的类
Provides generous name matching (e.g. underscore-aware) from DB
columns to Java Bean properties.
GenerousBeanProcessor() - 类 的构造器com.github.braisdom.objsql.jdbc.GenerousBeanProcessor
Default constructor.
get() - 类 中的方法com.github.braisdom.objsql.apt.APTBuilder
get(int) - 类 中的方法com.github.braisdom.objsql.pagination.DefaultPagedList
get(int) - 接口 中的方法com.github.braisdom.objsql.pagination.PagedList
getAdaptedResultSet() - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getAlias() - 类 中的方法com.github.braisdom.objsql.sql.AbstractExpression
getAlias() - 接口 中的方法com.github.braisdom.objsql.sql.Dataset
getAlias(Dataset, boolean) - 类 中的方法com.github.braisdom.objsql.sql.DefaultExpressionContext
getAlias() - 接口 中的方法com.github.braisdom.objsql.sql.Expression
getAlias(Dataset, boolean) - 接口 中的方法com.github.braisdom.objsql.sql.ExpressionContext
getAllDeclaredMethods(Class<?>) - 类 中的静态方法com.github.braisdom.objsql.reflection.ClassUtils
getAllDeclaredMethodSignatures(Class<?>) - 类 中的静态方法com.github.braisdom.objsql.reflection.ClassUtils
getAnnotationClass() - 类 中的方法com.github.braisdom.objsql.apt.DomainModelCodeGenerator
getAnnotationClass() - 类 中的方法com.github.braisdom.objsql.apt.DomainModelProcessor
getAnnotationClass() - 类 中的方法com.github.braisdom.objsql.apt.QueryMethodCodeGenerator
getAnnotationClass() - 类 中的方法com.github.braisdom.objsql.apt.RelationFieldCodeGenerator
getAnnotationClass() - 类 中的方法com.github.braisdom.objsql.apt.TransactionalCodeGenerator
getAnnotationValue(Class<A>) - 类 中的方法com.github.braisdom.objsql.apt.AnnotationValues
getArray(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getArray(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getAsciiStream(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getAsciiStream(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getBaseClass() - 类 中的方法com.github.braisdom.objsql.relation.Relationship
getBigDecimal(int, int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
已过时。
getBigDecimal(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getBigDecimal(String, int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
已过时。
getBigDecimal(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getBinaryStream(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getBinaryStream(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getBlob(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getBlob(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getBoolean(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getBoolean(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getByte(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getByte(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getBytes(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getBytes(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getCharacterStream(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getCharacterStream(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getClassName() - 类 中的方法com.github.braisdom.objsql.apt.APTBuilder
getClob(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getClob(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getColumnizableFields(Class, boolean, boolean) - 类 中的方法com.github.braisdom.objsql.BeanModelDescriptor
getColumnName(Field) - 类 中的方法com.github.braisdom.objsql.BeanModelDescriptor
getColumnName(Class, String) - 类 中的静态方法com.github.braisdom.objsql.Tables
getColumns() - 类 中的方法com.github.braisdom.objsql.BeanModelDescriptor
getColumns() - 接口 中的方法com.github.braisdom.objsql.DomainModelDescriptor
getColumnTransition(String) - 类 中的方法com.github.braisdom.objsql.BeanModelDescriptor
getColumnTransition(String) - 接口 中的方法com.github.braisdom.objsql.TableRowAdapter
getConcurrency() - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getConnection(String) - 接口 中的方法com.github.braisdom.objsql.ConnectionFactory
Return a new connection of database, certainly, the connection can be retrieved
from a connection pool also.
getConnectionFactory() - 类 中的静态方法com.github.braisdom.objsql.Databases
getCountAlias() - 类 中的方法com.github.braisdom.objsql.pagination.impl.OraclePagedSQLBuilder
getCountAlias() - 接口 中的方法com.github.braisdom.objsql.pagination.PagedSQLBuilder
getCursorName() - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getDatabaseProductName() - 类 中的方法com.github.braisdom.objsql.DatabaseType
getDatabaseType() - 类 中的方法com.github.braisdom.objsql.sql.DefaultExpressionContext
getDatabaseType() - 接口 中的方法com.github.braisdom.objsql.sql.ExpressionContext
getDataset() - 类 中的方法com.github.braisdom.objsql.sql.DefaultColumn
getDataSource() - 类 中的方法com.github.braisdom.objsql.jdbc.AbstractQueryRunner
Returns the DataSource this runner is using.
getDataSourceName() - 类 中的方法com.github.braisdom.objsql.BeanModelDescriptor
getDataSourceName() - 接口 中的方法com.github.braisdom.objsql.DomainModelDescriptor
getDate(int, Calendar) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getDate(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getDate(String, Calendar) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getDate(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getDate() - 类 中的静态方法com.github.braisdom.objsql.sql.function.MsSqlServer
getDefaultDataSourceName() - 类 中的静态方法com.github.braisdom.objsql.Databases
getDefaultValue(Class<T>, PropertyDescriptor) - 类 中的静态方法com.github.braisdom.objsql.reflection.PropertyUtils
getDefaultValueObject(Class<?>) - 类 中的静态方法com.github.braisdom.objsql.reflection.PropertyUtils
getDomainModelClass() - 类 中的方法com.github.braisdom.objsql.BeanModelDescriptor
getDomainModelClass() - 类 中的方法com.github.braisdom.objsql.DynamicTableRowDescriptor
getDomainModelClass() - 接口 中的方法com.github.braisdom.objsql.TableRowAdapter
getDouble(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getDouble(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getExpressions() - 类 中的方法com.github.braisdom.objsql.sql.SqlFunctionCall
getFetchDirection() - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getFetchSize() - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getFieldDefaultValue(String) - 类 中的方法com.github.braisdom.objsql.BeanModelDescriptor
getFieldDefaultValue(String) - 接口 中的方法com.github.braisdom.objsql.TableRowAdapter
getFieldName(String) - 类 中的方法com.github.braisdom.objsql.BeanModelDescriptor
getFieldName(String) - 类 中的方法com.github.braisdom.objsql.DynamicTableRowDescriptor
getFieldName(String) - 接口 中的方法com.github.braisdom.objsql.TableRowAdapter
getFields() - 类 中的方法com.github.braisdom.objsql.apt.APTBuilder
getFieldType(String) - 类 中的方法com.github.braisdom.objsql.BeanModelDescriptor
getFieldType(String) - 类 中的方法com.github.braisdom.objsql.DynamicTableRowDescriptor
getFieldType(String) - 接口 中的方法com.github.braisdom.objsql.TableRowAdapter
getFieldValue(Object, String) - 类 中的方法com.github.braisdom.objsql.BeanModelDescriptor
getFieldValue(Object, String) - 接口 中的方法com.github.braisdom.objsql.TableRowAdapter
getFloat(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getFloat(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getForeignFieldName() - 类 中的方法com.github.braisdom.objsql.relation.Relationship
getForeignKey() - 类 中的方法com.github.braisdom.objsql.relation.Relationship
getHoldability() - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getInsertableColumns() - 类 中的方法com.github.braisdom.objsql.BeanModelDescriptor
getInsertableColumns() - 接口 中的方法com.github.braisdom.objsql.DomainModelDescriptor
getInt(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getInt(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getInvalidValue() - 类 中的方法com.github.braisdom.objsql.Validator.Violation
getKind() - 类 中的方法com.github.braisdom.objsql.apt.APTBuilder
getLoggerFactory() - 类 中的静态方法com.github.braisdom.objsql.Databases
getLong(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getLong(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getMajorVersion() - 类 中的方法com.github.braisdom.objsql.DatabaseType
getMessage() - 类 中的方法com.github.braisdom.objsql.Validator.Violation
getMetaData() - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getModelClass() - 类 中的方法com.github.braisdom.objsql.Validator.Violation
getName() - 类 中的方法com.github.braisdom.objsql.javac.JavaOOPlugin
getName() - 类 中的方法com.github.braisdom.objsql.sql.SqlFunctionCall
getNCharacterStream(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getNCharacterStream(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getNClob(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getNClob(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getNString(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getNString(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getNullAsciiStream() - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Returns the value when a SQL null is encountered as the result of
invoking a getAsciiStream method.
getNullBigDecimal() - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Returns the value when a SQL null is encountered as the result of
invoking a getBigDecimal method.
getNullBinaryStream() - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Returns the value when a SQL null is encountered as the result of
invoking a getBinaryStream method.
getNullBlob() - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Returns the value when a SQL null is encountered as the result of
invoking a getBlob method.
getNullBoolean() - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Returns the value when a SQL null is encountered as the result of
invoking a getBoolean method.
getNullByte() - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Returns the value when a SQL null is encountered as the result of
invoking a getByte method.
getNullBytes() - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Returns the value when a SQL null is encountered as the result of
invoking a getBytes method.
getNullCharacterStream() - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Returns the value when a SQL null is encountered as the result of
invoking a getCharacterStream method.
getNullClob() - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Returns the value when a SQL null is encountered as the result of
invoking a getClob method.
getNullDate() - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Returns the value when a SQL null is encountered as the result of
invoking a getDate method.
getNullDouble() - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Returns the value when a SQL null is encountered as the result of
invoking a getDouble method.
getNullFloat() - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Returns the value when a SQL null is encountered as the result of
invoking a getFloat method.
getNullInt() - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Returns the value when a SQL null is encountered as the result of
invoking a getInt method.
getNullLong() - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Returns the value when a SQL null is encountered as the result of
invoking a getLong method.
getNullObject() - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Returns the value when a SQL null is encountered as the result of
invoking a getObject method.
getNullRef() - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Returns the value when a SQL null is encountered as the result of
invoking a getRef method.
getNullShort() - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Returns the value when a SQL null is encountered as the result of
invoking a getShort method.
getNullString() - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Returns the value when a SQL null is encountered as the result of
invoking a getString method.
getNullTime() - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Returns the value when a SQL null is encountered as the result of
invoking a getTime method.
getNullTimestamp() - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Returns the value when a SQL null is encountered as the result of
invoking a getTimestamp method.
getNullURL() - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Returns the value when a SQL null is encountered as the result of
invoking a getURL method.
getObject(int, Map<String, Class<?>>) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getObject(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getObject(String, Map<String, Class<?>>) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getObject(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getObjects(Class) - 接口 中的方法com.github.braisdom.objsql.relation.RelationProcessor.Context
getObjects(Class) - 类 中的方法com.github.braisdom.objsql.relation.RelationshipNetwork
getOffset() - 类 中的方法com.github.braisdom.objsql.pagination.Page
getOperatorMethodName(String) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
getPage() - 类 中的方法com.github.braisdom.objsql.pagination.DefaultPagedList
getPage() - 类 中的方法com.github.braisdom.objsql.pagination.Page
getPage() - 接口 中的方法com.github.braisdom.objsql.pagination.PagedList
getPageCount() - 类 中的方法com.github.braisdom.objsql.pagination.DefaultPagedList
getPageCount() - 接口 中的方法com.github.braisdom.objsql.pagination.PagedList
getPagedSQLBuilderFactory() - 类 中的静态方法com.github.braisdom.objsql.Databases
getPageSize() - 类 中的方法com.github.braisdom.objsql.pagination.Page
getPaginator() - 类 中的静态方法com.github.braisdom.objsql.Databases
getPersistenceFactory() - 类 中的静态方法com.github.braisdom.objsql.Databases
getPrimaryAssociationFieldName() - 类 中的方法com.github.braisdom.objsql.relation.Relationship
getPrimaryField(Class) - 类 中的静态方法com.github.braisdom.objsql.Tables
getPrimaryKey() - 类 中的方法com.github.braisdom.objsql.BeanModelDescriptor
getPrimaryKey() - 接口 中的方法com.github.braisdom.objsql.DomainModelDescriptor
getPrimaryKey() - 类 中的方法com.github.braisdom.objsql.relation.Relationship
getPrimaryKey(Class) - 类 中的静态方法com.github.braisdom.objsql.Tables
getPrimaryValue(Object) - 类 中的方法com.github.braisdom.objsql.BeanModelDescriptor
getPrimaryValue(T) - 接口 中的方法com.github.braisdom.objsql.DomainModelDescriptor
getPrimaryValue(Object) - 类 中的静态方法com.github.braisdom.objsql.Tables
getProjection(String) - 类 中的方法com.github.braisdom.objsql.sql.Select
getPropertyDescriptorByName(Object, String) - 类 中的静态方法com.github.braisdom.objsql.reflection.PropertyUtils
getPropertyDescriptorByName(Class<?>, String) - 类 中的静态方法com.github.braisdom.objsql.reflection.PropertyUtils
getPropertyDescriptorByNameOrThrow(Object, String) - 类 中的静态方法com.github.braisdom.objsql.reflection.PropertyUtils
getPropertyDescriptorByNameOrThrow(Class<?>, String) - 类 中的静态方法com.github.braisdom.objsql.reflection.PropertyUtils
getPropertyDescriptors(Class<?>) - 类 中的静态方法com.github.braisdom.objsql.reflection.PropertyUtils
getPropertyDescriptors(Object) - 类 中的静态方法com.github.braisdom.objsql.reflection.PropertyUtils
getPropertyPath() - 类 中的方法com.github.braisdom.objsql.Validator.Violation
getQualifiedPropertyName(Object, PropertyDescriptor) - 类 中的静态方法com.github.braisdom.objsql.reflection.PropertyUtils
getQualifiedPropertyName(Class<?>, PropertyDescriptor) - 类 中的静态方法com.github.braisdom.objsql.reflection.PropertyUtils
getQualifiedPropertyName(Class<?>, String) - 类 中的静态方法com.github.braisdom.objsql.reflection.PropertyUtils
getQueryFactory() - 类 中的静态方法com.github.braisdom.objsql.Databases
getQuerySQL(DatabaseType) - 类 中的方法com.github.braisdom.objsql.DefaultQuery
getQuerySQL(DatabaseType) - 接口 中的方法com.github.braisdom.objsql.pagination.Paginatable
getQuerySQL(DatabaseType) - 类 中的方法com.github.braisdom.objsql.sql.Select
getQuoter() - 类 中的静态方法com.github.braisdom.objsql.Databases
getRawAttribute(Object, String) - 类 中的静态方法com.github.braisdom.objsql.reflection.PropertyUtils
getRawAttributes() - 类 中的方法com.github.braisdom.objsql.AbstractTableRow
getRawAttributes(Object) - 类 中的静态方法com.github.braisdom.objsql.reflection.PropertyUtils
getRealClass(T) - 类 中的静态方法com.github.braisdom.objsql.reflection.ClassUtils
getRealClass(Class<T>) - 类 中的静态方法com.github.braisdom.objsql.reflection.ClassUtils
getRef(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getRef(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getRelatedClass() - 类 中的方法com.github.braisdom.objsql.relation.Relationship
getRelatedModeDescriptor(Class) - 类 中的方法com.github.braisdom.objsql.BeanModelDescriptor
getRelatedModeDescriptor(Class) - 接口 中的方法com.github.braisdom.objsql.DomainModelDescriptor
getRelationCondition() - 类 中的方法com.github.braisdom.objsql.relation.Relationship
getRelationField() - 类 中的方法com.github.braisdom.objsql.relation.Relationship
getRow() - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getRowId(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getRowId(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getRows() - 类 中的方法com.github.braisdom.objsql.pagination.DefaultPagedList
getShort(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getShort(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getSqlExecutor() - 类 中的静态方法com.github.braisdom.objsql.Databases
getSQLType() - 接口 中的方法com.github.braisdom.objsql.FieldValue
getSQLXML(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getSQLXML(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getStatement() - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getString(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getString(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getSupportedAnnotationTypes() - 类 中的方法com.github.braisdom.objsql.apt.DomainModelProcessor
getSupportedSourceVersion() - 类 中的方法com.github.braisdom.objsql.apt.DomainModelProcessor
getTableName(Class) - 类 中的方法com.github.braisdom.objsql.AbstractQuery
getTableName() - 类 中的方法com.github.braisdom.objsql.BeanModelDescriptor
getTableName() - 类 中的方法com.github.braisdom.objsql.DynamicTableRowDescriptor
getTableName() - 接口 中的方法com.github.braisdom.objsql.TableRowAdapter
getTableName(Class) - 类 中的静态方法com.github.braisdom.objsql.Tables
getTime(int, Calendar) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getTime(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getTime(String, Calendar) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getTime(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getTimestamp(int, Calendar) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getTimestamp(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getTimestamp(String, Calendar) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getTimestamp(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getTreeMaker() - 类 中的方法com.github.braisdom.objsql.apt.APTBuilder
getType() - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getUnicodeStream(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
已过时。
getUnicodeStream(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
已过时。
getUpdatableColumns() - 类 中的方法com.github.braisdom.objsql.BeanModelDescriptor
getUpdatableColumns() - 接口 中的方法com.github.braisdom.objsql.DomainModelDescriptor
getURL(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getURL(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
getUTCDate() - 类 中的静态方法com.github.braisdom.objsql.sql.function.MsSqlServer
getValidator() - 类 中的静态方法com.github.braisdom.objsql.Tables
getValue() - 接口 中的方法com.github.braisdom.objsql.FieldValue
getViolations() - 异常错误 中的方法com.github.braisdom.objsql.ValidationException
getWarnings() - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
groupBy - 类 中的变量com.github.braisdom.objsql.AbstractQuery
groupBy(String) - 类 中的方法com.github.braisdom.objsql.AbstractQuery
groupBy(String) - 接口 中的方法com.github.braisdom.objsql.Query
groupBy(Expression...) - 类 中的方法com.github.braisdom.objsql.sql.Select
groupByExpressions - 类 中的变量com.github.braisdom.objsql.sql.Select
groupConcat(Expression...) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
grouping(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MsSqlServer
gt(int, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(int, long) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(long, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(long, long) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(int, short) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(short, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(short, short) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(int, byte) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(byte, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(byte, byte) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(int, float) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(float, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(float, float) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(int, double) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(double, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(double, double) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(Expression, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(Expression, long) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(Expression, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(Expression, short) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(Expression, byte) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(Expression, float) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(Expression, double) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(long, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(int, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(short, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(byte, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(float, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(double, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
gt(Expression) - 类 中的方法com.github.braisdom.objsql.sql.AbstractExpression
gt(Expression) - 接口 中的方法com.github.braisdom.objsql.sql.ComparableExpression
gt(Long) - 接口 中的方法com.github.braisdom.objsql.sql.ComparableExpression
gt(Integer) - 接口 中的方法com.github.braisdom.objsql.sql.ComparableExpression
gt(Short) - 接口 中的方法com.github.braisdom.objsql.sql.ComparableExpression
gt(Byte) - 接口 中的方法com.github.braisdom.objsql.sql.ComparableExpression
gt(Double) - 接口 中的方法com.github.braisdom.objsql.sql.ComparableExpression
gt(Float) - 接口 中的方法com.github.braisdom.objsql.sql.ComparableExpression
GT - 类 中的静态变量com.github.braisdom.objsql.sql.expression.PolynaryExpression
iIf(Expression, Expression, Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MsSqlServer
in(Expression...) - 接口 中的方法com.github.braisdom.objsql.sql.Column
in(String...) - 接口 中的方法com.github.braisdom.objsql.sql.Column
in(Integer...) - 接口 中的方法com.github.braisdom.objsql.sql.Column
in(Long...) - 接口 中的方法com.github.braisdom.objsql.sql.Column
in(Dataset) - 接口 中的方法com.github.braisdom.objsql.sql.Column
in(Expression...) - 类 中的方法com.github.braisdom.objsql.sql.DefaultColumn
in(Dataset) - 类 中的方法com.github.braisdom.objsql.sql.DefaultColumn
indexOf(T[], T) - 类 中的静态方法com.github.braisdom.objsql.util.ArrayUtil
Return first index of value in array, or -1 if
not found.
InExpression - com.github.braisdom.objsql.sql.expression 中的类
InExpression(boolean, Expression...) - 类 的构造器com.github.braisdom.objsql.sql.expression.InExpression
info(long, String, Object[]) - 接口 中的方法com.github.braisdom.objsql.Logger
init(ProcessingEnvironment) - 类 中的方法com.github.braisdom.objsql.apt.DomainModelProcessor
init(JavacTask, String...) - 类 中的方法com.github.braisdom.objsql.javac.JavaOOPlugin
inject(JCTree.JCVariableDecl) - 类 中的方法com.github.braisdom.objsql.apt.APTBuilder
inject(JCTree.JCClassDecl) - 类 中的方法com.github.braisdom.objsql.apt.APTBuilder
inject(JCTree.JCMethodDecl) - 类 中的方法com.github.braisdom.objsql.apt.APTBuilder
injectForce(JCTree.JCMethodDecl) - 类 中的方法com.github.braisdom.objsql.apt.APTBuilder
INNER_JOIN - 类 中的静态变量com.github.braisdom.objsql.sql.expression.JoinExpression
innerJoin(Dataset, LogicalExpression) - 类 中的方法com.github.braisdom.objsql.sql.Select
insert(T, boolean) - 类 中的方法com.github.braisdom.objsql.DefaultPersistence
insert(T[], boolean) - 类 中的方法com.github.braisdom.objsql.DefaultPersistence
insert(Connection, String, TableRowAdapter, Object...) - 类 中的方法com.github.braisdom.objsql.DefaultSQLExecutor
insert(Connection, String, TableRowAdapter, Object[][]) - 类 中的方法com.github.braisdom.objsql.DefaultSQLExecutor
insert(String, ResultSetHandler<T>) - 类 中的方法com.github.braisdom.objsql.jdbc.AsyncQueryRunner
insert(String, ResultSetHandler<T>, Object...) - 类 中的方法com.github.braisdom.objsql.jdbc.AsyncQueryRunner
insert(Connection, String, ResultSetHandler<T>) - 类 中的方法com.github.braisdom.objsql.jdbc.AsyncQueryRunner
insert(Connection, String, ResultSetHandler<T>, Object...) - 类 中的方法com.github.braisdom.objsql.jdbc.AsyncQueryRunner
insert(String, ResultSetHandler<T>) - 类 中的方法com.github.braisdom.objsql.jdbc.QueryRunner
Executes the given INSERT SQL without any replacement parameters.
insert(String, ResultSetHandler<T>, Object...) - 类 中的方法com.github.braisdom.objsql.jdbc.QueryRunner
Executes the given INSERT SQL statement.
insert(Connection, String, ResultSetHandler<T>) - 类 中的方法com.github.braisdom.objsql.jdbc.QueryRunner
Execute an SQL INSERT query without replacement parameters.
insert(Connection, String, ResultSetHandler<T>, Object...) - 类 中的方法com.github.braisdom.objsql.jdbc.QueryRunner
Execute an SQL INSERT query.
insert(T, boolean) - 接口 中的方法com.github.braisdom.objsql.Persistence
insert(T[], boolean) - 接口 中的方法com.github.braisdom.objsql.Persistence
insert(Connection, String, TableRowAdapter, Object...) - 接口 中的方法com.github.braisdom.objsql.SQLExecutor
insert(Connection, String, TableRowAdapter, Object[][]) - 接口 中的方法com.github.braisdom.objsql.SQLExecutor
insertBatch(String, Object[][]) - 类 中的方法com.github.braisdom.objsql.jdbc.AsyncQueryRunner
insertBatch(Connection, String, Object[][]) - 类 中的方法com.github.braisdom.objsql.jdbc.AsyncQueryRunner
insertBatch(String, Object[][]) - 类 中的方法com.github.braisdom.objsql.jdbc.QueryRunner
Executes the given batch of INSERT SQL statements.
insertBatch(Connection, String, Object[][]) - 类 中的方法com.github.braisdom.objsql.jdbc.QueryRunner
Executes the given batch of INSERT SQL statements.
insertRow() - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
installConnectionFactory(ConnectionFactory) - 类 中的静态方法com.github.braisdom.objsql.Databases
installLoggerFactory(LoggerFactory) - 类 中的静态方法com.github.braisdom.objsql.Databases
installPagedSQLBuilderFactory(PagedSQLBuilderFactory) - 类 中的静态方法com.github.braisdom.objsql.Databases
installPaginator(Paginator) - 类 中的静态方法com.github.braisdom.objsql.Databases
installPersistenceFactory(PersistenceFactory) - 类 中的静态方法com.github.braisdom.objsql.Databases
installQueryFacotry(QueryFactory) - 类 中的静态方法com.github.braisdom.objsql.Databases
installQuoter(Quoter) - 类 中的静态方法com.github.braisdom.objsql.Databases
installSqlExecutor(SQLExecutor) - 类 中的静态方法com.github.braisdom.objsql.Databases
installValidator(Validator) - 类 中的静态方法com.github.braisdom.objsql.Tables
instance() - 类 中的静态方法com.github.braisdom.objsql.jdbc.BasicRowProcessor
instance() - 类 中的静态方法com.github.braisdom.objsql.jdbc.ProxyFactory
Returns the Singleton instance of this class.
instance() - 类 中的静态方法com.github.braisdom.objsql.jdbc.QueryLoader
Return an instance of this class.
invoke(Object, Method, Object[]) - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Intercepts calls to get* methods and calls the appropriate
getNull* method if the ResultSet returned
null.
invoke(Object, Method, Object[]) - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.StringTrimmedResultSet
Intercept calls to the getString() and
getObject() methods and trim any Strings before they're
returned.
isAfterLast() - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
isBeforeFirst() - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
isBelongsTo() - 类 中的方法com.github.braisdom.objsql.relation.Relationship
isBlank(String) - 类 中的静态方法com.github.braisdom.objsql.util.StringUtil
isBoolean(JCTree.JCExpression) - 类 中的静态方法com.github.braisdom.objsql.apt.APTBuilder
isClosed() - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
isCollectionType(PropertyDescriptor) - 类 中的静态方法com.github.braisdom.objsql.reflection.PropertyUtils
isColumnizable(Field) - 类 中的方法com.github.braisdom.objsql.BeanModelDescriptor
isDate(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MsSqlServer
isDate(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MsSqlServer
isDefaultDataSource(String) - 接口 中的方法com.github.braisdom.objsql.ConnectionFactory
Returns true if current name of data source is DEFAULT_DATA_SOURCE_NAME
isDefaultValue(Class<T>, PropertyDescriptor, Object) - 类 中的静态方法com.github.braisdom.objsql.reflection.PropertyUtils
isEmpty(T[]) - 类 中的静态方法com.github.braisdom.objsql.util.ArrayUtil
Checks if given array is null or has zero elements.
isEmpty(int[]) - 类 中的静态方法com.github.braisdom.objsql.util.ArrayUtil
Checks if given array is null or has zero elements.
isEmpty(long[]) - 类 中的静态方法com.github.braisdom.objsql.util.ArrayUtil
Checks if given array is null or has zero elements.
isEmpty(String) - 类 中的静态方法com.github.braisdom.objsql.util.WordUtil
isFirst() - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
isFromPackage(Class<?>, String) - 类 中的静态方法com.github.braisdom.objsql.reflection.ClassUtils
isFullyAccessible(PropertyDescriptor) - 类 中的静态方法com.github.braisdom.objsql.reflection.PropertyUtils
isJson(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MsSqlServer
isJson(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MsSqlServer
isLast() - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
isNotCollectionType(PropertyDescriptor) - 类 中的静态方法com.github.braisdom.objsql.reflection.PropertyUtils
isNotNull() - 接口 中的方法com.github.braisdom.objsql.sql.Column
isNotNull() - 类 中的方法com.github.braisdom.objsql.sql.DefaultColumn
isNotNull(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
isNull() - 接口 中的方法com.github.braisdom.objsql.FieldValue
isNull() - 接口 中的方法com.github.braisdom.objsql.sql.Column
isNull() - 类 中的方法com.github.braisdom.objsql.sql.DefaultColumn
isNull(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
isNull(Expression, Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MsSqlServer
isPmdKnownBroken() - 类 中的方法com.github.braisdom.objsql.jdbc.AbstractQueryRunner
Some drivers don't support
ParameterMetaData.getParameterType(int); if
pmdKnownBroken is set to true, we won't even try it; if
false, we'll try it, and if it breaks, we'll remember not to use it
again.
isPrimaryField(Field) - 类 中的静态方法com.github.braisdom.objsql.Tables
isProxy(Object) - 类 中的静态方法com.github.braisdom.objsql.reflection.ClassUtils
isProxyClass(Class<?>) - 类 中的静态方法com.github.braisdom.objsql.reflection.ClassUtils
isReadable(PropertyDescriptor) - 类 中的静态方法com.github.braisdom.objsql.reflection.PropertyUtils
isStatic(JCTree.JCModifiers) - 类 中的方法com.github.braisdom.objsql.apt.APTBuilder
isTransitable(String) - 类 中的方法com.github.braisdom.objsql.BeanModelDescriptor
isTransitable(String) - 接口 中的方法com.github.braisdom.objsql.TableRowAdapter
isWrapperFor(Class<?>) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
isWritable(PropertyDescriptor) - 类 中的静态方法com.github.braisdom.objsql.reflection.PropertyUtils
iterable(ResultSet) - 类 中的静态方法com.github.braisdom.objsql.jdbc.ResultSetIterator
Generates an Iterable, suitable for use in for-each loops.
iterator() - 类 中的方法com.github.braisdom.objsql.pagination.DefaultPagedList
quantile(float, Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
quantileExact(float, Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
quantileExactWeighted(float, Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
query(Connection, String, TableRowAdapter, Object...) - 类 中的方法com.github.braisdom.objsql.DefaultSQLExecutor
query(Connection, String, ResultSetHandler<T>, Object...) - 类 中的方法com.github.braisdom.objsql.jdbc.AsyncQueryRunner
Execute an SQL SELECT query with replacement parameters.
query(Connection, String, ResultSetHandler<T>) - 类 中的方法com.github.braisdom.objsql.jdbc.AsyncQueryRunner
Execute an SQL SELECT query without any replacement parameters.
query(String, ResultSetHandler<T>, Object...) - 类 中的方法com.github.braisdom.objsql.jdbc.AsyncQueryRunner
Executes the given SELECT SQL query and returns a result object.
query(String, ResultSetHandler<T>) - 类 中的方法com.github.braisdom.objsql.jdbc.AsyncQueryRunner
Executes the given SELECT SQL without any replacement parameters.
query(Connection, String, Object, ResultSetHandler<T>) - 类 中的方法com.github.braisdom.objsql.jdbc.QueryRunner
query(Connection, String, Object[], ResultSetHandler<T>) - 类 中的方法com.github.braisdom.objsql.jdbc.QueryRunner
query(Connection, String, ResultSetHandler<T>, Object...) - 类 中的方法com.github.braisdom.objsql.jdbc.QueryRunner
Execute an SQL SELECT query with replacement parameters.
query(Connection, String, ResultSetHandler<T>) - 类 中的方法com.github.braisdom.objsql.jdbc.QueryRunner
Execute an SQL SELECT query without any replacement parameters.
query(String, Object, ResultSetHandler<T>) - 类 中的方法com.github.braisdom.objsql.jdbc.QueryRunner
query(String, Object[], ResultSetHandler<T>) - 类 中的方法com.github.braisdom.objsql.jdbc.QueryRunner
query(String, ResultSetHandler<T>, Object...) - 类 中的方法com.github.braisdom.objsql.jdbc.QueryRunner
Executes the given SELECT SQL query and returns a result object.
query(String, ResultSetHandler<T>) - 类 中的方法com.github.braisdom.objsql.jdbc.QueryRunner
Executes the given SELECT SQL without any replacement parameters.
Query <T > - com.github.braisdom.objsql 中的接口
A programmable structure for SQL statement.
query(Connection, String, TableRowAdapter, Object...) - 接口 中的方法com.github.braisdom.objsql.SQLExecutor
query(Class<T>, String, Object...) - 类 中的静态方法com.github.braisdom.objsql.Tables
query(DomainModelDescriptor<T>, String, Object...) - 类 中的静态方法com.github.braisdom.objsql.Tables
Queryable - com.github.braisdom.objsql.annotations 中的注释类型
Indicates a column can be queried.
QueryCallableStatement(Connection, boolean, PreparedStatement, ResultSetHandler<T>, String, Object...) - 类 的构造器com.github.braisdom.objsql.jdbc.AsyncQueryRunner.QueryCallableStatement
Creates a new QueryCallableStatement instance.
QueryException - com.github.braisdom.objsql 中的异常错误
QueryException() - 异常错误 的构造器com.github.braisdom.objsql.QueryException
QueryException(String) - 异常错误 的构造器com.github.braisdom.objsql.QueryException
QueryException(String, Throwable) - 异常错误 的构造器com.github.braisdom.objsql.QueryException
QueryException(Throwable) - 异常错误 的构造器com.github.braisdom.objsql.QueryException
QueryFactory - com.github.braisdom.objsql 中的接口
A abstract factory for creating the Query
queryFirst(Relationship...) - 类 中的方法com.github.braisdom.objsql.DefaultQuery
queryFirst(Relationship...) - 接口 中的方法com.github.braisdom.objsql.Query
QueryLoader - com.github.braisdom.objsql.jdbc 中的类
QueryLoader is a registry for sets of queries so
that multiple copies of the same queries aren't loaded into memory.
QueryLoader() - 类 的构造器com.github.braisdom.objsql.jdbc.QueryLoader
QueryLoader constructor.
QueryMethodCodeGenerator - com.github.braisdom.objsql.apt 中的类
QueryMethodCodeGenerator() - 类 的构造器com.github.braisdom.objsql.apt.QueryMethodCodeGenerator
queryObjects(Class, String, Object[], String) - 类 中的方法com.github.braisdom.objsql.relation.RelationshipNetwork
queryRelatedObjects(Class, String, Object[], String) - 接口 中的方法com.github.braisdom.objsql.relation.RelationProcessor.Context
queryRelatedObjects(Class, String, Object[], String) - 类 中的方法com.github.braisdom.objsql.relation.RelationshipNetwork
QueryRunner - com.github.braisdom.objsql.jdbc 中的类
Executes SQL queries with pluggable strategies for handling
ResultSets.
QueryRunner() - 类 的构造器com.github.braisdom.objsql.jdbc.QueryRunner
Constructor for QueryRunner.
QueryRunner(boolean) - 类 的构造器com.github.braisdom.objsql.jdbc.QueryRunner
Constructor for QueryRunner that controls the use of ParameterMetaData.
QueryRunner(DataSource) - 类 的构造器com.github.braisdom.objsql.jdbc.QueryRunner
Constructor for QueryRunner that takes a DataSource to use.
QueryRunner(DataSource, boolean) - 类 的构造器com.github.braisdom.objsql.jdbc.QueryRunner
Constructor for QueryRunner that takes a DataSource and controls the use of ParameterMetaData.
quoteColumn(String) - 类 中的方法com.github.braisdom.objsql.sql.DefaultExpressionContext
quoteColumn(String) - 接口 中的方法com.github.braisdom.objsql.sql.ExpressionContext
quoteColumnName(String, String) - 类 中的方法com.github.braisdom.objsql.DefaultQuoter
quoteColumnName(String, String) - 接口 中的方法com.github.braisdom.objsql.Quoter
quoteColumnNames(String, String[]) - 类 中的方法com.github.braisdom.objsql.DefaultQuoter
quoteColumnNames(String, String[]) - 接口 中的方法com.github.braisdom.objsql.Quoter
quoteName(String, String) - 类 中的方法com.github.braisdom.objsql.DefaultQuoter
Quoter - com.github.braisdom.objsql 中的接口
quoteString(String) - 类 中的方法com.github.braisdom.objsql.sql.DefaultExpressionContext
quoteString(String) - 接口 中的方法com.github.braisdom.objsql.sql.ExpressionContext
quoteTable(String) - 类 中的方法com.github.braisdom.objsql.sql.DefaultExpressionContext
quoteTable(String) - 接口 中的方法com.github.braisdom.objsql.sql.ExpressionContext
quoteTableName(String, String) - 类 中的方法com.github.braisdom.objsql.DefaultQuoter
quoteTableName(String, String) - 接口 中的方法com.github.braisdom.objsql.Quoter
quoteValue(Object) - 类 中的方法com.github.braisdom.objsql.DefaultQuoter
quoteValue(Object) - 接口 中的方法com.github.braisdom.objsql.Quoter
quoteValues(String, Object...) - 类 中的方法com.github.braisdom.objsql.DefaultQuoter
quoteValues(String, Object...) - 接口 中的方法com.github.braisdom.objsql.Quoter
radians(Integer) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
radians(Float) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
radians(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
rand() - 类 中的静态方法com.github.braisdom.objsql.sql.function.MySQL
rand(Integer) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MySQL
read(Object, String) - 类 中的静态方法com.github.braisdom.objsql.reflection.PropertyUtils
read(Object, PropertyDescriptor) - 类 中的静态方法com.github.braisdom.objsql.reflection.PropertyUtils
read(Object, PropertyDescriptor, boolean) - 类 中的静态方法com.github.braisdom.objsql.reflection.PropertyUtils
referenceEquals(ArrayList<T>, ArrayList<T>) - 类 中的静态方法com.github.braisdom.objsql.util.ArrayUtil
Returns true if the two ArrayLists are equal with respect to the objects they contain.
ReflectionException - com.github.braisdom.objsql.reflection 中的异常错误
ReflectionException() - 异常错误 的构造器com.github.braisdom.objsql.reflection.ReflectionException
ReflectionException(String) - 异常错误 的构造器com.github.braisdom.objsql.reflection.ReflectionException
ReflectionException(String, Throwable) - 异常错误 的构造器com.github.braisdom.objsql.reflection.ReflectionException
ReflectionException(Throwable) - 异常错误 的构造器com.github.braisdom.objsql.reflection.ReflectionException
ReflectionException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.github.braisdom.objsql.reflection.ReflectionException
refreshRow() - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
regexpLike(Expression, String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MySQL
Relation - com.github.braisdom.objsql.annotations 中的注释类型
It describes the relation between different domain models and domain models,
such as, a member has many orders, and the relation field will be filled after
querying.
RelationalException - com.github.braisdom.objsql.relation 中的异常错误
RelationalException() - 异常错误 的构造器com.github.braisdom.objsql.relation.RelationalException
RelationalException(String) - 异常错误 的构造器com.github.braisdom.objsql.relation.RelationalException
RelationalException(String, Throwable) - 异常错误 的构造器com.github.braisdom.objsql.relation.RelationalException
RelationalException(Throwable) - 异常错误 的构造器com.github.braisdom.objsql.relation.RelationalException
RelationalException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.github.braisdom.objsql.relation.RelationalException
RelationFieldCodeGenerator - com.github.braisdom.objsql.apt 中的类
RelationFieldCodeGenerator() - 类 的构造器com.github.braisdom.objsql.apt.RelationFieldCodeGenerator
RelationProcessor - com.github.braisdom.objsql.relation 中的接口
RelationProcessor.Context - com.github.braisdom.objsql.relation 中的接口
Relationship - com.github.braisdom.objsql.relation 中的类
Relationship(Class, Field, Relation) - 类 的构造器com.github.braisdom.objsql.relation.Relationship
RelationshipNetwork - com.github.braisdom.objsql.relation 中的类
RelationshipNetwork(Connection, DomainModelDescriptor) - 类 的构造器com.github.braisdom.objsql.relation.RelationshipNetwork
RelationType - com.github.braisdom.objsql.relation 中的枚举
relative(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
rem(int, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(int, long) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(long, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(long, long) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(int, short) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(short, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(short, short) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(int, byte) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(byte, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(byte, byte) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(int, float) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(float, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(float, float) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(int, double) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(double, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(double, double) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(float, double) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(double, float) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(Expression, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(Expression, long) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(Expression, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(Expression, short) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(Expression, byte) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(Expression, float) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(Expression, double) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(long, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(int, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(short, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(byte, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(float, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(double, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
rem(Expression) - 类 中的方法com.github.braisdom.objsql.sql.AbstractExpression
rem(Expression) - 类 中的方法com.github.braisdom.objsql.sql.expression.BetweenExpression
rem(Expression) - 类 中的方法com.github.braisdom.objsql.sql.expression.EqualsExpression
REM - 类 中的静态变量com.github.braisdom.objsql.sql.expression.PolynaryExpression
rem(Expression) - 接口 中的方法com.github.braisdom.objsql.sql.Expression
rem(Byte) - 接口 中的方法com.github.braisdom.objsql.sql.Expression
rem(Short) - 接口 中的方法com.github.braisdom.objsql.sql.Expression
rem(Integer) - 接口 中的方法com.github.braisdom.objsql.sql.Expression
rem(Long) - 接口 中的方法com.github.braisdom.objsql.sql.Expression
rem(Float) - 接口 中的方法com.github.braisdom.objsql.sql.Expression
rem(Double) - 接口 中的方法com.github.braisdom.objsql.sql.Expression
remove() - 类 中的方法com.github.braisdom.objsql.jdbc.ResultSetIterator
Deletes the current row from the ResultSet.
remove(ArrayList<T>, T) - 类 中的静态方法com.github.braisdom.objsql.util.ArrayUtil
removeElement(Class<T>, T[], T) - 类 中的静态方法com.github.braisdom.objsql.util.ArrayUtil
Removes value from given array if present, providing set-like behavior.
removeEnd(String, String) - 类 中的静态方法com.github.braisdom.objsql.util.WordUtil
replace(Expression, String, String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MsSqlServer
replace(String, String, String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MsSqlServer
replaceLast(String, String, String) - 类 中的静态方法com.github.braisdom.objsql.util.WordUtil
Replaces the last occurance of an old symbol with a new symbol.
ResultSetHandler <T > - com.github.braisdom.objsql.jdbc 中的接口
Implementations of this interface convert ResultSets into other objects.
ResultSetIterator - com.github.braisdom.objsql.jdbc 中的类
Wraps a ResultSet in an Iterator.
ResultSetIterator(ResultSet) - 类 的构造器com.github.braisdom.objsql.jdbc.ResultSetIterator
Constructor for ResultSetIterator.
ResultSetIterator(ResultSet, RowProcessor) - 类 的构造器com.github.braisdom.objsql.jdbc.ResultSetIterator
Constructor for ResultSetIterator.
rethrow(SQLException, String, Object...) - 类 中的方法com.github.braisdom.objsql.jdbc.AbstractQueryRunner
Throws a new exception with a more informative error message.
rethrow(SQLException) - 类 中的方法com.github.braisdom.objsql.jdbc.ResultSetIterator
Rethrow the SQLException as a RuntimeException.
right - 类 中的变量com.github.braisdom.objsql.util.Pair
RIGHT_OUTER_JOIN - 类 中的静态变量com.github.braisdom.objsql.sql.expression.JoinExpression
rightOuterJoin(Dataset, LogicalExpression) - 类 中的方法com.github.braisdom.objsql.sql.Select
rising(DatabaseMetaData, ResultSetMetaData, T, TableRowAdapter, String, Object) - 接口 中的方法com.github.braisdom.objsql.transition.ColumnTransition
Transforming the value into Java field compatible
rising(DatabaseMetaData, ResultSetMetaData, T, TableRowAdapter, String, Object) - 类 中的方法com.github.braisdom.objsql.transition.SqlDateTimeTransition
rollback(Connection) - 类 中的静态方法com.github.braisdom.objsql.jdbc.DbUtils
Rollback any changes made on the given connection.
rollbackAndClose(Connection) - 类 中的静态方法com.github.braisdom.objsql.jdbc.DbUtils
Performs a rollback on the Connection then closes it,
avoid closing if null.
rollbackAndCloseQuietly(Connection) - 类 中的静态方法com.github.braisdom.objsql.jdbc.DbUtils
Performs a rollback on the Connection then closes it,
avoid closing if null and hide any SQLExceptions that occur.
RollbackCauseException - com.github.braisdom.objsql 中的异常错误
RollbackCauseException() - 异常错误 的构造器com.github.braisdom.objsql.RollbackCauseException
RollbackCauseException(String) - 异常错误 的构造器com.github.braisdom.objsql.RollbackCauseException
RollbackCauseException(String, Throwable) - 异常错误 的构造器com.github.braisdom.objsql.RollbackCauseException
RollbackCauseException(Throwable) - 异常错误 的构造器com.github.braisdom.objsql.RollbackCauseException
round(Expression, Integer) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
round(Float, Integer) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
round(Double, Integer) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
round(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
round(Expression, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MsSqlServer
rowCount - 类 中的变量com.github.braisdom.objsql.AbstractQuery
rowCount - 类 中的变量com.github.braisdom.objsql.sql.Select
rowCount(int) - 类 中的方法com.github.braisdom.objsql.sql.Select
rowCount(int, boolean) - 类 中的方法com.github.braisdom.objsql.sql.Select
rowDeleted() - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
rowInserted() - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
RowProcessor - com.github.braisdom.objsql.jdbc 中的接口
RowProcessor implementations convert
ResultSet rows into various other objects.
rowUpdated() - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
rtrim(Expression...) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
save(T, boolean) - 类 中的方法com.github.braisdom.objsql.DefaultPersistence
save(T, boolean) - 接口 中的方法com.github.braisdom.objsql.Persistence
ScalarHandler <T > - com.github.braisdom.objsql.jdbc.handlers 中的类
ResultSetHandler implementation that converts one
ResultSet column into an Object.
ScalarHandler() - 类 的构造器com.github.braisdom.objsql.jdbc.handlers.ScalarHandler
Creates a new instance of ScalarHandler.
ScalarHandler(int) - 类 的构造器com.github.braisdom.objsql.jdbc.handlers.ScalarHandler
Creates a new instance of ScalarHandler.
ScalarHandler(String) - 类 的构造器com.github.braisdom.objsql.jdbc.handlers.ScalarHandler
Creates a new instance of ScalarHandler.
select(String...) - 类 中的方法com.github.braisdom.objsql.AbstractQuery
select(String...) - 接口 中的方法com.github.braisdom.objsql.Query
Select <T > - com.github.braisdom.objsql.sql 中的类
Select() - 类 的构造器com.github.braisdom.objsql.sql.Select
Select(Dataset) - 类 的构造器com.github.braisdom.objsql.sql.Select
setAlias(String) - 类 中的方法com.github.braisdom.objsql.sql.AbstractExpression
setCurrentThreadConnection(Connection) - 类 中的静态方法com.github.braisdom.objsql.Databases
setFetchDirection(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
setFetchSize(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
setFieldValue(T, String, Object) - 类 中的方法com.github.braisdom.objsql.BeanModelDescriptor
setFieldValue(Object, String, Object) - 类 中的方法com.github.braisdom.objsql.DynamicTableRowDescriptor
setFieldValue(T, String, Object) - 接口 中的方法com.github.braisdom.objsql.TableRowAdapter
setGeneratedKey(T, Object) - 类 中的方法com.github.braisdom.objsql.BeanModelDescriptor
setGeneratedKey(T, Object) - 接口 中的方法com.github.braisdom.objsql.TableRowAdapter
setNullAsciiStream(InputStream) - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Sets the value to return when a SQL null is encountered as the result of
invoking a getAsciiStream method.
setNullBigDecimal(BigDecimal) - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Sets the value to return when a SQL null is encountered as the result of
invoking a getBigDecimal method.
setNullBinaryStream(InputStream) - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Sets the value to return when a SQL null is encountered as the result of
invoking a getBinaryStream method.
setNullBlob(Blob) - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Sets the value to return when a SQL null is encountered as the result of
invoking a getBlob method.
setNullBoolean(boolean) - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Sets the value to return when a SQL null is encountered as the result of
invoking a getBoolean method.
setNullByte(byte) - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Sets the value to return when a SQL null is encountered as the result of
invoking a getByte method.
setNullBytes(byte[]) - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Sets the value to return when a SQL null is encountered as the result of
invoking a getBytes method.
setNullCharacterStream(Reader) - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Sets the value to return when a SQL null is encountered as the result of
invoking a getCharacterStream method.
setNullClob(Clob) - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Sets the value to return when a SQL null is encountered as the result of
invoking a getClob method.
setNullDate(Date) - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Sets the value to return when a SQL null is encountered as the result of
invoking a getDate method.
setNullDouble(double) - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Sets the value to return when a SQL null is encountered as the result of
invoking a getDouble method.
setNullFloat(float) - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Sets the value to return when a SQL null is encountered as the result of
invoking a getFloat method.
setNullInt(int) - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Sets the value to return when a SQL null is encountered as the result of
invoking a getInt method.
setNullLong(long) - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Sets the value to return when a SQL null is encountered as the result of
invoking a getLong method.
setNullObject(Object) - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Sets the value to return when a SQL null is encountered as the result of
invoking a getObject method.
setNullRef(Ref) - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Sets the value to return when a SQL null is encountered as the result of
invoking a getRef method.
setNullShort(short) - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Sets the value to return when a SQL null is encountered as the result of
invoking a getShort method.
setNullString(String) - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Sets the value to return when a SQL null is encountered as the result of
invoking a getString method.
setNullTime(Time) - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Sets the value to return when a SQL null is encountered as the result of
invoking a getTime method.
setNullTimestamp(Timestamp) - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Sets the value to return when a SQL null is encountered as the result of
invoking a getTimestamp method.
setNullURL(URL) - 类 中的方法com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Sets the value to return when a SQL null is encountered as the result of
invoking a getURL method.
setRawAttributes(Map<String, Object>) - 类 中的方法com.github.braisdom.objsql.AbstractTableRow
setRelationalObjects(Relationship, Object, String, List) - 类 中的静态方法com.github.braisdom.objsql.relation.Relationship
setReturnStatement(String, String, JCTree.JCExpression...) - 类 中的方法com.github.braisdom.objsql.apt.MethodBuilder
setReturnStatement(Class, String, JCTree.JCExpression...) - 类 中的方法com.github.braisdom.objsql.apt.MethodBuilder
setReturnStatement(JCTree.JCExpression) - 类 中的方法com.github.braisdom.objsql.apt.MethodBuilder
setReturnType(Class<?>, Class<?>...) - 类 中的方法com.github.braisdom.objsql.apt.MethodBuilder
setReturnType(Class<?>, JCTree.JCExpression...) - 类 中的方法com.github.braisdom.objsql.apt.MethodBuilder
setReturnType(JCTree.JCExpression, JCTree.JCExpression...) - 类 中的方法com.github.braisdom.objsql.apt.MethodBuilder
setReturnType(JCTree.JCExpression) - 类 中的方法com.github.braisdom.objsql.apt.MethodBuilder
setThrowsClauses(Class<? extends Throwable>...) - 类 中的方法com.github.braisdom.objsql.apt.MethodBuilder
setValue(Object) - 接口 中的方法com.github.braisdom.objsql.FieldValue
sha(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MySQL
sha(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MySQL
sha1(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MySQL
sha1(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MySQL
similar(Expression, String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.PostgreSql
sin(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
sin(Float) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
sin(Double) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
sin(Integer) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
single2plurals - 类 中的静态变量com.github.braisdom.objsql.util.WordUtil
singles - 类 中的静态变量com.github.braisdom.objsql.util.WordUtil
singularize(String) - 类 中的静态方法com.github.braisdom.objsql.util.WordUtil
Returns a singularized word from a plural word.
sinking(DatabaseMetaData, T, TableRowAdapter, String, FieldValue) - 接口 中的方法com.github.braisdom.objsql.transition.ColumnTransition
Transforming the value into database compatible
sinking(DatabaseMetaData, T, TableRowAdapter, String, FieldValue) - 类 中的方法com.github.braisdom.objsql.transition.SqlDateTimeTransition
size() - 类 中的方法com.github.braisdom.objsql.pagination.DefaultPagedList
size() - 接口 中的方法com.github.braisdom.objsql.pagination.PagedList
skipNullOnUpdate() - 类 中的方法com.github.braisdom.objsql.BeanModelDescriptor
skipNullOnUpdate() - 接口 中的方法com.github.braisdom.objsql.DomainModelDescriptor
splitNameOf(Class<?>) - 类 中的静态方法com.github.braisdom.objsql.util.StringUtil
sqlBenchmarking(Databases.Benchmarkable<R>, Logger, String, Object...) - 类 中的静态方法com.github.braisdom.objsql.Databases
sqlCase() - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
sqlCase(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
SqlDateTimeTransition <T > - com.github.braisdom.objsql.transition 中的类
SqlDateTimeTransition() - 类 的构造器com.github.braisdom.objsql.transition.SqlDateTimeTransition
sqlElse(Expression) - 类 中的方法com.github.braisdom.objsql.sql.expression.CaseExpression
SQLExecutor <T > - com.github.braisdom.objsql 中的接口
This class is a extension point for ObjectiveSql, who will be customized
for different JDBC programming.
SQLFormatter - com.github.braisdom.objsql.sql 中的类
Performs formatting of basic SQL statements (DML + query).
SQLFormatter() - 类 的构造器com.github.braisdom.objsql.sql.SQLFormatter
SqlFunctionCall - com.github.braisdom.objsql.sql 中的类
SqlFunctionCall(String, Expression...) - 类 的构造器com.github.braisdom.objsql.sql.SqlFunctionCall
sqlIf(Expression, Expression, Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
SQLite - 类 中的静态变量com.github.braisdom.objsql.DatabaseType
Sqlite - com.github.braisdom.objsql.sql.function 中的类
Sqlite() - 类 的构造器com.github.braisdom.objsql.sql.function.Sqlite
Sqlizable - com.github.braisdom.objsql.sql 中的接口
Indicates a node can become to SQL expression.
SqlNullCheckedResultSet - com.github.braisdom.objsql.jdbc.wrappers 中的类
Decorates a ResultSet with checks for a SQL NULL value on each
getXXX method.
SqlNullCheckedResultSet(ResultSet) - 类 的构造器com.github.braisdom.objsql.jdbc.wrappers.SqlNullCheckedResultSet
Constructs a new instance of
SqlNullCheckedResultSet
to wrap the specified ResultSet.
SQLSyntaxException - com.github.braisdom.objsql.sql 中的异常错误
SQLSyntaxException() - 异常错误 的构造器com.github.braisdom.objsql.sql.SQLSyntaxException
SQLSyntaxException(String) - 异常错误 的构造器com.github.braisdom.objsql.sql.SQLSyntaxException
SQLSyntaxException(String, Throwable) - 异常错误 的构造器com.github.braisdom.objsql.sql.SQLSyntaxException
SQLSyntaxException(Throwable) - 异常错误 的构造器com.github.braisdom.objsql.sql.SQLSyntaxException
sqrt(Integer) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
sqrt(Float) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
sqrt(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
startsWith(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
startsWith(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
StatementBuilder - com.github.braisdom.objsql.apt 中的类
staticMethodCall(Class<?>, String, JCTree.JCExpression...) - 类 中的方法com.github.braisdom.objsql.apt.APTBuilder
stdEv(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MsSqlServer
stdEvp(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MsSqlServer
stringSplit(Expression, String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MsSqlServer
stringSplit(String, String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MsSqlServer
StringTrimmedResultSet - com.github.braisdom.objsql.jdbc.wrappers 中的类
Wraps a ResultSet to trim strings returned by the
getString() and getObject() methods.
StringTrimmedResultSet(ResultSet) - 类 的构造器com.github.braisdom.objsql.jdbc.wrappers.StringTrimmedResultSet
Constructs a new instance of StringTrimmedResultSet
to wrap the specified ResultSet.
StringUtil - com.github.braisdom.objsql.util 中的类
StringUtil() - 类 的构造器com.github.braisdom.objsql.util.StringUtil
strToDate(String, String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MySQL
strToDate(Expression, String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MySQL
subDate(Expression, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MySQL
subDate(String, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MySQL
substr(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
substr(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
subStr(Expression, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
subtractDays(Expression, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
subtractDays(String, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
subtractHours(Expression, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
subtractHours(String, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
subtractMonths(Expression, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
subtractMonths(String, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
subtractYears(Expression, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
subtractYears(String, int) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
sum(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
supportRawAttribute(Object) - 类 中的静态方法com.github.braisdom.objsql.reflection.PropertyUtils
suppress(Supplier<T>) - 异常错误 中的静态方法com.github.braisdom.objsql.util.SuppressedException
suppress(Runnable) - 异常错误 中的静态方法com.github.braisdom.objsql.util.SuppressedException
SuppressedException - com.github.braisdom.objsql.util 中的异常错误
SuppressedException(Throwable) - 异常错误 的构造器com.github.braisdom.objsql.util.SuppressedException
TableAlias - com.github.braisdom.objsql.pagination.impl 中的类
TableAlias(String) - 类 的构造器com.github.braisdom.objsql.pagination.impl.TableAlias
tableize(String) - 类 中的静态方法com.github.braisdom.objsql.util.WordUtil
Returns a database table tableName corresponding to the input entityClass class
tableName.
TableRowAdapter <T > - com.github.braisdom.objsql 中的接口
Describes the Java Bean which maps a row in the table, and it
Tables - com.github.braisdom.objsql 中的类
Utility methods relates to the database table.
Tables() - 类 的构造器com.github.braisdom.objsql.Tables
tan(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
tan(Float) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
tan(Double) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
tan(Integer) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
thatReturnsOnCatch(R) - 接口 中的方法com.github.braisdom.objsql.util.FunctionWithThrowable
thatReturnsOptional() - 接口 中的方法com.github.braisdom.objsql.util.FunctionWithThrowable
thatUnsafelyThrowsUnchecked() - 接口 中的方法com.github.braisdom.objsql.util.FunctionWithThrowable
times(int, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(int, long) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(long, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(long, long) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(int, short) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(short, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(short, short) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(int, byte) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(byte, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(byte, byte) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(int, float) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(float, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(float, float) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(int, double) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(double, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(double, double) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(float, double) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(double, float) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(Expression, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(Expression, long) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(Expression, int) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(Expression, short) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(Expression, byte) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(Expression, float) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(Expression, double) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(long, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(int, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(short, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(byte, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(float, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(double, Expression) - 类 中的静态方法com.github.braisdom.objsql.javac.JCBinarys
times(Expression) - 类 中的方法com.github.braisdom.objsql.sql.AbstractExpression
times(Expression) - 类 中的方法com.github.braisdom.objsql.sql.expression.BetweenExpression
times(Expression) - 类 中的方法com.github.braisdom.objsql.sql.expression.EqualsExpression
times(Expression) - 类 中的方法com.github.braisdom.objsql.sql.expression.InExpression
times(Expression) - 类 中的方法com.github.braisdom.objsql.sql.expression.JoinExpression
times(Expression) - 类 中的方法com.github.braisdom.objsql.sql.expression.LikeException
times(Expression) - 类 中的方法com.github.braisdom.objsql.sql.expression.PolynaryExpression
times(Expression) - 接口 中的方法com.github.braisdom.objsql.sql.Expression
times(Byte) - 接口 中的方法com.github.braisdom.objsql.sql.Expression
times(Short) - 接口 中的方法com.github.braisdom.objsql.sql.Expression
times(Integer) - 接口 中的方法com.github.braisdom.objsql.sql.Expression
times(Long) - 接口 中的方法com.github.braisdom.objsql.sql.Expression
times(Float) - 接口 中的方法com.github.braisdom.objsql.sql.Expression
times(Double) - 接口 中的方法com.github.braisdom.objsql.sql.Expression
timestamp(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Oracle
titleize(String) - 类 中的静态方法com.github.braisdom.objsql.util.WordUtil
Replaces all dashes and underscores by spaces and capitalizes all the words.
toArray(ResultSet) - 类 中的方法com.github.braisdom.objsql.jdbc.BasicRowProcessor
Convert a ResultSet row into an Object[].
toArray(ResultSet) - 接口 中的方法com.github.braisdom.objsql.jdbc.RowProcessor
Create an Object[] from the column values in one
ResultSet row.
toBase64(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MySQL
toBase64(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MySQL
toBean(ResultSet, Class<T>) - 类 中的方法com.github.braisdom.objsql.jdbc.BasicRowProcessor
Convert a ResultSet row into a JavaBean.
toBean(ResultSet, Class<T>) - 类 中的方法com.github.braisdom.objsql.jdbc.BeanProcessor
Convert a ResultSet row into a JavaBean.
toBean(ResultSet, Class<T>) - 接口 中的方法com.github.braisdom.objsql.jdbc.RowProcessor
Create a JavaBean from the column values in one ResultSet
row.
toBeanList(ResultSet, Class<T>) - 类 中的方法com.github.braisdom.objsql.jdbc.BasicRowProcessor
Convert a ResultSet into a List of JavaBeans.
toBeanList(ResultSet, Class<T>) - 类 中的方法com.github.braisdom.objsql.jdbc.BeanProcessor
Convert a ResultSet into a List of JavaBeans.
toBeanList(ResultSet, Class<T>) - 接口 中的方法com.github.braisdom.objsql.jdbc.RowProcessor
Create a List of JavaBeans from the column values in all
ResultSet rows.
toDate(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toDate(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toDate(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MySQL
toDate(Expression, String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Oracle
toDate(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.PostgreSql
toDateTime(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toDateTime(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toDateTime(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MySQL
toDateTime(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.PostgreSql
toDateYYYY_MM_DD(Expression, String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Oracle
toDateYYYY_MM_DD_hh_mi_ss(Expression, String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Oracle
today() - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toDayOfMonth(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toDayOfWeek(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toDayOfYear(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toDecimal128(Expression, String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toDecimal32(Expression, String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toDecimal64(Expression, String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toFloat32(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toFloat64(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toHour(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toInt16(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toInt16(Integer) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toInt16(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toInt32(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toInt32(Integer) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toInt32(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toInt64(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toInt64(Integer) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toInt64(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toInt8(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toInt8(Integer) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toInt8(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toMap(ResultSet) - 类 中的方法com.github.braisdom.objsql.jdbc.BasicRowProcessor
Convert a ResultSet row into a Map.
toMap(ResultSet) - 接口 中的方法com.github.braisdom.objsql.jdbc.RowProcessor
Create a Map from the column values in one
ResultSet row.
toMinute(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toMonth(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toName(String) - 类 中的方法com.github.braisdom.objsql.apt.APTBuilder
toSecond(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toSql(ExpressionContext) - 类 中的方法com.github.braisdom.objsql.sql.AbstractTable
toSql(ExpressionContext) - 类 中的方法com.github.braisdom.objsql.sql.DefaultColumn
toSql(ExpressionContext) - 类 中的方法com.github.braisdom.objsql.sql.expression.BetweenExpression
toSql(ExpressionContext) - 类 中的方法com.github.braisdom.objsql.sql.expression.CaseExpression
toSql(ExpressionContext) - 类 中的方法com.github.braisdom.objsql.sql.expression.ColumnExpression
toSql(ExpressionContext) - 类 中的方法com.github.braisdom.objsql.sql.expression.EqualsExpression
toSql(ExpressionContext) - 类 中的方法com.github.braisdom.objsql.sql.expression.InExpression
toSql(ExpressionContext) - 类 中的方法com.github.braisdom.objsql.sql.expression.JoinExpression
toSql(ExpressionContext) - 类 中的方法com.github.braisdom.objsql.sql.expression.LikeException
toSql(ExpressionContext) - 类 中的方法com.github.braisdom.objsql.sql.expression.LiteralExpression
toSql(ExpressionContext) - 类 中的方法com.github.braisdom.objsql.sql.expression.NullExpression
toSql(ExpressionContext) - 类 中的方法com.github.braisdom.objsql.sql.expression.ParenExpression
toSql(ExpressionContext) - 类 中的方法com.github.braisdom.objsql.sql.expression.PlainExpression
toSql(ExpressionContext) - 类 中的方法com.github.braisdom.objsql.sql.expression.PolynaryExpression
toSql(ExpressionContext) - 类 中的方法com.github.braisdom.objsql.sql.Select
toSql(ExpressionContext) - 类 中的方法com.github.braisdom.objsql.sql.SqlFunctionCall
toSql(DatabaseType) - 接口 中的方法com.github.braisdom.objsql.sql.Sqlizable
toSql(ExpressionContext) - 接口 中的方法com.github.braisdom.objsql.sql.Sqlizable
toStartOfMonth(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toStartOfMonth(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toString() - 类 中的方法com.github.braisdom.objsql.pagination.impl.TableAlias
toString() - 类 中的方法com.github.braisdom.objsql.sql.DefaultColumn
toString(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toString(Expression, Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toString() - 异常错误 中的方法com.github.braisdom.objsql.ValidationException
toString() - 类 中的方法com.github.braisdom.objsql.Validator.Violation
total(long[]) - 类 中的静态方法com.github.braisdom.objsql.util.ArrayUtil
totalSize() - 类 中的方法com.github.braisdom.objsql.pagination.DefaultPagedList
totalSize() - 接口 中的方法com.github.braisdom.objsql.pagination.PagedList
toTimestamp(Expression, String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Oracle
toTimestampYYYY_MM_DD(Expression, String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Oracle
toTimestampYYYY_MM_DD_hh_mi_ss(Expression, String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Oracle
toUInt16(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toUInt16(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toUInt32(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toUInt32(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toUInt64(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toUInt64(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toUInt8(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toUInt8(Integer) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toUInt8(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toUnixTimestamp(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toUnixTimestamp(Expression, Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toUUID(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toUUID(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toYear(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toYYYYMM(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toYYYYMMDD(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
toYYYYMMDDhhmmss(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
Transactional - com.github.braisdom.objsql.annotations 中的注释类型
It indicates the methods will be executed in a database transaction.
TransactionalCodeGenerator - com.github.braisdom.objsql.apt 中的类
TransactionalCodeGenerator() - 类 的构造器com.github.braisdom.objsql.apt.TransactionalCodeGenerator
Transient - com.github.braisdom.objsql.annotations 中的注释类型
It indicates that a field will not be persisted into database.
trim(Expression...) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
truncate(Float, Integer) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MySQL
truncate(Integer, Integer) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MySQL
truncate(Expression, Integer) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MySQL
truncate(String, int) - 类 中的静态方法com.github.braisdom.objsql.util.StringUtil
truncateDay(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.PostgreSql
truncateHour(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.PostgreSql
truncateTable(String) - 类 中的静态方法com.github.braisdom.objsql.Databases
truncateTable(String, String) - 类 中的静态方法com.github.braisdom.objsql.Databases
typeRef(Class) - 类 中的方法com.github.braisdom.objsql.apt.APTBuilder
typeRef(String) - 类 中的方法com.github.braisdom.objsql.apt.APTBuilder
underscore(String) - 类 中的静态方法com.github.braisdom.objsql.util.WordUtil
underscore is the reverse of camelize method.
unhex(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
unhex(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.ClickHouse
unhex(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MySQL
unhex(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.MySQL
union(Dataset...) - 类 中的方法com.github.braisdom.objsql.sql.Select
unionAll(Dataset...) - 类 中的方法com.github.braisdom.objsql.sql.Select
unionAllDatasets - 类 中的变量com.github.braisdom.objsql.sql.Select
unionDatasets - 类 中的变量com.github.braisdom.objsql.sql.Select
unload(String) - 类 中的方法com.github.braisdom.objsql.jdbc.QueryLoader
Removes the queries for the given path from the cache.
UnsupportedArithmeticalException - com.github.braisdom.objsql.sql.expression 中的异常错误
UnsupportedArithmeticalException() - 异常错误 的构造器com.github.braisdom.objsql.sql.expression.UnsupportedArithmeticalException
UnsupportedArithmeticalException(String) - 异常错误 的构造器com.github.braisdom.objsql.sql.expression.UnsupportedArithmeticalException
UnsupportedArithmeticalException(String, Throwable) - 异常错误 的构造器com.github.braisdom.objsql.sql.expression.UnsupportedArithmeticalException
UnsupportedArithmeticalException(Throwable) - 异常错误 的构造器com.github.braisdom.objsql.sql.expression.UnsupportedArithmeticalException
UnsupportedArithmeticalException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.github.braisdom.objsql.sql.expression.UnsupportedArithmeticalException
unwrap(Class<E>) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
unwrapExceptionCause(SuppressedException, Class<E>) - 异常错误 中的静态方法com.github.braisdom.objsql.util.SuppressedException
unwrapSuppressedException(Supplier<T>, Class<E>) - 异常错误 中的静态方法com.github.braisdom.objsql.util.SuppressedException
unwrapSuppressedException(Supplier<T>) - 异常错误 中的静态方法com.github.braisdom.objsql.util.SuppressedException
unwrapSuppressedException(Runnable, Class<E>) - 异常错误 中的静态方法com.github.braisdom.objsql.util.SuppressedException
unwrapSuppressedException(Runnable) - 异常错误 中的静态方法com.github.braisdom.objsql.util.SuppressedException
update(Object, T, boolean) - 类 中的方法com.github.braisdom.objsql.DefaultPersistence
update(String, String, Object...) - 类 中的方法com.github.braisdom.objsql.DefaultPersistence
update(Connection, String) - 类 中的方法com.github.braisdom.objsql.jdbc.AsyncQueryRunner
Execute an SQL INSERT, UPDATE, or DELETE query without replacement
parameters.
update(Connection, String, Object) - 类 中的方法com.github.braisdom.objsql.jdbc.AsyncQueryRunner
Execute an SQL INSERT, UPDATE, or DELETE query with a single replacement
parameter.
update(Connection, String, Object...) - 类 中的方法com.github.braisdom.objsql.jdbc.AsyncQueryRunner
Execute an SQL INSERT, UPDATE, or DELETE query.
update(String) - 类 中的方法com.github.braisdom.objsql.jdbc.AsyncQueryRunner
Executes the given INSERT, UPDATE, or DELETE SQL statement without
any replacement parameters.
update(String, Object) - 类 中的方法com.github.braisdom.objsql.jdbc.AsyncQueryRunner
Executes the given INSERT, UPDATE, or DELETE SQL statement with
a single replacement parameter.
update(String, Object...) - 类 中的方法com.github.braisdom.objsql.jdbc.AsyncQueryRunner
Executes the given INSERT, UPDATE, or DELETE SQL statement.
update(Connection, String) - 类 中的方法com.github.braisdom.objsql.jdbc.QueryRunner
Execute an SQL INSERT, UPDATE, or DELETE query without replacement
parameters.
update(Connection, String, Object) - 类 中的方法com.github.braisdom.objsql.jdbc.QueryRunner
Execute an SQL INSERT, UPDATE, or DELETE query with a single replacement
parameter.
update(Connection, String, Object...) - 类 中的方法com.github.braisdom.objsql.jdbc.QueryRunner
Execute an SQL INSERT, UPDATE, or DELETE query.
update(String) - 类 中的方法com.github.braisdom.objsql.jdbc.QueryRunner
Executes the given INSERT, UPDATE, or DELETE SQL statement without
any replacement parameters.
update(String, Object) - 类 中的方法com.github.braisdom.objsql.jdbc.QueryRunner
Executes the given INSERT, UPDATE, or DELETE SQL statement with
a single replacement parameter.
update(String, Object...) - 类 中的方法com.github.braisdom.objsql.jdbc.QueryRunner
Executes the given INSERT, UPDATE, or DELETE SQL statement.
update(Object, T, boolean) - 接口 中的方法com.github.braisdom.objsql.Persistence
update(String, String, Object...) - 接口 中的方法com.github.braisdom.objsql.Persistence
updateArray(int, Array) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateArray(String, Array) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateAsciiStream(int, InputStream, int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateAsciiStream(int, InputStream, long) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateAsciiStream(int, InputStream) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateAsciiStream(String, InputStream, int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateAsciiStream(String, InputStream, long) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateAsciiStream(String, InputStream) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateBigDecimal(int, BigDecimal) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateBigDecimal(String, BigDecimal) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateBinaryStream(int, InputStream, int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateBinaryStream(int, InputStream, long) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateBinaryStream(int, InputStream) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateBinaryStream(String, InputStream, int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateBinaryStream(String, InputStream, long) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateBinaryStream(String, InputStream) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateBlob(int, Blob) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateBlob(int, InputStream, long) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateBlob(int, InputStream) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateBlob(String, Blob) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateBlob(String, InputStream, long) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateBlob(String, InputStream) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateBoolean(int, boolean) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateBoolean(String, boolean) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateByte(int, byte) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateByte(String, byte) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateBytes(int, byte[]) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateBytes(String, byte[]) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
UpdateCallableStatement(Connection, boolean, PreparedStatement, String, Object...) - 类 的构造器com.github.braisdom.objsql.jdbc.AsyncQueryRunner.UpdateCallableStatement
已过时。
updateCharacterStream(int, Reader, int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateCharacterStream(int, Reader, long) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateCharacterStream(int, Reader) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateCharacterStream(String, Reader, int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateCharacterStream(String, Reader, long) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateCharacterStream(String, Reader) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateClob(int, Clob) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateClob(int, Reader, long) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateClob(int, Reader) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateClob(String, Clob) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateClob(String, Reader, long) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateClob(String, Reader) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateDate(int, Date) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateDate(String, Date) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateDouble(int, double) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateDouble(String, double) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateFloat(int, float) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateFloat(String, float) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateInt(int, int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateInt(String, int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateLong(int, long) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateLong(String, long) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateNCharacterStream(int, Reader, long) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateNCharacterStream(int, Reader) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateNCharacterStream(String, Reader, long) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateNCharacterStream(String, Reader) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateNClob(int, NClob) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateNClob(int, Reader, long) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateNClob(int, Reader) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateNClob(String, NClob) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateNClob(String, Reader, long) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateNClob(String, Reader) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateNString(int, String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateNString(String, String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateNull(int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateNull(String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateObject(int, Object, int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateObject(int, Object) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateObject(String, Object, int) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateObject(String, Object) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateRef(int, Ref) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateRef(String, Ref) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateRow() - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateRowId(int, RowId) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateRowId(String, RowId) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateShort(int, short) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateShort(String, short) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateSQLXML(int, SQLXML) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateSQLXML(String, SQLXML) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateString(int, String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateString(String, String) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateTime(int, Time) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateTime(String, Time) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateTimestamp(int, Timestamp) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
updateTimestamp(String, Timestamp) - 类 中的方法com.github.braisdom.objsql.jdbc.BaseResultSetHandler
upper(Expression) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
upper(String) - 类 中的静态方法com.github.braisdom.objsql.sql.function.Ansi
uuid() - 类 中的静态方法com.github.braisdom.objsql.sql.function.MySQL
uuidShort() - 类 中的静态方法com.github.braisdom.objsql.sql.function.MySQL