- getArgValue(Object) - Static method in class com.beyondconstraint.sqlking.utils.StringUtils
-
- getBuilder() - Static method in class com.beyondconstraint.sqlking.operation.function.Count
-
- getBuilder() - Static method in class com.beyondconstraint.sqlking.operation.function.Delete
-
- getBuilder() - Static method in class com.beyondconstraint.sqlking.operation.function.Insert
-
- getBuilder() - Static method in class com.beyondconstraint.sqlking.operation.function.Select
-
- getBuilder() - Static method in class com.beyondconstraint.sqlking.operation.function.Update
-
- getClassDef() - Method in class com.beyondconstraint.sqlking.operation.function.Count
-
- getClassDef() - Method in class com.beyondconstraint.sqlking.operation.function.Delete
-
- getClassDef() - Method in class com.beyondconstraint.sqlking.operation.function.Update
-
- getClassName(Object) - Static method in class com.beyondconstraint.sqlking.utils.ReflectionUtils
-
Get the class name of the provided object
- getClause(Clause[]) - Method in class com.beyondconstraint.sqlking.database.DatabaseController
-
Build the conditional clause
- getClause() - Method in class com.beyondconstraint.sqlking.operation.clause.And
-
- getClause() - Method in class com.beyondconstraint.sqlking.operation.clause.Or
-
- getClause() - Method in class com.beyondconstraint.sqlking.operation.function.Count
-
- getClause() - Method in class com.beyondconstraint.sqlking.operation.function.Select
-
- getClauseArgs(Clause[]) - Method in class com.beyondconstraint.sqlking.database.DatabaseController
-
Build the clause arguments
- getConditions() - Method in class com.beyondconstraint.sqlking.operation.function.Delete
-
- getConditions() - Method in class com.beyondconstraint.sqlking.operation.function.Update
-
- getContentValues() - Method in class com.beyondconstraint.sqlking.database.InsertQuery
-
- getContentValues() - Method in class com.beyondconstraint.sqlking.operation.function.Update
-
- getContentValuesFromModel(Model) - Method in class com.beyondconstraint.sqlking.database.DatabaseController
-
Populate a ContentValues collection based on the field values stored in baseModel
- getDatabase() - Method in class com.beyondconstraint.sqlking.database.SQLInit
-
- getDatabase() - Method in class com.beyondconstraint.sqlking.database.SQLOpen
-
- getEnd() - Method in class com.beyondconstraint.sqlking.operation.keyword.Limit
-
- getExpression() - Method in class com.beyondconstraint.sqlking.operation.clause.Where
-
- getField() - Method in class com.beyondconstraint.sqlking.operation.keyword.OrderBy
-
- getGetterMethods(Class<?>) - Static method in class com.beyondconstraint.sqlking.utils.ReflectionUtils
-
- getLimit(Limit) - Method in class com.beyondconstraint.sqlking.database.DatabaseController
-
Build the limit keyword part of the SQL statement
- getLimit() - Method in class com.beyondconstraint.sqlking.operation.function.Select
-
- getMethod(Class<?>, String) - Static method in class com.beyondconstraint.sqlking.utils.ReflectionUtils
-
Loop through all declared methods and find the method that matches
the methodName (if it exists)
- getMethodNamesFromMethods(Method[]) - Static method in class com.beyondconstraint.sqlking.utils.ReflectionUtils
-
Retrieve a list of method names with their get and set prefix removed
- getModels() - Method in class com.beyondconstraint.sqlking.operation.function.Insert
-
- getName() - Method in class com.beyondconstraint.sqlking.schema.Column
-
- getOrder() - Method in class com.beyondconstraint.sqlking.operation.keyword.OrderBy
-
- getOrderBy(OrderBy) - Method in class com.beyondconstraint.sqlking.database.DatabaseController
-
Build the order by keyword part of the SQL statement
- getOrderBy() - Method in class com.beyondconstraint.sqlking.operation.function.Select
-
- getRow() - Method in class com.beyondconstraint.sqlking.operation.clause.In
-
- getRow() - Method in class com.beyondconstraint.sqlking.operation.clause.Where
-
- getSetterMethods(Class<?>) - Static method in class com.beyondconstraint.sqlking.utils.ReflectionUtils
-
- getSQLColumnNamesFromModel(Class<?>) - Method in class com.beyondconstraint.sqlking.database.DatabaseController
-
Retrieve the column names for the provided BaseModel
- getSQLDataTypeFromClassRef(Class<?>) - Static method in class com.beyondconstraint.sqlking.database.DatabaseController
-
Determine the data type of the provided class reference and return
the associated SQL data type
- getStart() - Method in class com.beyondconstraint.sqlking.operation.keyword.Limit
-
- getTableName(Class<?>) - Method in class com.beyondconstraint.sqlking.database.DatabaseController
-
The table name is determined by the model class name
- getTableName(Model) - Method in class com.beyondconstraint.sqlking.database.DatabaseController
-
The table name is determined by the model class name
- getTableName() - Method in class com.beyondconstraint.sqlking.database.InsertQuery
-
- getType() - Method in class com.beyondconstraint.sqlking.schema.Column
-
- getValue() - Method in class com.beyondconstraint.sqlking.operation.clause.Where
-
- getValue() - Method in class com.beyondconstraint.sqlking.schema.Column
-
- getValues() - Method in class com.beyondconstraint.sqlking.operation.clause.In
-