Package microsoft.sqlserver.server
Class SqlMetaData
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.sqlserver.server.SqlMetaData
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class SqlMetaData extends NetObject
The base .NET class managing Microsoft.SqlServer.Server.SqlMetaData, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.SqlServer.Server.SqlMetaData
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: Microsoft.SqlServer.Server.SqlMetaDatastatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description SqlMetaData()SqlMetaData(java.lang.Object instance)Internal constructor.SqlMetaData(java.lang.String name, SqlDbType dbType)SqlMetaData(java.lang.String name, SqlDbType dbType, boolean useServerDefault, boolean isUniqueKey, SortOrder columnSortOrder, int sortOrdinal)SqlMetaData(java.lang.String name, SqlDbType dbType, byte precision, byte scale)SqlMetaData(java.lang.String name, SqlDbType dbType, byte precision, byte scale, boolean useServerDefault, boolean isUniqueKey, SortOrder columnSortOrder, int sortOrdinal)SqlMetaData(java.lang.String name, SqlDbType dbType, long maxLength)SqlMetaData(java.lang.String name, SqlDbType dbType, long maxLength, boolean useServerDefault, boolean isUniqueKey, SortOrder columnSortOrder, int sortOrdinal)SqlMetaData(java.lang.String name, SqlDbType dbType, long maxLength, byte precision, byte scale, long locale, SqlCompareOptions compareOptions, NetType userDefinedType)SqlMetaData(java.lang.String name, SqlDbType dbType, long maxLength, byte precision, byte scale, long localeId, SqlCompareOptions compareOptions, NetType userDefinedType, boolean useServerDefault, boolean isUniqueKey, SortOrder columnSortOrder, int sortOrdinal)SqlMetaData(java.lang.String name, SqlDbType dbType, long maxLength, long locale, SqlCompareOptions compareOptions)SqlMetaData(java.lang.String name, SqlDbType dbType, long maxLength, long locale, SqlCompareOptions compareOptions, boolean useServerDefault, boolean isUniqueKey, SortOrder columnSortOrder, int sortOrdinal)SqlMetaData(java.lang.String name, SqlDbType dbType, java.lang.String database, java.lang.String owningSchema, java.lang.String objectName)SqlMetaData(java.lang.String name, SqlDbType dbType, java.lang.String database, java.lang.String owningSchema, java.lang.String objectName, boolean useServerDefault, boolean isUniqueKey, SortOrder columnSortOrder, int sortOrdinal)SqlMetaData(java.lang.String name, SqlDbType dbType, NetType userDefinedType)SqlMetaData(java.lang.String name, SqlDbType dbType, NetType userDefinedType, java.lang.String serverTypeName)SqlMetaData(java.lang.String name, SqlDbType dbType, NetType userDefinedType, java.lang.String serverTypeName, boolean useServerDefault, boolean isUniqueKey, SortOrder columnSortOrder, int sortOrdinal)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanAdjust(boolean value)byteAdjust(byte value)byte[]Adjust(byte[] value)charAdjust(char value)char[]Adjust(char[] value)doubleAdjust(double value)intAdjust(int value)longAdjust(long value)shortAdjust(short value)java.lang.StringAdjust(java.lang.String value)byte[]Adjust(JCORefOut dupParam0)NetObjectAdjust(NetObject value)SqlBinaryAdjust(SqlBinary value)SqlBooleanAdjust(SqlBoolean value)SqlByteAdjust(SqlByte value)SqlBytesAdjust(SqlBytes value)SqlCharsAdjust(SqlChars value)SqlDateTimeAdjust(SqlDateTime value)SqlDecimalAdjust(SqlDecimal value)SqlDoubleAdjust(SqlDouble value)SqlGuidAdjust(SqlGuid value)SqlInt16Adjust(SqlInt16 value)SqlInt32Adjust(SqlInt32 value)SqlInt64Adjust(SqlInt64 value)SqlMoneyAdjust(SqlMoney value)SqlSingleAdjust(SqlSingle value)SqlStringAdjust(SqlString value)SqlXmlAdjust(SqlXml value)DateTimeAdjust(DateTime value)DateTimeOffsetAdjust(DateTimeOffset value)DecimalAdjust(Decimal value)GuidAdjust(Guid value)SingleAdjust(Single value)TimeSpanAdjust(TimeSpan value)static SqlMetaDatacast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoSqlMetaData, a cast assert is made to check if types are compatible.SqlCompareOptionsgetCompareOptions()DbTypegetDbType()booleangetIsUniqueKey()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 TypelonggetLocaleId()static longgetMax()longgetMaxLength()java.lang.StringgetName()bytegetPrecision()bytegetScale()SortOrdergetSortOrder()intgetSortOrdinal()SqlDbTypegetSqlDbType()NetTypegetType()java.lang.StringgetTypeName()booleangetUseServerDefault()java.lang.StringgetXmlSchemaCollectionDatabase()java.lang.StringgetXmlSchemaCollectionName()java.lang.StringgetXmlSchemaCollectionOwningSchema()static SqlMetaDataInferFromValue(NetObject value, java.lang.String name)voidsetJCOInstance(JCObject instance)
-
-
-
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: Microsoft.SqlServer.Server.SqlMetaData- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SqlMetaData
public SqlMetaData(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
SqlMetaData
public SqlMetaData() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
SqlMetaData
public SqlMetaData(java.lang.String name, SqlDbType dbType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
SqlMetaData
public SqlMetaData(java.lang.String name, SqlDbType dbType, boolean useServerDefault, boolean isUniqueKey, SortOrder columnSortOrder, int sortOrdinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
SqlMetaData
public SqlMetaData(java.lang.String name, SqlDbType dbType, byte precision, byte scale) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
SqlMetaData
public SqlMetaData(java.lang.String name, SqlDbType dbType, byte precision, byte scale, boolean useServerDefault, boolean isUniqueKey, SortOrder columnSortOrder, int sortOrdinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
SqlMetaData
public SqlMetaData(java.lang.String name, SqlDbType dbType, long maxLength) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
SqlMetaData
public SqlMetaData(java.lang.String name, SqlDbType dbType, long maxLength, boolean useServerDefault, boolean isUniqueKey, SortOrder columnSortOrder, int sortOrdinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
SqlMetaData
public SqlMetaData(java.lang.String name, SqlDbType dbType, long maxLength, byte precision, byte scale, long locale, SqlCompareOptions compareOptions, NetType userDefinedType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidUdtException, MissingMethodException, TargetInvocationException, NotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionInvalidUdtExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedException
-
SqlMetaData
public SqlMetaData(java.lang.String name, SqlDbType dbType, long maxLength, byte precision, byte scale, long localeId, SqlCompareOptions compareOptions, NetType userDefinedType, boolean useServerDefault, boolean isUniqueKey, SortOrder columnSortOrder, int sortOrdinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, InvalidUdtException
-
SqlMetaData
public SqlMetaData(java.lang.String name, SqlDbType dbType, long maxLength, long locale, SqlCompareOptions compareOptions) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
SqlMetaData
public SqlMetaData(java.lang.String name, SqlDbType dbType, long maxLength, long locale, SqlCompareOptions compareOptions, boolean useServerDefault, boolean isUniqueKey, SortOrder columnSortOrder, int sortOrdinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
SqlMetaData
public SqlMetaData(java.lang.String name, SqlDbType dbType, java.lang.String database, java.lang.String owningSchema, java.lang.String objectName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
SqlMetaData
public SqlMetaData(java.lang.String name, SqlDbType dbType, java.lang.String database, java.lang.String owningSchema, java.lang.String objectName, boolean useServerDefault, boolean isUniqueKey, SortOrder columnSortOrder, int sortOrdinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
SqlMetaData
public SqlMetaData(java.lang.String name, SqlDbType dbType, NetType userDefinedType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, InvalidUdtException
-
SqlMetaData
public SqlMetaData(java.lang.String name, SqlDbType dbType, NetType userDefinedType, java.lang.String serverTypeName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, InvalidUdtException
-
SqlMetaData
public SqlMetaData(java.lang.String name, SqlDbType dbType, NetType userDefinedType, java.lang.String serverTypeName, boolean useServerDefault, boolean isUniqueKey, SortOrder columnSortOrder, int sortOrdinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, InvalidUdtException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- 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- Overrides:
getJCOClassNamein classNetObject- 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- Overrides:
getJCOObjectNamein classNetObject- 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- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static SqlMetaData cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoSqlMetaData, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
SqlMetaDatainstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Adjust
public boolean Adjust(boolean value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Adjust
public byte Adjust(byte value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Adjust
public byte[] Adjust(byte[] value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Adjust
public byte[] Adjust(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Adjust
public char Adjust(char value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Adjust
public char[] Adjust(char[] value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Adjust
public double Adjust(double value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Adjust
public short Adjust(short value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Adjust
public int Adjust(int value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Adjust
public long Adjust(long value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
InferFromValue
public static SqlMetaData InferFromValue(NetObject value, java.lang.String name) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, SqlNullValueException
-
Adjust
public Single Adjust(Single value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Adjust
public SqlBinary Adjust(SqlBinary value) throws java.lang.Throwable, SqlNullValueException, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Adjust
public SqlBoolean Adjust(SqlBoolean value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Adjust
public SqlByte Adjust(SqlByte value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Adjust
public SqlBytes Adjust(SqlBytes value) throws java.lang.Throwable, SqlNullValueException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlTypeException
-
Adjust
public SqlChars Adjust(SqlChars value) throws java.lang.Throwable, SqlNullValueException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlTypeException
-
Adjust
public SqlDateTime Adjust(SqlDateTime value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlNullValueException
-
Adjust
public SqlDecimal Adjust(SqlDecimal value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlNullValueException, SqlTruncateException, OverflowException, DivideByZeroException, SqlTypeException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlNullValueExceptionSqlTruncateExceptionOverflowExceptionDivideByZeroExceptionSqlTypeException
-
Adjust
public SqlDouble Adjust(SqlDouble value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Adjust
public SqlGuid Adjust(SqlGuid value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Adjust
public SqlInt16 Adjust(SqlInt16 value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Adjust
public SqlInt32 Adjust(SqlInt32 value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Adjust
public SqlInt64 Adjust(SqlInt64 value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Adjust
public SqlMoney Adjust(SqlMoney value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlNullValueException
-
Adjust
public SqlSingle Adjust(SqlSingle value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Adjust
public SqlString Adjust(SqlString value) throws java.lang.Throwable, SqlNullValueException, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
- Throws:
java.lang.ThrowableSqlNullValueExceptionArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedException
-
Adjust
public SqlXml Adjust(SqlXml value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Adjust
public DateTime Adjust(DateTime value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
Adjust
public DateTimeOffset Adjust(DateTimeOffset value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Adjust
public Decimal Adjust(Decimal value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlNullValueException, SqlTruncateException, OverflowException, DivideByZeroException, SqlTypeException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlNullValueExceptionSqlTruncateExceptionOverflowExceptionDivideByZeroExceptionSqlTypeException
-
Adjust
public Guid Adjust(Guid value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Adjust
public NetObject Adjust(NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, SqlNullValueException, SqlTruncateException, OverflowException, DivideByZeroException, SqlTypeException, OutOfMemoryException, FormatException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionSqlNullValueExceptionSqlTruncateExceptionOverflowExceptionDivideByZeroExceptionSqlTypeExceptionOutOfMemoryExceptionFormatException
-
Adjust
public java.lang.String Adjust(java.lang.String value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Adjust
public TimeSpan Adjust(TimeSpan value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
getIsUniqueKey
public boolean getIsUniqueKey() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getUseServerDefault
public boolean getUseServerDefault() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getPrecision
public byte getPrecision() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getScale
public byte getScale() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getSortOrdinal
public int getSortOrdinal() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getLocaleId
public long getLocaleId() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getMax
public static long getMax() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getMaxLength
public long getMaxLength() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getDbType
public DbType getDbType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSortOrder
public SortOrder getSortOrder() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSqlDbType
public SqlDbType getSqlDbType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCompareOptions
public SqlCompareOptions getCompareOptions() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getName
public java.lang.String getName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getTypeName
public java.lang.String getTypeName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getXmlSchemaCollectionDatabase
public java.lang.String getXmlSchemaCollectionDatabase() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getXmlSchemaCollectionName
public java.lang.String getXmlSchemaCollectionName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getXmlSchemaCollectionOwningSchema
public java.lang.String getXmlSchemaCollectionOwningSchema() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getType
public NetType getType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-