Uses of Class
de.julielab.concepts.db.core.http.Statement
-
Packages that use Statement Package Description de.julielab.concepts.db.core.http -
-
Uses of Statement in de.julielab.concepts.db.core.http
Methods in de.julielab.concepts.db.core.http that return types with arguments of type Statement Modifier and Type Method Description List<Statement>Statements. getStatements()Methods in de.julielab.concepts.db.core.http with parameters of type Statement Modifier and Type Method Description voidStatements. addStatement(Statement statement)Method parameters in de.julielab.concepts.db.core.http with type arguments of type Statement Modifier and Type Method Description voidStatements. setStatements(List<Statement> statements)Constructors in de.julielab.concepts.db.core.http with parameters of type Statement Constructor Description Statements(Statement... statements)
-