Package de.thomas_oster.lazysql
Class Argument
java.lang.Object
de.thomas_oster.lazysql.Argument
- Author:
- Thomas Oster (mail@thomas-oster.de)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidfromTypeListString(String string) Liest einen String wie zB "String variable1, Integer variable 2" usw einfromVariableElements(List<? extends VariableElement> l) toString()static StringtoTypeListString(Collection<Argument> type)
-
Constructor Details
-
Argument
-
Argument
-
Argument
-
-
Method Details
-
fromVariableElements
-
compareWithoutOrder
public static void compareWithoutOrder(Collection<Argument> a, Collection<Argument> b) throws Argument.MismatchException - Throws:
Argument.MismatchException
-
toTypeListString
-
fromTypeListString
Liest einen String wie zB "String variable1, Integer variable 2" usw ein- Parameters:
string- the arguments as string like "String var1, Integer var2..."- Returns:
- a list of Arguments corresponding to the string
- Throws:
Argument.ParsingException- if there is an error
-
toString
-