public class SqlMetaData extends NetObject
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Data
|
static java.lang.String |
className
Qualified class name: Microsoft.SqlServer.Server.SqlMetaData
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and 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,
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) |
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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Adjust(boolean value) |
byte |
Adjust(byte value) |
byte[] |
Adjust(byte[] value) |
char |
Adjust(char value) |
char[] |
Adjust(char[] value) |
DateTime |
Adjust(DateTime value) |
DateTimeOffset |
Adjust(DateTimeOffset value) |
Decimal |
Adjust(Decimal value) |
double |
Adjust(double value) |
Guid |
Adjust(Guid value) |
int |
Adjust(int value) |
byte[] |
Adjust(JCORefOut dupParam0) |
long |
Adjust(long value) |
NetObject |
Adjust(NetObject value) |
short |
Adjust(short value) |
Single |
Adjust(Single value) |
SqlBinary |
Adjust(SqlBinary value) |
SqlBoolean |
Adjust(SqlBoolean value) |
SqlByte |
Adjust(SqlByte value) |
SqlBytes |
Adjust(SqlBytes value) |
SqlChars |
Adjust(SqlChars value) |
SqlDateTime |
Adjust(SqlDateTime value) |
SqlDecimal |
Adjust(SqlDecimal value) |
SqlDouble |
Adjust(SqlDouble value) |
SqlGuid |
Adjust(SqlGuid value) |
SqlInt16 |
Adjust(SqlInt16 value) |
SqlInt32 |
Adjust(SqlInt32 value) |
SqlInt64 |
Adjust(SqlInt64 value) |
SqlMoney |
Adjust(SqlMoney value) |
SqlSingle |
Adjust(SqlSingle value) |
SqlString |
Adjust(SqlString value) |
SqlXml |
Adjust(SqlXml value) |
java.lang.String |
Adjust(java.lang.String value) |
TimeSpan |
Adjust(TimeSpan value) |
static SqlMetaData |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into SqlMetaData, a cast assert is made to check if types are compatible. |
SqlCompareOptions |
getCompareOptions() |
DbType |
getDbType() |
boolean |
getIsUniqueKey() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
long |
getLocaleId() |
static long |
getMax() |
long |
getMaxLength() |
java.lang.String |
getName() |
byte |
getPrecision() |
byte |
getScale() |
SortOrder |
getSortOrder() |
int |
getSortOrdinal() |
SqlDbType |
getSqlDbType() |
NetType |
getType() |
java.lang.String |
getTypeName() |
boolean |
getUseServerDefault() |
java.lang.String |
getXmlSchemaCollectionDatabase() |
java.lang.String |
getXmlSchemaCollectionName() |
java.lang.String |
getXmlSchemaCollectionOwningSchema() |
static SqlMetaData |
InferFromValue(NetObject value,
java.lang.String name) |
void |
setJCOInstance(JCObject instance) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SqlMetaData()
throws java.lang.Throwable
java.lang.Throwablepublic SqlMetaData(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic SqlMetaData(java.lang.String name,
SqlDbType dbType)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
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
public SqlMetaData(java.lang.String name,
SqlDbType dbType,
byte precision,
byte scale)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
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
public SqlMetaData(java.lang.String name,
SqlDbType dbType,
long maxLength)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
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
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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionInvalidUdtExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionpublic 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
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
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
public SqlMetaData(java.lang.String name,
SqlDbType dbType,
NetType userDefinedType)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
InvalidUdtException
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
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
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
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
public boolean Adjust(boolean value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public byte Adjust(byte value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public byte[] Adjust(byte[] value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public char Adjust(char value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public char[] Adjust(char[] value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public DateTime Adjust(DateTime value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public DateTimeOffset Adjust(DateTimeOffset value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public Decimal Adjust(Decimal value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlNullValueException, SqlTruncateException, OverflowException, DivideByZeroException, SqlTypeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlNullValueExceptionSqlTruncateExceptionOverflowExceptionDivideByZeroExceptionSqlTypeExceptionpublic double Adjust(double value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public Guid Adjust(Guid value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public int Adjust(int value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public byte[] Adjust(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public long Adjust(long value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public NetObject Adjust(NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, SqlNullValueException, SqlTruncateException, OverflowException, DivideByZeroException, SqlTypeException, OutOfMemoryException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionSqlNullValueExceptionSqlTruncateExceptionOverflowExceptionDivideByZeroExceptionSqlTypeExceptionOutOfMemoryExceptionFormatExceptionpublic short Adjust(short value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public Single Adjust(Single value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public SqlBinary Adjust(SqlBinary value) throws java.lang.Throwable, SqlNullValueException, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public SqlBoolean Adjust(SqlBoolean value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public SqlByte Adjust(SqlByte value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public SqlBytes Adjust(SqlBytes value) throws java.lang.Throwable, SqlNullValueException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlTypeException
public SqlChars Adjust(SqlChars value) throws java.lang.Throwable, SqlNullValueException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlTypeException
public SqlDateTime Adjust(SqlDateTime value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlNullValueException
public SqlDecimal Adjust(SqlDecimal value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlNullValueException, SqlTruncateException, OverflowException, DivideByZeroException, SqlTypeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlNullValueExceptionSqlTruncateExceptionOverflowExceptionDivideByZeroExceptionSqlTypeExceptionpublic SqlDouble Adjust(SqlDouble value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public SqlGuid Adjust(SqlGuid value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public SqlInt16 Adjust(SqlInt16 value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public SqlInt32 Adjust(SqlInt32 value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public SqlInt64 Adjust(SqlInt64 value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public SqlMoney Adjust(SqlMoney value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlNullValueException
public SqlSingle Adjust(SqlSingle value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public SqlString Adjust(SqlString value) throws java.lang.Throwable, SqlNullValueException, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
java.lang.ThrowableSqlNullValueExceptionArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic SqlXml Adjust(SqlXml value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public java.lang.String Adjust(java.lang.String value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public TimeSpan Adjust(TimeSpan value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public static SqlMetaData cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SqlMetaData, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSqlMetaData instancejava.lang.Throwable - in case of error during cast operationpublic SqlCompareOptions getCompareOptions() throws java.lang.Throwable
java.lang.Throwablepublic DbType getDbType() throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsUniqueKey()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic long getLocaleId()
throws java.lang.Throwable
java.lang.Throwablepublic static long getMax()
throws java.lang.Throwable
java.lang.Throwablepublic long getMaxLength()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getName()
throws java.lang.Throwable
java.lang.Throwablepublic byte getPrecision()
throws java.lang.Throwable
java.lang.Throwablepublic byte getScale()
throws java.lang.Throwable
java.lang.Throwablepublic SortOrder getSortOrder() throws java.lang.Throwable
java.lang.Throwablepublic int getSortOrdinal()
throws java.lang.Throwable
java.lang.Throwablepublic SqlDbType getSqlDbType() throws java.lang.Throwable
java.lang.Throwablepublic NetType getType() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTypeName()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getUseServerDefault()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlSchemaCollectionDatabase()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlSchemaCollectionName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlSchemaCollectionOwningSchema()
throws java.lang.Throwable
java.lang.Throwablepublic static SqlMetaData InferFromValue(NetObject value, java.lang.String name) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, SqlNullValueException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject