public interface JdbcParameter
Modifier and Type | Interface and Description |
---|---|
static interface |
JdbcParameter.TYPE |
Modifier and Type | Field and Description |
---|---|
static int |
AsciiInputStream |
static int |
BinaryInputStream |
static int |
CharacterInputStream |
static int |
NCharacterInputStream |
static int |
URL |
Modifier and Type | Method and Description |
---|---|
Calendar |
getCalendar() |
long |
getLength() |
int |
getSqlType() |
Object |
getValue() |
static final int BinaryInputStream
static final int AsciiInputStream
static final int CharacterInputStream
static final int NCharacterInputStream
static final int URL
Copyright © 2013–2017 Alibaba Group. All rights reserved.