de.suse.lib.sqlmap
Class SQLParser.Value

java.lang.Object
  extended by de.suse.lib.sqlmap.SQLParser.Value
Enclosing class:
SQLParser

public static class SQLParser.Value
extends java.lang.Object


Constructor Summary
SQLParser.Value(java.lang.String type, java.lang.String variable, java.lang.Object value)
           
 
Method Summary
 java.lang.String getType()
           
 java.lang.Object getValue()
           
 java.lang.String getVariable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLParser.Value

public SQLParser.Value(java.lang.String type,
                       java.lang.String variable,
                       java.lang.Object value)
Method Detail

getType

public java.lang.String getType()

getVariable

public java.lang.String getVariable()

getValue

public java.lang.Object getValue()