com.aspose.cells
Class SqlScriptOperatorType

java.lang.Object
    extended by com.aspose.cells.SqlScriptOperatorType

public class SqlScriptOperatorType 
extends java.lang.Object

Utility class containing constants. Represents the type of operating data.


Field Summary
static final intINSERT
           Insert data.
static final intUPDATE
           Update data.
static final intDELETE
           Delete data.
 

Field Detail

INSERT

public static final int INSERT
Insert data.

UPDATE

public static final int UPDATE
Update data.

DELETE

public static final int DELETE
Delete data.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.