it.biobytes.ammentos.query
Interface QueryFilter

All Known Implementing Classes:
CompositeQueryFilter, SimpleQueryFilter, SqlQueryFilter

public interface QueryFilter

Author:
davide

Field Summary
static int APP_AND
           
static int APP_OR
           
static int OP_BIGGERTHAN
           
static int OP_BIGGERTHANOREQUALS
           
static int OP_EQUALS
           
static int OP_NOTEQUALS
           
static int OP_SMALLERTHAN
           
static int OP_SMALLERTHANOREQUALS
           
 
Method Summary
 java.lang.String getPreviousAppender()
           
 java.lang.String getSql()
           
 int setParamValues(java.sql.PreparedStatement pstmt, int initialIndex)
           
 

Field Detail

OP_EQUALS

static final int OP_EQUALS
See Also:
Constant Field Values

OP_NOTEQUALS

static final int OP_NOTEQUALS
See Also:
Constant Field Values

OP_BIGGERTHAN

static final int OP_BIGGERTHAN
See Also:
Constant Field Values

OP_BIGGERTHANOREQUALS

static final int OP_BIGGERTHANOREQUALS
See Also:
Constant Field Values

OP_SMALLERTHAN

static final int OP_SMALLERTHAN
See Also:
Constant Field Values

OP_SMALLERTHANOREQUALS

static final int OP_SMALLERTHANOREQUALS
See Also:
Constant Field Values

APP_OR

static final int APP_OR
See Also:
Constant Field Values

APP_AND

static final int APP_AND
See Also:
Constant Field Values
Method Detail

getSql

java.lang.String getSql()

setParamValues

int setParamValues(java.sql.PreparedStatement pstmt,
                   int initialIndex)
                   throws java.sql.SQLException
Throws:
java.sql.SQLException

getPreviousAppender

java.lang.String getPreviousAppender()