C# Class java.sql.DataTruncation

Inheritance: java.sql.SQLWarning
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
DataTruncation ( int arg0, bool arg1, bool arg2, int arg3, int arg4 )
DataTruncation ( int arg0, bool arg1, bool arg2, int arg3, int arg4, java arg5 )
getDataSize ( ) : int
getIndex ( ) : int
getParameter ( ) : bool
getRead ( ) : bool
getTransferSize ( ) : int

Protected Methods

Method Description
DataTruncation ( global @__env )

Private Methods

Method Description
DataTruncation ( )

Method Details

DataTruncation() protected method

protected DataTruncation ( global @__env )
@__env global

DataTruncation() public method

public DataTruncation ( int arg0, bool arg1, bool arg2, int arg3, int arg4 )
arg0 int
arg1 bool
arg2 bool
arg3 int
arg4 int

DataTruncation() public method

public DataTruncation ( int arg0, bool arg1, bool arg2, int arg3, int arg4, java arg5 )
arg0 int
arg1 bool
arg2 bool
arg3 int
arg4 int
arg5 java

getDataSize() public method

public getDataSize ( ) : int
return int

getIndex() public method

public getIndex ( ) : int
return int

getParameter() public method

public getParameter ( ) : bool
return bool

getRead() public method

public getRead ( ) : bool
return bool

getTransferSize() public method

public getTransferSize ( ) : int
return int