Skip navigation links
A C D E F G I L M N O P R S T U V 

A

AbstractRDBMSAdapter - Class in de.thomas_oster.lazysql
A class representing support for an RDBMS.
AbstractRDBMSAdapter() - Constructor for class de.thomas_oster.lazysql.AbstractRDBMSAdapter
 
AbstractRDBMSAdapter.FullyQualifiedName - Class in de.thomas_oster.lazysql
 
AbstractRDBMSAdapter.NotSupportedException - Exception in de.thomas_oster.lazysql
 
AbstractRDBMSAdapter.Procedure - Class in de.thomas_oster.lazysql
 
addJsonAnnotations - Variable in class de.thomas_oster.lazysql.DbConfig
 
Argument - Class in de.thomas_oster.lazysql
 
Argument(VariableElement) - Constructor for class de.thomas_oster.lazysql.Argument
 
Argument(String, Type) - Constructor for class de.thomas_oster.lazysql.Argument
 
Argument(String, TypeName) - Constructor for class de.thomas_oster.lazysql.Argument
 
Argument.Direction - Enum in de.thomas_oster.lazysql
 
Argument.MismatchException - Exception in de.thomas_oster.lazysql
 
Argument.ParsingException - Exception in de.thomas_oster.lazysql
 
ArgumentListCache - Class in de.thomas_oster.lazysql
 
ArgumentListCache(File) - Constructor for class de.thomas_oster.lazysql.ArgumentListCache
 
AutoComplete - Class in de.thomas_oster.lazysql
 
AutoComplete() - Constructor for class de.thomas_oster.lazysql.AutoComplete
 

C

cachefile - Variable in class de.thomas_oster.lazysql.DbConfig
 
checkIfAllArgumentsAreUsed(String, List<Argument>, Element) - Method in class de.thomas_oster.lazysql.LazySQLProcessor
Prüft ob alle Parameter in der SQL Query vorkommen und gibt sonst eine Fehlermeldung an dem Element aus
checkSQLSyntax(Connection, String, List<Argument>) - Method in class de.thomas_oster.lazysql.AbstractRDBMSAdapter
 
checkSQLSyntax(Connection, String, List<Argument>) - Method in class de.thomas_oster.lazysql.MssqlAdapter
 
checkSQLSyntax(Connection, String, List<Argument>) - Method in class de.thomas_oster.lazysql.MysqlAdapter
 
checkSQLSyntax(Connection, String, List<Argument>) - Method in class de.thomas_oster.lazysql.OracleAdapter
 
checkSQLSyntax(Connection, String, List<Argument>) - Method in class de.thomas_oster.lazysql.UnknownRDBMSAdapter
 
compareWithoutOrder(Collection<Argument>, Collection<Argument>) - Static method in class de.thomas_oster.lazysql.Argument
 
ConfigException(Exception) - Constructor for exception de.thomas_oster.lazysql.DbConfig.ConfigException
 
ConfigException(String) - Constructor for exception de.thomas_oster.lazysql.DbConfig.ConfigException
 
customDriver - Variable in class de.thomas_oster.lazysql.DbConfig
 

D

DbConfig - Class in de.thomas_oster.lazysql
 
DbConfig() - Constructor for class de.thomas_oster.lazysql.DbConfig
 
DbConfig.ConfigException - Exception in de.thomas_oster.lazysql
 
dbpassword - Variable in class de.thomas_oster.lazysql.DbConfig
 
DbQueryTyper - Class in de.thomas_oster.lazysql
 
dburl - Variable in class de.thomas_oster.lazysql.DbConfig
 
dbuser - Variable in class de.thomas_oster.lazysql.DbConfig
 
de.thomas_oster.lazysql - package de.thomas_oster.lazysql
 
de.thomas_oster.lazysql.annotations - package de.thomas_oster.lazysql.annotations
 
debugLog(String) - Static method in class de.thomas_oster.lazysql.LazySQLProcessor
 
dependencyInjection - Variable in class de.thomas_oster.lazysql.DbConfig
 

E

ElementException - Exception in de.thomas_oster.lazysql
Exception which should be shown to the user of the Annotation Processon on an element which is causing it
ElementException(String) - Constructor for exception de.thomas_oster.lazysql.ElementException
 

F

fromConfigAnnotation(LazySQLConfig) - Static method in class de.thomas_oster.lazysql.DbConfig
 
fromConfigFile(String) - Static method in class de.thomas_oster.lazysql.DbConfig
 
fromConfigFile(File) - Static method in class de.thomas_oster.lazysql.DbConfig
 
fromEnvironment() - Static method in class de.thomas_oster.lazysql.DbConfig
 
fromTypeListString(String) - Static method in class de.thomas_oster.lazysql.Argument
Liest einen String wie zB "String variable1, Integer variable 2" usw ein
fromVariableElements(List<? extends VariableElement>) - Static method in class de.thomas_oster.lazysql.Argument
 
FullyQualifiedName() - Constructor for class de.thomas_oster.lazysql.AbstractRDBMSAdapter.FullyQualifiedName
 

G

get(String, Lazy.Supplier<List<Argument>, Exception>) - Method in class de.thomas_oster.lazysql.ArgumentListCache
 
get() - Method in class de.thomas_oster.lazysql.Lazy
Calculates the value and caches the result if no Exception occurs.
get() - Method in interface de.thomas_oster.lazysql.Lazy.Supplier
 
getAdapterByDbUri(String, String) - Static method in class de.thomas_oster.lazysql.AbstractRDBMSAdapter
 
getColumnType(int, String, int) - Method in class de.thomas_oster.lazysql.AbstractRDBMSAdapter
Maps the SQL Column type to java class.
getColumnType(int, String, int) - Method in class de.thomas_oster.lazysql.MssqlAdapter
 
getCompletions(LazySQLProcessor, Element, AnnotationMirror, ExecutableElement, String) - Static method in class de.thomas_oster.lazysql.AutoComplete
 
getCompletions(Element, AnnotationMirror, ExecutableElement, String) - Method in class de.thomas_oster.lazysql.LazySQLProcessor
 
getFqn(String) - Method in class de.thomas_oster.lazysql.DbQueryTyper
 
getProcedures(String, Lazy.Supplier<List<AbstractRDBMSAdapter.Procedure>, Exception>) - Method in class de.thomas_oster.lazysql.ArgumentListCache
 
getSchemas(Connection, String, String) - Method in class de.thomas_oster.lazysql.AbstractRDBMSAdapter
 
getSchemas(Connection, String) - Method in class de.thomas_oster.lazysql.AbstractRDBMSAdapter
 
getSchemas(String) - Method in class de.thomas_oster.lazysql.DbQueryTyper
 
getSimpleName(String) - Static method in class de.thomas_oster.lazysql.TypeHelper
 
getSimpleName(TypeName) - Static method in class de.thomas_oster.lazysql.TypeHelper
 
getSqlQueryType(Connection, String, List<Argument>) - Method in class de.thomas_oster.lazysql.AbstractRDBMSAdapter
Let's the db analyze an SQL query and throws an exception or returns a map containing the names and types of the resulting rows
getSqlQueryType(String, List<Argument>) - Method in class de.thomas_oster.lazysql.DbQueryTyper
Let's the db analyze an SQL query and throws an exception or returns a map containing the names and types of the resulting rows
getSqlQueryType(Connection, String, List<Argument>) - Method in class de.thomas_oster.lazysql.MssqlAdapter
 
getSqlQueryType(Connection, String, List<Argument>) - Method in class de.thomas_oster.lazysql.MysqlAdapter
 
getSqlQueryType(Connection, String, List<Argument>) - Method in class de.thomas_oster.lazysql.OracleAdapter
 
getSqlQueryType(Connection, String, List<Argument>) - Method in class de.thomas_oster.lazysql.UnknownRDBMSAdapter
 
getStoredProcedureParameters(Connection, String, String, String) - Method in class de.thomas_oster.lazysql.AbstractRDBMSAdapter
 
getStoredProcedureParameters(Connection, String) - Method in class de.thomas_oster.lazysql.AbstractRDBMSAdapter
 
getStoredProcedureParameters(String) - Method in class de.thomas_oster.lazysql.DbQueryTyper
 
getStoredProcedureParameters(Connection, String) - Method in class de.thomas_oster.lazysql.OracleAdapter
 
getStoredProcedures(Connection, String, String, String) - Method in class de.thomas_oster.lazysql.AbstractRDBMSAdapter
 
getStoredProcedures(Connection, String) - Method in class de.thomas_oster.lazysql.AbstractRDBMSAdapter
 
getStoredProcedures(String, String, String) - Method in class de.thomas_oster.lazysql.DbQueryTyper
 
getStoredProcedures(String) - Method in class de.thomas_oster.lazysql.DbQueryTyper
 
getStoredProcedures(Connection, String, String, String) - Method in class de.thomas_oster.lazysql.MssqlAdapter
 
getStoredProcedures(Connection, String) - Method in class de.thomas_oster.lazysql.OracleAdapter
 
getStrings(String, Lazy.Supplier<List<String>, Exception>) - Method in class de.thomas_oster.lazysql.ArgumentListCache
 
getSupportedSourceVersion() - Method in class de.thomas_oster.lazysql.LazySQLProcessor
 
getTableColumns(Connection, String, String, String, String) - Method in class de.thomas_oster.lazysql.AbstractRDBMSAdapter
 
getTableColumns(Connection, String, String) - Method in class de.thomas_oster.lazysql.AbstractRDBMSAdapter
 
getTableColumns(String, String) - Method in class de.thomas_oster.lazysql.DbQueryTyper
 
getTableColumns(Connection, String, String) - Method in class de.thomas_oster.lazysql.OracleAdapter
 
getTables(Connection, String, String, String) - Method in class de.thomas_oster.lazysql.AbstractRDBMSAdapter
 
getTables(Connection, String) - Method in class de.thomas_oster.lazysql.AbstractRDBMSAdapter
 
getTables(String) - Method in class de.thomas_oster.lazysql.DbQueryTyper
 
getTables(String, String, String) - Method in class de.thomas_oster.lazysql.DbQueryTyper
 
getValue() - Method in class de.thomas_oster.lazysql.Lazy
Alias for get() for supporting JavaBean Style

I

init(ProcessingEnvironment) - Method in class de.thomas_oster.lazysql.LazySQLProcessor
 

L

Lazy<T,E extends Throwable> - Class in de.thomas_oster.lazysql
Class for a Thread-Safe LazyEvaluated supplier which can throw exceptions
Lazy(Lazy.Supplier<T, E>) - Constructor for class de.thomas_oster.lazysql.Lazy
 
Lazy.Supplier<T,E extends Throwable> - Interface in de.thomas_oster.lazysql
 
LazySQLConfig - Annotation Type in de.thomas_oster.lazysql.annotations
 
LazySQLExec - Annotation Type in de.thomas_oster.lazysql.annotations
 
LazySQLInsert - Annotation Type in de.thomas_oster.lazysql.annotations
 
LazySQLProcessor - Class in de.thomas_oster.lazysql
 
LazySQLProcessor() - Constructor for class de.thomas_oster.lazysql.LazySQLProcessor
 
LazySQLSelect - Annotation Type in de.thomas_oster.lazysql.annotations
 
LazySQLStoredProcedure - Annotation Type in de.thomas_oster.lazysql.annotations
 
LazySQLUpdate - Annotation Type in de.thomas_oster.lazysql.annotations
 
LazySQLUpsert - Annotation Type in de.thomas_oster.lazysql.annotations
 

M

MismatchException(String) - Constructor for exception de.thomas_oster.lazysql.Argument.MismatchException
 
MssqlAdapter - Class in de.thomas_oster.lazysql
 
MssqlAdapter() - Constructor for class de.thomas_oster.lazysql.MssqlAdapter
 
MysqlAdapter - Class in de.thomas_oster.lazysql
 
MysqlAdapter() - Constructor for class de.thomas_oster.lazysql.MysqlAdapter
 

N

NotSupportedException(String) - Constructor for exception de.thomas_oster.lazysql.AbstractRDBMSAdapter.NotSupportedException
 

O

of(Lazy.Supplier<T, E>) - Static method in class de.thomas_oster.lazysql.Lazy
 
OracleAdapter - Class in de.thomas_oster.lazysql
 
OracleAdapter() - Constructor for class de.thomas_oster.lazysql.OracleAdapter
 

P

ParsingException(String, Exception) - Constructor for exception de.thomas_oster.lazysql.Argument.ParsingException
 
Procedure() - Constructor for class de.thomas_oster.lazysql.AbstractRDBMSAdapter.Procedure
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class de.thomas_oster.lazysql.LazySQLProcessor
 

R

readFromDisk() - Method in class de.thomas_oster.lazysql.ArgumentListCache
 
replaceArgumentsAndListOrder(String, List<Argument>, List<Argument>) - Method in class de.thomas_oster.lazysql.LazySQLProcessor
Replaces all :Argument strings in the SQL query with ?
reset() - Method in class de.thomas_oster.lazysql.Lazy
 
Returns - Annotation Type in de.thomas_oster.lazysql.annotations
 

S

saveToDisk() - Method in class de.thomas_oster.lazysql.ArgumentListCache
 
stringFromType(TypeName) - Static method in class de.thomas_oster.lazysql.TypeHelper
 

T

toString() - Method in class de.thomas_oster.lazysql.Argument
 
toTypeListString(Collection<Argument>) - Static method in class de.thomas_oster.lazysql.Argument
 
tryToLoadDriver(String) - Method in class de.thomas_oster.lazysql.AbstractRDBMSAdapter
 
typeFromString(String) - Static method in class de.thomas_oster.lazysql.TypeHelper
 
TypeHelper - Class in de.thomas_oster.lazysql
 
TypeHelper() - Constructor for class de.thomas_oster.lazysql.TypeHelper
 
TypeHelper.UnknownTypeException - Exception in de.thomas_oster.lazysql
 

U

UnknownRDBMSAdapter - Class in de.thomas_oster.lazysql
 
UnknownRDBMSAdapter(String) - Constructor for class de.thomas_oster.lazysql.UnknownRDBMSAdapter
 
UnknownTypeException(String) - Constructor for exception de.thomas_oster.lazysql.TypeHelper.UnknownTypeException
 

V

valueOf(String) - Static method in enum de.thomas_oster.lazysql.Argument.Direction
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.thomas_oster.lazysql.Argument.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G I L M N O P R S T U V 
Skip navigation links

Copyright © 2019. All rights reserved.