com.github.drinkjava2.jdialects
Class DialectFunctionTranslator.SqlItem

java.lang.Object
  extended by com.github.drinkjava2.jdialects.DialectFunctionTranslator.SqlItem
Enclosing class:
DialectFunctionTranslator

public static class DialectFunctionTranslator.SqlItem
extends Object

Item type can be:
S:String, F:function, U:Unknow(need correct), ",":","

Since:
1.7.0
Author:
Yong Zhu

Field Summary
 char type
           
 Object value
           
 
Constructor Summary
DialectFunctionTranslator.SqlItem()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public char type

value

public Object value
Constructor Detail

DialectFunctionTranslator.SqlItem

public DialectFunctionTranslator.SqlItem()


Copyright © 2018. All rights reserved.