Class RDBMSTypeMapping
- java.lang.Object
-
- io.siddhi.core.aggregation.persistedaggregation.config.RDBMSTypeMapping
-
public class RDBMSTypeMapping extends Object
This class represents the SQL datatype mappings required by Siddhi RDBMS Event Tables per supported DB vendor.
-
-
Constructor Summary
Constructors Constructor Description RDBMSTypeMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBigStringType()StringgetBinaryType()StringgetBooleanType()StringgetDoubleType()StringgetFloatType()StringgetIntegerType()StringgetLongType()StringgetStringType()voidsetBigStringType(String bigStringType)voidsetBinaryType(String binaryType)voidsetBooleanType(String booleanType)voidsetDoubleType(String doubleType)voidsetFloatType(String floatType)voidsetIntegerType(String integerType)voidsetLongType(String longType)voidsetStringType(String stringType)
-
-
-
Method Detail
-
getBinaryType
public String getBinaryType()
-
setBinaryType
public void setBinaryType(String binaryType)
-
getBooleanType
public String getBooleanType()
-
setBooleanType
public void setBooleanType(String booleanType)
-
getDoubleType
public String getDoubleType()
-
setDoubleType
public void setDoubleType(String doubleType)
-
getFloatType
public String getFloatType()
-
setFloatType
public void setFloatType(String floatType)
-
getIntegerType
public String getIntegerType()
-
setIntegerType
public void setIntegerType(String integerType)
-
getLongType
public String getLongType()
-
setLongType
public void setLongType(String longType)
-
getStringType
public String getStringType()
-
setStringType
public void setStringType(String stringType)
-
getBigStringType
public String getBigStringType()
-
setBigStringType
public void setBigStringType(String bigStringType)
-
-