Uses of Class
com.jsql.model.suspendable.AbstractSuspendable
Packages that use AbstractSuspendable
Package
Description
-
Uses of AbstractSuspendable in com.jsql.model.injection.strategy
Methods in com.jsql.model.injection.strategy with parameters of type AbstractSuspendableModifier and TypeMethodDescriptionabstract String
AbstractStrategy.inject
(String sqlQuery, String startPosition, AbstractSuspendable stoppable, String metadataInjectionProcess) Start the strategy work.StrategyInjectionBlind.inject
(String sqlQuery, String startPosition, AbstractSuspendable stoppable, String metadataInjectionProcess) StrategyInjectionError.inject
(String sqlQuery, String startPosition, AbstractSuspendable stoppable, String metadataInjectionProcess) StrategyInjectionMultibit.inject
(String sqlQuery, String startPosition, AbstractSuspendable stoppable, String metadataInjectionProcess) StrategyInjectionStack.inject
(String sqlQuery, String startPosition, AbstractSuspendable stoppable, String metadataInjectionProcess) StrategyInjectionTime.inject
(String sqlQuery, String startPosition, AbstractSuspendable stoppable, String metadataInjectionProcess) StrategyInjectionUnion.inject
(String sqlQuery, String startPosition, AbstractSuspendable stoppable, String metadataInjectionProcess) -
Uses of AbstractSuspendable in com.jsql.model.injection.strategy.blind
Methods in com.jsql.model.injection.strategy.blind with parameters of type AbstractSuspendableModifier and TypeMethodDescriptionAbstractInjectionBinary.inject
(String sqlQuery, AbstractSuspendable suspendable) Process the whole boolean injection, character by character, bit by bit. -
Uses of AbstractSuspendable in com.jsql.model.suspendable
Subclasses of AbstractSuspendable in com.jsql.model.suspendableModifier and TypeClassDescriptionclass
Runnable class, define insertionCharacter to be used during injection, i.e -1 in "...php?class
Runnable class, search the correct number of fields in the SQL query.class
Get data as chunks by performance query from SQL request.class
-
Uses of AbstractSuspendable in com.jsql.util
Methods in com.jsql.util that return AbstractSuspendableModifier and TypeMethodDescriptionThreadUtil.get
(AbstractElementDatabase elementDatabase) Get the task associated to the database component.Methods in com.jsql.util with parameters of type AbstractSuspendableModifier and TypeMethodDescriptionvoid
ThreadUtil.put
(AbstractElementDatabase elementDatabase, AbstractSuspendable suspendable) Add a job to the list of ongoing tasks.