| Package | Description |
|---|---|
| com.abubusoft.kripton.processor.sqlite | |
| com.abubusoft.kripton.processor.sqlite.core |
| Modifier and Type | Method and Description |
|---|---|
static SelectBuilderUtility.SelectType |
SelectBuilderUtility.SelectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectBuilderUtility.SelectType[] |
SelectBuilderUtility.SelectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectBuilderUtility.SelectCodeGenerator.setSelectResultTye(SelectBuilderUtility.SelectType selectResultType) |
void |
AbstractSelectCodeGenerator.setSelectResultTye(SelectBuilderUtility.SelectType value) |
| Modifier and Type | Method and Description |
|---|---|
static void |
JavadocUtility.generateJavaDocForSelect(com.squareup.javapoet.MethodSpec.Builder methodBuilder,
List<String> sqlParams,
SQLiteModelMethod method,
ModelAnnotation annotation,
Set<JQLProjection> fieldList,
SelectBuilderUtility.SelectType selectResultType,
AbstractSelectCodeGenerator.JavadocPart... javadocParts) |
Copyright © 2017. All rights reserved.