Package system.data.sqltypes
Class SqlBinary
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.ValueType
-
- system.data.sqltypes.SqlBinary
-
- All Implemented Interfaces:
IJCOBridgeReflected,IXmlSerializable
public class SqlBinary extends ValueType implements IXmlSerializable
The base .NET class managing System.Data.SqlTypes.SqlBinary, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.SqlTypes.SqlBinary
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Datastatic java.lang.StringclassNameQualified class name: System.Data.SqlTypes.SqlBinarystatic JCTypeclassTypeThe type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SqlBinaryAdd(SqlBinary x, SqlBinary y)static SqlBinarycast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoSqlBinary, a cast assert is made to check if types are compatible.intCompareTo(NetObject value)intCompareTo(SqlBinary value)static SqlBinaryConcat(SqlBinary x, SqlBinary y)static SqlBooleanEquals(SqlBinary x, SqlBinary y)booleangetIsNull()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeintgetLength()byte[]getValue()static XmlQualifiedNameGetXsdType(XmlSchemaSet schemaSet)static SqlBooleanGreaterThan(SqlBinary x, SqlBinary y)static SqlBooleanGreaterThanOrEqual(SqlBinary x, SqlBinary y)static SqlBooleanLessThan(SqlBinary x, SqlBinary y)static SqlBooleanLessThanOrEqual(SqlBinary x, SqlBinary y)static SqlBooleanNotEquals(SqlBinary x, SqlBinary y)voidsetJCOInstance(JCObject instance)SqlGuidToSqlGuid()-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.xml.serialization.IXmlSerializable
GetSchema, ReadXml, WriteXml
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Data- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Data.SqlTypes.SqlBinary- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SqlBinary
public SqlBinary(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
SqlBinary
public SqlBinary() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
SqlBinary
public SqlBinary(byte[] value) throws java.lang.Throwable, ArgumentException- Throws:
java.lang.ThrowableArgumentException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceIXmlSerializable- Overrides:
getJCOAssemblyNamein classValueType- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Specified by:
getJCOClassNamein interfaceIXmlSerializable- Overrides:
getJCOClassNamein classValueType- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Specified by:
getJCOObjectNamein interfaceIXmlSerializable- Overrides:
getJCOObjectNamein classValueType- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Specified by:
getJCOInstancein interfaceIXmlSerializable- Overrides:
getJCOInstancein classValueType- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classValueType
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Specified by:
getJCOTypein interfaceIXmlSerializable- Overrides:
getJCOTypein classValueType- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static SqlBinary cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoSqlBinary, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
SqlBinaryinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
CompareTo
public int CompareTo(SqlBinary value) throws java.lang.Throwable, SqlNullValueException, ArgumentException
- Throws:
java.lang.ThrowableSqlNullValueExceptionArgumentException
-
CompareTo
public int CompareTo(NetObject value) throws java.lang.Throwable, SqlNullValueException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableSqlNullValueExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeException
-
Add
public static SqlBinary Add(SqlBinary x, SqlBinary y) throws java.lang.Throwable, SqlNullValueException, ArgumentException
- Throws:
java.lang.ThrowableSqlNullValueExceptionArgumentException
-
Concat
public static SqlBinary Concat(SqlBinary x, SqlBinary y) throws java.lang.Throwable, SqlNullValueException, ArgumentException
- Throws:
java.lang.ThrowableSqlNullValueExceptionArgumentException
-
Equals
public static SqlBoolean Equals(SqlBinary x, SqlBinary y) throws java.lang.Throwable, SqlNullValueException, ArgumentException
- Throws:
java.lang.ThrowableSqlNullValueExceptionArgumentException
-
GreaterThan
public static SqlBoolean GreaterThan(SqlBinary x, SqlBinary y) throws java.lang.Throwable, SqlNullValueException, ArgumentException
- Throws:
java.lang.ThrowableSqlNullValueExceptionArgumentException
-
GreaterThanOrEqual
public static SqlBoolean GreaterThanOrEqual(SqlBinary x, SqlBinary y) throws java.lang.Throwable, SqlNullValueException, ArgumentException
- Throws:
java.lang.ThrowableSqlNullValueExceptionArgumentException
-
LessThan
public static SqlBoolean LessThan(SqlBinary x, SqlBinary y) throws java.lang.Throwable, SqlNullValueException, ArgumentException
- Throws:
java.lang.ThrowableSqlNullValueExceptionArgumentException
-
LessThanOrEqual
public static SqlBoolean LessThanOrEqual(SqlBinary x, SqlBinary y) throws java.lang.Throwable, SqlNullValueException, ArgumentException
- Throws:
java.lang.ThrowableSqlNullValueExceptionArgumentException
-
NotEquals
public static SqlBoolean NotEquals(SqlBinary x, SqlBinary y) throws java.lang.Throwable, SqlNullValueException, ArgumentException
- Throws:
java.lang.ThrowableSqlNullValueExceptionArgumentException
-
ToSqlGuid
public SqlGuid ToSqlGuid() throws java.lang.Throwable, SqlNullValueException, ArgumentException
- Throws:
java.lang.ThrowableSqlNullValueExceptionArgumentException
-
GetXsdType
public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsNull
public boolean getIsNull() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getValue
public byte[] getValue() throws java.lang.Throwable, SqlNullValueException, ArgumentException- Throws:
java.lang.ThrowableSqlNullValueExceptionArgumentException
-
getLength
public int getLength() throws java.lang.Throwable, SqlNullValueException- Throws:
java.lang.ThrowableSqlNullValueException
-
-