public abstract class SqlSelectBuilder extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SqlSelectBuilder.SplittedSql |
| Constructor and Description |
|---|
SqlSelectBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static void |
generateDynamicPartOfQuery(SQLiteModelMethod method,
com.squareup.javapoet.MethodSpec.Builder methodBuilder,
SqlSelectBuilder.SplittedSql splittedSql) |
static void |
generateSelect(Elements elementUtils,
com.squareup.javapoet.TypeSpec.Builder builder,
SQLiteModelMethod method) |
static String |
getNameParameterOfType(ModelMethod method,
com.squareup.javapoet.TypeName parameter) |
public static String getNameParameterOfType(ModelMethod method, com.squareup.javapoet.TypeName parameter)
public static void generateSelect(Elements elementUtils, com.squareup.javapoet.TypeSpec.Builder builder, SQLiteModelMethod method) throws ClassNotFoundException
elementUtils - builder - method - ClassNotFoundExceptionpublic static void generateDynamicPartOfQuery(SQLiteModelMethod method, com.squareup.javapoet.MethodSpec.Builder methodBuilder, SqlSelectBuilder.SplittedSql splittedSql)
method - methodBuilder - splittedSql - Copyright © 2017. All rights reserved.